David Leal

Debug cementStage transform

# Saved by TopBraid on Fri Sep 16 18:30:46 BST 2011
# Saved by TopBraid on Sun Sep 18 21:13:11 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
# imports: http://www.linkedmodel.org/1.2/schema/vaem
......@@ -69,6 +69,11 @@ ep-core:Scale
rdfs:label "scale"^^xsd:string ;
rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty .
ep-core:SpecificVolume
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "specific volume"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Speed
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "speed"^^xsd:string ;
......@@ -293,6 +298,11 @@ ep-core:temporalPartOf
rdfs:subPropertyOf ep-core:partOf ;
owl:inverseOf ep-core:hasTemporalPart .
ep-core:undefinedScale
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain owl:Class ;
rdfs:label "undefined scale"^^xsd:string .
ep-core:usGallon_sack94-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-core:Ratio ;
......
# Saved by TopBraid on Fri Sep 16 17:30:05 BST 2011
# Saved by TopBraid on Sun Sep 18 22:00:29 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
......@@ -232,19 +232,14 @@ ep-well:cementingFluidPerCentFreeWater
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "cementing fluid per cent free water"^^xsd:string ;
rdfs:range ep-core:Ratio .
rdfs:range ep-core:SpecificVolume .
ep-well:cementingFluidThickeningTime
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "cementing fluid per cent free water"^^xsd:string ;
rdfs:label "cementing fluid thickening time"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-well:diameterOfACasingOfAWellBore
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:label "diameter of a casing of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:diameterOfAWellBorePilotHole
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:WellBorePilotHole ;
......@@ -345,7 +340,7 @@ ep-well:ratioOfCementMixToWater
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "ratio of cement mix to water"^^xsd:string ;
rdfs:range ep-core:Ratio .
rdfs:range ep-core:SpecificVolume .
ep-well:shutInCasingPressure
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
......
# Saved by TopBraid on Fri Sep 16 21:26:15 BST 2011
# Saved by TopBraid on Sun Sep 18 22:04:14 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.witsml.org/schemas/1series
......@@ -1032,51 +1032,6 @@ ep-spin-lib:selectCementingFluidReturnType
])
] .
ep-spin-lib:selectCementingFluidType
rdf:type spin:Function ;
rdfs:label "select WellCementJobType"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "cementingFluidType"^^xsd:string
]) ;
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#FT_Mud>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Mud> ;
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#FT_Wash>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Wash> ;
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#FT_Spacer>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Spacer> ;
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#FT_Slurry>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Slurry> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#CementingFluid>
]
]
]
] ;
sp:variable
[ sp:varName "wellCementJobType"^^xsd:string
]
])
] .
ep-spin-lib:selectComponentType
rdf:type spin:Function ;
rdfs:label "select ComponentType"^^xsd:string ;
......@@ -1175,7 +1130,7 @@ ep-spin-lib:selectDensityScale
sp:arg2 ddr:DU_gcm3
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b54
......@@ -2155,13 +2110,55 @@ ep-spin-lib:selectFixedOrMoveableRigType
])
] .
ep-spin-lib:selectFluidType
rdf:type spin:Function ;
rdfs:label "select fluid type"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b60) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:FT_Mud
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Mud> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:FT_Wash
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Wash> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:FT_Spacer
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Spacer> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:FT_Slurry
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#Slurry> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#Fluid>
]
]
]
] ;
sp:variable _:b60
])
] .
ep-spin-lib:selectGasReadingType
rdf:type spin:Function ;
rdfs:label "select GasReadingType"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b60) ;
sp:resultVariables (_:b61) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2228,7 +2225,7 @@ ep-spin-lib:selectGasReadingType
]
]
] ;
sp:variable _:b60
sp:variable _:b61
])
] .
......@@ -2238,7 +2235,7 @@ ep-spin-lib:selectInnerBarrelType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b61) ;
sp:resultVariables (_:b62) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2270,7 +2267,7 @@ ep-spin-lib:selectInnerBarrelType
]
]
] ;
sp:variable _:b61
sp:variable _:b62
])
] .
......@@ -2280,7 +2277,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b62) ;
sp:resultVariables (_:b63) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2326,7 +2323,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
] ;
sp:variable _:b62
sp:variable _:b63
])
] .
......@@ -2336,7 +2333,7 @@ ep-spin-lib:selectLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b63) ;
sp:resultVariables (_:b64) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2399,7 +2396,7 @@ ep-spin-lib:selectLengthScale
sp:arg2 ddr:LUM_m
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
......@@ -2410,7 +2407,7 @@ ep-spin-lib:selectLengthScale
]
]
] ;
sp:variable _:b63
sp:variable _:b64
])
] .
......@@ -2420,7 +2417,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b64) ;
sp:resultVariables (_:b65) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2429,9 +2426,9 @@ ep-spin-lib:selectMassPerUnitLengthScale
sp:arg2 ddr:MPLUPPF_lbmft
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b64
sp:variable _:b65
])
] .
......@@ -2441,7 +2438,7 @@ ep-spin-lib:selectPlaneAngleScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b65) ;
sp:resultVariables (_:b66) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2450,9 +2447,9 @@ ep-spin-lib:selectPlaneAngleScale
sp:arg2 ddr:PAU_dega
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b65
sp:variable _:b66
])
] .
......@@ -2462,7 +2459,7 @@ ep-spin-lib:selectPorePressureDeterminationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b66) ;
sp:resultVariables (_:b67) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2480,7 +2477,7 @@ ep-spin-lib:selectPorePressureDeterminationType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
]
] ;
sp:variable _:b66
sp:variable _:b67
])
] .
......@@ -2490,7 +2487,7 @@ ep-spin-lib:selectPressureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b67) ;
sp:resultVariables (_:b68) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2505,10 +2502,17 @@ ep-spin-lib:selectPressureScale
sp:arg2 ddr:PUB_bar
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:arg3 owl:Thing
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:PU_bar
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
] ;
sp:variable _:b67
sp:variable _:b68
])
] .
......@@ -2518,7 +2522,7 @@ ep-spin-lib:selectPressureTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b68) ;
sp:resultVariables (_:b69) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2536,35 +2540,56 @@ ep-spin-lib:selectPressureTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
]
] ;
sp:variable _:b68
sp:variable _:b69
])
] .
ep-spin-lib:selectRatioScale
ep-spin-lib:selectSpecificVolumeScale
rdf:type spin:Function ;
rdfs:label "select ratio scale"^^xsd:string ;
rdfs:label "select specific volume scale"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b69) ;
sp:resultVariables (_:b70) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:SVUUGPS_galUSsack94
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:SVUUGPS_galsack
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:SVU_galUSsack94
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:SVU_galsack
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:PU_
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCent> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
]
] ;
sp:variable _:b69
sp:variable _:b70
])
] .
......@@ -2574,7 +2599,7 @@ ep-spin-lib:selectSpeedScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b70) ;
sp:resultVariables (_:b71) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2583,9 +2608,9 @@ ep-spin-lib:selectSpeedScale
sp:arg2 ddr:VUMPH_mh
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b70
sp:variable _:b71
])
] .
......@@ -2595,7 +2620,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b71) ;
sp:resultVariables (_:b72) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2610,10 +2635,10 @@ ep-spin-lib:selectStrengthOfRockFormationScale
sp:arg2 ddr:DU_gcm3
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b71
sp:variable _:b72
])
] .
......@@ -2623,7 +2648,7 @@ ep-spin-lib:selectTemperatureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b72) ;
sp:resultVariables (_:b73) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2632,9 +2657,9 @@ ep-spin-lib:selectTemperatureScale
sp:arg2 ddr:TTUC_degC
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b72
sp:variable _:b73
])
] .
......@@ -2644,7 +2669,7 @@ ep-spin-lib:selectTimeDurationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b73) ;
sp:resultVariables (_:b74) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2683,14 +2708,14 @@ ep-spin-lib:selectTimeDurationScale
sp:arg2 ddr:TUH_h
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#hour> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
]
]
] ;
sp:variable _:b73
sp:variable _:b74
])
] .
......@@ -2700,7 +2725,7 @@ ep-spin-lib:selectTubeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b74) ;
sp:resultVariables (_:b75) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2725,7 +2750,7 @@ ep-spin-lib:selectTubeType
]
]
] ;
sp:variable _:b74
sp:variable _:b75
])
] .
......@@ -2735,7 +2760,7 @@ ep-spin-lib:selectVolumeScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b75) ;
sp:resultVariables (_:b76) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2744,9 +2769,9 @@ ep-spin-lib:selectVolumeScale
sp:arg2 ddr:VUCM_m3
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:arg3 owl:Thing
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b75
sp:variable _:b76
])
] .
......@@ -2756,7 +2781,7 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b76) ;
sp:resultVariables (_:b77) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2802,7 +2827,7 @@ ep-spin-lib:selectWellBoreDrillingType
]
]
] ;
sp:variable _:b76
sp:variable _:b77
])
] .
......@@ -2812,7 +2837,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b77) ;
sp:resultVariables (_:b78) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2823,7 +2848,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 _:b77
sp:variable _:b78
])
] .
......@@ -2833,7 +2858,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b78) ;
sp:resultVariables (_:b79) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2844,7 +2869,7 @@ ep-spin-lib:selectWellBoreTightnessType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
] ;
sp:variable _:b78
sp:variable _:b79
])
] .
......@@ -2854,7 +2879,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b79) ;
sp:resultVariables (_:b80) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2865,7 +2890,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
] ;
sp:variable _:b79
sp:variable _:b80
])
] .
......@@ -2875,7 +2900,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b80) ;
sp:resultVariables (_:b81) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2886,7 +2911,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
] ;
sp:variable _:b80
sp:variable _:b81
])
] .
......@@ -2896,7 +2921,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b81) ;
sp:resultVariables (_:b82) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2907,7 +2932,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
] ;
sp:variable _:b81
sp:variable _:b82
])
] .
......@@ -2917,7 +2942,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b82) ;
sp:resultVariables (_:b83) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2928,7 +2953,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
] ;
sp:variable _:b82
sp:variable _:b83
])
] .
......@@ -2938,7 +2963,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b83) ;
sp:resultVariables (_:b84) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2949,7 +2974,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
] ;
sp:variable _:b83
sp:variable _:b84
])
] .
......@@ -2959,7 +2984,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b84) ;
sp:resultVariables (_:b85) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2970,7 +2995,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
] ;
sp:variable _:b84
sp:variable _:b85
])
] .
......@@ -2980,7 +3005,7 @@ ep-spin-lib:selectWellCementJobType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b85) ;
sp:resultVariables (_:b86) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3012,7 +3037,7 @@ ep-spin-lib:selectWellCementJobType
]
]
] ;
sp:variable _:b85
sp:variable _:b86
])
] .
......@@ -3022,7 +3047,7 @@ ep-spin-lib:selectWellControlIncidentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b86) ;
sp:resultVariables (_:b87) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3054,7 +3079,7 @@ ep-spin-lib:selectWellControlIncidentType
]
]
] ;
sp:variable _:b86
sp:variable _:b87
])
] .
......@@ -3064,7 +3089,7 @@ ep-spin-lib:selectWellKillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b87) ;
sp:resultVariables (_:b88) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3110,7 +3135,7 @@ ep-spin-lib:selectWellKillingType
]
]
] ;
sp:variable _:b87
sp:variable _:b88
])
] .
......@@ -3120,7 +3145,7 @@ ep-spin-lib:selectWellTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b88) ;
sp:resultVariables (_:b89) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3138,7 +3163,7 @@ ep-spin-lib:selectWellTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
]
] ;
sp:variable _:b88
sp:variable _:b89
])
] .
......@@ -3148,7 +3173,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b89) ;
sp:resultVariables (_:b90) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3159,7 +3184,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
] ;
sp:variable _:b89
sp:variable _:b90
])
] .
......@@ -3169,7 +3194,7 @@ ep-spin-lib:selectYieldPointScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b90) ;
sp:resultVariables (_:b91) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3178,9 +3203,16 @@ ep-spin-lib:selectYieldPointScale
sp:arg2 ddr:SVUCFPPS_ft3sack94
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ;
sp:arg3 owl:Thing
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:SVUCFPPS_ft3sack
] ;
sp:variable _:b90
sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b91
])
] .
......@@ -3191,6 +3223,8 @@ ddr:TTUC_Enumeration_1
_:b1 sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
......@@ -3355,97 +3389,98 @@ _:b58
_:b59
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b60
sp:varName "gasReadingType"^^xsd:string .
_:b61
sp:varName "innerBarrelType"^^xsd:string .
sp:varName "gasReadingType"^^xsd:string .
_:b62
sp:varName "dailyDrillingReportType"^^xsd:string .
sp:varName "innerBarrelType"^^xsd:string .
_:b63
sp:varName "lengthScale"^^xsd:string .
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b64
sp:varName "massPerUnitLengthScale"^^xsd:string .
sp:varName "lengthScale"^^xsd:string .
_:b65
sp:varName "angleScale"^^xsd:string .
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b66
sp:varName "porePressureDeterminationType"^^xsd:string .
sp:varName "angleScale"^^xsd:string .
_:b67
sp:varName "pressureScale"^^xsd:string .
sp:varName "porePressureDeterminationType"^^xsd:string .
_:b68
sp:varName "pressureTestType"^^xsd:string .
sp:varName "pressureScale"^^xsd:string .
_:b69
sp:varName "ratioScale"^^xsd:string .
sp:varName "pressureTestType"^^xsd:string .
_:b70
sp:varName "speedScale"^^xsd:string .
sp:varName "specificVolumeScale"^^xsd:string .
_:b71
sp:varName "strengthScale"^^xsd:string .
sp:varName "speedScale"^^xsd:string .
_:b72
sp:varName "temperatureScale"^^xsd:string .
sp:varName "strengthScale"^^xsd:string .
_:b73
sp:varName "durationScale"^^xsd:string .
sp:varName "temperatureScale"^^xsd:string .
_:b74
sp:varName "tubeType"^^xsd:string .
sp:varName "durationScale"^^xsd:string .
_:b75
sp:varName "volumeScale"^^xsd:string .
sp:varName "tubeType"^^xsd:string .
_:b76
sp:varName "wellBoreDrillingType"^^xsd:string .
sp:varName "volumeScale"^^xsd:string .
_:b77
sp:varName "wellBoreHphtType"^^xsd:string .
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b78
sp:varName "wellBoreTightnessType"^^xsd:string .
sp:varName "wellBoreHphtType"^^xsd:string .
_:b79
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b80
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b81
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b82
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b83
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b84
sp:varName "wellCementJobTopPlugType"^^xsd:string .
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b85
sp:varName "wellCementJobType"^^xsd:string .
sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b86
sp:varName "wellControlIncidentType"^^xsd:string .
sp:varName "wellCementJobType"^^xsd:string .
_:b87
sp:varName "wellKillingType"^^xsd:string .
sp:varName "wellControlIncidentType"^^xsd:string .
_:b88
sp:varName "wellTestType"^^xsd:string .
sp:varName "wellKillingType"^^xsd:string .
_:b89
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
sp:varName "wellTestType"^^xsd:string .
_:b90
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b91
sp:varName "yieldPointScale"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b60
sp:varName "fluidType"^^xsd:string .
......
# Saved by TopBraid on Fri Sep 16 21:26:15 BST 2011
# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Wed Sep 14 23:50:25 BST 2011
# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
......@@ -18,13 +18,13 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 290 Well cement job"^^xsd:string ;
rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ;
sp:predicate rdf:type ;
sp:subject _:b1
......@@ -67,6 +67,9 @@ ddr:Obj_drillReport
] [ sp:object _:b11 ;
sp:predicate _:b12 ;
sp:subject _:b10
] [ sp:object 101.0 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:subject _:b10
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ;
sp:subject _:b8
......@@ -97,85 +100,80 @@ ddr:Obj_drillReport
] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ;
sp:predicate rdf:type ;
sp:subject _:b20
] [ sp:object
[ sp:varName "descFluid"^^xsd:string
] ;
] [ sp:object _:b21 ;
sp:predicate rdfs:comment ;
sp:subject _:b20
] [ sp:object _:b21 ;
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:predicate _:b23 ;
sp:subject _:b21
] [ sp:object _:b24 ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:predicate _:b24 ;
sp:subject _:b22
] [ sp:object _:b25 ;
sp:predicate rdf:type ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
sp:predicate rdf:type ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate _:b26 ;
sp:subject _:b24
] [ sp:object _:b27 ;
sp:subject _:b25
] [ sp:object _:b26 ;
sp:predicate _:b27 ;
sp:subject _:b25
] [ sp:object _:b28 ;
sp:predicate rdf:type ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
sp:predicate rdf:type ;
sp:subject _:b27
] [ sp:object _:b28 ;
sp:predicate _:b29 ;
sp:subject _:b27
] [ sp:object _:b30 ;
sp:subject _:b28
] [ sp:object _:b29 ;
sp:predicate _:b30 ;
sp:subject _:b28
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b31 ;
sp:predicate _:b32 ;
sp:subject _:b30
] [ sp:object _:b33 ;
sp:subject _:b31
] [ sp:object _:b32 ;
sp:predicate _:b33 ;
sp:subject _:b31
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b33
] [ sp:object _:b34 ;
sp:predicate _:b35 ;
sp:subject _:b33
] [ sp:object _:b36 ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:predicate _:b36 ;
sp:subject _:b34
] [ sp:object _:b37 ;
sp:predicate rdfs:comment ;
sp:subject _:b18
] [ sp:object _:b37 ;
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
sp:predicate rdf:type ;
sp:subject _:b37
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b37
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ;
sp:predicate rdf:type ;
sp:subject _:b38
] [ sp:object _:b39 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfACasing> ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b38
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ sp:object _:b40 ;
sp:predicate _:b41 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
sp:subject _:b39
] [ sp:object _:b42 ;
sp:predicate <http://purl.org/dc/elements/1.1/description> ;
sp:subject _:b1
] [ sp:object _:b43 ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b40
] [ sp:object _:b41 ;
sp:predicate _:b42 ;
sp:subject _:b40
] [ sp:object _:b43 ;
sp:predicate <http://purl.org/dc/elements/1.1/description> ;
sp:subject _:b1
] [ sp:object _:b44 ;
sp:predicate rdf:type ;
......@@ -184,34 +182,37 @@ ddr:Obj_drillReport
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b46 ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b47 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b46
] [ sp:object _:b47 ;
sp:predicate _:b48 ;
sp:subject _:b46
] [ sp:object _:b49 ;
sp:subject _:b47
] [ sp:object _:b48 ;
sp:predicate _:b49 ;
sp:subject _:b47
] [ sp:object _:b50 ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b50 ;
] [ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ;
sp:predicate rdf:type ;
sp:subject _:b50
] [ sp:object _:b51 ;
sp:subject _:b51
] [ sp:object _:b52 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b50
sp:subject _:b51
]) ;
sp:where ([ sp:object _:b52 ;
sp:where ([ sp:object _:b53 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b53 ;
] [ sp:object _:b54 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b54 ;
] [ sp:object _:b55 ;
sp:predicate ddr:cementStageRef ;
sp:subject spin:_this
] [ sp:object _:b4 ;
......@@ -220,515 +221,515 @@ ddr:Obj_drillReport
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b16 ;
sp:predicate ddr:dTimPumpStart ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b17 ;
sp:predicate ddr:dTimPumpEnd ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b55 ;
sp:elements ([ sp:object _:b56 ;
sp:predicate ddr:jobTypeRef ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b56 ;
sp:elements ([ sp:object _:b57 ;
sp:predicate ddr:casingStrDiaRef ;
sp:subject _:b54
] [ sp:object _:b57 ;
sp:subject _:b55
] [ sp:object _:b58 ;
sp:predicate ddr:uomRef ;
sp:subject _:b56
] [ sp:object _:b40 ;
sp:subject _:b57
] [ sp:object _:b41 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b56
sp:subject _:b57
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b42 ;
sp:elements ([ sp:object _:b43 ;
sp:predicate ddr:comments ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b58 ;
sp:elements ([ sp:object _:b59 ;
sp:predicate ddr:volReturnsRef ;
sp:subject _:b54
] [ sp:object _:b59 ;
sp:subject _:b55
] [ sp:object _:b60 ;
sp:predicate ddr:uomRef ;
sp:subject _:b58
sp:subject _:b59
] [ sp:object _:b11 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b58
sp:subject _:b59
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b60 ;
sp:elements ([ sp:object _:b61 ;
sp:predicate ddr:cementingFluidRef ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b51 ;
sp:elements ([ sp:object _:b52 ;
sp:predicate ddr:dTimPresReleased ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b61 ;
sp:elements ([ sp:object _:b62 ;
sp:predicate ddr:annFlowAfter ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b62 ;
sp:elements ([ sp:object _:b63 ;
sp:predicate ddr:topPlug ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b63 ;
sp:elements ([ sp:object _:b64 ;
sp:predicate ddr:botPlug ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b64 ;
sp:elements ([ sp:object _:b65 ;
sp:predicate ddr:plugBumped ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b65 ;
sp:elements ([ sp:object _:b66 ;
sp:predicate ddr:presBumpRef ;
sp:subject _:b54
] [ sp:object _:b66 ;
sp:subject _:b55
] [ sp:object _:b67 ;
sp:predicate ddr:uomRef ;
sp:subject _:b65
] [ sp:object _:b47 ;
sp:subject _:b66
] [ sp:object _:b48 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b65
sp:subject _:b66
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b67 ;
sp:elements ([ sp:object _:b68 ;
sp:predicate ddr:floatHeld ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b68 ;
sp:elements ([ sp:object _:b69 ;
sp:predicate ddr:reciprocated ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b69 ;
sp:elements ([ sp:object _:b70 ;
sp:predicate ddr:rotated ;
sp:subject _:b54
sp:subject _:b55
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b70 ;
sp:elements ([ sp:object _:b71 ;
sp:predicate ddr:typeFluidRef ;
sp:subject _:b60
sp:subject _:b61
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "cementingFluidDescription"^^xsd:string
] ;
sp:elements ([ sp:object _:b21 ;
sp:predicate ddr:descFluid ;
sp:subject _:b60
sp:subject _:b61
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b71 ;
sp:elements ([ sp:object _:b72 ;
sp:predicate ddr:ratioMixWaterRef ;
sp:subject _:b60
] [ sp:object _:b72 ;
sp:subject _:b61
] [ sp:object _:b73 ;
sp:predicate ddr:uomRef ;
sp:subject _:b71
] [ sp:object _:b22 ;
sp:subject _:b72
] [ sp:object _:b23 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b71
sp:subject _:b72
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b73 ;
sp:elements ([ sp:object _:b74 ;
sp:predicate ddr:densityRef ;
sp:subject _:b60
] [ sp:object _:b74 ;
sp:subject _:b61
] [ sp:object _:b75 ;
sp:predicate ddr:uomRef ;
sp:subject _:b73
] [ sp:object _:b25 ;
sp:subject _:b74
] [ sp:object _:b26 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b73
sp:subject _:b74
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b75 ;
sp:elements ([ sp:object _:b76 ;
sp:predicate ddr:volPumpedRef ;
sp:subject _:b60
] [ sp:object _:b76 ;
sp:subject _:b61
] [ sp:object _:b77 ;
sp:predicate ddr:uomRef ;
sp:subject _:b75
sp:subject _:b76
] [ sp:object _:b14 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b75
sp:subject _:b76
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b77 ;
sp:elements ([ sp:object _:b78 ;
sp:predicate ddr:ypRef ;
sp:subject _:b60
] [ sp:object _:b78 ;
sp:subject _:b61
] [ sp:object _:b79 ;
sp:predicate ddr:uomRef ;
sp:subject _:b77
] [ sp:object _:b28 ;
sp:subject _:b78
] [ sp:object _:b29 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b77
sp:subject _:b78
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b79 ;
sp:elements ([ sp:object _:b80 ;
sp:predicate ddr:eTimThickeningRef ;
sp:subject _:b60
] [ sp:object _:b80 ;
sp:subject _:b61
] [ sp:object _:b81 ;
sp:predicate ddr:uomRef ;
sp:subject _:b79
] [ sp:object _:b31 ;
sp:subject _:b80
] [ sp:object _:b32 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b79
sp:subject _:b80
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b81 ;
sp:elements ([ sp:object _:b82 ;
sp:predicate ddr:pcFreeWaterRef ;
sp:subject _:b60
] [ sp:object _:b82 ;
sp:subject _:b61
] [ sp:object _:b83 ;
sp:predicate ddr:uomRef ;
sp:subject _:b81
] [ sp:object _:b34 ;
sp:subject _:b82
] [ sp:object _:b35 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b81
sp:subject _:b82
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b36 ;
sp:elements ([ sp:object _:b37 ;
sp:predicate ddr:comments ;
sp:subject _:b60
sp:subject _:b61
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b52
sp:arg1 _:b53
] ;
sp:variable _:b83
sp:variable _:b84
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b83 ;
sp:arg2 _:b53
sp:arg1 _:b84 ;
sp:arg2 _:b54
] ;
sp:variable _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string
]
sp:arg1 _:b55
] ;
sp:variable _:b84
sp:variable _:b85
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellCementJobURI ;
sp:arg1 _:b83 ;
sp:arg2 _:b84
sp:arg1 _:b84 ;
sp:arg2 _:b85
] ;
sp:variable _:b1
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobType ;
sp:arg1 _:b55
sp:arg1 _:b56
] ;
sp:variable _:b5
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectCementingFluidType ;
sp:arg1 _:b70
[ rdf:type ep-spin-lib:selectFluidType ;
sp:arg1 _:b71
] ;
sp:variable _:b19
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectCementingFluidReturnType ;
sp:arg1 _:b61
sp:arg1 _:b62
] ;
sp:variable _:b9
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ;
sp:arg1 _:b62
sp:arg1 _:b63
] ;
sp:variable _:b6
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ;
sp:arg1 _:b63
sp:arg1 _:b64
] ;
sp:variable _:b7
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ;
sp:arg1 _:b69
sp:arg1 _:b70
] ;
sp:variable _:b43
sp:variable _:b44
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ;
sp:arg1 _:b68
sp:arg1 _:b69
] ;
sp:variable _:b44
sp:variable _:b45
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ;
sp:arg1 _:b64
sp:arg1 _:b65
] ;
sp:variable _:b45
sp:variable _:b46
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ;
sp:arg1 _:b67
sp:arg1 _:b68
] ;
sp:variable _:b49
sp:variable _:b50
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectRatioScale ;
sp:arg1 _:b82
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b83
] ;
sp:variable _:b35
sp:variable _:b36
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 _:b80
sp:arg1 _:b81
] ;
sp:variable _:b32
sp:variable _:b33
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectYieldPointScale ;
sp:arg1 _:b78
sp:arg1 _:b79
] ;
sp:variable _:b29
sp:variable _:b30
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDensityScale ;
sp:arg1 _:b74
sp:arg1 _:b75
] ;
sp:variable _:b26
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureScale ;
sp:arg1 _:b66
sp:arg1 _:b67
] ;
sp:variable _:b48
sp:variable _:b49
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b76
sp:arg1 _:b77
] ;
sp:variable _:b15
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b59
sp:arg1 _:b60
] ;
sp:variable _:b12
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectRatioScale ;
sp:arg1 _:b72
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b73
] ;
sp:variable _:b23
sp:variable _:b24
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b57
sp:arg1 _:b58
] ;
sp:variable _:b41
sp:variable _:b42
])
] .
_:b52
sp:varName "nameWellBore"^^xsd:string .
_:b42
sp:varName "lengthScaleCasingStrDia"^^xsd:string .
_:b53
sp:varName "dTimStart"^^xsd:string .
_:b24
sp:varName "ratioScaleMixWater"^^xsd:string .
_:b54
sp:varName "cementStage"^^xsd:string .
_:b12
sp:varName "volumeScaleReturns"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b15
sp:varName "volumeScalePumped"^^xsd:string .
_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
_:b49
sp:varName "pressureScaleBump"^^xsd:string .
_:b16
sp:varName "dTimPumpStart"^^xsd:string .
_:b27
sp:varName "densityScale"^^xsd:string .
_:b17
sp:varName "dTimPumpEnd"^^xsd:string .
_:b30
sp:varName "yieldPointScale"^^xsd:string .
_:b55
sp:varName "enumJobType"^^xsd:string .
_:b33
sp:varName "durationScaleETim"^^xsd:string .
_:b56
sp:varName "casingStrDia"^^xsd:string .
_:b36
sp:varName "ratioScalePcFreeWater"^^xsd:string .
_:b57
sp:varName "uomCasingStrDia"^^xsd:string .
_:b50
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b40
sp:varName "realCasingStrDia"^^xsd:string .
_:b46
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b42
sp:varName "cementStageComments"^^xsd:string .
_:b45
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b58
sp:varName "volReturns"^^xsd:string .
_:b44
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b59
sp:varName "uomVolReturns"^^xsd:string .
_:b7 sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b11
sp:varName "realVolReturns"^^xsd:string .
_:b6 sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b60
sp:varName "cementingFluid"^^xsd:string .
_:b9 sp:varName "cementingFluidReturnType"^^xsd:string .
_:b51
sp:varName "dTimPresReleased"^^xsd:string .
_:b19
sp:varName "cementingFluidType"^^xsd:string .
_:b61
sp:varName "annFlowAfter"^^xsd:string .
_:b5 sp:varName "wellCementJobType"^^xsd:string .
_:b62
sp:varName "topPlug"^^xsd:string .
_:b1 sp:varName "wellCementJob"^^xsd:string .
_:b63
sp:varName "botPlug"^^xsd:string .
_:b85
sp:varName "localname"^^xsd:string .
_:b64
sp:varName "plugBumped"^^xsd:string .
_:b84
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b65
sp:varName "presBump"^^xsd:string .
_:b37
sp:varName "cementingFluidComments"^^xsd:string .
_:b66
sp:varName "uomPresBump"^^xsd:string .
_:b35
sp:varName "realPcFreeWater"^^xsd:string .
_:b47
sp:varName "realPresBump"^^xsd:string .
_:b83
sp:varName "uomPcFreeWater"^^xsd:string .
_:b67
sp:varName "floatHeld"^^xsd:string .
_:b82
sp:varName "pcFreeWater"^^xsd:string .
_:b68
sp:varName "reciprocated"^^xsd:string .
_:b32
sp:varName "realETim"^^xsd:string .
_:b69
sp:varName "rotated"^^xsd:string .
_:b81
sp:varName "uomETim"^^xsd:string .
_:b70
sp:varName "enumTypeFluid"^^xsd:string .
_:b80
sp:varName "eTimThickening"^^xsd:string .
_:b71
sp:varName "ratioMixWater"^^xsd:string .
_:b29
sp:varName "realYp"^^xsd:string .
_:b72
sp:varName "uomRatioMixWater"^^xsd:string .
_:b79
sp:varName "uomYp"^^xsd:string .
_:b22
sp:varName "realRatioMixWater"^^xsd:string .
_:b78
sp:varName "yp"^^xsd:string .
_:b73
sp:varName "density"^^xsd:string .
_:b14
sp:varName "realVolPumped"^^xsd:string .
_:b74
sp:varName "uomDensity"^^xsd:string .
_:b77
sp:varName "uomVolPumped"^^xsd:string .
_:b76
sp:varName "volPumped"^^xsd:string .
_:b25
_:b26
sp:varName "realDensity"^^xsd:string .
_:b75
sp:varName "volPumped"^^xsd:string .
sp:varName "uomDensity"^^xsd:string .
_:b76
sp:varName "uomVolPumped"^^xsd:string .
_:b74
sp:varName "density"^^xsd:string .
_:b14
sp:varName "realVolPumped"^^xsd:string .
_:b23
sp:varName "realRatioMixWater"^^xsd:string .
_:b77
sp:varName "yp"^^xsd:string .
_:b73
sp:varName "uomRatioMixWater"^^xsd:string .
_:b78
sp:varName "uomYp"^^xsd:string .
_:b72
sp:varName "ratioMixWater"^^xsd:string .
_:b28
sp:varName "realYp"^^xsd:string .
_:b21
sp:varName "cementingFluidDescription"^^xsd:string .
_:b79
sp:varName "eTimThickening"^^xsd:string .
_:b71
sp:varName "enumTypeFluid"^^xsd:string .
_:b80
sp:varName "uomETim"^^xsd:string .
_:b70
sp:varName "rotated"^^xsd:string .
_:b31
sp:varName "realETim"^^xsd:string .
_:b69
sp:varName "reciprocated"^^xsd:string .
_:b81
sp:varName "pcFreeWater"^^xsd:string .
_:b68
sp:varName "floatHeld"^^xsd:string .
_:b82
sp:varName "uomPcFreeWater"^^xsd:string .
_:b48
sp:varName "realPresBump"^^xsd:string .
_:b34
sp:varName "realPcFreeWater"^^xsd:string .
_:b67
sp:varName "uomPresBump"^^xsd:string .
_:b36
sp:varName "cementingFluidComments"^^xsd:string .
_:b66
sp:varName "presBump"^^xsd:string .
_:b83
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b65
sp:varName "plugBumped"^^xsd:string .
_:b84
sp:varName "localname"^^xsd:string .
_:b64
sp:varName "botPlug"^^xsd:string .
_:b1 sp:varName "wellCementJob"^^xsd:string .
_:b63
sp:varName "topPlug"^^xsd:string .
_:b5 sp:varName "wellCementJobType"^^xsd:string .
_:b62
sp:varName "annFlowAfter"^^xsd:string .
_:b19
sp:varName "cementingFluidType"^^xsd:string .
_:b52
sp:varName "dTimPresReleased"^^xsd:string .
_:b9 sp:varName "cementingFluidReturnType"^^xsd:string .
_:b61
sp:varName "cementingFluid"^^xsd:string .
_:b6 sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b11
sp:varName "realVolReturns"^^xsd:string .
_:b7 sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b60
sp:varName "uomVolReturns"^^xsd:string .
_:b43
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b59
sp:varName "volReturns"^^xsd:string .
_:b44
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b43
sp:varName "cementStageComments"^^xsd:string .
_:b45
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b41
sp:varName "realCasingStrDia"^^xsd:string .
_:b49
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b58
sp:varName "uomCasingStrDia"^^xsd:string .
_:b35
sp:varName "ratioScalePcFreeWater"^^xsd:string .
_:b57
sp:varName "casingStrDia"^^xsd:string .
_:b32
sp:varName "durationScaleETim"^^xsd:string .
_:b56
sp:varName "enumJobType"^^xsd:string .
_:b29
sp:varName "yieldPointScale"^^xsd:string .
_:b17
sp:varName "dTimPumpEnd"^^xsd:string .
_:b26
sp:varName "densityScale"^^xsd:string .
_:b16
sp:varName "dTimPumpStart"^^xsd:string .
_:b48
sp:varName "pressureScaleBump"^^xsd:string .
_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
_:b15
sp:varName "volumeScalePumped"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b12
sp:varName "volumeScaleReturns"^^xsd:string .
_:b55
sp:varName "cementStage"^^xsd:string .
_:b23
sp:varName "ratioScaleMixWater"^^xsd:string .
_:b54
sp:varName "dTimStart"^^xsd:string .
_:b41
sp:varName "lengthScaleCasingStrDia"^^xsd:string .
_:b53
sp:varName "nameWellBore"^^xsd:string .
......
# Saved by TopBraid on Wed Sep 14 23:50:25 BST 2011
# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 18 20:21:41 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/check
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/check#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/check>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ;
sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ;
sp:predicate rdfs:comment ;
sp:subject
[ sp:varName "dailyDrillingReport"^^xsd:string
]
]) ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "createDate"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "y"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:subject
[ sp:varName "x"^^xsd:string
]
])
] .
# Saved by TopBraid on Wed Sep 14 23:55:27 BST 2011
# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
......@@ -6,6 +6,7 @@
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
# imports: http://www.reportinghub.no/ep/transform/check
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
......@@ -15,6 +16,7 @@
@prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
@prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> .
@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
@prefix check: <http://www.reportinghub.no/ep/transform/check#> .
@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -30,5 +32,5 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# Saved by TopBraid on Wed Sep 14 23:55:27 BST 2011
# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011
# Saved by TopBraid on Sun Sep 18 21:37:54 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://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
......@@ -151,11 +151,11 @@ ddr:Obj_drillReport
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/well#LastCasingOfAWellBore> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#LastCasingOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b37
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#diameterOfACasingOfAWellBore> ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
sp:subject _:b37
] [ sp:object _:b39 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
......@@ -537,138 +537,39 @@ ddr:Obj_drillReport
])
] .
_:b1 sp:varName "wellControlIncident"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
_:b9 sp:varName "formation"^^xsd:string .
_:b11
sp:varName "realMdIn"^^xsd:string .
_:b12
sp:varName "lengthScaleMdIn"^^xsd:string .
_:b14
sp:varName "realTvdIn"^^xsd:string .
_:b15
sp:varName "lengthScaleTvdIn"^^xsd:string .
_:b17
sp:varName "realDuration"^^xsd:string .
_:b18
sp:varName "timeDurationScale"^^xsd:string .
_:b19
sp:varName "wellControlIncidentType"^^xsd:string .
_:b21
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b22
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b26
sp:varName "realMaxChoke"^^xsd:string .
_:b27
sp:varName "pressureScaleMaxChoke"^^xsd:string .
_:b29
sp:varName "realDia"^^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 .
_:b40
sp:varName "realMdCsgLast"^^xsd:string .
_:b41
sp:varName "lengthScaleMdCsgLast"^^xsd:string .
_:b42
sp:varName "realDiaCsgLast"^^xsd:string .
_:b43
sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
_:b45
sp:varName "realMdBit"^^xsd:string .
_:b46
sp:varName "lengthScaleMdBit"^^xsd:string .
_:b48
sp:varName "realTemp"^^xsd:string .
_:b49
sp:varName "temperatureScale"^^xsd:string .
_:b52
sp:varName "realWtMud"^^xsd:string .
_:b53
sp:varName "densityScaleWtMud"^^xsd:string .
_:b55
sp:varName "realPore"^^xsd:string .
_:b56
sp:varName "densityScalePore"^^xsd:string .
_:b58
sp:varName "realShutInCasing"^^xsd:string .
_:b59
sp:varName "pressureScaleShutInCasing"^^xsd:string .
_:b61
sp:varName "realShutInDrill"^^xsd:string .
_:b62
sp:varName "pressureScaleShutInDrill"^^xsd:string .
_:b63
sp:varName "nameWellBore"^^xsd:string .
_:b64
sp:varName "dTimStart"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
_:b65
sp:varName "controlIncidentInfo"^^xsd:string .
_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
_:b66
sp:varName "mdIn"^^xsd:string .
_:b67
sp:varName "uomMdIn"^^xsd:string .
_:b11
sp:varName "realMdIn"^^xsd:string .
_:b68
sp:varName "tvdIn"^^xsd:string .
_:b69
sp:varName "uomTvdIn"^^xsd:string .
_:b14
sp:varName "realTvdIn"^^xsd:string .
_:b70
sp:varName "phase"^^xsd:string .
......@@ -681,80 +582,179 @@ _:b72
_:b73
sp:varName "uomDuration"^^xsd:string .
_:b17
sp:varName "realDuration"^^xsd:string .
_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
_:b74
sp:varName "diaBit"^^xsd:string .
_:b75
sp:varName "uomDia"^^xsd:string .
_:b29
sp:varName "realDia"^^xsd:string .
_:b76
sp:varName "mdBit"^^xsd:string .
_:b77
sp:varName "uomMdBit"^^xsd:string .
_:b45
sp:varName "realMdBit"^^xsd:string .
_:b78
sp:varName "wtMud"^^xsd:string .
_:b79
sp:varName "uomWtMud"^^xsd:string .
_:b52
sp:varName "realWtMud"^^xsd:string .
_:b80
sp:varName "porePressure"^^xsd:string .
_:b81
sp:varName "uomPore"^^xsd:string .
_:b55
sp:varName "realPore"^^xsd:string .
_:b82
sp:varName "diaCsgLast"^^xsd:string .
_:b83
sp:varName "uomDiaCsgLast"^^xsd:string .
_:b42
sp:varName "realDiaCsgLast"^^xsd:string .
_:b84
sp:varName "mdCsgLast"^^xsd:string .
_:b85
sp:varName "uomMdCsgLast"^^xsd:string .
_:b40
sp:varName "realMdCsgLast"^^xsd:string .
_:b86
sp:varName "volMudGained"^^xsd:string .
_:b87
sp:varName "uomVol"^^xsd:string .
_:b34
sp:varName "realVol"^^xsd:string .
_:b88
sp:varName "presShutInCasing"^^xsd:string .
_:b89
sp:varName "uomShutInCasing"^^xsd:string .
_:b58
sp:varName "realShutInCasing"^^xsd:string .
_:b90
sp:varName "presShutInDrill"^^xsd:string .
_:b91
sp:varName "uomShutInDrill"^^xsd:string .
_:b61
sp:varName "realShutInDrill"^^xsd:string .
_:b92
sp:varName "incidentType"^^xsd:string .
_:b93
sp:varName "killingType"^^xsd:string .
_:b9 sp:varName "formation"^^xsd:string .
_:b94
sp:varName "tempBottom"^^xsd:string .
_:b95
sp:varName "uomTemp"^^xsd:string .
_:b48
sp:varName "realTemp"^^xsd:string .
_:b96
sp:varName "presMaxChoke"^^xsd:string .
_:b97
sp:varName "uomMaxChoke"^^xsd:string .
_:b26
sp:varName "realMaxChoke"^^xsd:string .
_:b36
sp:varName "description"^^xsd:string .
_:b98
sp:varName "localname"^^xsd:string .
_:b99
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b1 sp:varName "wellControlIncident"^^xsd:string .
_:b21
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b22
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b19
sp:varName "wellControlIncidentType"^^xsd:string .
_:b32
sp:varName "wellKillingType"^^xsd:string .
_:b35
sp:varName "volumeScale"^^xsd:string .
_:b18
sp:varName "timeDurationScale"^^xsd:string .
_:b12
sp:varName "lengthScaleMdIn"^^xsd:string .
_:b15
sp:varName "lengthScaleTvdIn"^^xsd:string .
_:b30
sp:varName "lengthScaleDia"^^xsd:string .
_:b46
sp:varName "lengthScaleMdBit"^^xsd:string .
_:b43
sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
_:b41
sp:varName "lengthScaleMdCsgLast"^^xsd:string .
_:b53
sp:varName "densityScaleWtMud"^^xsd:string .
_:b49
sp:varName "temperatureScale"^^xsd:string .
_:b27
sp:varName "pressureScaleMaxChoke"^^xsd:string .
_:b59
sp:varName "pressureScaleShutInCasing"^^xsd:string .
_:b62
sp:varName "pressureScaleShutInDrill"^^xsd:string .
_:b56
sp:varName "densityScalePore"^^xsd:string .
......
# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011
# Saved by TopBraid on Sun Sep 18 21:37:54 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......