David Price

Fixed typo in ?Ftype variable name

1 -# Saved by TopBraid on Mon Oct 03 18:16:00 BST 2011 1 +# Saved by TopBraid on Mon Oct 03 23:27:30 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables 2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 <http://www.reportinghub.no/ep/spin/ddr-tables> 20 <http://www.reportinghub.no/ep/spin/ddr-tables>
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
23 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; 23 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ;
24 owl:versionInfo "0.1.0"^^xsd:string . 24 owl:versionInfo "0.1.0"^^xsd:string .
25 25
26 ddr-tables:BitRecord 26 ddr-tables:BitRecord
...@@ -380,9 +380,7 @@ ddr-tables:CementFluidInformation ...@@ -380,9 +380,7 @@ ddr-tables:CementFluidInformation
380 sp:subject _:b77 380 sp:subject _:b77
381 ] [ sp:object _:b61 ; 381 ] [ sp:object _:b61 ;
382 sp:predicate rdfs:label ; 382 sp:predicate rdfs:label ;
383 - sp:subject 383 + sp:subject _:b77
384 - [ sp:varName "fType"^^xsd:string
385 - ]
386 ] [ rdf:type sp:Optional ; 384 ] [ rdf:type sp:Optional ;
387 sp:elements ([ sp:object _:b78 ; 385 sp:elements ([ sp:object _:b78 ;
388 sp:predicate rdf:type ; 386 sp:predicate rdf:type ;
...@@ -2043,6 +2041,78 @@ ddr-tables:WellTestInformation ...@@ -2043,6 +2041,78 @@ ddr-tables:WellTestInformation
2043 ] ; 2041 ] ;
2044 rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) . 2042 rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) .
2045 2043
2044 +_:b62
2045 + sp:varName "volumePumped"^^xsd:string .
2046 +
2047 +_:b84
2048 + sp:varName "volPumped"^^xsd:string .
2049 +
2050 +_:b69
2051 + sp:varName "comments"^^xsd:string .
2052 +
2053 +_:b67
2054 + sp:varName "thickeningTime"^^xsd:string .
2055 +
2056 +_:b83
2057 + sp:varName "tt"^^xsd:string .
2058 +
2059 +_:b66
2060 + sp:varName "freeWater"^^xsd:string .
2061 +
2062 +_:b82
2063 + sp:varName "fw"^^xsd:string .
2064 +
2065 +_:b65
2066 + sp:varName "mixWaterRatio"^^xsd:string .
2067 +
2068 +_:b81
2069 + sp:varName "ratio"^^xsd:string .
2070 +
2071 +_:b64
2072 + sp:varName "yieldPoint"^^xsd:string .
2073 +
2074 +_:b80
2075 + sp:varName "yp"^^xsd:string .
2076 +
2077 +_:b63
2078 + sp:varName "fluidDensity"^^xsd:string .
2079 +
2080 +_:b79
2081 + sp:varName "density"^^xsd:string .
2082 +
2083 +_:b68
2084 + sp:varName "fluidDescription"^^xsd:string .
2085 +
2086 +_:b78
2087 + sp:varName "userDescribedCementingFluidType"^^xsd:string .
2088 +
2089 +_:b61
2090 + sp:varName "fluidType"^^xsd:string .
2091 +
2092 +_:b77
2093 + sp:varName "ftype"^^xsd:string .
2094 +
2095 +_:b76
2096 + sp:varName "fluid"^^xsd:string .
2097 +
2098 +_:b75
2099 + sp:varName "pumpedFluid"^^xsd:string .
2100 +
2101 +_:b74
2102 + sp:varName "wcPumpingFluidReturnType"^^xsd:string .
2103 +
2104 +_:b73
2105 + sp:varName "cementPumping"^^xsd:string .
2106 +
2107 +_:b72
2108 + sp:varName "wcjclass"^^xsd:string .
2109 +
2110 +_:b71
2111 + sp:varName "wcj"^^xsd:string .
2112 +
2113 +_:b70
2114 + sp:varName "reportOn"^^xsd:string .
2115 +
2046 _:b375 2116 _:b375
2047 sp:varName "shutip"^^xsd:string . 2117 sp:varName "shutip"^^xsd:string .
2048 2118
...@@ -3086,75 +3156,3 @@ _:b3 sp:varName "manufacturer"^^xsd:string . ...@@ -3086,75 +3156,3 @@ _:b3 sp:varName "manufacturer"^^xsd:string .
3086 _:b2 sp:varName "runNo"^^xsd:string . 3156 _:b2 sp:varName "runNo"^^xsd:string .
3087 3157
3088 _:b1 sp:varName "bitSize"^^xsd:string . 3158 _:b1 sp:varName "bitSize"^^xsd:string .
3089 -
3090 -_:b70
3091 - sp:varName "reportOn"^^xsd:string .
3092 -
3093 -_:b71
3094 - sp:varName "wcj"^^xsd:string .
3095 -
3096 -_:b72
3097 - sp:varName "wcjclass"^^xsd:string .
3098 -
3099 -_:b73
3100 - sp:varName "cementPumping"^^xsd:string .
3101 -
3102 -_:b74
3103 - sp:varName "wcPumpingFluidReturnType"^^xsd:string .
3104 -
3105 -_:b75
3106 - sp:varName "pumpedFluid"^^xsd:string .
3107 -
3108 -_:b76
3109 - sp:varName "fluid"^^xsd:string .
3110 -
3111 -_:b77
3112 - sp:varName "ftype"^^xsd:string .
3113 -
3114 -_:b61
3115 - sp:varName "fluidType"^^xsd:string .
3116 -
3117 -_:b78
3118 - sp:varName "userDescribedCementingFluidType"^^xsd:string .
3119 -
3120 -_:b68
3121 - sp:varName "fluidDescription"^^xsd:string .
3122 -
3123 -_:b79
3124 - sp:varName "density"^^xsd:string .
3125 -
3126 -_:b63
3127 - sp:varName "fluidDensity"^^xsd:string .
3128 -
3129 -_:b80
3130 - sp:varName "yp"^^xsd:string .
3131 -
3132 -_:b64
3133 - sp:varName "yieldPoint"^^xsd:string .
3134 -
3135 -_:b81
3136 - sp:varName "ratio"^^xsd:string .
3137 -
3138 -_:b65
3139 - sp:varName "mixWaterRatio"^^xsd:string .
3140 -
3141 -_:b82
3142 - sp:varName "fw"^^xsd:string .
3143 -
3144 -_:b66
3145 - sp:varName "freeWater"^^xsd:string .
3146 -
3147 -_:b83
3148 - sp:varName "tt"^^xsd:string .
3149 -
3150 -_:b67
3151 - sp:varName "thickeningTime"^^xsd:string .
3152 -
3153 -_:b69
3154 - sp:varName "comments"^^xsd:string .
3155 -
3156 -_:b84
3157 - sp:varName "volPumped"^^xsd:string .
3158 -
3159 -_:b62
3160 - sp:varName "volumePumped"^^xsd:string .
......