Showing
19 changed files
with
155 additions
and
101 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Mon Sep 19 14:58:21 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 20:26:46 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
5 | 5 | ||
6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
7 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | 7 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | 12 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/equipment> | 13 | <http://www.reportinghub.no/ep/schema/1.0/equipment> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
16 | owl:versionInfo "0.1.0"^^xsd:string . | 16 | owl:versionInfo "0.1.0"^^xsd:string . |
17 | 17 | ||
18 | ep-core:PhysicalThing | 18 | ep-core:PhysicalThing |
... | @@ -23,11 +23,16 @@ ep-eqt:API_5CT_class | ... | @@ -23,11 +23,16 @@ ep-eqt:API_5CT_class |
23 | rdfs:label "API 5CT class"^^xsd:string ; | 23 | rdfs:label "API 5CT class"^^xsd:string ; |
24 | rdfs:subClassOf owl:Class . | 24 | rdfs:subClassOf owl:Class . |
25 | 25 | ||
26 | +ep-eqt:BlowOutPreventer | ||
27 | + rdf:type owl:Class ; | ||
28 | + rdfs:label "blow out preventer"^^xsd:string ; | ||
29 | + rdfs:subClassOf ep-eqt:Equipment . | ||
30 | + | ||
26 | ep-eqt:Casing | 31 | ep-eqt:Casing |
27 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 32 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
28 | rdfs:label "casing"^^xsd:string ; | 33 | rdfs:label "casing"^^xsd:string ; |
29 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 34 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
30 | - owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . | 35 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . |
31 | 36 | ||
32 | ep-eqt:CasingLinerTubing | 37 | ep-eqt:CasingLinerTubing |
33 | rdf:type owl:Class ; | 38 | rdf:type owl:Class ; |
... | @@ -51,7 +56,7 @@ ep-eqt:CasingRoleType | ... | @@ -51,7 +56,7 @@ ep-eqt:CasingRoleType |
51 | ep-eqt:CasingString | 56 | ep-eqt:CasingString |
52 | rdf:type owl:Class ; | 57 | rdf:type owl:Class ; |
53 | rdfs:label "casing string"^^xsd:string ; | 58 | rdfs:label "casing string"^^xsd:string ; |
54 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . | 59 | + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . |
55 | 60 | ||
56 | ep-eqt:ChokeValve | 61 | ep-eqt:ChokeValve |
57 | rdf:type owl:Class ; | 62 | rdf:type owl:Class ; |
... | @@ -77,25 +82,25 @@ ep-eqt:InnerBarrel-aluminum | ... | @@ -77,25 +82,25 @@ ep-eqt:InnerBarrel-aluminum |
77 | rdf:type owl:Class ; | 82 | rdf:type owl:Class ; |
78 | rdfs:label "inner barrel - aluminum"^^xsd:string ; | 83 | rdfs:label "inner barrel - aluminum"^^xsd:string ; |
79 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 84 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
80 | - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . | 85 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . |
81 | 86 | ||
82 | ep-eqt:InnerBarrel-fiberglass | 87 | ep-eqt:InnerBarrel-fiberglass |
83 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
84 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 89 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
85 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 90 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
86 | - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . | 91 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . |
87 | 92 | ||
88 | ep-eqt:InnerBarrel-gel | 93 | ep-eqt:InnerBarrel-gel |
89 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
90 | rdfs:label "inner barrel - gel"^^xsd:string ; | 95 | rdfs:label "inner barrel - gel"^^xsd:string ; |
91 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 96 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
92 | - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . | 97 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . |
93 | 98 | ||
94 | ep-eqt:IntermediateCasing | 99 | ep-eqt:IntermediateCasing |
95 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 100 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
96 | rdfs:label "intermediate casing"^^xsd:string ; | 101 | rdfs:label "intermediate casing"^^xsd:string ; |
97 | rdfs:subClassOf ep-eqt:Casing ; | 102 | rdfs:subClassOf ep-eqt:Casing ; |
98 | - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . | 103 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . |
99 | 104 | ||
100 | ep-eqt:KellyBushing | 105 | ep-eqt:KellyBushing |
101 | rdf:type owl:Class ; | 106 | rdf:type owl:Class ; |
... | @@ -105,31 +110,31 @@ ep-eqt:KellyBushing | ... | @@ -105,31 +110,31 @@ ep-eqt:KellyBushing |
105 | ep-eqt:LastCasingOfAWellBore | 110 | ep-eqt:LastCasingOfAWellBore |
106 | rdf:type owl:Class ; | 111 | rdf:type owl:Class ; |
107 | rdfs:label "last casing of a wellbore"^^xsd:string ; | 112 | rdfs:label "last casing of a wellbore"^^xsd:string ; |
108 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . | 113 | + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . |
109 | 114 | ||
110 | ep-eqt:Liner | 115 | ep-eqt:Liner |
111 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 116 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
112 | rdfs:label "liner"^^xsd:string ; | 117 | rdfs:label "liner"^^xsd:string ; |
113 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 118 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
114 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . | 119 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . |
115 | 120 | ||
116 | ep-eqt:ProductionCasing | 121 | ep-eqt:ProductionCasing |
117 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 122 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
118 | rdfs:label "production casing"^^xsd:string ; | 123 | rdfs:label "production casing"^^xsd:string ; |
119 | rdfs:subClassOf ep-eqt:Casing ; | 124 | rdfs:subClassOf ep-eqt:Casing ; |
120 | - owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . | 125 | + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . |
121 | 126 | ||
122 | ep-eqt:TopCasing | 127 | ep-eqt:TopCasing |
123 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 128 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
124 | rdfs:label "top casing"^^xsd:string ; | 129 | rdfs:label "top casing"^^xsd:string ; |
125 | rdfs:subClassOf ep-eqt:Casing ; | 130 | rdfs:subClassOf ep-eqt:Casing ; |
126 | - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . | 131 | + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . |
127 | 132 | ||
128 | ep-eqt:Tubing | 133 | ep-eqt:Tubing |
129 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 134 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
130 | rdfs:label "liner"^^xsd:string ; | 135 | rdfs:label "liner"^^xsd:string ; |
131 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 136 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
132 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . | 137 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . |
133 | 138 | ||
134 | ep-eqt:TubularConnectionClass | 139 | ep-eqt:TubularConnectionClass |
135 | rdf:type rdfs:Class ; | 140 | rdf:type rdfs:Class ; |
... | @@ -142,55 +147,61 @@ ep-eqt:WellBoreLoggingTool | ... | @@ -142,55 +147,61 @@ ep-eqt:WellBoreLoggingTool |
142 | rdfs:subClassOf ep-eqt:Equipment . | 147 | rdfs:subClassOf ep-eqt:Equipment . |
143 | 148 | ||
144 | ep-eqt:diameterOfACasing | 149 | ep-eqt:diameterOfACasing |
145 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 150 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
146 | rdfs:domain ep-eqt:Casing ; | 151 | rdfs:domain ep-eqt:Casing ; |
147 | rdfs:label "diameter of a casing"^^xsd:string ; | 152 | rdfs:label "diameter of a casing"^^xsd:string ; |
148 | rdfs:range ep-core:Length . | 153 | rdfs:range ep-core:Length . |
149 | 154 | ||
150 | ep-eqt:diameterOfDrillBit | 155 | ep-eqt:diameterOfDrillBit |
151 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 156 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
152 | rdfs:domain ep-eqt:DrillBit ; | 157 | rdfs:domain ep-eqt:DrillBit ; |
153 | rdfs:label "diameter of drill bit"^^xsd:string ; | 158 | rdfs:label "diameter of drill bit"^^xsd:string ; |
154 | rdfs:range ep-core:Length . | 159 | rdfs:range ep-core:Length . |
155 | 160 | ||
156 | ep-eqt:elevationOfKellyBushing | 161 | ep-eqt:elevationOfKellyBushing |
157 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 162 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
158 | rdfs:domain ep-eqt:KellyBushing ; | 163 | rdfs:domain ep-eqt:KellyBushing ; |
159 | rdfs:label "elevation of kelly bushing"^^xsd:string ; | 164 | rdfs:label "elevation of kelly bushing"^^xsd:string ; |
160 | rdfs:range ep-core:Length . | 165 | rdfs:range ep-core:Length . |
161 | 166 | ||
162 | ep-eqt:hasTubularConnectionClass | 167 | ep-eqt:hasTubularConnectionClass |
163 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 168 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
164 | rdfs:domain ep-eqt:CasingLinerTubing ; | 169 | rdfs:domain ep-eqt:CasingLinerTubing ; |
165 | rdfs:label "has tubular connection class"^^xsd:string ; | 170 | rdfs:label "has tubular connection class"^^xsd:string ; |
166 | rdfs:range ep-eqt:TubularConnectionClass . | 171 | rdfs:range ep-eqt:TubularConnectionClass . |
167 | 172 | ||
168 | ep-eqt:insideDiameterOfATubular | 173 | ep-eqt:insideDiameterOfATubular |
169 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 174 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
170 | rdfs:domain ep-eqt:CasingLinerTubing ; | 175 | rdfs:domain ep-eqt:CasingLinerTubing ; |
171 | rdfs:label "inside diameter of a tubular"^^xsd:string ; | 176 | rdfs:label "inside diameter of a tubular"^^xsd:string ; |
172 | rdfs:range ep-core:Length . | 177 | rdfs:range ep-core:Length . |
173 | 178 | ||
174 | ep-eqt:lengthOfInnerBarrel | 179 | ep-eqt:lengthOfInnerBarrel |
175 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 180 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
176 | rdfs:domain ep-eqt:InnerBarrel ; | 181 | rdfs:domain ep-eqt:InnerBarrel ; |
177 | rdfs:label "length of inner barrel"^^xsd:string ; | 182 | rdfs:label "length of inner barrel"^^xsd:string ; |
178 | rdfs:range ep-core:Length . | 183 | rdfs:range ep-core:Length . |
179 | 184 | ||
185 | +ep-eqt:maximumPressureForBlowOutPreventer | ||
186 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
187 | + rdfs:domain ep-eqt:BlowOutPreventer ; | ||
188 | + rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | ||
189 | + rdfs:range ep-core:Pressure . | ||
190 | + | ||
180 | ep-eqt:maximumPressureForChokeValve | 191 | ep-eqt:maximumPressureForChokeValve |
181 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 192 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
182 | rdfs:domain ep-eqt:ChokeValve ; | 193 | rdfs:domain ep-eqt:ChokeValve ; |
183 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 194 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
184 | rdfs:range ep-core:Pressure . | 195 | rdfs:range ep-core:Pressure . |
185 | 196 | ||
186 | ep-eqt:outsideDiameterOfATubular | 197 | ep-eqt:outsideDiameterOfATubular |
187 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 198 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
188 | rdfs:domain ep-eqt:CasingLinerTubing ; | 199 | rdfs:domain ep-eqt:CasingLinerTubing ; |
189 | rdfs:label "outside diameter of a tubular"^^xsd:string ; | 200 | rdfs:label "outside diameter of a tubular"^^xsd:string ; |
190 | rdfs:range ep-core:Length . | 201 | rdfs:range ep-core:Length . |
191 | 202 | ||
192 | ep-eqt:stringLengthOfATubular | 203 | ep-eqt:stringLengthOfATubular |
193 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 204 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
194 | rdfs:domain ep-eqt:CasingLinerTubing ; | 205 | rdfs:domain ep-eqt:CasingLinerTubing ; |
195 | rdfs:label "string length of a tubular"^^xsd:string ; | 206 | rdfs:label "string length of a tubular"^^xsd:string ; |
196 | rdfs:range ep-core:Length . | 207 | rdfs:range ep-core:Length . | ... | ... |
1 | -# Saved by TopBraid on Mon Sep 19 21:00:53 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 20:06:22 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
... | @@ -26,7 +26,7 @@ ep-well:CementingFluid | ... | @@ -26,7 +26,7 @@ ep-well:CementingFluid |
26 | ep-well:CementingFluidType | 26 | ep-well:CementingFluidType |
27 | rdf:type rdfs:Class , ep-well:CementingFluidType ; | 27 | rdf:type rdfs:Class , ep-well:CementingFluidType ; |
28 | rdfs:label "cementing fluid type"^^xsd:string ; | 28 | rdfs:label "cementing fluid type"^^xsd:string ; |
29 | - rdfs:subClassOf rdfs:Class . | 29 | + rdfs:subClassOf ep-well:FluidType . |
30 | 30 | ||
31 | ep-well:Condensate | 31 | ep-well:Condensate |
32 | rdf:type ep-well:FluidComponentType , owl:Class ; | 32 | rdf:type ep-well:FluidComponentType , owl:Class ; |
... | @@ -48,6 +48,11 @@ ep-well:FluidComponentType | ... | @@ -48,6 +48,11 @@ ep-well:FluidComponentType |
48 | rdfs:label "fluid component type"^^xsd:string ; | 48 | rdfs:label "fluid component type"^^xsd:string ; |
49 | rdfs:subClassOf owl:Class . | 49 | rdfs:subClassOf owl:Class . |
50 | 50 | ||
51 | +ep-well:FluidType | ||
52 | + rdf:type rdfs:Class , ep-well:CementingFluidType ; | ||
53 | + rdfs:label "fluid type"^^xsd:string ; | ||
54 | + rdfs:subClassOf rdfs:Class . | ||
55 | + | ||
51 | ep-well:Gas | 56 | ep-well:Gas |
52 | rdf:type ep-well:FluidComponentType , owl:Class ; | 57 | rdf:type ep-well:FluidComponentType , owl:Class ; |
53 | rdfs:label "gas"^^xsd:string ; | 58 | rdfs:label "gas"^^xsd:string ; |
... | @@ -76,6 +81,29 @@ ep-well:Mud | ... | @@ -76,6 +81,29 @@ ep-well:Mud |
76 | rdfs:subClassOf ep-well:CementingFluid ; | 81 | rdfs:subClassOf ep-well:CementingFluid ; |
77 | owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry . | 82 | owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry . |
78 | 83 | ||
84 | +ep-well:Mud-oilBased | ||
85 | + rdf:type ep-well:MudClass , owl:Class ; | ||
86 | + rdfs:label "mud - oil based"^^xsd:string ; | ||
87 | + rdfs:subClassOf ep-well:Mud ; | ||
88 | + owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . | ||
89 | + | ||
90 | +ep-well:Mud-other | ||
91 | + rdf:type ep-well:MudClass , owl:Class ; | ||
92 | + rdfs:label "mud - other"^^xsd:string ; | ||
93 | + rdfs:subClassOf ep-well:Mud ; | ||
94 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . | ||
95 | + | ||
96 | +ep-well:Mud-waterBased | ||
97 | + rdf:type ep-well:MudClass , owl:Class ; | ||
98 | + rdfs:label "mud - water based"^^xsd:string ; | ||
99 | + rdfs:subClassOf ep-well:Mud ; | ||
100 | + owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased . | ||
101 | + | ||
102 | +ep-well:MudClass | ||
103 | + rdf:type rdfs:Class , ep-well:CementingFluidType ; | ||
104 | + rdfs:label "mud class"^^xsd:string ; | ||
105 | + rdfs:subClassOf ep-well:FluidType . | ||
106 | + | ||
79 | ep-well:NotHphtWellBore | 107 | ep-well:NotHphtWellBore |
80 | rdf:type owl:Class , ep-well:WellBoreHphtType ; | 108 | rdf:type owl:Class , ep-well:WellBoreHphtType ; |
81 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 109 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
... | @@ -166,18 +194,6 @@ ep-well:WellBoreBottom | ... | @@ -166,18 +194,6 @@ ep-well:WellBoreBottom |
166 | rdfs:label "wellbore bottom"^^xsd:string ; | 194 | rdfs:label "wellbore bottom"^^xsd:string ; |
167 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 195 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
168 | 196 | ||
169 | -ep-well:WellBoreBottomWithCirculation | ||
170 | - rdf:type owl:Class ; | ||
171 | - rdfs:label "well bore bottom with circulation"^^xsd:string ; | ||
172 | - rdfs:subClassOf ep-well:WellBoreBottom ; | ||
173 | - owl:disjointWith ep-well:WellBoreBottomWithoutCirculation . | ||
174 | - | ||
175 | -ep-well:WellBoreBottomWithoutCirculation | ||
176 | - rdf:type owl:Class ; | ||
177 | - rdfs:label "well bore bottom without circulation"^^xsd:string ; | ||
178 | - rdfs:subClassOf ep-well:WellBoreBottom ; | ||
179 | - owl:disjointWith ep-well:WellBoreBottomWithCirculation . | ||
180 | - | ||
181 | ep-well:WellBoreHphtType | 197 | ep-well:WellBoreHphtType |
182 | rdf:type rdfs:Class ; | 198 | rdf:type rdfs:Class ; |
183 | rdfs:label "well bore high pressure high temperature type"^^xsd:string ; | 199 | rdfs:label "well bore high pressure high temperature type"^^xsd:string ; |
... | @@ -198,6 +214,18 @@ ep-well:WellBoreTightnessType | ... | @@ -198,6 +214,18 @@ ep-well:WellBoreTightnessType |
198 | rdfs:label "well bore tightness type"^^xsd:string ; | 214 | rdfs:label "well bore tightness type"^^xsd:string ; |
199 | rdfs:subClassOf owl:Class . | 215 | rdfs:subClassOf owl:Class . |
200 | 216 | ||
217 | +ep-well:WellBoreWithCirculation | ||
218 | + rdf:type owl:Class ; | ||
219 | + rdfs:label "well bore with circulation"^^xsd:string ; | ||
220 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
221 | + owl:disjointWith ep-well:WellBoreWithoutCirculation . | ||
222 | + | ||
223 | +ep-well:WellBoreWithoutCirculation | ||
224 | + rdf:type owl:Class ; | ||
225 | + rdfs:label "well bore without circulation"^^xsd:string ; | ||
226 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
227 | + owl:disjointWith ep-well:WellBoreWithCirculation . | ||
228 | + | ||
201 | ep-well:averageBottomHolePressure | 229 | ep-well:averageBottomHolePressure |
202 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 230 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
203 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 231 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
... | @@ -436,6 +464,11 @@ ep-well:shutInDrillPipePressure | ... | @@ -436,6 +464,11 @@ ep-well:shutInDrillPipePressure |
436 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 464 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
437 | rdfs:range ep-core:Pressure . | 465 | rdfs:range ep-core:Pressure . |
438 | 466 | ||
467 | +ep-well:stratigraphyDescription | ||
468 | + rdf:type owl:DatatypeProperty ; | ||
469 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; | ||
470 | + rdfs:label "stratigraphy description"^^xsd:string . | ||
471 | + | ||
439 | ep-well:strengthOfRockFormation | 472 | ep-well:strengthOfRockFormation |
440 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 473 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
441 | rdfs:domain ep-well:SurroundingRockFormation ; | 474 | rdfs:domain ep-well:SurroundingRockFormation ; | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Mon Sep 19 20:58:08 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 22:35:20 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
1 | -# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 22:08:02 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector |
3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo |
... | @@ -6,16 +6,21 @@ | ... | @@ -6,16 +6,21 @@ |
6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo |
7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
8 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 8 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
9 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo | ||
10 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | ||
9 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
10 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | 12 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias |
11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | 13 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun |
14 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | ||
12 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 15 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
13 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | 16 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo |
14 | # imports: http://www.reportinghub.no/ep/transform/check | 17 | # imports: http://www.reportinghub.no/ep/transform/check |
15 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | 18 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo |
16 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 19 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
20 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | ||
17 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | 21 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo |
18 | # imports: http://spinrdf.org/spin | 22 | # imports: http://spinrdf.org/spin |
23 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/fluid | ||
19 | 24 | ||
20 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . | 25 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . |
21 | @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . | 26 | @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . |
... | @@ -25,16 +30,21 @@ | ... | @@ -25,16 +30,21 @@ |
25 | @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . | 30 | @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . |
26 | @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | 31 | @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . |
27 | @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | 32 | @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . |
33 | +@prefix fluid: <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid#> . | ||
28 | @prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | 34 | @prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . |
29 | @prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | 35 | @prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . |
30 | @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | 36 | @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . |
37 | +@prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | ||
31 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 38 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
39 | +@prefix perfInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . | ||
40 | +@prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . | ||
32 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 41 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
33 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 42 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
34 | @prefix sp: <http://spinrdf.org/sp#> . | 43 | @prefix sp: <http://spinrdf.org/sp#> . |
35 | @prefix spin: <http://spinrdf.org/spin#> . | 44 | @prefix spin: <http://spinrdf.org/spin#> . |
36 | @prefix spl: <http://spinrdf.org/spl#> . | 45 | @prefix spl: <http://spinrdf.org/spl#> . |
37 | @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . | 46 | @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . |
47 | +@prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | ||
38 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | 48 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . |
39 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | 49 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . |
40 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 50 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
... | @@ -42,5 +52,5 @@ | ... | @@ -42,5 +52,5 @@ |
42 | 52 | ||
43 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> | 53 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> |
44 | rdf:type owl:Ontology ; | 54 | rdf:type owl:Ontology ; |
45 | - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <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/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <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/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; | 55 | + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <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/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <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/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; |
46 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 56 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 22:08:02 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Mon Sep 19 20:55:57 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 17:36:42 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo |
3 | # imports: http://www.witsml.org/schemas/1series | 3 | # imports: http://www.witsml.org/schemas/1series |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 18 | ||
19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> | 19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> |
20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
21 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ; | 21 | + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
23 | 23 | ||
24 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 24 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
... | @@ -129,7 +129,7 @@ | ... | @@ -129,7 +129,7 @@ |
129 | ]) | 129 | ]) |
130 | ] [ rdf:type sp:Optional ; | 130 | ] [ rdf:type sp:Optional ; |
131 | sp:elements ([ sp:object _:b29 ; | 131 | sp:elements ([ sp:object _:b29 ; |
132 | - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | 132 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
133 | sp:subject _:b22 | 133 | sp:subject _:b22 |
134 | ] [ sp:object _:b30 ; | 134 | ] [ sp:object _:b30 ; |
135 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 135 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
... | @@ -205,77 +205,77 @@ | ... | @@ -205,77 +205,77 @@ |
205 | ]) | 205 | ]) |
206 | ] . | 206 | ] . |
207 | 207 | ||
208 | -_:b20 | 208 | +_:b17 |
209 | - sp:varName "nameWellBore"^^xsd:string . | 209 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . |
210 | 210 | ||
211 | -_:b21 | 211 | +_:b11 |
212 | - sp:varName "dTimStart"^^xsd:string . | 212 | + sp:varName "lengthScaleMdBottom"^^xsd:string . |
213 | 213 | ||
214 | -_:b22 | 214 | +_:b14 |
215 | - sp:varName "lithShowInfo"^^xsd:string . | 215 | + sp:varName "lengthScaleTvdTop"^^xsd:string . |
216 | 216 | ||
217 | -_:b5 sp:varName "dTimEnd"^^xsd:string . | 217 | +_:b8 sp:varName "lengthScaleMdTop"^^xsd:string . |
218 | 218 | ||
219 | -_:b23 | 219 | +_:b1 sp:varName "lithShowObservation"^^xsd:string . |
220 | - sp:varName "mdTop"^^xsd:string . | ||
221 | 220 | ||
222 | -_:b24 | 221 | +_:b32 |
223 | - sp:varName "uomMdTop"^^xsd:string . | 222 | + sp:varName "localname"^^xsd:string . |
224 | 223 | ||
225 | -_:b7 sp:varName "realMdTop"^^xsd:string . | 224 | +_:b31 |
225 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
226 | 226 | ||
227 | -_:b25 | 227 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . |
228 | - sp:varName "mdBottom"^^xsd:string . | ||
229 | 228 | ||
230 | -_:b26 | 229 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
231 | - sp:varName "uomMdBottom"^^xsd:string . | ||
232 | 230 | ||
233 | -_:b10 | 231 | +_:b19 |
234 | - sp:varName "realMdBottom"^^xsd:string . | 232 | + sp:varName "lithology"^^xsd:string . |
235 | 233 | ||
236 | -_:b27 | 234 | +_:b18 |
237 | - sp:varName "tvdTop"^^xsd:string . | 235 | + sp:varName "show"^^xsd:string . |
238 | 236 | ||
239 | -_:b28 | 237 | +_:b16 |
240 | - sp:varName "uomTvdTop"^^xsd:string . | 238 | + sp:varName "realTvdBottom"^^xsd:string . |
241 | 239 | ||
242 | -_:b13 | 240 | +_:b30 |
243 | - sp:varName "realTvdTop"^^xsd:string . | 241 | + sp:varName "uomTvdBottom"^^xsd:string . |
244 | 242 | ||
245 | _:b29 | 243 | _:b29 |
246 | sp:varName "tvdBottom"^^xsd:string . | 244 | sp:varName "tvdBottom"^^xsd:string . |
247 | 245 | ||
248 | -_:b30 | 246 | +_:b13 |
249 | - sp:varName "uomTvdBottom"^^xsd:string . | 247 | + sp:varName "realTvdTop"^^xsd:string . |
250 | 248 | ||
251 | -_:b16 | 249 | +_:b28 |
252 | - sp:varName "realTvdBottom"^^xsd:string . | 250 | + sp:varName "uomTvdTop"^^xsd:string . |
253 | 251 | ||
254 | -_:b18 | 252 | +_:b27 |
255 | - sp:varName "show"^^xsd:string . | 253 | + sp:varName "tvdTop"^^xsd:string . |
256 | 254 | ||
257 | -_:b19 | 255 | +_:b10 |
258 | - sp:varName "lithology"^^xsd:string . | 256 | + sp:varName "realMdBottom"^^xsd:string . |
259 | 257 | ||
260 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 258 | +_:b26 |
259 | + sp:varName "uomMdBottom"^^xsd:string . | ||
261 | 260 | ||
262 | -_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | 261 | +_:b25 |
262 | + sp:varName "mdBottom"^^xsd:string . | ||
263 | 263 | ||
264 | -_:b31 | 264 | +_:b7 sp:varName "realMdTop"^^xsd:string . |
265 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
266 | 265 | ||
267 | -_:b32 | 266 | +_:b24 |
268 | - sp:varName "localname"^^xsd:string . | 267 | + sp:varName "uomMdTop"^^xsd:string . |
269 | 268 | ||
270 | -_:b1 sp:varName "lithShowObservation"^^xsd:string . | 269 | +_:b23 |
270 | + sp:varName "mdTop"^^xsd:string . | ||
271 | 271 | ||
272 | -_:b8 sp:varName "lengthScaleMdTop"^^xsd:string . | 272 | +_:b5 sp:varName "dTimEnd"^^xsd:string . |
273 | 273 | ||
274 | -_:b14 | 274 | +_:b22 |
275 | - sp:varName "lengthScaleTvdTop"^^xsd:string . | 275 | + sp:varName "lithShowInfo"^^xsd:string . |
276 | 276 | ||
277 | -_:b11 | 277 | +_:b21 |
278 | - sp:varName "lengthScaleMdBottom"^^xsd:string . | 278 | + sp:varName "dTimStart"^^xsd:string . |
279 | 279 | ||
280 | -_:b17 | 280 | +_:b20 |
281 | - sp:varName "lengthScaleTvdBottom"^^xsd:string . | 281 | + sp:varName "nameWellBore"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Mon Sep 19 20:55:57 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 17:36:42 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Wed Aug 17 13:42:27 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 17:40:09 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Wed Aug 24 12:41:02 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 17:34:59 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Tue Aug 16 12:29:21 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 19:34:31 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Fri Sep 16 17:35:12 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 19:37:29 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
-
Please register or login to post a comment