Replaced rdfs:comment use with new ep-core:description property
Showing
12 changed files
with
3377 additions
and
3293 deletions
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
2 | -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | 2 | +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model |
3 | -# imports: http://www.linkedmodel.org/schema/vaem | 3 | +# imports: http://www.linkedmodel.org/schema/vaem |
4 | - | 4 | + |
5 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 5 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
10 | - | 10 | + |
11 | -<http://www.reportinghub.no/ep/schema/1.0/core> | 11 | +<http://www.reportinghub.no/ep/schema/1.0/core> |
12 | - rdf:type owl:Ontology ; | 12 | + rdf:type owl:Ontology ; |
13 | - owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; | 13 | + owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; |
14 | - owl:versionInfo "0.1.0"^^xsd:string . | 14 | + owl:versionInfo "0.1.0"^^xsd:string . |
15 | - | 15 | + |
16 | -ep-core:Class_of_indirect_property | 16 | +ep-core:Class_of_indirect_property |
17 | - rdf:type owl:Class ; | 17 | + rdf:type owl:Class ; |
18 | - rdfs:label "class of indirect property"^^xsd:string ; | 18 | + rdfs:label "class of indirect property"^^xsd:string ; |
19 | - rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . | 19 | + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . |
20 | - | 20 | + |
21 | -ep-core:Density | 21 | +ep-core:Density |
22 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 22 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
23 | - rdfs:label "density"^^xsd:string ; | 23 | + rdfs:label "density"^^xsd:string ; |
24 | - rdfs:subClassOf owl:Class . | 24 | + rdfs:subClassOf owl:Class . |
25 | - | 25 | + |
26 | -ep-core:Length | 26 | +ep-core:Length |
27 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 27 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
28 | - rdfs:label "length"^^xsd:string ; | 28 | + rdfs:label "length"^^xsd:string ; |
29 | - rdfs:subClassOf owl:Class . | 29 | + rdfs:subClassOf owl:Class . |
30 | - | 30 | + |
31 | -ep-core:MassPerUnitLength | 31 | +ep-core:MassPerUnitLength |
32 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 32 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
33 | - rdfs:label "mass per unit length"^^xsd:string ; | 33 | + rdfs:label "mass per unit length"^^xsd:string ; |
34 | - rdfs:subClassOf owl:Class . | 34 | + rdfs:subClassOf owl:Class . |
35 | - | 35 | + |
36 | -ep-core:MassPerUnitMassConcentration | 36 | +ep-core:MassPerUnitMassConcentration |
37 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 37 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
38 | - rdfs:label "mass per unit mass concentration"^^xsd:string ; | 38 | + rdfs:label "mass per unit mass concentration"^^xsd:string ; |
39 | - rdfs:subClassOf owl:Class . | 39 | + rdfs:subClassOf owl:Class . |
40 | - | 40 | + |
41 | -ep-core:MeasureOfAmountOfMaterial | 41 | +ep-core:MeasureOfAmountOfMaterial |
42 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 42 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
43 | - rdfs:label "measure of amount of material"^^xsd:string ; | 43 | + rdfs:label "measure of amount of material"^^xsd:string ; |
44 | - rdfs:subClassOf owl:Class . | 44 | + rdfs:subClassOf owl:Class . |
45 | - | 45 | + |
46 | -ep-core:PhysicalObject | 46 | +ep-core:PhysicalObject |
47 | - rdf:type owl:Class ; | 47 | + rdf:type owl:Class ; |
48 | - rdfs:label "physical object"^^xsd:string ; | 48 | + rdfs:label "physical object"^^xsd:string ; |
49 | - rdfs:subClassOf ep-core:PhysicalThing . | 49 | + rdfs:subClassOf ep-core:PhysicalThing . |
50 | - | 50 | + |
51 | -ep-core:PhysicalThing | 51 | +ep-core:PhysicalThing |
52 | - rdf:type owl:Class ; | 52 | + rdf:type owl:Class ; |
53 | - rdfs:label "physical thing"^^xsd:string ; | 53 | + rdfs:label "physical thing"^^xsd:string ; |
54 | - rdfs:subClassOf owl:Thing . | 54 | + rdfs:subClassOf owl:Thing . |
55 | - | 55 | + |
56 | -ep-core:PlaneAngle | 56 | +ep-core:PlaneAngle |
57 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 57 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
58 | - rdfs:label "plane angle"^^xsd:string ; | 58 | + rdfs:label "plane angle"^^xsd:string ; |
59 | - rdfs:subClassOf owl:Class . | 59 | + rdfs:subClassOf owl:Class . |
60 | - | 60 | + |
61 | -ep-core:PlasticViscosity | 61 | +ep-core:PlasticViscosity |
62 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 62 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
63 | - rdfs:label "plastic viscosity"^^xsd:string ; | 63 | + rdfs:label "plastic viscosity"^^xsd:string ; |
64 | - rdfs:subClassOf owl:Class . | 64 | + rdfs:subClassOf owl:Class . |
65 | - | 65 | + |
66 | -ep-core:Pressure | 66 | +ep-core:Pressure |
67 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 67 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
68 | - rdfs:label "pressure"^^xsd:string ; | 68 | + rdfs:label "pressure"^^xsd:string ; |
69 | - rdfs:subClassOf owl:Class . | 69 | + rdfs:subClassOf owl:Class . |
70 | - | 70 | + |
71 | -ep-core:PropertySpace | 71 | +ep-core:PropertySpace |
72 | - rdf:type rdfs:Class ; | 72 | + rdf:type rdfs:Class ; |
73 | - rdfs:label "property space"^^xsd:string ; | 73 | + rdfs:label "property space"^^xsd:string ; |
74 | - rdfs:subClassOf owl:Class . | 74 | + rdfs:subClassOf owl:Class . |
75 | - | 75 | + |
76 | -ep-core:Ratio | 76 | +ep-core:Ratio |
77 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 77 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
78 | - rdfs:label "ratio"^^xsd:string . | 78 | + rdfs:label "ratio"^^xsd:string . |
79 | - | 79 | + |
80 | -ep-core:Scale | 80 | +ep-core:Scale |
81 | - rdf:type owl:Class ; | 81 | + rdf:type owl:Class ; |
82 | - rdfs:label "scale"^^xsd:string ; | 82 | + rdfs:label "scale"^^xsd:string ; |
83 | - rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . | 83 | + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . |
84 | - | 84 | + |
85 | -ep-core:SpecificVolume | 85 | +ep-core:SpecificVolume |
86 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 86 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
87 | - rdfs:label "specific volume"^^xsd:string ; | 87 | + rdfs:label "specific volume"^^xsd:string ; |
88 | - rdfs:subClassOf owl:Class . | 88 | + rdfs:subClassOf owl:Class . |
89 | - | 89 | + |
90 | -ep-core:Speed | 90 | +ep-core:Speed |
91 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 91 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
92 | - rdfs:label "speed"^^xsd:string ; | 92 | + rdfs:label "speed"^^xsd:string ; |
93 | - rdfs:subClassOf owl:Class . | 93 | + rdfs:subClassOf owl:Class . |
94 | - | 94 | + |
95 | -ep-core:StrengthOfRockFormation | 95 | +ep-core:StrengthOfRockFormation |
96 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 96 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
97 | - rdfs:label "strength of rock formation"^^xsd:string ; | 97 | + rdfs:label "strength of rock formation"^^xsd:string ; |
98 | - rdfs:subClassOf owl:Class . | 98 | + rdfs:subClassOf owl:Class . |
99 | - | 99 | + |
100 | -ep-core:Temperature | 100 | +ep-core:Temperature |
101 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 101 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
102 | - rdfs:label "temperature"^^xsd:string ; | 102 | + rdfs:label "temperature"^^xsd:string ; |
103 | - rdfs:subClassOf owl:Class . | 103 | + rdfs:subClassOf owl:Class . |
104 | - | 104 | + |
105 | -ep-core:TimeDuration | 105 | +ep-core:TimeDuration |
106 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 106 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
107 | - rdfs:label "time duration"^^xsd:string ; | 107 | + rdfs:label "time duration"^^xsd:string ; |
108 | - rdfs:subClassOf owl:Class . | 108 | + rdfs:subClassOf owl:Class . |
109 | - | 109 | + |
110 | -ep-core:Volume | 110 | +ep-core:Volume |
111 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 111 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
112 | - rdfs:label "volume"^^xsd:string ; | 112 | + rdfs:label "volume"^^xsd:string ; |
113 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 113 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
114 | - | 114 | + |
115 | -ep-core:VolumeAt15degC1atm | 115 | +ep-core:VolumeAt15degC1atm |
116 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 116 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
117 | - rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; | 117 | + rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; |
118 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 118 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
119 | - | 119 | + |
120 | -ep-core:VolumeAt1degC1atm | 120 | +ep-core:VolumeAt1degC1atm |
121 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 121 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
122 | - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 122 | + rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; |
123 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 123 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
124 | - | 124 | + |
125 | -ep-core:VolumeAt60degF1atm | 125 | +ep-core:VolumeAt60degF1atm |
126 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 126 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
127 | - rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; | 127 | + rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; |
128 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 128 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
129 | - | 129 | + |
130 | -ep-core:VolumeMassRatio | 130 | +ep-core:VolumeMassRatio |
131 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 131 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
132 | - rdfs:label "volume mass ratio"^^xsd:string ; | 132 | + rdfs:label "volume mass ratio"^^xsd:string ; |
133 | - rdfs:subClassOf owl:Class . | 133 | + rdfs:subClassOf owl:Class . |
134 | - | 134 | + |
135 | -ep-core:VolumePerUnitVolumeConcentration | 135 | +ep-core:VolumePerUnitVolumeConcentration |
136 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 136 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
137 | - rdfs:label "volume per unit volume concentration"^^xsd:string ; | 137 | + rdfs:label "volume per unit volume concentration"^^xsd:string ; |
138 | - rdfs:subClassOf owl:Class . | 138 | + rdfs:subClassOf owl:Class . |
139 | - | 139 | + |
140 | -ep-core:VolumetricFlowRate | 140 | +ep-core:VolumetricFlowRate |
141 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 141 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
142 | - rdfs:label "volumetric flow rate"^^xsd:string ; | 142 | + rdfs:label "volumetric flow rate"^^xsd:string ; |
143 | - rdfs:subClassOf owl:Class . | 143 | + rdfs:subClassOf owl:Class . |
144 | - | 144 | + |
145 | -ep-core:YieldPoint | 145 | +ep-core:YieldPoint |
146 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 146 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
147 | - rdfs:label "yield point"^^xsd:string ; | 147 | + rdfs:label "yield point"^^xsd:string ; |
148 | - rdfs:subClassOf owl:Class . | 148 | + rdfs:subClassOf owl:Class . |
149 | - | 149 | + |
150 | -ep-core:apiName | 150 | +ep-core:apiName |
151 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 151 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
152 | - rdfs:label "API name"^^xsd:string ; | 152 | + rdfs:label "API name"^^xsd:string ; |
153 | - rdfs:range xsd:string ; | 153 | + rdfs:range xsd:string ; |
154 | - rdfs:subPropertyOf ep-core:name . | 154 | + rdfs:subPropertyOf ep-core:name . |
155 | - | 155 | + |
156 | -ep-core:bar | 156 | +ep-core:bar |
157 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 157 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
158 | - rdfs:domain ep-core:Pressure ; | 158 | + rdfs:domain ep-core:Pressure ; |
159 | - rdfs:label "bar"^^xsd:string . | 159 | + rdfs:label "bar"^^xsd:string . |
160 | - | 160 | + |
161 | -ep-core:barrel | 161 | +ep-core:barrel |
162 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 162 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
163 | - rdfs:label "barrel"^^xsd:string . | 163 | + rdfs:label "barrel"^^xsd:string . |
164 | - | 164 | + |
165 | -ep-core:basisFor | 165 | +ep-core:basisFor |
166 | - rdf:type owl:ObjectProperty ; | 166 | + rdf:type owl:ObjectProperty ; |
167 | - rdfs:label "basis for"^^xsd:string . | 167 | + rdfs:label "basis for"^^xsd:string . |
168 | - | 168 | + |
169 | -ep-core:celsius | 169 | +ep-core:celsius |
170 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 170 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
171 | - rdfs:domain ep-core:Temperature ; | 171 | + rdfs:domain ep-core:Temperature ; |
172 | - rdfs:label "celsius"^^xsd:string . | 172 | + rdfs:label "celsius"^^xsd:string . |
173 | - | 173 | + |
174 | -ep-core:centiPoise | 174 | +ep-core:centiPoise |
175 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 175 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
176 | - rdfs:domain ep-core:PlasticViscosity ; | 176 | + rdfs:domain ep-core:PlasticViscosity ; |
177 | - rdfs:label "cP"^^xsd:string . | 177 | + rdfs:label "cP"^^xsd:string . |
178 | - | 178 | + |
179 | -ep-core:day | 179 | +ep-core:day |
180 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 180 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
181 | - rdfs:domain ep-core:TimeDuration ; | 181 | + rdfs:domain ep-core:TimeDuration ; |
182 | - rdfs:label "day"^^xsd:string . | 182 | + rdfs:label "day"^^xsd:string . |
183 | - | 183 | + |
184 | -ep-core:decimetre3 | 184 | +ep-core:decimetre3 |
185 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 185 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
186 | - rdfs:domain ep-core:Volume ; | 186 | + rdfs:domain ep-core:Volume ; |
187 | - rdfs:label "decimetre 3"^^xsd:string . | 187 | + rdfs:label "decimetre 3"^^xsd:string . |
188 | - | 188 | + |
189 | -ep-core:degreesOfAngle | 189 | +ep-core:degreesOfAngle |
190 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 190 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
191 | - rdfs:domain ep-core:PlaneAngle ; | 191 | + rdfs:domain ep-core:PlaneAngle ; |
192 | - rdfs:label "degrees of angle"^^xsd:string . | 192 | + rdfs:label "degrees of angle"^^xsd:string . |
193 | - | 193 | + |
194 | -ep-core:derivedFrom | 194 | +ep-core:derivedFrom |
195 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 195 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
196 | - rdfs:label "derived from"^^xsd:string . | 196 | + rdfs:label "derived from"^^xsd:string . |
197 | - | 197 | + |
198 | -ep-core:dtiName | 198 | +ep-core:description |
199 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 199 | + rdf:type owl:DatatypeProperty . |
200 | - rdfs:label "DTI name"^^xsd:string ; | 200 | + |
201 | - rdfs:range xsd:string ; | 201 | +ep-core:dtiName |
202 | - rdfs:subPropertyOf ep-core:name . | 202 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
203 | - | 203 | + rdfs:label "DTI name"^^xsd:string ; |
204 | -ep-core:dyne_second_metre-2 | 204 | + rdfs:range xsd:string ; |
205 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 205 | + rdfs:subPropertyOf ep-core:name . |
206 | - rdfs:domain ep-core:PlasticViscosity ; | 206 | + |
207 | - rdfs:label "dyne.s.m-2"^^xsd:string . | 207 | +ep-core:dyne_second_metre-2 |
208 | - | 208 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
209 | -ep-core:foot | 209 | + rdfs:domain ep-core:PlasticViscosity ; |
210 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 210 | + rdfs:label "dyne.s.m-2"^^xsd:string . |
211 | - rdfs:domain ep-core:Length ; | 211 | + |
212 | - rdfs:label "foot"^^xsd:string . | 212 | +ep-core:foot |
213 | - | 213 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
214 | -ep-core:foot3 | 214 | + rdfs:domain ep-core:Length ; |
215 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 215 | + rdfs:label "foot"^^xsd:string . |
216 | - rdfs:label "foot3"^^xsd:string . | 216 | + |
217 | - | 217 | +ep-core:foot3 |
218 | -ep-core:foot3_sack94-1 | 218 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
219 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 219 | + rdfs:label "foot3"^^xsd:string . |
220 | - rdfs:domain ep-core:YieldPoint ; | 220 | + |
221 | - rdfs:label "foot3 sack94-1"^^xsd:string . | 221 | +ep-core:foot3_sack94-1 |
222 | - | 222 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
223 | -ep-core:footUS | 223 | + rdfs:domain ep-core:YieldPoint ; |
224 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 224 | + rdfs:label "foot3 sack94-1"^^xsd:string . |
225 | - rdfs:domain ep-core:Length ; | 225 | + |
226 | - rdfs:label "foot (US survey)"^^xsd:string . | 226 | +ep-core:footUS |
227 | - | 227 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
228 | -ep-core:fractionByVolume | 228 | + rdfs:domain ep-core:Length ; |
229 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 229 | + rdfs:label "foot (US survey)"^^xsd:string . |
230 | - rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 230 | + |
231 | - rdfs:label "fraction by volume"^^xsd:string . | 231 | +ep-core:fractionByVolume |
232 | - | 232 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
233 | -ep-core:gram_cm-3 | 233 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
234 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 234 | + rdfs:label "fraction by volume"^^xsd:string . |
235 | - rdfs:label "gram cm-3"^^xsd:string . | 235 | + |
236 | - | 236 | +ep-core:gram_cm-3 |
237 | -ep-core:hasPart | 237 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
238 | - rdf:type owl:TransitiveProperty ; | 238 | + rdfs:label "gram cm-3"^^xsd:string . |
239 | - rdfs:domain ep-core:PhysicalThing ; | 239 | + |
240 | - rdfs:label "has part"^^xsd:string ; | 240 | +ep-core:hasPart |
241 | - rdfs:range ep-core:PhysicalThing ; | 241 | + rdf:type owl:TransitiveProperty ; |
242 | - owl:inverseOf ep-core:partOf . | 242 | + rdfs:domain ep-core:PhysicalThing ; |
243 | - | 243 | + rdfs:label "has part"^^xsd:string ; |
244 | -ep-core:hasSpatialPart | 244 | + rdfs:range ep-core:PhysicalThing ; |
245 | - rdf:type owl:TransitiveProperty ; | 245 | + owl:inverseOf ep-core:partOf . |
246 | - rdfs:domain ep-core:PhysicalThing ; | 246 | + |
247 | - rdfs:label "has spatial part"^^xsd:string ; | 247 | +ep-core:hasSpatialPart |
248 | - rdfs:range ep-core:PhysicalThing ; | 248 | + rdf:type owl:TransitiveProperty ; |
249 | - rdfs:subPropertyOf ep-core:hasPart ; | 249 | + rdfs:domain ep-core:PhysicalThing ; |
250 | - owl:inverseOf ep-core:spatialPartOf . | 250 | + rdfs:label "has spatial part"^^xsd:string ; |
251 | - | 251 | + rdfs:range ep-core:PhysicalThing ; |
252 | -ep-core:hasTemporalPart | 252 | + rdfs:subPropertyOf ep-core:hasPart ; |
253 | - rdf:type owl:TransitiveProperty ; | 253 | + owl:inverseOf ep-core:spatialPartOf . |
254 | - rdfs:domain ep-core:PhysicalThing ; | 254 | + |
255 | - rdfs:label "has temporal part"^^xsd:string ; | 255 | +ep-core:hasTemporalPart |
256 | - rdfs:range ep-core:PhysicalThing ; | 256 | + rdf:type owl:TransitiveProperty ; |
257 | - rdfs:subPropertyOf ep-core:hasPart ; | 257 | + rdfs:domain ep-core:PhysicalThing ; |
258 | - owl:inverseOf ep-core:temporalPartOf . | 258 | + rdfs:label "has temporal part"^^xsd:string ; |
259 | - | 259 | + rdfs:range ep-core:PhysicalThing ; |
260 | -ep-core:hasVolume | 260 | + rdfs:subPropertyOf ep-core:hasPart ; |
261 | - rdf:type owl:FunctionalProperty ; | 261 | + owl:inverseOf ep-core:temporalPartOf . |
262 | - rdfs:domain ep-core:PhysicalThing ; | 262 | + |
263 | - rdfs:label "has volume"^^xsd:string . | 263 | +ep-core:hasVolume |
264 | - | 264 | + rdf:type owl:FunctionalProperty ; |
265 | -ep-core:hour | 265 | + rdfs:domain ep-core:PhysicalThing ; |
266 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 266 | + rdfs:label "has volume"^^xsd:string . |
267 | - rdfs:domain ep-core:TimeDuration ; | 267 | + |
268 | - rdfs:label "hour"^^xsd:string . | 268 | +ep-core:hour |
269 | - | 269 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
270 | -ep-core:humanRecognizableName | 270 | + rdfs:domain ep-core:TimeDuration ; |
271 | - rdf:type owl:DatatypeProperty ; | 271 | + rdfs:label "hour"^^xsd:string . |
272 | - rdfs:label "human recognizable name"^^xsd:string ; | 272 | + |
273 | - rdfs:range xsd:string ; | 273 | +ep-core:humanRecognizableName |
274 | - rdfs:subPropertyOf ep-core:name . | 274 | + rdf:type owl:DatatypeProperty ; |
275 | - | 275 | + rdfs:label "human recognizable name"^^xsd:string ; |
276 | -ep-core:inch | 276 | + rdfs:range xsd:string ; |
277 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 277 | + rdfs:subPropertyOf ep-core:name . |
278 | - rdfs:domain ep-core:Length ; | 278 | + |
279 | - rdfs:label "inch"^^xsd:string . | 279 | +ep-core:inch |
280 | - | 280 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
281 | -ep-core:inchUS | 281 | + rdfs:domain ep-core:Length ; |
282 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 282 | + rdfs:label "inch"^^xsd:string . |
283 | - rdfs:domain ep-core:Length ; | 283 | + |
284 | - rdfs:label "inch (US survey)"^^xsd:string . | 284 | +ep-core:inchUS |
285 | - | 285 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
286 | -ep-core:kilogramforce_second_metre-2 | 286 | + rdfs:domain ep-core:Length ; |
287 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 287 | + rdfs:label "inch (US survey)"^^xsd:string . |
288 | - rdfs:domain ep-core:PlasticViscosity ; | 288 | + |
289 | - rdfs:label "kgf.s.m-2"^^xsd:string . | 289 | +ep-core:kilogramforce_second_metre-2 |
290 | - | 290 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
291 | -ep-core:localFieldName | 291 | + rdfs:domain ep-core:PlasticViscosity ; |
292 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 292 | + rdfs:label "kgf.s.m-2"^^xsd:string . |
293 | - rdfs:label "local field name"^^xsd:string ; | 293 | + |
294 | - rdfs:range xsd:string ; | 294 | +ep-core:localFieldName |
295 | - rdfs:subPropertyOf ep-core:name . | 295 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
296 | - | 296 | + rdfs:label "local field name"^^xsd:string ; |
297 | -ep-core:megaPa | 297 | + rdfs:range xsd:string ; |
298 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 298 | + rdfs:subPropertyOf ep-core:name . |
299 | - rdfs:domain ep-core:Pressure ; | 299 | + |
300 | - rdfs:label "MPa"^^xsd:string . | 300 | +ep-core:megaPa |
301 | - | 301 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
302 | -ep-core:megaPa_second | 302 | + rdfs:domain ep-core:Pressure ; |
303 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 303 | + rdfs:label "MPa"^^xsd:string . |
304 | - rdfs:domain ep-core:PlasticViscosity ; | 304 | + |
305 | - rdfs:label "MPa.second"^^xsd:string . | 305 | +ep-core:megaPa_second |
306 | - | 306 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
307 | -ep-core:metre | 307 | + rdfs:domain ep-core:PlasticViscosity ; |
308 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 308 | + rdfs:label "MPa.second"^^xsd:string . |
309 | - rdfs:domain ep-core:Length ; | 309 | + |
310 | - rdfs:label "metre"^^xsd:string . | 310 | +ep-core:metre |
311 | - | 311 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
312 | -ep-core:metre3 | 312 | + rdfs:domain ep-core:Length ; |
313 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 313 | + rdfs:label "metre"^^xsd:string . |
314 | - rdfs:label "metre3"^^xsd:string . | 314 | + |
315 | - | 315 | +ep-core:metre3 |
316 | -ep-core:metre3_day-1 | 316 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
317 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 317 | + rdfs:label "metre3"^^xsd:string . |
318 | - rdfs:domain ep-core:VolumetricFlowRate ; | 318 | + |
319 | - rdfs:label "metre3 day-1"^^xsd:string . | 319 | +ep-core:metre3_day-1 |
320 | - | 320 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
321 | -ep-core:metre3_minute-1 | 321 | + rdfs:domain ep-core:VolumetricFlowRate ; |
322 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 322 | + rdfs:label "metre3 day-1"^^xsd:string . |
323 | - rdfs:domain ep-core:VolumetricFlowRate ; | 323 | + |
324 | - rdfs:label "metre3 minute-1"^^xsd:string . | 324 | +ep-core:metre3_minute-1 |
325 | - | 325 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
326 | -ep-core:metre_hour-1 | 326 | + rdfs:domain ep-core:VolumetricFlowRate ; |
327 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 327 | + rdfs:label "metre3 minute-1"^^xsd:string . |
328 | - rdfs:domain ep-core:Speed ; | 328 | + |
329 | - rdfs:label "metre hour-1"^^xsd:string . | 329 | +ep-core:metre_hour-1 |
330 | - | 330 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
331 | -ep-core:milliPascal_second | 331 | + rdfs:domain ep-core:Speed ; |
332 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 332 | + rdfs:label "metre hour-1"^^xsd:string . |
333 | - rdfs:domain ep-core:PlasticViscosity ; | 333 | + |
334 | - rdfs:label "mPa.s"^^xsd:string . | 334 | +ep-core:milliPascal_second |
335 | - | 335 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
336 | -ep-core:millimetre | 336 | + rdfs:domain ep-core:PlasticViscosity ; |
337 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 337 | + rdfs:label "mPa.s"^^xsd:string . |
338 | - rdfs:domain ep-core:Length ; | 338 | + |
339 | - rdfs:label "millimetre"^^xsd:string . | 339 | +ep-core:millimetre |
340 | - | 340 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
341 | -ep-core:million_barrel | 341 | + rdfs:domain ep-core:Length ; |
342 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 342 | + rdfs:label "millimetre"^^xsd:string . |
343 | - rdfs:label "million barrel"^^xsd:string . | 343 | + |
344 | - | 344 | +ep-core:million_barrel |
345 | -ep-core:million_foot3 | 345 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
346 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 346 | + rdfs:label "million barrel"^^xsd:string . |
347 | - rdfs:label "million foot3"^^xsd:string . | 347 | + |
348 | - | 348 | +ep-core:million_foot3 |
349 | -ep-core:million_metre3 | 349 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
350 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 350 | + rdfs:label "million foot3"^^xsd:string . |
351 | - rdfs:label "million metre3"^^xsd:string . | 351 | + |
352 | - | 352 | +ep-core:million_metre3 |
353 | -ep-core:million_metre3_day-1 | 353 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
354 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 354 | + rdfs:label "million metre3"^^xsd:string . |
355 | - rdfs:domain ep-core:VolumetricFlowRate ; | 355 | + |
356 | - rdfs:label "million metre3 day-1"^^xsd:string . | 356 | +ep-core:million_metre3_day-1 |
357 | - | 357 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
358 | -ep-core:minute | 358 | + rdfs:domain ep-core:VolumetricFlowRate ; |
359 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 359 | + rdfs:label "million metre3 day-1"^^xsd:string . |
360 | - rdfs:domain ep-core:TimeDuration ; | 360 | + |
361 | - rdfs:label "minute"^^xsd:string . | 361 | +ep-core:minute |
362 | - | 362 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
363 | -ep-core:name | 363 | + rdfs:domain ep-core:TimeDuration ; |
364 | - rdf:type owl:DatatypeProperty ; | 364 | + rdfs:label "minute"^^xsd:string . |
365 | - rdfs:label "name"^^xsd:string ; | 365 | + |
366 | - rdfs:range xsd:string . | 366 | +ep-core:name |
367 | - | 367 | + rdf:type owl:DatatypeProperty ; |
368 | -ep-core:newton_second_metre-2 | 368 | + rdfs:label "name"^^xsd:string ; |
369 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 369 | + rdfs:range xsd:string . |
370 | - rdfs:domain ep-core:PlasticViscosity ; | 370 | + |
371 | - rdfs:label "N.s.m-2"^^xsd:string . | 371 | +ep-core:newton_second_metre-2 |
372 | - | 372 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
373 | -ep-core:nominallyExistsAt | 373 | + rdfs:domain ep-core:PlasticViscosity ; |
374 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 374 | + rdfs:label "N.s.m-2"^^xsd:string . |
375 | - rdfs:domain ep-core:PhysicalThing ; | 375 | + |
376 | - rdfs:label "nominally exists at"^^xsd:string ; | 376 | +ep-core:nominallyExistsAt |
377 | - rdfs:range xsd:string ; | 377 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
378 | - rdfs:subPropertyOf ep-core:name . | 378 | + rdfs:domain ep-core:PhysicalThing ; |
379 | - | 379 | + rdfs:label "nominally exists at"^^xsd:string ; |
380 | -ep-core:npdCode | 380 | + rdfs:range xsd:string ; |
381 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 381 | + rdfs:subPropertyOf ep-core:name . |
382 | - rdfs:label "NPD code"^^xsd:string ; | 382 | + |
383 | - rdfs:range xsd:string ; | 383 | +ep-core:npdCode |
384 | - rdfs:subPropertyOf ep-core:name . | 384 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
385 | - | 385 | + rdfs:label "NPD code"^^xsd:string ; |
386 | -ep-core:npdName | 386 | + rdfs:range xsd:string ; |
387 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 387 | + rdfs:subPropertyOf ep-core:name . |
388 | - rdfs:label "NPD name"^^xsd:string ; | 388 | + |
389 | - rdfs:range xsd:string ; | 389 | +ep-core:npdName |
390 | - rdfs:subPropertyOf ep-core:name . | 390 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
391 | - | 391 | + rdfs:label "NPD name"^^xsd:string ; |
392 | -ep-core:npdNumber | 392 | + rdfs:range xsd:string ; |
393 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 393 | + rdfs:subPropertyOf ep-core:name . |
394 | - rdfs:label "NPD number"^^xsd:string ; | 394 | + |
395 | - rdfs:range xsd:string ; | 395 | +ep-core:npdNumber |
396 | - rdfs:subPropertyOf ep-core:name . | 396 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
397 | - | 397 | + rdfs:label "NPD number"^^xsd:string ; |
398 | -ep-core:partOf | 398 | + rdfs:range xsd:string ; |
399 | - rdf:type owl:TransitiveProperty ; | 399 | + rdfs:subPropertyOf ep-core:name . |
400 | - rdfs:domain ep-core:PhysicalThing ; | 400 | + |
401 | - rdfs:label "part of"^^xsd:string ; | 401 | +ep-core:partOf |
402 | - rdfs:range ep-core:PhysicalThing ; | 402 | + rdf:type owl:TransitiveProperty ; |
403 | - owl:inverseOf ep-core:hasPart . | 403 | + rdfs:domain ep-core:PhysicalThing ; |
404 | - | 404 | + rdfs:label "part of"^^xsd:string ; |
405 | -ep-core:partPerMillionByMass | 405 | + rdfs:range ep-core:PhysicalThing ; |
406 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 406 | + owl:inverseOf ep-core:hasPart . |
407 | - rdfs:domain ep-core:MassPerUnitMassConcentration ; | 407 | + |
408 | - rdfs:label "part per million (by mass)"^^xsd:string . | 408 | +ep-core:partPerMillionByMass |
409 | - | 409 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
410 | -ep-core:partPerMillionByVolume | 410 | + rdfs:domain ep-core:MassPerUnitMassConcentration ; |
411 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 411 | + rdfs:label "part per million (by mass)"^^xsd:string . |
412 | - rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 412 | + |
413 | - rdfs:label "part per million (by volume)"^^xsd:string . | 413 | +ep-core:partPerMillionByVolume |
414 | - | 414 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
415 | -ep-core:pascal | 415 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
416 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 416 | + rdfs:label "part per million (by volume)"^^xsd:string . |
417 | - rdfs:domain ep-core:Pressure ; | 417 | + |
418 | - rdfs:label "Pascal"^^xsd:string . | 418 | +ep-core:pascal |
419 | - | 419 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
420 | -ep-core:pascal_second | 420 | + rdfs:domain ep-core:Pressure ; |
421 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 421 | + rdfs:label "Pascal"^^xsd:string . |
422 | - rdfs:domain ep-core:PlasticViscosity ; | 422 | + |
423 | - rdfs:label "Pa.second"^^xsd:string . | 423 | +ep-core:pascal_second |
424 | - | 424 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
425 | -ep-core:perCentByVolume | 425 | + rdfs:domain ep-core:PlasticViscosity ; |
426 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 426 | + rdfs:label "Pa.second"^^xsd:string . |
427 | - rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 427 | + |
428 | - rdfs:label "per cent by volume"^^xsd:string . | 428 | +ep-core:perCentByVolume |
429 | - | 429 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
430 | -ep-core:poise | 430 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
431 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 431 | + rdfs:label "per cent by volume"^^xsd:string . |
432 | - rdfs:domain ep-core:PlasticViscosity ; | 432 | + |
433 | - rdfs:label "P"^^xsd:string . | 433 | +ep-core:poise |
434 | - | 434 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
435 | -ep-core:pound_foot-1 | 435 | + rdfs:domain ep-core:PlasticViscosity ; |
436 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 436 | + rdfs:label "P"^^xsd:string . |
437 | - rdfs:domain ep-core:MassPerUnitLength ; | 437 | + |
438 | - rdfs:label "pound foot-1"^^xsd:string . | 438 | +ep-core:pound_foot-1 |
439 | - | 439 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
440 | -ep-core:poundforce_second_foot-2 | 440 | + rdfs:domain ep-core:MassPerUnitLength ; |
441 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 441 | + rdfs:label "pound foot-1"^^xsd:string . |
442 | - rdfs:domain ep-core:PlasticViscosity ; | 442 | + |
443 | - rdfs:label "lbf.s.ft-2"^^xsd:string . | 443 | +ep-core:poundforce_second_foot-2 |
444 | - | 444 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
445 | -ep-core:poundforce_second_inch-2 | 445 | + rdfs:domain ep-core:PlasticViscosity ; |
446 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 446 | + rdfs:label "lbf.s.ft-2"^^xsd:string . |
447 | - rdfs:domain ep-core:PlasticViscosity ; | 447 | + |
448 | - rdfs:label "lbf.s.in-2"^^xsd:string . | 448 | +ep-core:poundforce_second_inch-2 |
449 | - | 449 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
450 | -ep-core:prospectName | 450 | + rdfs:domain ep-core:PlasticViscosity ; |
451 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 451 | + rdfs:label "lbf.s.in-2"^^xsd:string . |
452 | - rdfs:label "prospect name"^^xsd:string ; | 452 | + |
453 | - rdfs:range xsd:string ; | 453 | +ep-core:prospectName |
454 | - rdfs:subPropertyOf ep-core:name . | 454 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
455 | - | 455 | + rdfs:label "prospect name"^^xsd:string ; |
456 | -ep-core:psi_second | 456 | + rdfs:range xsd:string ; |
457 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 457 | + rdfs:subPropertyOf ep-core:name . |
458 | - rdfs:domain ep-core:PlasticViscosity ; | 458 | + |
459 | - rdfs:label "psi.s"^^xsd:string . | 459 | +ep-core:psi_second |
460 | - | 460 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
461 | -ep-core:psig | 461 | + rdfs:domain ep-core:PlasticViscosity ; |
462 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 462 | + rdfs:label "psi.s"^^xsd:string . |
463 | - rdfs:domain ep-core:Pressure ; | 463 | + |
464 | - rdfs:label "psi gauge"^^xsd:string . | 464 | +ep-core:psig |
465 | - | 465 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
466 | -ep-core:second | 466 | + rdfs:domain ep-core:Pressure ; |
467 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 467 | + rdfs:label "psi gauge"^^xsd:string . |
468 | - rdfs:domain ep-core:TimeDuration ; | 468 | + |
469 | - rdfs:label "second"^^xsd:string . | 469 | +ep-core:second |
470 | - | 470 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
471 | -ep-core:spatialPartOf | 471 | + rdfs:domain ep-core:TimeDuration ; |
472 | - rdf:type owl:TransitiveProperty ; | 472 | + rdfs:label "second"^^xsd:string . |
473 | - rdfs:domain ep-core:PhysicalThing ; | 473 | + |
474 | - rdfs:label "temporal part of"^^xsd:string ; | 474 | +ep-core:spatialPartOf |
475 | - rdfs:range ep-core:PhysicalThing ; | 475 | + rdf:type owl:TransitiveProperty ; |
476 | - rdfs:subPropertyOf ep-core:partOf ; | 476 | + rdfs:domain ep-core:PhysicalThing ; |
477 | - owl:inverseOf ep-core:hasSpatialPart . | 477 | + rdfs:label "temporal part of"^^xsd:string ; |
478 | - | 478 | + rdfs:range ep-core:PhysicalThing ; |
479 | -ep-core:specificGravity | 479 | + rdfs:subPropertyOf ep-core:partOf ; |
480 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 480 | + owl:inverseOf ep-core:hasSpatialPart . |
481 | - rdfs:label "specific gravity"^^xsd:string . | 481 | + |
482 | - | 482 | +ep-core:specificGravity |
483 | -ep-core:temporalPartOf | 483 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
484 | - rdf:type owl:TransitiveProperty ; | 484 | + rdfs:label "specific gravity"^^xsd:string . |
485 | - rdfs:domain ep-core:PhysicalThing ; | 485 | + |
486 | - rdfs:label "temporal part of"^^xsd:string ; | 486 | +ep-core:temporalPartOf |
487 | - rdfs:range ep-core:PhysicalThing ; | 487 | + rdf:type owl:TransitiveProperty ; |
488 | - rdfs:subPropertyOf ep-core:partOf ; | 488 | + rdfs:domain ep-core:PhysicalThing ; |
489 | - owl:inverseOf ep-core:hasTemporalPart . | 489 | + rdfs:label "temporal part of"^^xsd:string ; |
490 | - | 490 | + rdfs:range ep-core:PhysicalThing ; |
491 | -ep-core:undefinedScale | 491 | + rdfs:subPropertyOf ep-core:partOf ; |
492 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 492 | + owl:inverseOf ep-core:hasTemporalPart . |
493 | - rdfs:domain owl:Class ; | 493 | + |
494 | - rdfs:label "undefined scale"^^xsd:string . | 494 | +ep-core:undefinedScale |
495 | - | 495 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
496 | -ep-core:usGallon_sack94-1 | 496 | + rdfs:domain owl:Class ; |
497 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 497 | + rdfs:label "undefined scale"^^xsd:string . |
498 | - rdfs:domain ep-core:VolumeMassRatio ; | 498 | + |
499 | - rdfs:label "USgallon sack94-1"^^xsd:string . | 499 | +ep-core:usGallon_sack94-1 |
500 | - | 500 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
501 | -ep-core:week | 501 | + rdfs:domain ep-core:VolumeMassRatio ; |
502 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 502 | + rdfs:label "USgallon sack94-1"^^xsd:string . |
503 | - rdfs:domain ep-core:TimeDuration ; | 503 | + |
504 | - rdfs:label "week"^^xsd:string . | 504 | +ep-core:week |
505 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
506 | + rdfs:domain ep-core:TimeDuration ; | ||
507 | + rdfs:label "week"^^xsd:string . | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | <http://www.reportinghub.no/ep/spin/ddr-tables> | 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> |
23 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
25 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ; | 25 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ; |
26 | owl:versionInfo "0.1.0"^^xsd:string . | 26 | owl:versionInfo "0.1.0"^^xsd:string . |
27 | 27 | ||
28 | ddr-tables:BitRecord | 28 | ddr-tables:BitRecord |
... | @@ -411,7 +411,7 @@ ddr-tables:BitRecord | ... | @@ -411,7 +411,7 @@ ddr-tables:BitRecord |
411 | ] [ sp:object | 411 | ] [ sp:object |
412 | [ sp:varName "manufacturer"^^xsd:string | 412 | [ sp:varName "manufacturer"^^xsd:string |
413 | ] ; | 413 | ] ; |
414 | - sp:predicate rdfs:label ; | 414 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
415 | sp:subject | 415 | sp:subject |
416 | [ sp:varName "drillBitManuf"^^xsd:string | 416 | [ sp:varName "drillBitManuf"^^xsd:string |
417 | ] | 417 | ] |
... | @@ -482,7 +482,7 @@ ddr-tables:CasingLinerTubingInformation | ... | @@ -482,7 +482,7 @@ ddr-tables:CasingLinerTubingInformation |
482 | sp:elements ([ sp:object | 482 | sp:elements ([ sp:object |
483 | [ sp:varName "description"^^xsd:string | 483 | [ sp:varName "description"^^xsd:string |
484 | ] ; | 484 | ] ; |
485 | - sp:predicate rdfs:comment ; | 485 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
486 | sp:subject | 486 | sp:subject |
487 | [ sp:varName "wellStim"^^xsd:string | 487 | [ sp:varName "wellStim"^^xsd:string |
488 | ] | 488 | ] |
... | @@ -852,7 +852,7 @@ ddr-tables:CementFluidInformation | ... | @@ -852,7 +852,7 @@ ddr-tables:CementFluidInformation |
852 | ] [ sp:object | 852 | ] [ sp:object |
853 | [ sp:varName "fluidDescription"^^xsd:string | 853 | [ sp:varName "fluidDescription"^^xsd:string |
854 | ] ; | 854 | ] ; |
855 | - sp:predicate rdfs:comment ; | 855 | + sp:predicate rdfs:label ; |
856 | sp:subject | 856 | sp:subject |
857 | [ sp:varName "userDescribedCementingFluidType"^^xsd:string | 857 | [ sp:varName "userDescribedCementingFluidType"^^xsd:string |
858 | ] | 858 | ] |
... | @@ -966,7 +966,7 @@ ddr-tables:CementFluidInformation | ... | @@ -966,7 +966,7 @@ ddr-tables:CementFluidInformation |
966 | sp:elements ([ sp:object | 966 | sp:elements ([ sp:object |
967 | [ sp:varName "comments"^^xsd:string | 967 | [ sp:varName "comments"^^xsd:string |
968 | ] ; | 968 | ] ; |
969 | - sp:predicate rdfs:comment ; | 969 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
970 | sp:subject | 970 | sp:subject |
971 | [ sp:varName "fluid"^^xsd:string | 971 | [ sp:varName "fluid"^^xsd:string |
972 | ] | 972 | ] |
... | @@ -1251,7 +1251,7 @@ ddr-tables:CementInformation | ... | @@ -1251,7 +1251,7 @@ ddr-tables:CementInformation |
1251 | sp:elements ([ sp:object | 1251 | sp:elements ([ sp:object |
1252 | [ sp:varName "comments"^^xsd:string | 1252 | [ sp:varName "comments"^^xsd:string |
1253 | ] ; | 1253 | ] ; |
1254 | - sp:predicate rdfs:comment ; | 1254 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
1255 | sp:subject | 1255 | sp:subject |
1256 | [ sp:varName "wellCementJob"^^xsd:string | 1256 | [ sp:varName "wellCementJob"^^xsd:string |
1257 | ] | 1257 | ] |
... | @@ -1566,7 +1566,7 @@ ddr-tables:CoreInformation | ... | @@ -1566,7 +1566,7 @@ ddr-tables:CoreInformation |
1566 | sp:elements ([ sp:object | 1566 | sp:elements ([ sp:object |
1567 | [ sp:varName "description"^^xsd:string | 1567 | [ sp:varName "description"^^xsd:string |
1568 | ] ; | 1568 | ] ; |
1569 | - sp:predicate rdfs:comment ; | 1569 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
1570 | sp:subject | 1570 | sp:subject |
1571 | [ sp:varName "recCore"^^xsd:string | 1571 | [ sp:varName "recCore"^^xsd:string |
1572 | ] | 1572 | ] |
... | @@ -2023,7 +2023,7 @@ ddr-tables:EquipmentFailure | ... | @@ -2023,7 +2023,7 @@ ddr-tables:EquipmentFailure |
2023 | sp:elements ([ sp:object | 2023 | sp:elements ([ sp:object |
2024 | [ sp:varName "failureDescription"^^xsd:string | 2024 | [ sp:varName "failureDescription"^^xsd:string |
2025 | ] ; | 2025 | ] ; |
2026 | - sp:predicate rdfs:comment ; | 2026 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
2027 | sp:subject | 2027 | sp:subject |
2028 | [ sp:varName "part"^^xsd:string | 2028 | [ sp:varName "part"^^xsd:string |
2029 | ] | 2029 | ] |
... | @@ -2238,7 +2238,7 @@ ddr-tables:FormationTest | ... | @@ -2238,7 +2238,7 @@ ddr-tables:FormationTest |
2238 | sp:elements ([ sp:object | 2238 | sp:elements ([ sp:object |
2239 | [ sp:varName "description"^^xsd:string | 2239 | [ sp:varName "description"^^xsd:string |
2240 | ] ; | 2240 | ] ; |
2241 | - sp:predicate rdfs:comment ; | 2241 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
2242 | sp:subject | 2242 | sp:subject |
2243 | [ sp:varName "ft"^^xsd:string | 2243 | [ sp:varName "ft"^^xsd:string |
2244 | ] | 2244 | ] |
... | @@ -3110,7 +3110,7 @@ ddr-tables:LogInformation | ... | @@ -3110,7 +3110,7 @@ ddr-tables:LogInformation |
3110 | ] [ sp:object | 3110 | ] [ sp:object |
3111 | [ sp:varName "tool"^^xsd:string | 3111 | [ sp:varName "tool"^^xsd:string |
3112 | ] ; | 3112 | ] ; |
3113 | - sp:predicate rdfs:comment ; | 3113 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
3114 | sp:subject | 3114 | sp:subject |
3115 | [ sp:varName "loggingTool"^^xsd:string | 3115 | [ sp:varName "loggingTool"^^xsd:string |
3116 | ] | 3116 | ] |
... | @@ -3348,7 +3348,7 @@ ddr-tables:Operations | ... | @@ -3348,7 +3348,7 @@ ddr-tables:Operations |
3348 | sp:elements ([ sp:object | 3348 | sp:elements ([ sp:object |
3349 | [ sp:varName "remark"^^xsd:string | 3349 | [ sp:varName "remark"^^xsd:string |
3350 | ] ; | 3350 | ] ; |
3351 | - sp:predicate rdfs:comment ; | 3351 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
3352 | sp:subject | 3352 | sp:subject |
3353 | [ sp:varName "part"^^xsd:string | 3353 | [ sp:varName "part"^^xsd:string |
3354 | ] | 3354 | ] |
... | @@ -4268,7 +4268,7 @@ ddr-tables:WellControlIncident | ... | @@ -4268,7 +4268,7 @@ ddr-tables:WellControlIncident |
4268 | ] [ sp:object | 4268 | ] [ sp:object |
4269 | [ sp:varName "formation"^^xsd:string | 4269 | [ sp:varName "formation"^^xsd:string |
4270 | ] ; | 4270 | ] ; |
4271 | - sp:predicate rdfs:comment ; | 4271 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
4272 | sp:subject | 4272 | sp:subject |
4273 | [ sp:varName "srFormation"^^xsd:string | 4273 | [ sp:varName "srFormation"^^xsd:string |
4274 | ] | 4274 | ] |
... | @@ -4376,7 +4376,7 @@ ddr-tables:WellControlIncident | ... | @@ -4376,7 +4376,7 @@ ddr-tables:WellControlIncident |
4376 | sp:elements ([ sp:object | 4376 | sp:elements ([ sp:object |
4377 | [ sp:varName "comment"^^xsd:string | 4377 | [ sp:varName "comment"^^xsd:string |
4378 | ] ; | 4378 | ] ; |
4379 | - sp:predicate rdfs:comment ; | 4379 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
4380 | sp:subject | 4380 | sp:subject |
4381 | [ sp:varName "wci"^^xsd:string | 4381 | [ sp:varName "wci"^^xsd:string |
4382 | ] | 4382 | ] | ... | ... |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | 25 | ||
26 | <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> | 26 | <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> |
27 | rdf:type owl:Ontology ; | 27 | rdf:type owl:Ontology ; |
28 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 28 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
30 | 30 | ||
31 | ddr:Obj_drillReport | 31 | ddr:Obj_drillReport |
... | @@ -80,7 +80,7 @@ ddr:Obj_drillReport | ... | @@ -80,7 +80,7 @@ ddr:Obj_drillReport |
80 | ] [ sp:object | 80 | ] [ sp:object |
81 | [ sp:varName "comments"^^xsd:string | 81 | [ sp:varName "comments"^^xsd:string |
82 | ] ; | 82 | ] ; |
83 | - sp:predicate rdfs:comment ; | 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
84 | sp:subject | 84 | sp:subject |
85 | [ sp:varName "partActivity"^^xsd:string | 85 | [ sp:varName "partActivity"^^xsd:string |
86 | ] | 86 | ] |
... | @@ -192,22 +192,14 @@ ddr:Obj_drillReport | ... | @@ -192,22 +192,14 @@ ddr:Obj_drillReport |
192 | ] ; | 192 | ] ; |
193 | spin:rule | 193 | spin:rule |
194 | [ rdf:type sp:Construct ; | 194 | [ rdf:type sp:Construct ; |
195 | - rdfs:comment "STEP 128 Transfer md"^^xsd:string ; | 195 | + rdfs:comment "STEP 132 Transfer status"^^xsd:string ; |
196 | - sp:templates ([ sp:object _:b1 ; | 196 | + sp:templates ([ sp:object |
197 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | 197 | + [ sp:varName "activitySuccessType"^^xsd:string |
198 | + ] ; | ||
199 | + sp:predicate rdf:type ; | ||
198 | sp:subject | 200 | sp:subject |
199 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 201 | + [ sp:varName "partActivity"^^xsd:string |
200 | ] | 202 | ] |
201 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
202 | - sp:predicate rdf:type ; | ||
203 | - sp:subject _:b1 | ||
204 | - ] [ sp:object | ||
205 | - [ sp:varName "real"^^xsd:string | ||
206 | - ] ; | ||
207 | - sp:predicate | ||
208 | - [ sp:varName "lengthScale"^^xsd:string | ||
209 | - ] ; | ||
210 | - sp:subject _:b1 | ||
211 | ]) ; | 203 | ]) ; |
212 | sp:where ([ sp:object | 204 | sp:where ([ sp:object |
213 | [ sp:varName "nameWellBore"^^xsd:string | 205 | [ sp:varName "nameWellBore"^^xsd:string |
... | @@ -215,52 +207,22 @@ ddr:Obj_drillReport | ... | @@ -215,52 +207,22 @@ ddr:Obj_drillReport |
215 | sp:predicate ep-spin-lib:nameWellbore ; | 207 | sp:predicate ep-spin-lib:nameWellbore ; |
216 | sp:subject spin:_this | 208 | sp:subject spin:_this |
217 | ] [ sp:object | 209 | ] [ sp:object |
218 | - [ sp:varName "activity"^^xsd:string | 210 | + [ sp:varName "dTimStart"^^xsd:string |
219 | ] ; | 211 | ] ; |
220 | - sp:predicate ddr:activityRef ; | 212 | + sp:predicate ddr:dTimStart ; |
221 | sp:subject spin:_this | 213 | sp:subject spin:_this |
222 | ] [ sp:object | 214 | ] [ sp:object |
223 | - [ sp:varName "dTimStartPart"^^xsd:string | ||
224 | - ] ; | ||
225 | - sp:predicate ddr:dTimStart ; | ||
226 | - sp:subject | ||
227 | [ sp:varName "activity"^^xsd:string | 215 | [ sp:varName "activity"^^xsd:string |
228 | - ] | ||
229 | - ] [ sp:object | ||
230 | - [ sp:varName "dTimEndPart"^^xsd:string | ||
231 | ] ; | 216 | ] ; |
232 | - sp:predicate ddr:dTimEnd ; | 217 | + sp:predicate ddr:activityRef ; |
233 | - sp:subject | 218 | + sp:subject spin:_this |
234 | - [ sp:varName "activity"^^xsd:string | ||
235 | - ] | ||
236 | ] [ sp:object | 219 | ] [ sp:object |
237 | - [ sp:varName "md"^^xsd:string | 220 | + [ sp:varName "state"^^xsd:string |
238 | ] ; | 221 | ] ; |
239 | - sp:predicate ddr:mdRef ; | 222 | + sp:predicate ddr:stateRef ; |
240 | sp:subject | 223 | sp:subject |
241 | [ sp:varName "activity"^^xsd:string | 224 | [ sp:varName "activity"^^xsd:string |
242 | ] | 225 | ] |
243 | - ] [ sp:object | ||
244 | - [ sp:varName "real"^^xsd:string | ||
245 | - ] ; | ||
246 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
247 | - sp:subject | ||
248 | - [ sp:varName "md"^^xsd:string | ||
249 | - ] | ||
250 | - ] [ sp:object | ||
251 | - [ sp:varName "uom"^^xsd:string | ||
252 | - ] ; | ||
253 | - sp:predicate ddr:uomRef ; | ||
254 | - sp:subject | ||
255 | - [ sp:varName "md"^^xsd:string | ||
256 | - ] | ||
257 | - ] [ sp:object | ||
258 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
259 | - ] ; | ||
260 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
261 | - sp:subject | ||
262 | - [ sp:varName "partActivity"^^xsd:string | ||
263 | - ] | ||
264 | ] [ rdf:type sp:Bind ; | 226 | ] [ rdf:type sp:Bind ; |
265 | sp:expression | 227 | sp:expression |
266 | [ rdf:type ep-spin-lib:normalizeString ; | 228 | [ rdf:type ep-spin-lib:normalizeString ; |
... | @@ -272,46 +234,55 @@ ddr:Obj_drillReport | ... | @@ -272,46 +234,55 @@ ddr:Obj_drillReport |
272 | ] | 234 | ] |
273 | ] [ rdf:type sp:Bind ; | 235 | ] [ rdf:type sp:Bind ; |
274 | sp:expression | 236 | sp:expression |
275 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 237 | + [ rdf:type afn:localname ; |
238 | + sp:arg1 [ sp:varName "activity"^^xsd:string | ||
239 | + ] | ||
240 | + ] ; | ||
241 | + sp:variable | ||
242 | + [ sp:varName "localname"^^xsd:string | ||
243 | + ] | ||
244 | + ] [ rdf:type sp:Bind ; | ||
245 | + sp:expression | ||
246 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; | ||
276 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 247 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
277 | ] ; | 248 | ] ; |
278 | - sp:arg2 [ sp:varName "dTimStartPart"^^xsd:string | 249 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
279 | ] ; | 250 | ] ; |
280 | - sp:arg3 [ sp:varName "dTimEndPart"^^xsd:string | 251 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
281 | ] | 252 | ] |
282 | ] ; | 253 | ] ; |
283 | sp:variable | 254 | sp:variable |
284 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 255 | + [ sp:varName "partActivity"^^xsd:string |
285 | ] | 256 | ] |
286 | ] [ rdf:type sp:Bind ; | 257 | ] [ rdf:type sp:Bind ; |
287 | sp:expression | 258 | sp:expression |
288 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 259 | + [ rdf:type ep-spin-lib:selectActivitySuccessType ; |
289 | - sp:arg1 [ sp:varName "uom"^^xsd:string | 260 | + sp:arg1 [ sp:varName "state"^^xsd:string |
290 | ] | 261 | ] |
291 | ] ; | 262 | ] ; |
292 | sp:variable | 263 | sp:variable |
293 | - [ sp:varName "lengthScale"^^xsd:string | 264 | + [ sp:varName "activitySuccessType"^^xsd:string |
294 | ] | 265 | ] |
295 | ]) | 266 | ]) |
296 | ] ; | 267 | ] ; |
297 | spin:rule | 268 | spin:rule |
298 | [ rdf:type sp:Construct ; | 269 | [ rdf:type sp:Construct ; |
299 | - rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ; | 270 | + rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ; |
300 | - sp:templates ([ sp:object _:b2 ; | 271 | + sp:templates ([ sp:object _:b1 ; |
301 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleTrueVerticalDepth> ; | 272 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ; |
302 | sp:subject | 273 | sp:subject |
303 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 274 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
304 | ] | 275 | ] |
305 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 276 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
306 | sp:predicate rdf:type ; | 277 | sp:predicate rdf:type ; |
307 | - sp:subject _:b2 | 278 | + sp:subject _:b1 |
308 | ] [ sp:object | 279 | ] [ sp:object |
309 | [ sp:varName "real"^^xsd:string | 280 | [ sp:varName "real"^^xsd:string |
310 | ] ; | 281 | ] ; |
311 | sp:predicate | 282 | sp:predicate |
312 | [ sp:varName "lengthScale"^^xsd:string | 283 | [ sp:varName "lengthScale"^^xsd:string |
313 | ] ; | 284 | ] ; |
314 | - sp:subject _:b2 | 285 | + sp:subject _:b1 |
315 | ]) ; | 286 | ]) ; |
316 | sp:where ([ sp:object | 287 | sp:where ([ sp:object |
317 | [ sp:varName "nameWellBore"^^xsd:string | 288 | [ sp:varName "nameWellBore"^^xsd:string |
... | @@ -338,9 +309,9 @@ ddr:Obj_drillReport | ... | @@ -338,9 +309,9 @@ ddr:Obj_drillReport |
338 | [ sp:varName "activity"^^xsd:string | 309 | [ sp:varName "activity"^^xsd:string |
339 | ] | 310 | ] |
340 | ] [ sp:object | 311 | ] [ sp:object |
341 | - [ sp:varName "tvd"^^xsd:string | 312 | + [ sp:varName "mdHoleStart"^^xsd:string |
342 | ] ; | 313 | ] ; |
343 | - sp:predicate ddr:tvdRef ; | 314 | + sp:predicate ddr:mdHoleStartRef ; |
344 | sp:subject | 315 | sp:subject |
345 | [ sp:varName "activity"^^xsd:string | 316 | [ sp:varName "activity"^^xsd:string |
346 | ] | 317 | ] |
... | @@ -349,14 +320,14 @@ ddr:Obj_drillReport | ... | @@ -349,14 +320,14 @@ ddr:Obj_drillReport |
349 | ] ; | 320 | ] ; |
350 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 321 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
351 | sp:subject | 322 | sp:subject |
352 | - [ sp:varName "tvd"^^xsd:string | 323 | + [ sp:varName "mdHoleStart"^^xsd:string |
353 | ] | 324 | ] |
354 | ] [ sp:object | 325 | ] [ sp:object |
355 | [ sp:varName "uom"^^xsd:string | 326 | [ sp:varName "uom"^^xsd:string |
356 | ] ; | 327 | ] ; |
357 | sp:predicate ddr:uomRef ; | 328 | sp:predicate ddr:uomRef ; |
358 | sp:subject | 329 | sp:subject |
359 | - [ sp:varName "tvd"^^xsd:string | 330 | + [ sp:varName "mdHoleStart"^^xsd:string |
360 | ] | 331 | ] |
361 | ] [ sp:object | 332 | ] [ sp:object |
362 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 333 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
... | @@ -502,22 +473,22 @@ ddr:Obj_drillReport | ... | @@ -502,22 +473,22 @@ ddr:Obj_drillReport |
502 | ] ; | 473 | ] ; |
503 | spin:rule | 474 | spin:rule |
504 | [ rdf:type sp:Construct ; | 475 | [ rdf:type sp:Construct ; |
505 | - rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ; | 476 | + rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ; |
506 | - sp:templates ([ sp:object _:b3 ; | 477 | + sp:templates ([ sp:object _:b2 ; |
507 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ; | 478 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleTrueVerticalDepth> ; |
508 | sp:subject | 479 | sp:subject |
509 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 480 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
510 | ] | 481 | ] |
511 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 482 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
512 | sp:predicate rdf:type ; | 483 | sp:predicate rdf:type ; |
513 | - sp:subject _:b3 | 484 | + sp:subject _:b2 |
514 | ] [ sp:object | 485 | ] [ sp:object |
515 | [ sp:varName "real"^^xsd:string | 486 | [ sp:varName "real"^^xsd:string |
516 | ] ; | 487 | ] ; |
517 | sp:predicate | 488 | sp:predicate |
518 | [ sp:varName "lengthScale"^^xsd:string | 489 | [ sp:varName "lengthScale"^^xsd:string |
519 | ] ; | 490 | ] ; |
520 | - sp:subject _:b3 | 491 | + sp:subject _:b2 |
521 | ]) ; | 492 | ]) ; |
522 | sp:where ([ sp:object | 493 | sp:where ([ sp:object |
523 | [ sp:varName "nameWellBore"^^xsd:string | 494 | [ sp:varName "nameWellBore"^^xsd:string |
... | @@ -544,9 +515,9 @@ ddr:Obj_drillReport | ... | @@ -544,9 +515,9 @@ ddr:Obj_drillReport |
544 | [ sp:varName "activity"^^xsd:string | 515 | [ sp:varName "activity"^^xsd:string |
545 | ] | 516 | ] |
546 | ] [ sp:object | 517 | ] [ sp:object |
547 | - [ sp:varName "mdHoleStart"^^xsd:string | 518 | + [ sp:varName "tvd"^^xsd:string |
548 | ] ; | 519 | ] ; |
549 | - sp:predicate ddr:mdHoleStartRef ; | 520 | + sp:predicate ddr:tvdRef ; |
550 | sp:subject | 521 | sp:subject |
551 | [ sp:varName "activity"^^xsd:string | 522 | [ sp:varName "activity"^^xsd:string |
552 | ] | 523 | ] |
... | @@ -555,14 +526,14 @@ ddr:Obj_drillReport | ... | @@ -555,14 +526,14 @@ ddr:Obj_drillReport |
555 | ] ; | 526 | ] ; |
556 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 527 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
557 | sp:subject | 528 | sp:subject |
558 | - [ sp:varName "mdHoleStart"^^xsd:string | 529 | + [ sp:varName "tvd"^^xsd:string |
559 | ] | 530 | ] |
560 | ] [ sp:object | 531 | ] [ sp:object |
561 | [ sp:varName "uom"^^xsd:string | 532 | [ sp:varName "uom"^^xsd:string |
562 | ] ; | 533 | ] ; |
563 | sp:predicate ddr:uomRef ; | 534 | sp:predicate ddr:uomRef ; |
564 | sp:subject | 535 | sp:subject |
565 | - [ sp:varName "mdHoleStart"^^xsd:string | 536 | + [ sp:varName "tvd"^^xsd:string |
566 | ] | 537 | ] |
567 | ] [ sp:object | 538 | ] [ sp:object |
568 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 539 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
... | @@ -606,14 +577,22 @@ ddr:Obj_drillReport | ... | @@ -606,14 +577,22 @@ ddr:Obj_drillReport |
606 | ] ; | 577 | ] ; |
607 | spin:rule | 578 | spin:rule |
608 | [ rdf:type sp:Construct ; | 579 | [ rdf:type sp:Construct ; |
609 | - rdfs:comment "STEP 132 Transfer status"^^xsd:string ; | 580 | + rdfs:comment "STEP 128 Transfer md"^^xsd:string ; |
610 | - sp:templates ([ sp:object | 581 | + sp:templates ([ sp:object _:b3 ; |
611 | - [ sp:varName "activitySuccessType"^^xsd:string | 582 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; |
612 | - ] ; | ||
613 | - sp:predicate rdf:type ; | ||
614 | sp:subject | 583 | sp:subject |
615 | - [ sp:varName "partActivity"^^xsd:string | 584 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
616 | ] | 585 | ] |
586 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
587 | + sp:predicate rdf:type ; | ||
588 | + sp:subject _:b3 | ||
589 | + ] [ sp:object | ||
590 | + [ sp:varName "real"^^xsd:string | ||
591 | + ] ; | ||
592 | + sp:predicate | ||
593 | + [ sp:varName "lengthScale"^^xsd:string | ||
594 | + ] ; | ||
595 | + sp:subject _:b3 | ||
617 | ]) ; | 596 | ]) ; |
618 | sp:where ([ sp:object | 597 | sp:where ([ sp:object |
619 | [ sp:varName "nameWellBore"^^xsd:string | 598 | [ sp:varName "nameWellBore"^^xsd:string |
... | @@ -621,22 +600,52 @@ ddr:Obj_drillReport | ... | @@ -621,22 +600,52 @@ ddr:Obj_drillReport |
621 | sp:predicate ep-spin-lib:nameWellbore ; | 600 | sp:predicate ep-spin-lib:nameWellbore ; |
622 | sp:subject spin:_this | 601 | sp:subject spin:_this |
623 | ] [ sp:object | 602 | ] [ sp:object |
624 | - [ sp:varName "dTimStart"^^xsd:string | 603 | + [ sp:varName "activity"^^xsd:string |
625 | ] ; | 604 | ] ; |
626 | - sp:predicate ddr:dTimStart ; | 605 | + sp:predicate ddr:activityRef ; |
627 | sp:subject spin:_this | 606 | sp:subject spin:_this |
628 | ] [ sp:object | 607 | ] [ sp:object |
608 | + [ sp:varName "dTimStartPart"^^xsd:string | ||
609 | + ] ; | ||
610 | + sp:predicate ddr:dTimStart ; | ||
611 | + sp:subject | ||
629 | [ sp:varName "activity"^^xsd:string | 612 | [ sp:varName "activity"^^xsd:string |
613 | + ] | ||
614 | + ] [ sp:object | ||
615 | + [ sp:varName "dTimEndPart"^^xsd:string | ||
630 | ] ; | 616 | ] ; |
631 | - sp:predicate ddr:activityRef ; | 617 | + sp:predicate ddr:dTimEnd ; |
632 | - sp:subject spin:_this | 618 | + sp:subject |
619 | + [ sp:varName "activity"^^xsd:string | ||
620 | + ] | ||
633 | ] [ sp:object | 621 | ] [ sp:object |
634 | - [ sp:varName "state"^^xsd:string | 622 | + [ sp:varName "md"^^xsd:string |
635 | ] ; | 623 | ] ; |
636 | - sp:predicate ddr:stateRef ; | 624 | + sp:predicate ddr:mdRef ; |
637 | sp:subject | 625 | sp:subject |
638 | [ sp:varName "activity"^^xsd:string | 626 | [ sp:varName "activity"^^xsd:string |
639 | ] | 627 | ] |
628 | + ] [ sp:object | ||
629 | + [ sp:varName "real"^^xsd:string | ||
630 | + ] ; | ||
631 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
632 | + sp:subject | ||
633 | + [ sp:varName "md"^^xsd:string | ||
634 | + ] | ||
635 | + ] [ sp:object | ||
636 | + [ sp:varName "uom"^^xsd:string | ||
637 | + ] ; | ||
638 | + sp:predicate ddr:uomRef ; | ||
639 | + sp:subject | ||
640 | + [ sp:varName "md"^^xsd:string | ||
641 | + ] | ||
642 | + ] [ sp:object | ||
643 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
644 | + ] ; | ||
645 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
646 | + sp:subject | ||
647 | + [ sp:varName "partActivity"^^xsd:string | ||
648 | + ] | ||
640 | ] [ rdf:type sp:Bind ; | 649 | ] [ rdf:type sp:Bind ; |
641 | sp:expression | 650 | sp:expression |
642 | [ rdf:type ep-spin-lib:normalizeString ; | 651 | [ rdf:type ep-spin-lib:normalizeString ; |
... | @@ -648,34 +657,25 @@ ddr:Obj_drillReport | ... | @@ -648,34 +657,25 @@ ddr:Obj_drillReport |
648 | ] | 657 | ] |
649 | ] [ rdf:type sp:Bind ; | 658 | ] [ rdf:type sp:Bind ; |
650 | sp:expression | 659 | sp:expression |
651 | - [ rdf:type afn:localname ; | 660 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
652 | - sp:arg1 [ sp:varName "activity"^^xsd:string | ||
653 | - ] | ||
654 | - ] ; | ||
655 | - sp:variable | ||
656 | - [ sp:varName "localname"^^xsd:string | ||
657 | - ] | ||
658 | - ] [ rdf:type sp:Bind ; | ||
659 | - sp:expression | ||
660 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | ||
661 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 661 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
662 | ] ; | 662 | ] ; |
663 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 663 | + sp:arg2 [ sp:varName "dTimStartPart"^^xsd:string |
664 | ] ; | 664 | ] ; |
665 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 665 | + sp:arg3 [ sp:varName "dTimEndPart"^^xsd:string |
666 | ] | 666 | ] |
667 | ] ; | 667 | ] ; |
668 | sp:variable | 668 | sp:variable |
669 | - [ sp:varName "partActivity"^^xsd:string | 669 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
670 | ] | 670 | ] |
671 | ] [ rdf:type sp:Bind ; | 671 | ] [ rdf:type sp:Bind ; |
672 | sp:expression | 672 | sp:expression |
673 | - [ rdf:type ep-spin-lib:selectActivitySuccessType ; | 673 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
674 | - sp:arg1 [ sp:varName "state"^^xsd:string | 674 | + sp:arg1 [ sp:varName "uom"^^xsd:string |
675 | ] | 675 | ] |
676 | ] ; | 676 | ] ; |
677 | sp:variable | 677 | sp:variable |
678 | - [ sp:varName "activitySuccessType"^^xsd:string | 678 | + [ sp:varName "lengthScale"^^xsd:string |
679 | ] | 679 | ] |
680 | ]) | 680 | ]) |
681 | ] ; | 681 | ] ; | ... | ... |
This diff could not be displayed because it is too large.
1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun |
2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
4 | -# imports: http://www.witsml.org/schemas/1series | 4 | +# imports: http://www.witsml.org/schemas/1series |
5 | - | 5 | + |
6 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | 6 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . |
7 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 7 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
8 | -@prefix arg: <http://spinrdf.org/arg#> . | 8 | +@prefix arg: <http://spinrdf.org/arg#> . |
9 | -@prefix ddr: <http://www.witsml.org/schemas/1series#> . | 9 | +@prefix ddr: <http://www.witsml.org/schemas/1series#> . |
10 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
14 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 14 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
15 | -@prefix sp: <http://spinrdf.org/sp#> . | 15 | +@prefix sp: <http://spinrdf.org/sp#> . |
16 | -@prefix spin: <http://spinrdf.org/spin#> . | 16 | +@prefix spin: <http://spinrdf.org/spin#> . |
17 | -@prefix spl: <http://spinrdf.org/spl#> . | 17 | +@prefix spl: <http://spinrdf.org/spl#> . |
18 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
19 | - | 19 | + |
20 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> | 20 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> |
21 | - rdf:type owl:Ontology ; | 21 | + rdf:type owl:Ontology ; |
22 | - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
23 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
24 | - | 24 | + |
25 | -ddr:Obj_drillReport | 25 | +ddr:Obj_drillReport |
26 | - spin:rule | 26 | + spin:rule |
27 | - [ rdf:type sp:Construct ; | 27 | + [ rdf:type sp:Construct ; |
28 | - rdfs:comment "STEP 280 Well completion"^^xsd:string ; | 28 | + rdfs:comment "STEP 280 Well completion"^^xsd:string ; |
29 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCompletion> ; | 29 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCompletion> ; |
30 | - sp:predicate rdf:type ; | 30 | + sp:predicate rdf:type ; |
31 | - sp:subject | 31 | + sp:subject |
32 | - [ sp:varName "wellCompletion"^^xsd:string | 32 | + [ sp:varName "wellCompletion"^^xsd:string |
33 | - ] | 33 | + ] |
34 | - ] [ sp:object | 34 | + ] [ sp:object |
35 | - [ sp:varName "wellCompletion"^^xsd:string | 35 | + [ sp:varName "wellCompletion"^^xsd:string |
36 | - ] ; | 36 | + ] ; |
37 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
38 | - sp:subject | 38 | + sp:subject |
39 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 39 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
40 | - ] | 40 | + ] |
41 | - ] [ sp:object | 41 | + ] [ sp:object |
42 | - [ sp:varName "dTimStartStim"^^xsd:string | 42 | + [ sp:varName "dTimStartStim"^^xsd:string |
43 | - ] ; | 43 | + ] ; |
44 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
45 | - sp:subject | 45 | + sp:subject |
46 | - [ sp:varName "wellCompletion"^^xsd:string | 46 | + [ sp:varName "wellCompletion"^^xsd:string |
47 | - ] | 47 | + ] |
48 | - ] [ sp:object | 48 | + ] [ sp:object |
49 | - [ sp:varName "dTimEndStim"^^xsd:string | 49 | + [ sp:varName "dTimEndStim"^^xsd:string |
50 | - ] ; | 50 | + ] ; |
51 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 51 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
52 | - sp:subject | 52 | + sp:subject |
53 | - [ sp:varName "wellCompletion"^^xsd:string | 53 | + [ sp:varName "wellCompletion"^^xsd:string |
54 | - ] | 54 | + ] |
55 | - ] [ sp:object | 55 | + ] [ sp:object |
56 | - [ sp:varName "description"^^xsd:string | 56 | + [ sp:varName "description"^^xsd:string |
57 | - ] ; | 57 | + ] ; |
58 | - sp:predicate rdfs:comment ; | 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
59 | - sp:subject | 59 | + sp:subject |
60 | - [ sp:varName "wellCompletion"^^xsd:string | 60 | + [ sp:varName "wellCompletion"^^xsd:string |
61 | - ] | 61 | + ] |
62 | - ] [ sp:object _:b1 ; | 62 | + ] [ sp:object _:b1 ; |
63 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 63 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
64 | - sp:subject | 64 | + sp:subject |
65 | - [ sp:varName "wellCompletion"^^xsd:string | 65 | + [ sp:varName "wellCompletion"^^xsd:string |
66 | - ] | 66 | + ] |
67 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 67 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
68 | - sp:predicate rdf:type ; | 68 | + sp:predicate rdf:type ; |
69 | - sp:subject _:b1 | 69 | + sp:subject _:b1 |
70 | - ] [ sp:object _:b2 ; | 70 | + ] [ sp:object _:b2 ; |
71 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 71 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
72 | - sp:subject _:b1 | 72 | + sp:subject _:b1 |
73 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | 73 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
74 | - sp:predicate rdf:type ; | 74 | + sp:predicate rdf:type ; |
75 | - sp:subject _:b2 | 75 | + sp:subject _:b2 |
76 | - ] [ sp:object | 76 | + ] [ sp:object |
77 | - [ sp:varName "wellBore"^^xsd:string | 77 | + [ sp:varName "wellBore"^^xsd:string |
78 | - ] ; | 78 | + ] ; |
79 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
80 | - sp:subject _:b2 | 80 | + sp:subject _:b2 |
81 | - ] [ sp:object _:b3 ; | 81 | + ] [ sp:object _:b3 ; |
82 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 82 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
83 | - sp:subject _:b2 | 83 | + sp:subject _:b2 |
84 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 84 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
85 | - sp:predicate rdf:type ; | 85 | + sp:predicate rdf:type ; |
86 | - sp:subject _:b3 | 86 | + sp:subject _:b3 |
87 | - ] [ sp:object | 87 | + ] [ sp:object |
88 | - [ sp:varName "realMdTop"^^xsd:string | 88 | + [ sp:varName "realMdTop"^^xsd:string |
89 | - ] ; | 89 | + ] ; |
90 | - sp:predicate | 90 | + sp:predicate |
91 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 91 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
92 | - ] ; | 92 | + ] ; |
93 | - sp:subject _:b3 | 93 | + sp:subject _:b3 |
94 | - ] [ sp:object _:b4 ; | 94 | + ] [ sp:object _:b4 ; |
95 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 95 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
96 | - sp:subject _:b2 | 96 | + sp:subject _:b2 |
97 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 97 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
98 | - sp:predicate rdf:type ; | 98 | + sp:predicate rdf:type ; |
99 | - sp:subject _:b4 | 99 | + sp:subject _:b4 |
100 | - ] [ sp:object | 100 | + ] [ sp:object |
101 | - [ sp:varName "realMdBottom"^^xsd:string | 101 | + [ sp:varName "realMdBottom"^^xsd:string |
102 | - ] ; | 102 | + ] ; |
103 | - sp:predicate | 103 | + sp:predicate |
104 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 104 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string |
105 | - ] ; | 105 | + ] ; |
106 | - sp:subject _:b4 | 106 | + sp:subject _:b4 |
107 | - ] [ sp:object _:b5 ; | 107 | + ] [ sp:object _:b5 ; |
108 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | 108 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; |
109 | - sp:subject _:b2 | 109 | + sp:subject _:b2 |
110 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 110 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
111 | - sp:predicate rdf:type ; | 111 | + sp:predicate rdf:type ; |
112 | - sp:subject _:b5 | 112 | + sp:subject _:b5 |
113 | - ] [ sp:object | 113 | + ] [ sp:object |
114 | - [ sp:varName "casingRoleType"^^xsd:string | 114 | + [ sp:varName "casingRoleType"^^xsd:string |
115 | - ] ; | 115 | + ] ; |
116 | - sp:predicate rdf:type ; | 116 | + sp:predicate rdf:type ; |
117 | - sp:subject _:b5 | 117 | + sp:subject _:b5 |
118 | - ] [ sp:object | 118 | + ] [ sp:object |
119 | - [ sp:varName "tubeType"^^xsd:string | 119 | + [ sp:varName "tubeType"^^xsd:string |
120 | - ] ; | 120 | + ] ; |
121 | - sp:predicate rdf:type ; | 121 | + sp:predicate rdf:type ; |
122 | - sp:subject _:b5 | 122 | + sp:subject _:b5 |
123 | - ] [ sp:object _:b6 ; | 123 | + ] [ sp:object _:b6 ; |
124 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; | 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; |
125 | - sp:subject _:b5 | 125 | + sp:subject _:b5 |
126 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 126 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
127 | - sp:predicate rdf:type ; | 127 | + sp:predicate rdf:type ; |
128 | - sp:subject _:b6 | 128 | + sp:subject _:b6 |
129 | - ] [ sp:object | 129 | + ] [ sp:object |
130 | - [ sp:varName "realId"^^xsd:string | 130 | + [ sp:varName "realId"^^xsd:string |
131 | - ] ; | 131 | + ] ; |
132 | - sp:predicate | 132 | + sp:predicate |
133 | - [ sp:varName "lengthScaleId"^^xsd:string | 133 | + [ sp:varName "lengthScaleId"^^xsd:string |
134 | - ] ; | 134 | + ] ; |
135 | - sp:subject _:b6 | 135 | + sp:subject _:b6 |
136 | - ] [ sp:object | 136 | + ] [ sp:object |
137 | - [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | 137 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string |
138 | - ] ; | 138 | + ] ; |
139 | - sp:predicate rdf:type ; | 139 | + sp:predicate rdf:type ; |
140 | - sp:subject _:b5 | 140 | + sp:subject _:b5 |
141 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 141 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
142 | - sp:predicate rdfs:subClassOf ; | 142 | + sp:predicate rdfs:subClassOf ; |
143 | - sp:subject | 143 | + sp:subject |
144 | - [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | 144 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string |
145 | - ] | 145 | + ] |
146 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; | 146 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; |
147 | - sp:predicate rdf:type ; | 147 | + sp:predicate rdf:type ; |
148 | - sp:subject | 148 | + sp:subject |
149 | - [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | 149 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string |
150 | - ] | 150 | + ] |
151 | - ] [ sp:object | 151 | + ] [ sp:object |
152 | - [ sp:varName "realOdName"^^xsd:string | 152 | + [ sp:varName "realOdName"^^xsd:string |
153 | - ] ; | 153 | + ] ; |
154 | - sp:predicate rdfs:label ; | 154 | + sp:predicate rdfs:label ; |
155 | - sp:subject | 155 | + sp:subject |
156 | - [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | 156 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string |
157 | - ] | 157 | + ] |
158 | - ] [ sp:object | 158 | + ] [ sp:object |
159 | - [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string | 159 | + [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string |
160 | - ] ; | 160 | + ] ; |
161 | - sp:predicate rdf:type ; | 161 | + sp:predicate rdf:type ; |
162 | - sp:subject _:b5 | 162 | + sp:subject _:b5 |
163 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 163 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
164 | - sp:predicate rdfs:subClassOf ; | 164 | + sp:predicate rdfs:subClassOf ; |
165 | - sp:subject | 165 | + sp:subject |
166 | - [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string | 166 | + [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string |
167 | - ] | 167 | + ] |
168 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeWeightAPI_5CTClass> ; | 168 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeWeightAPI_5CTClass> ; |
169 | - sp:predicate rdf:type ; | 169 | + sp:predicate rdf:type ; |
170 | - sp:subject | 170 | + sp:subject |
171 | - [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string | 171 | + [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string |
172 | - ] | 172 | + ] |
173 | - ] [ sp:object | 173 | + ] [ sp:object |
174 | - [ sp:varName "weightName"^^xsd:string | 174 | + [ sp:varName "weightName"^^xsd:string |
175 | - ] ; | 175 | + ] ; |
176 | - sp:predicate rdfs:label ; | 176 | + sp:predicate rdfs:label ; |
177 | - sp:subject | 177 | + sp:subject |
178 | - [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string | 178 | + [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string |
179 | - ] | 179 | + ] |
180 | - ] [ sp:object | 180 | + ] [ sp:object |
181 | - [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string | 181 | + [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string |
182 | - ] ; | 182 | + ] ; |
183 | - sp:predicate rdf:type ; | 183 | + sp:predicate rdf:type ; |
184 | - sp:subject _:b5 | 184 | + sp:subject _:b5 |
185 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Material> ; | 185 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Material> ; |
186 | - sp:predicate rdfs:subClassOf ; | 186 | + sp:predicate rdfs:subClassOf ; |
187 | - sp:subject | 187 | + sp:subject |
188 | - [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string | 188 | + [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string |
189 | - ] | 189 | + ] |
190 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#SteelGradeAPI_5CTClass> ; | 190 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#SteelGradeAPI_5CTClass> ; |
191 | - sp:predicate rdf:type ; | 191 | + sp:predicate rdf:type ; |
192 | - sp:subject | 192 | + sp:subject |
193 | - [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string | 193 | + [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string |
194 | - ] | 194 | + ] |
195 | - ] [ sp:object | 195 | + ] [ sp:object |
196 | - [ sp:varName "grade"^^xsd:string | 196 | + [ sp:varName "grade"^^xsd:string |
197 | - ] ; | 197 | + ] ; |
198 | - sp:predicate rdfs:label ; | 198 | + sp:predicate rdfs:label ; |
199 | - sp:subject | 199 | + sp:subject |
200 | - [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string | 200 | + [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string |
201 | - ] | 201 | + ] |
202 | - ] [ sp:object _:b7 ; | 202 | + ] [ sp:object _:b7 ; |
203 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; | 203 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; |
204 | - sp:subject _:b5 | 204 | + sp:subject _:b5 |
205 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; | 205 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; |
206 | - sp:predicate rdf:type ; | 206 | + sp:predicate rdf:type ; |
207 | - sp:subject _:b7 | 207 | + sp:subject _:b7 |
208 | - ] [ sp:object | 208 | + ] [ sp:object |
209 | - [ sp:varName "connection"^^xsd:string | 209 | + [ sp:varName "connection"^^xsd:string |
210 | - ] ; | 210 | + ] ; |
211 | - sp:predicate rdfs:label ; | 211 | + sp:predicate rdfs:label ; |
212 | - sp:subject _:b7 | 212 | + sp:subject _:b7 |
213 | - ] [ sp:object _:b8 ; | 213 | + ] [ sp:object _:b8 ; |
214 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; | 214 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; |
215 | - sp:subject _:b5 | 215 | + sp:subject _:b5 |
216 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 216 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
217 | - sp:predicate rdf:type ; | 217 | + sp:predicate rdf:type ; |
218 | - sp:subject _:b8 | 218 | + sp:subject _:b8 |
219 | - ] [ sp:object | 219 | + ] [ sp:object |
220 | - [ sp:varName "realLen"^^xsd:string | 220 | + [ sp:varName "realLen"^^xsd:string |
221 | - ] ; | 221 | + ] ; |
222 | - sp:predicate | 222 | + sp:predicate |
223 | - [ sp:varName "lengthScaleLen"^^xsd:string | 223 | + [ sp:varName "lengthScaleLen"^^xsd:string |
224 | - ] ; | 224 | + ] ; |
225 | - sp:subject _:b8 | 225 | + sp:subject _:b8 |
226 | - ]) ; | 226 | + ]) ; |
227 | - sp:where ([ sp:object | 227 | + sp:where ([ sp:object |
228 | - [ sp:varName "nameWellBore"^^xsd:string | 228 | + [ sp:varName "nameWellBore"^^xsd:string |
229 | - ] ; | 229 | + ] ; |
230 | - sp:predicate ep-spin-lib:nameWellbore ; | 230 | + sp:predicate ep-spin-lib:nameWellbore ; |
231 | - sp:subject spin:_this | 231 | + sp:subject spin:_this |
232 | - ] [ sp:object | 232 | + ] [ sp:object |
233 | - [ sp:varName "dTimStart"^^xsd:string | 233 | + [ sp:varName "dTimStart"^^xsd:string |
234 | - ] ; | 234 | + ] ; |
235 | - sp:predicate ddr:dTimStart ; | 235 | + sp:predicate ddr:dTimStart ; |
236 | - sp:subject spin:_this | 236 | + sp:subject spin:_this |
237 | - ] [ sp:object | 237 | + ] [ sp:object |
238 | - [ sp:varName "casingLinerTubing"^^xsd:string | 238 | + [ sp:varName "casingLinerTubing"^^xsd:string |
239 | - ] ; | 239 | + ] ; |
240 | - sp:predicate ddr:casing_liner_tubingRef ; | 240 | + sp:predicate ddr:casing_liner_tubingRef ; |
241 | - sp:subject spin:_this | 241 | + sp:subject spin:_this |
242 | - ] [ rdf:type sp:Optional ; | 242 | + ] [ rdf:type sp:Optional ; |
243 | - sp:elements ([ sp:object | 243 | + sp:elements ([ sp:object |
244 | - [ sp:varName "enumTubeType"^^xsd:string | 244 | + [ sp:varName "enumTubeType"^^xsd:string |
245 | - ] ; | 245 | + ] ; |
246 | - sp:predicate ddr:typeRef ; | 246 | + sp:predicate ddr:typeRef ; |
247 | - sp:subject | 247 | + sp:subject |
248 | - [ sp:varName "casingLinerTubing"^^xsd:string | 248 | + [ sp:varName "casingLinerTubing"^^xsd:string |
249 | - ] | 249 | + ] |
250 | - ]) | 250 | + ]) |
251 | - ] [ rdf:type sp:Optional ; | 251 | + ] [ rdf:type sp:Optional ; |
252 | - sp:elements ([ sp:object | 252 | + sp:elements ([ sp:object |
253 | - [ sp:varName "id"^^xsd:string | 253 | + [ sp:varName "id"^^xsd:string |
254 | - ] ; | 254 | + ] ; |
255 | - sp:predicate ddr:idRef ; | 255 | + sp:predicate ddr:idRef ; |
256 | - sp:subject | 256 | + sp:subject |
257 | - [ sp:varName "casingLinerTubing"^^xsd:string | 257 | + [ sp:varName "casingLinerTubing"^^xsd:string |
258 | - ] | 258 | + ] |
259 | - ] [ sp:object | 259 | + ] [ sp:object |
260 | - [ sp:varName "uomId"^^xsd:string | 260 | + [ sp:varName "uomId"^^xsd:string |
261 | - ] ; | 261 | + ] ; |
262 | - sp:predicate ddr:uomRef ; | 262 | + sp:predicate ddr:uomRef ; |
263 | - sp:subject | 263 | + sp:subject |
264 | - [ sp:varName "id"^^xsd:string | 264 | + [ sp:varName "id"^^xsd:string |
265 | - ] | 265 | + ] |
266 | - ] [ sp:object | 266 | + ] [ sp:object |
267 | - [ sp:varName "realId"^^xsd:string | 267 | + [ sp:varName "realId"^^xsd:string |
268 | - ] ; | 268 | + ] ; |
269 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 269 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
270 | - sp:subject | 270 | + sp:subject |
271 | - [ sp:varName "id"^^xsd:string | 271 | + [ sp:varName "id"^^xsd:string |
272 | - ] | 272 | + ] |
273 | - ]) | 273 | + ]) |
274 | - ] [ rdf:type sp:Optional ; | 274 | + ] [ rdf:type sp:Optional ; |
275 | - sp:elements ([ sp:object | 275 | + sp:elements ([ sp:object |
276 | - [ sp:varName "od"^^xsd:string | 276 | + [ sp:varName "od"^^xsd:string |
277 | - ] ; | 277 | + ] ; |
278 | - sp:predicate ddr:odRef ; | 278 | + sp:predicate ddr:odRef ; |
279 | - sp:subject | 279 | + sp:subject |
280 | - [ sp:varName "casingLinerTubing"^^xsd:string | 280 | + [ sp:varName "casingLinerTubing"^^xsd:string |
281 | - ] | 281 | + ] |
282 | - ] [ sp:object | 282 | + ] [ sp:object |
283 | - [ sp:varName "uomOd"^^xsd:string | 283 | + [ sp:varName "uomOd"^^xsd:string |
284 | - ] ; | 284 | + ] ; |
285 | - sp:predicate ddr:uomRef ; | 285 | + sp:predicate ddr:uomRef ; |
286 | - sp:subject | 286 | + sp:subject |
287 | - [ sp:varName "od"^^xsd:string | 287 | + [ sp:varName "od"^^xsd:string |
288 | - ] | 288 | + ] |
289 | - ] [ sp:object | 289 | + ] [ sp:object |
290 | - [ sp:varName "realOd"^^xsd:string | 290 | + [ sp:varName "realOd"^^xsd:string |
291 | - ] ; | 291 | + ] ; |
292 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 292 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
293 | - sp:subject | 293 | + sp:subject |
294 | - [ sp:varName "od"^^xsd:string | 294 | + [ sp:varName "od"^^xsd:string |
295 | - ] | 295 | + ] |
296 | - ]) | 296 | + ]) |
297 | - ] [ rdf:type sp:Optional ; | 297 | + ] [ rdf:type sp:Optional ; |
298 | - sp:elements ([ sp:object | 298 | + sp:elements ([ sp:object |
299 | - [ sp:varName "weight"^^xsd:string | 299 | + [ sp:varName "weight"^^xsd:string |
300 | - ] ; | 300 | + ] ; |
301 | - sp:predicate ddr:weightRef ; | 301 | + sp:predicate ddr:weightRef ; |
302 | - sp:subject | 302 | + sp:subject |
303 | - [ sp:varName "casingLinerTubing"^^xsd:string | 303 | + [ sp:varName "casingLinerTubing"^^xsd:string |
304 | - ] | 304 | + ] |
305 | - ] [ sp:object | 305 | + ] [ sp:object |
306 | - [ sp:varName "uomWeight"^^xsd:string | 306 | + [ sp:varName "uomWeight"^^xsd:string |
307 | - ] ; | 307 | + ] ; |
308 | - sp:predicate ddr:uomRef ; | 308 | + sp:predicate ddr:uomRef ; |
309 | - sp:subject | 309 | + sp:subject |
310 | - [ sp:varName "weight"^^xsd:string | 310 | + [ sp:varName "weight"^^xsd:string |
311 | - ] | 311 | + ] |
312 | - ] [ sp:object | 312 | + ] [ sp:object |
313 | - [ sp:varName "realMassPerUnitLength"^^xsd:string | 313 | + [ sp:varName "realMassPerUnitLength"^^xsd:string |
314 | - ] ; | 314 | + ] ; |
315 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 315 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
316 | - sp:subject | 316 | + sp:subject |
317 | - [ sp:varName "weight"^^xsd:string | 317 | + [ sp:varName "weight"^^xsd:string |
318 | - ] | 318 | + ] |
319 | - ]) | 319 | + ]) |
320 | - ] [ rdf:type sp:Optional ; | 320 | + ] [ rdf:type sp:Optional ; |
321 | - sp:elements ([ sp:object | 321 | + sp:elements ([ sp:object |
322 | - [ sp:varName "grade"^^xsd:string | 322 | + [ sp:varName "grade"^^xsd:string |
323 | - ] ; | 323 | + ] ; |
324 | - sp:predicate ddr:grade ; | 324 | + sp:predicate ddr:grade ; |
325 | - sp:subject | 325 | + sp:subject |
326 | - [ sp:varName "casingLinerTubing"^^xsd:string | 326 | + [ sp:varName "casingLinerTubing"^^xsd:string |
327 | - ] | 327 | + ] |
328 | - ]) | 328 | + ]) |
329 | - ] [ rdf:type sp:Optional ; | 329 | + ] [ rdf:type sp:Optional ; |
330 | - sp:elements ([ sp:object | 330 | + sp:elements ([ sp:object |
331 | - [ sp:varName "connection"^^xsd:string | 331 | + [ sp:varName "connection"^^xsd:string |
332 | - ] ; | 332 | + ] ; |
333 | - sp:predicate ddr:connection ; | 333 | + sp:predicate ddr:connection ; |
334 | - sp:subject | 334 | + sp:subject |
335 | - [ sp:varName "casingLinerTubing"^^xsd:string | 335 | + [ sp:varName "casingLinerTubing"^^xsd:string |
336 | - ] | 336 | + ] |
337 | - ]) | 337 | + ]) |
338 | - ] [ rdf:type sp:Optional ; | 338 | + ] [ rdf:type sp:Optional ; |
339 | - sp:elements ([ sp:object | 339 | + sp:elements ([ sp:object |
340 | - [ sp:varName "length"^^xsd:string | 340 | + [ sp:varName "length"^^xsd:string |
341 | - ] ; | 341 | + ] ; |
342 | - sp:predicate ddr:lengthRef ; | 342 | + sp:predicate ddr:lengthRef ; |
343 | - sp:subject | 343 | + sp:subject |
344 | - [ sp:varName "casingLinerTubing"^^xsd:string | 344 | + [ sp:varName "casingLinerTubing"^^xsd:string |
345 | - ] | 345 | + ] |
346 | - ] [ sp:object | 346 | + ] [ sp:object |
347 | - [ sp:varName "uomLen"^^xsd:string | 347 | + [ sp:varName "uomLen"^^xsd:string |
348 | - ] ; | 348 | + ] ; |
349 | - sp:predicate ddr:uomRef ; | 349 | + sp:predicate ddr:uomRef ; |
350 | - sp:subject | 350 | + sp:subject |
351 | - [ sp:varName "length"^^xsd:string | 351 | + [ sp:varName "length"^^xsd:string |
352 | - ] | 352 | + ] |
353 | - ] [ sp:object | 353 | + ] [ sp:object |
354 | - [ sp:varName "realLen"^^xsd:string | 354 | + [ sp:varName "realLen"^^xsd:string |
355 | - ] ; | 355 | + ] ; |
356 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 356 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
357 | - sp:subject | 357 | + sp:subject |
358 | - [ sp:varName "length"^^xsd:string | 358 | + [ sp:varName "length"^^xsd:string |
359 | - ] | 359 | + ] |
360 | - ]) | 360 | + ]) |
361 | - ] [ rdf:type sp:Optional ; | 361 | + ] [ rdf:type sp:Optional ; |
362 | - sp:elements ([ sp:object | 362 | + sp:elements ([ sp:object |
363 | - [ sp:varName "mdTop"^^xsd:string | 363 | + [ sp:varName "mdTop"^^xsd:string |
364 | - ] ; | 364 | + ] ; |
365 | - sp:predicate ddr:mdTopRef ; | 365 | + sp:predicate ddr:mdTopRef ; |
366 | - sp:subject | 366 | + sp:subject |
367 | - [ sp:varName "casingLinerTubing"^^xsd:string | 367 | + [ sp:varName "casingLinerTubing"^^xsd:string |
368 | - ] | 368 | + ] |
369 | - ] [ sp:object | 369 | + ] [ sp:object |
370 | - [ sp:varName "uomMdTop"^^xsd:string | 370 | + [ sp:varName "uomMdTop"^^xsd:string |
371 | - ] ; | 371 | + ] ; |
372 | - sp:predicate ddr:uomRef ; | 372 | + sp:predicate ddr:uomRef ; |
373 | - sp:subject | 373 | + sp:subject |
374 | - [ sp:varName "mdTop"^^xsd:string | 374 | + [ sp:varName "mdTop"^^xsd:string |
375 | - ] | 375 | + ] |
376 | - ] [ sp:object | 376 | + ] [ sp:object |
377 | - [ sp:varName "realMdTop"^^xsd:string | 377 | + [ sp:varName "realMdTop"^^xsd:string |
378 | - ] ; | 378 | + ] ; |
379 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 379 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
380 | - sp:subject | 380 | + sp:subject |
381 | - [ sp:varName "mdTop"^^xsd:string | 381 | + [ sp:varName "mdTop"^^xsd:string |
382 | - ] | 382 | + ] |
383 | - ]) | 383 | + ]) |
384 | - ] [ rdf:type sp:Optional ; | 384 | + ] [ rdf:type sp:Optional ; |
385 | - sp:elements ([ sp:object | 385 | + sp:elements ([ sp:object |
386 | - [ sp:varName "mdBottom"^^xsd:string | 386 | + [ sp:varName "mdBottom"^^xsd:string |
387 | - ] ; | 387 | + ] ; |
388 | - sp:predicate ddr:mdBottomRef ; | 388 | + sp:predicate ddr:mdBottomRef ; |
389 | - sp:subject | 389 | + sp:subject |
390 | - [ sp:varName "casingLinerTubing"^^xsd:string | 390 | + [ sp:varName "casingLinerTubing"^^xsd:string |
391 | - ] | 391 | + ] |
392 | - ] [ sp:object | 392 | + ] [ sp:object |
393 | - [ sp:varName "uomMdBottom"^^xsd:string | 393 | + [ sp:varName "uomMdBottom"^^xsd:string |
394 | - ] ; | 394 | + ] ; |
395 | - sp:predicate ddr:uomRef ; | 395 | + sp:predicate ddr:uomRef ; |
396 | - sp:subject | 396 | + sp:subject |
397 | - [ sp:varName "mdBottom"^^xsd:string | 397 | + [ sp:varName "mdBottom"^^xsd:string |
398 | - ] | 398 | + ] |
399 | - ] [ sp:object | 399 | + ] [ sp:object |
400 | - [ sp:varName "realMdBottom"^^xsd:string | 400 | + [ sp:varName "realMdBottom"^^xsd:string |
401 | - ] ; | 401 | + ] ; |
402 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 402 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
403 | - sp:subject | 403 | + sp:subject |
404 | - [ sp:varName "mdBottom"^^xsd:string | 404 | + [ sp:varName "mdBottom"^^xsd:string |
405 | - ] | 405 | + ] |
406 | - ]) | 406 | + ]) |
407 | - ] [ rdf:type sp:Optional ; | 407 | + ] [ rdf:type sp:Optional ; |
408 | - sp:elements ([ sp:object | 408 | + sp:elements ([ sp:object |
409 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 409 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
410 | - ] ; | 410 | + ] ; |
411 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 411 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
412 | - sp:subject | 412 | + sp:subject |
413 | - [ sp:varName "casingLinerTubing"^^xsd:string | 413 | + [ sp:varName "casingLinerTubing"^^xsd:string |
414 | - ] | 414 | + ] |
415 | - ] [ sp:object | 415 | + ] [ sp:object |
416 | - [ sp:varName "enumCasingType"^^xsd:string | 416 | + [ sp:varName "enumCasingType"^^xsd:string |
417 | - ] ; | 417 | + ] ; |
418 | - sp:predicate ddr:casingTypeRef ; | 418 | + sp:predicate ddr:casingTypeRef ; |
419 | - sp:subject | 419 | + sp:subject |
420 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 420 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
421 | - ] | 421 | + ] |
422 | - ]) | 422 | + ]) |
423 | - ] [ rdf:type sp:Optional ; | 423 | + ] [ rdf:type sp:Optional ; |
424 | - sp:elements ([ sp:object | 424 | + sp:elements ([ sp:object |
425 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 425 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
426 | - ] ; | 426 | + ] ; |
427 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 427 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
428 | - sp:subject | 428 | + sp:subject |
429 | - [ sp:varName "casingLinerTubing"^^xsd:string | 429 | + [ sp:varName "casingLinerTubing"^^xsd:string |
430 | - ] | 430 | + ] |
431 | - ] [ sp:object | 431 | + ] [ sp:object |
432 | - [ sp:varName "description"^^xsd:string | 432 | + [ sp:varName "description"^^xsd:string |
433 | - ] ; | 433 | + ] ; |
434 | - sp:predicate ddr:description ; | 434 | + sp:predicate ddr:description ; |
435 | - sp:subject | 435 | + sp:subject |
436 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 436 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
437 | - ] | 437 | + ] |
438 | - ]) | 438 | + ]) |
439 | - ] [ rdf:type sp:Optional ; | 439 | + ] [ rdf:type sp:Optional ; |
440 | - sp:elements ([ sp:object | 440 | + sp:elements ([ sp:object |
441 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 441 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
442 | - ] ; | 442 | + ] ; |
443 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 443 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
444 | - sp:subject | 444 | + sp:subject |
445 | - [ sp:varName "casingLinerTubing"^^xsd:string | 445 | + [ sp:varName "casingLinerTubing"^^xsd:string |
446 | - ] | 446 | + ] |
447 | - ] [ sp:object | 447 | + ] [ sp:object |
448 | - [ sp:varName "dTimStartStim"^^xsd:string | 448 | + [ sp:varName "dTimStartStim"^^xsd:string |
449 | - ] ; | 449 | + ] ; |
450 | - sp:predicate ddr:dTimStart ; | 450 | + sp:predicate ddr:dTimStart ; |
451 | - sp:subject | 451 | + sp:subject |
452 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 452 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
453 | - ] | 453 | + ] |
454 | - ]) | 454 | + ]) |
455 | - ] [ rdf:type sp:Optional ; | 455 | + ] [ rdf:type sp:Optional ; |
456 | - sp:elements ([ sp:object | 456 | + sp:elements ([ sp:object |
457 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 457 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
458 | - ] ; | 458 | + ] ; |
459 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 459 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
460 | - sp:subject | 460 | + sp:subject |
461 | - [ sp:varName "casingLinerTubing"^^xsd:string | 461 | + [ sp:varName "casingLinerTubing"^^xsd:string |
462 | - ] | 462 | + ] |
463 | - ] [ sp:object | 463 | + ] [ sp:object |
464 | - [ sp:varName "dTimEndStim"^^xsd:string | 464 | + [ sp:varName "dTimEndStim"^^xsd:string |
465 | - ] ; | 465 | + ] ; |
466 | - sp:predicate ddr:dTimEnd ; | 466 | + sp:predicate ddr:dTimEnd ; |
467 | - sp:subject | 467 | + sp:subject |
468 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 468 | + [ sp:varName "casingLinerTubingRun"^^xsd:string |
469 | - ] | 469 | + ] |
470 | - ]) | 470 | + ]) |
471 | - ] [ rdf:type sp:Bind ; | 471 | + ] [ rdf:type sp:Bind ; |
472 | - sp:expression | 472 | + sp:expression |
473 | - [ rdf:type ep-spin-lib:normalizeString ; | 473 | + [ rdf:type ep-spin-lib:normalizeString ; |
474 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 474 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
475 | - ] | 475 | + ] |
476 | - ] ; | 476 | + ] ; |
477 | - sp:variable | 477 | + sp:variable |
478 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 478 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
479 | - ] | 479 | + ] |
480 | - ] [ rdf:type sp:Bind ; | 480 | + ] [ rdf:type sp:Bind ; |
481 | - sp:expression | 481 | + sp:expression |
482 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 482 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
483 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 483 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
484 | - ] ; | 484 | + ] ; |
485 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 485 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
486 | - ] | 486 | + ] |
487 | - ] ; | 487 | + ] ; |
488 | - sp:variable | 488 | + sp:variable |
489 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 489 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
490 | - ] | 490 | + ] |
491 | - ] [ rdf:type sp:Bind ; | 491 | + ] [ rdf:type sp:Bind ; |
492 | - sp:expression | 492 | + sp:expression |
493 | - [ rdf:type afn:localname ; | 493 | + [ rdf:type afn:localname ; |
494 | - sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string | 494 | + sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string |
495 | - ] | 495 | + ] |
496 | - ] ; | 496 | + ] ; |
497 | - sp:variable | 497 | + sp:variable |
498 | - [ sp:varName "localname"^^xsd:string | 498 | + [ sp:varName "localname"^^xsd:string |
499 | - ] | 499 | + ] |
500 | - ] [ rdf:type sp:Bind ; | 500 | + ] [ rdf:type sp:Bind ; |
501 | - sp:expression | 501 | + sp:expression |
502 | - [ rdf:type ep-spin-lib:buildWellCompletionURI ; | 502 | + [ rdf:type ep-spin-lib:buildWellCompletionURI ; |
503 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 503 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
504 | - ] ; | 504 | + ] ; |
505 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 505 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
506 | - ] ; | 506 | + ] ; |
507 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 507 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
508 | - ] | 508 | + ] |
509 | - ] ; | 509 | + ] ; |
510 | - sp:variable | 510 | + sp:variable |
511 | - [ sp:varName "wellCompletion"^^xsd:string | 511 | + [ sp:varName "wellCompletion"^^xsd:string |
512 | - ] | 512 | + ] |
513 | - ] [ rdf:type sp:Bind ; | 513 | + ] [ rdf:type sp:Bind ; |
514 | - sp:expression | 514 | + sp:expression |
515 | - [ rdf:type ep-spin-lib:selectCasingRoleType ; | 515 | + [ rdf:type ep-spin-lib:selectCasingRoleType ; |
516 | - sp:arg1 [ sp:varName "enumCasingType"^^xsd:string | 516 | + sp:arg1 [ sp:varName "enumCasingType"^^xsd:string |
517 | - ] | 517 | + ] |
518 | - ] ; | 518 | + ] ; |
519 | - sp:variable | 519 | + sp:variable |
520 | - [ sp:varName "casingRoleType"^^xsd:string | 520 | + [ sp:varName "casingRoleType"^^xsd:string |
521 | - ] | 521 | + ] |
522 | - ] [ rdf:type sp:Bind ; | 522 | + ] [ rdf:type sp:Bind ; |
523 | - sp:expression | 523 | + sp:expression |
524 | - [ rdf:type ep-spin-lib:selectTubeType ; | 524 | + [ rdf:type ep-spin-lib:selectTubeType ; |
525 | - sp:arg1 [ sp:varName "enumTubeType"^^xsd:string | 525 | + sp:arg1 [ sp:varName "enumTubeType"^^xsd:string |
526 | - ] | 526 | + ] |
527 | - ] ; | 527 | + ] ; |
528 | - sp:variable | 528 | + sp:variable |
529 | - [ sp:varName "tubeType"^^xsd:string | 529 | + [ sp:varName "tubeType"^^xsd:string |
530 | - ] | 530 | + ] |
531 | - ] [ rdf:type sp:Bind ; | 531 | + ] [ rdf:type sp:Bind ; |
532 | - sp:expression | 532 | + sp:expression |
533 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 533 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
534 | - sp:arg1 [ sp:varName "uomId"^^xsd:string | 534 | + sp:arg1 [ sp:varName "uomId"^^xsd:string |
535 | - ] | 535 | + ] |
536 | - ] ; | 536 | + ] ; |
537 | - sp:variable | 537 | + sp:variable |
538 | - [ sp:varName "lengthScaleId"^^xsd:string | 538 | + [ sp:varName "lengthScaleId"^^xsd:string |
539 | - ] | 539 | + ] |
540 | - ] [ rdf:type sp:Bind ; | 540 | + ] [ rdf:type sp:Bind ; |
541 | - sp:expression | 541 | + sp:expression |
542 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 542 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
543 | - sp:arg1 [ sp:varName "uomOd"^^xsd:string | 543 | + sp:arg1 [ sp:varName "uomOd"^^xsd:string |
544 | - ] | 544 | + ] |
545 | - ] ; | 545 | + ] ; |
546 | - sp:variable | 546 | + sp:variable |
547 | - [ sp:varName "lengthScaleOd"^^xsd:string | 547 | + [ sp:varName "lengthScaleOd"^^xsd:string |
548 | - ] | 548 | + ] |
549 | - ] [ rdf:type sp:Bind ; | 549 | + ] [ rdf:type sp:Bind ; |
550 | - sp:expression | 550 | + sp:expression |
551 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 551 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
552 | - sp:arg1 [ sp:varName "uomLen"^^xsd:string | 552 | + sp:arg1 [ sp:varName "uomLen"^^xsd:string |
553 | - ] | 553 | + ] |
554 | - ] ; | 554 | + ] ; |
555 | - sp:variable | 555 | + sp:variable |
556 | - [ sp:varName "lengthScaleLen"^^xsd:string | 556 | + [ sp:varName "lengthScaleLen"^^xsd:string |
557 | - ] | 557 | + ] |
558 | - ] [ rdf:type sp:Bind ; | 558 | + ] [ rdf:type sp:Bind ; |
559 | - sp:expression | 559 | + sp:expression |
560 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 560 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
561 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | 561 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string |
562 | - ] | 562 | + ] |
563 | - ] ; | 563 | + ] ; |
564 | - sp:variable | 564 | + sp:variable |
565 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 565 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
566 | - ] | 566 | + ] |
567 | - ] [ rdf:type sp:Bind ; | 567 | + ] [ rdf:type sp:Bind ; |
568 | - sp:expression | 568 | + sp:expression |
569 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 569 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
570 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | 570 | + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string |
571 | - ] | 571 | + ] |
572 | - ] ; | 572 | + ] ; |
573 | - sp:variable | 573 | + sp:variable |
574 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 574 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string |
575 | - ] | 575 | + ] |
576 | - ] [ rdf:type sp:Bind ; | 576 | + ] [ rdf:type sp:Bind ; |
577 | - sp:expression | 577 | + sp:expression |
578 | - [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; | 578 | + [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; |
579 | - sp:arg1 [ sp:varName "uomWeight"^^xsd:string | 579 | + sp:arg1 [ sp:varName "uomWeight"^^xsd:string |
580 | - ] | 580 | + ] |
581 | - ] ; | 581 | + ] ; |
582 | - sp:variable | 582 | + sp:variable |
583 | - [ sp:varName "massPerUnitLengthScale"^^xsd:string | 583 | + [ sp:varName "massPerUnitLengthScale"^^xsd:string |
584 | - ] | 584 | + ] |
585 | - ] [ rdf:type sp:Bind ; | 585 | + ] [ rdf:type sp:Bind ; |
586 | - sp:expression | 586 | + sp:expression |
587 | - [ rdf:type ep-spin-lib:buildSteelGradeAPI_5CTClass ; | 587 | + [ rdf:type ep-spin-lib:buildSteelGradeAPI_5CTClass ; |
588 | - sp:arg1 [ sp:varName "grade"^^xsd:string | 588 | + sp:arg1 [ sp:varName "grade"^^xsd:string |
589 | - ] | 589 | + ] |
590 | - ] ; | 590 | + ] ; |
591 | - sp:variable | 591 | + sp:variable |
592 | - [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string | 592 | + [ sp:varName "steelGradeAPI_5CTClass"^^xsd:string |
593 | - ] | 593 | + ] |
594 | - ] [ rdf:type sp:Bind ; | 594 | + ] [ rdf:type sp:Bind ; |
595 | - sp:expression | 595 | + sp:expression |
596 | - [ rdf:type ep-spin-lib:normalizeDoubleName ; | 596 | + [ rdf:type ep-spin-lib:normalizeDoubleName ; |
597 | - sp:arg1 [ sp:varName "realOd"^^xsd:string | 597 | + sp:arg1 [ sp:varName "realOd"^^xsd:string |
598 | - ] | 598 | + ] |
599 | - ] ; | 599 | + ] ; |
600 | - sp:variable | 600 | + sp:variable |
601 | - [ sp:varName "realOdName"^^xsd:string | 601 | + [ sp:varName "realOdName"^^xsd:string |
602 | - ] | 602 | + ] |
603 | - ] [ rdf:type sp:Bind ; | 603 | + ] [ rdf:type sp:Bind ; |
604 | - sp:expression | 604 | + sp:expression |
605 | - [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; | 605 | + [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; |
606 | - sp:arg1 [ sp:varName "realOdName"^^xsd:string | 606 | + sp:arg1 [ sp:varName "realOdName"^^xsd:string |
607 | - ] | 607 | + ] |
608 | - ] ; | 608 | + ] ; |
609 | - sp:variable | 609 | + sp:variable |
610 | - [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | 610 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string |
611 | - ] | 611 | + ] |
612 | - ] [ rdf:type sp:Bind ; | 612 | + ] [ rdf:type sp:Bind ; |
613 | - sp:expression | 613 | + sp:expression |
614 | - [ rdf:type ep-spin-lib:normalizeDoubleName ; | 614 | + [ rdf:type ep-spin-lib:normalizeDoubleName ; |
615 | - sp:arg1 [ sp:varName "realMassPerUnitLength"^^xsd:string | 615 | + sp:arg1 [ sp:varName "realMassPerUnitLength"^^xsd:string |
616 | - ] | 616 | + ] |
617 | - ] ; | 617 | + ] ; |
618 | - sp:variable | 618 | + sp:variable |
619 | - [ sp:varName "weightName"^^xsd:string | 619 | + [ sp:varName "weightName"^^xsd:string |
620 | - ] | 620 | + ] |
621 | - ] [ rdf:type sp:Bind ; | 621 | + ] [ rdf:type sp:Bind ; |
622 | - sp:expression | 622 | + sp:expression |
623 | - [ rdf:type ep-spin-lib:buildPipeWeightAPI_5CTClass ; | 623 | + [ rdf:type ep-spin-lib:buildPipeWeightAPI_5CTClass ; |
624 | - sp:arg1 [ sp:varName "weightName"^^xsd:string | 624 | + sp:arg1 [ sp:varName "weightName"^^xsd:string |
625 | - ] | 625 | + ] |
626 | - ] ; | 626 | + ] ; |
627 | - sp:variable | 627 | + sp:variable |
628 | - [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string | 628 | + [ sp:varName "pipeWeightAPI_5CTClass"^^xsd:string |
629 | - ] | 629 | + ] |
630 | - ] [ rdf:type sp:Bind ; | 630 | + ] [ rdf:type sp:Bind ; |
631 | - sp:expression | 631 | + sp:expression |
632 | - [ rdf:type rhspin:wellBoreByName ; | 632 | + [ rdf:type rhspin:wellBoreByName ; |
633 | - arg:wellBoreName | 633 | + arg:wellBoreName |
634 | - [ rdf:type xsd:string ; | 634 | + [ rdf:type xsd:string ; |
635 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 635 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
636 | - ] | 636 | + ] |
637 | - ] | 637 | + ] |
638 | - ] ; | 638 | + ] ; |
639 | - sp:variable | 639 | + sp:variable |
640 | - [ sp:varName "wellBore"^^xsd:string | 640 | + [ sp:varName "wellBore"^^xsd:string |
641 | - ] | 641 | + ] |
642 | - ]) | 642 | + ]) |
643 | - ] . | 643 | + ] . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
5 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
6 | -# imports: http://www.witsml.org/schemas/1series | 6 | +# imports: http://www.witsml.org/schemas/1series |
7 | - | 7 | + |
8 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . |
9 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
10 | -@prefix arg: <http://spinrdf.org/arg#> . | 10 | +@prefix arg: <http://spinrdf.org/arg#> . |
11 | -@prefix ddr: <http://www.witsml.org/schemas/1series#> . | 11 | +@prefix ddr: <http://www.witsml.org/schemas/1series#> . |
12 | -@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | 12 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . |
13 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 13 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
14 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 14 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
15 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 15 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
16 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 16 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
17 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 17 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
18 | -@prefix sp: <http://spinrdf.org/sp#> . | 18 | +@prefix sp: <http://spinrdf.org/sp#> . |
19 | -@prefix spin: <http://spinrdf.org/spin#> . | 19 | +@prefix spin: <http://spinrdf.org/spin#> . |
20 | -@prefix spl: <http://spinrdf.org/spl#> . | 20 | +@prefix spl: <http://spinrdf.org/spl#> . |
21 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 21 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
22 | - | 22 | + |
23 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> | 23 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> |
24 | - rdf:type owl:Ontology ; | 24 | + rdf:type owl:Ontology ; |
25 | - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 25 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
26 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
27 | - | 27 | + |
28 | -ddr:Obj_drillReport | 28 | +ddr:Obj_drillReport |
29 | - spin:rule | 29 | + spin:rule |
30 | - [ rdf:type sp:Construct ; | 30 | + [ rdf:type sp:Construct ; |
31 | rdfs:comment """STEP 220 Create WellCore activity | 31 | rdfs:comment """STEP 220 Create WellCore activity |
32 | -Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; | 32 | +Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; |
33 | - sp:templates ([ sp:object ep-activity:ExtractAWellCore ; | 33 | + sp:templates ([ sp:object ep-activity:ExtractAWellCore ; |
34 | - sp:predicate rdf:type ; | 34 | + sp:predicate rdf:type ; |
35 | - sp:subject | 35 | + sp:subject |
36 | - [ sp:varName "extractAWellCore"^^xsd:string | 36 | + [ sp:varName "extractAWellCore"^^xsd:string |
37 | - ] | 37 | + ] |
38 | - ] [ sp:object | 38 | + ] [ sp:object |
39 | - [ sp:varName "extractAWellCore"^^xsd:string | 39 | + [ sp:varName "extractAWellCore"^^xsd:string |
40 | - ] ; | 40 | + ] ; |
41 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 41 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
42 | - sp:subject | 42 | + sp:subject |
43 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 43 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
44 | - ] | 44 | + ] |
45 | - ] [ sp:object _:b1 ; | 45 | + ] [ sp:object _:b1 ; |
46 | - sp:predicate ep-activity:onWellBore ; | 46 | + sp:predicate ep-activity:onWellBore ; |
47 | - sp:subject | 47 | + sp:subject |
48 | - [ sp:varName "extractAWellCore"^^xsd:string | 48 | + [ sp:varName "extractAWellCore"^^xsd:string |
49 | - ] | 49 | + ] |
50 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 50 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
51 | - sp:predicate rdf:type ; | 51 | + sp:predicate rdf:type ; |
52 | - sp:subject _:b1 | 52 | + sp:subject _:b1 |
53 | - ] [ sp:object _:b2 ; | 53 | + ] [ sp:object _:b2 ; |
54 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 54 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
55 | - sp:subject _:b1 | 55 | + sp:subject _:b1 |
56 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | 56 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
57 | - sp:predicate rdf:type ; | 57 | + sp:predicate rdf:type ; |
58 | - sp:subject _:b2 | 58 | + sp:subject _:b2 |
59 | - ] [ sp:object | 59 | + ] [ sp:object |
60 | - [ sp:varName "wellBore"^^xsd:string | 60 | + [ sp:varName "wellBore"^^xsd:string |
61 | - ] ; | 61 | + ] ; |
62 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 62 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
63 | - sp:subject _:b2 | 63 | + sp:subject _:b2 |
64 | - ] [ sp:object | 64 | + ] [ sp:object |
65 | - [ sp:varName "dTimWellCore"^^xsd:string | 65 | + [ sp:varName "dTimWellCore"^^xsd:string |
66 | - ] ; | 66 | + ] ; |
67 | - sp:predicate ep-activity:finishedAt ; | 67 | + sp:predicate ep-activity:finishedAt ; |
68 | - sp:subject | 68 | + sp:subject |
69 | - [ sp:varName "extractAWellCore"^^xsd:string | 69 | + [ sp:varName "extractAWellCore"^^xsd:string |
70 | - ] | 70 | + ] |
71 | - ] [ sp:object | 71 | + ] [ sp:object |
72 | - [ sp:varName "coreNumber"^^xsd:string | 72 | + [ sp:varName "coreNumber"^^xsd:string |
73 | - ] ; | 73 | + ] ; |
74 | - sp:predicate ep-activity:identificationNumberOfCore ; | 74 | + sp:predicate ep-activity:identificationNumberOfCore ; |
75 | - sp:subject | 75 | + sp:subject |
76 | - [ sp:varName "extractAWellCore"^^xsd:string | 76 | + [ sp:varName "extractAWellCore"^^xsd:string |
77 | - ] | 77 | + ] |
78 | - ] [ sp:object _:b3 ; | 78 | + ] [ sp:object _:b3 ; |
79 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
80 | - sp:subject _:b2 | 80 | + sp:subject _:b2 |
81 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 81 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
82 | - sp:predicate rdf:type ; | 82 | + sp:predicate rdf:type ; |
83 | - sp:subject _:b3 | 83 | + sp:subject _:b3 |
84 | - ] [ sp:object | 84 | + ] [ sp:object |
85 | - [ sp:varName "realMdTop"^^xsd:string | 85 | + [ sp:varName "realMdTop"^^xsd:string |
86 | - ] ; | 86 | + ] ; |
87 | - sp:predicate | 87 | + sp:predicate |
88 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 88 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
89 | - ] ; | 89 | + ] ; |
90 | - sp:subject _:b3 | 90 | + sp:subject _:b3 |
91 | - ] [ sp:object _:b4 ; | 91 | + ] [ sp:object _:b4 ; |
92 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 92 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
93 | - sp:subject _:b2 | 93 | + sp:subject _:b2 |
94 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 94 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
95 | - sp:predicate rdf:type ; | 95 | + sp:predicate rdf:type ; |
96 | - sp:subject _:b4 | 96 | + sp:subject _:b4 |
97 | - ] [ sp:object | 97 | + ] [ sp:object |
98 | - [ sp:varName "realMdBottom"^^xsd:string | 98 | + [ sp:varName "realMdBottom"^^xsd:string |
99 | - ] ; | 99 | + ] ; |
100 | - sp:predicate | 100 | + sp:predicate |
101 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 101 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string |
102 | - ] ; | 102 | + ] ; |
103 | - sp:subject _:b4 | 103 | + sp:subject _:b4 |
104 | - ] [ sp:object _:b5 ; | 104 | + ] [ sp:object _:b5 ; |
105 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 105 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
106 | - sp:subject _:b2 | 106 | + sp:subject _:b2 |
107 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 107 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
108 | - sp:predicate rdf:type ; | 108 | + sp:predicate rdf:type ; |
109 | - sp:subject _:b5 | 109 | + sp:subject _:b5 |
110 | - ] [ sp:object | 110 | + ] [ sp:object |
111 | - [ sp:varName "realTvdTop"^^xsd:string | 111 | + [ sp:varName "realTvdTop"^^xsd:string |
112 | - ] ; | 112 | + ] ; |
113 | - sp:predicate | 113 | + sp:predicate |
114 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | 114 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string |
115 | - ] ; | 115 | + ] ; |
116 | - sp:subject _:b5 | 116 | + sp:subject _:b5 |
117 | - ] [ sp:object _:b6 ; | 117 | + ] [ sp:object _:b6 ; |
118 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 118 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
119 | - sp:subject _:b2 | 119 | + sp:subject _:b2 |
120 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 120 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
121 | - sp:predicate rdf:type ; | 121 | + sp:predicate rdf:type ; |
122 | - sp:subject _:b6 | 122 | + sp:subject _:b6 |
123 | - ] [ sp:object | 123 | + ] [ sp:object |
124 | - [ sp:varName "realTvdBottom"^^xsd:string | 124 | + [ sp:varName "realTvdBottom"^^xsd:string |
125 | - ] ; | 125 | + ] ; |
126 | - sp:predicate | 126 | + sp:predicate |
127 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | 127 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string |
128 | - ] ; | 128 | + ] ; |
129 | - sp:subject _:b6 | 129 | + sp:subject _:b6 |
130 | - ] [ sp:object _:b7 ; | 130 | + ] [ sp:object _:b7 ; |
131 | - sp:predicate ep-activity:recoveredCore ; | 131 | + sp:predicate ep-activity:recoveredCore ; |
132 | - sp:subject | 132 | + sp:subject |
133 | - [ sp:varName "extractAWellCore"^^xsd:string | 133 | + [ sp:varName "extractAWellCore"^^xsd:string |
134 | - ] | 134 | + ] |
135 | - ] [ sp:object _:b8 ; | 135 | + ] [ sp:object _:b8 ; |
136 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ; | 136 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ; |
137 | - sp:subject _:b7 | 137 | + sp:subject _:b7 |
138 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 138 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
139 | - sp:predicate rdf:type ; | 139 | + sp:predicate rdf:type ; |
140 | - sp:subject _:b8 | 140 | + sp:subject _:b8 |
141 | - ] [ sp:object | 141 | + ] [ sp:object |
142 | - [ sp:varName "realRecovered"^^xsd:string | 142 | + [ sp:varName "realRecovered"^^xsd:string |
143 | - ] ; | 143 | + ] ; |
144 | - sp:predicate | 144 | + sp:predicate |
145 | - [ sp:varName "lengthScaleRecovered"^^xsd:string | 145 | + [ sp:varName "lengthScaleRecovered"^^xsd:string |
146 | - ] ; | 146 | + ] ; |
147 | - sp:subject _:b8 | 147 | + sp:subject _:b8 |
148 | - ] [ sp:object _:b9 ; | 148 | + ] [ sp:object _:b9 ; |
149 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ; | 149 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ; |
150 | - sp:subject _:b7 | 150 | + sp:subject _:b7 |
151 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; | 151 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
152 | - sp:predicate rdf:type ; | 152 | + sp:predicate rdf:type ; |
153 | - sp:subject _:b9 | 153 | + sp:subject _:b9 |
154 | - ] [ sp:object | 154 | + ] [ sp:object |
155 | - [ sp:varName "realPc"^^xsd:string | 155 | + [ sp:varName "realPc"^^xsd:string |
156 | - ] ; | 156 | + ] ; |
157 | - sp:predicate | 157 | + sp:predicate |
158 | - [ sp:varName "specificVolumeScale"^^xsd:string | 158 | + [ sp:varName "specificVolumeScale"^^xsd:string |
159 | - ] ; | 159 | + ] ; |
160 | - sp:subject _:b9 | 160 | + sp:subject _:b9 |
161 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; | 161 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; |
162 | - sp:predicate rdf:type ; | 162 | + sp:predicate rdf:type ; |
163 | - sp:subject _:b7 | 163 | + sp:subject _:b7 |
164 | - ] [ sp:object | 164 | + ] [ sp:object |
165 | - [ sp:varName "coreDescription"^^xsd:string | 165 | + [ sp:varName "coreDescription"^^xsd:string |
166 | - ] ; | 166 | + ] ; |
167 | - sp:predicate rdfs:comment ; | 167 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
168 | - sp:subject _:b7 | 168 | + sp:subject _:b7 |
169 | - ] [ sp:object _:b10 ; | 169 | + ] [ sp:object _:b10 ; |
170 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; | 170 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; |
171 | - sp:subject _:b7 | 171 | + sp:subject _:b7 |
172 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; | 172 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; |
173 | - sp:predicate rdf:type ; | 173 | + sp:predicate rdf:type ; |
174 | - sp:subject _:b10 | 174 | + sp:subject _:b10 |
175 | - ] [ sp:object _:b11 ; | 175 | + ] [ sp:object _:b11 ; |
176 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ; | 176 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ; |
177 | - sp:subject _:b10 | 177 | + sp:subject _:b10 |
178 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 178 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
179 | - sp:predicate rdf:type ; | 179 | + sp:predicate rdf:type ; |
180 | - sp:subject _:b11 | 180 | + sp:subject _:b11 |
181 | - ] [ sp:object | 181 | + ] [ sp:object |
182 | - [ sp:varName "realBarrel"^^xsd:string | 182 | + [ sp:varName "realBarrel"^^xsd:string |
183 | - ] ; | 183 | + ] ; |
184 | - sp:predicate | 184 | + sp:predicate |
185 | - [ sp:varName "lengthScaleBarrel"^^xsd:string | 185 | + [ sp:varName "lengthScaleBarrel"^^xsd:string |
186 | - ] ; | 186 | + ] ; |
187 | - sp:subject _:b11 | 187 | + sp:subject _:b11 |
188 | - ] [ sp:object | 188 | + ] [ sp:object |
189 | - [ sp:varName "innerBarrelType"^^xsd:string | 189 | + [ sp:varName "innerBarrelType"^^xsd:string |
190 | - ] ; | 190 | + ] ; |
191 | - sp:predicate rdf:type ; | 191 | + sp:predicate rdf:type ; |
192 | - sp:subject _:b10 | 192 | + sp:subject _:b10 |
193 | - ]) ; | 193 | + ]) ; |
194 | - sp:where ([ sp:object | 194 | + sp:where ([ sp:object |
195 | - [ sp:varName "nameWellBore"^^xsd:string | 195 | + [ sp:varName "nameWellBore"^^xsd:string |
196 | - ] ; | 196 | + ] ; |
197 | - sp:predicate ep-spin-lib:nameWellbore ; | 197 | + sp:predicate ep-spin-lib:nameWellbore ; |
198 | - sp:subject spin:_this | 198 | + sp:subject spin:_this |
199 | - ] [ sp:object | 199 | + ] [ sp:object |
200 | - [ sp:varName "dTimStart"^^xsd:string | 200 | + [ sp:varName "dTimStart"^^xsd:string |
201 | - ] ; | 201 | + ] ; |
202 | - sp:predicate ddr:dTimStart ; | 202 | + sp:predicate ddr:dTimStart ; |
203 | - sp:subject spin:_this | 203 | + sp:subject spin:_this |
204 | - ] [ sp:object | 204 | + ] [ sp:object |
205 | - [ sp:varName "coreInfo"^^xsd:string | 205 | + [ sp:varName "coreInfo"^^xsd:string |
206 | - ] ; | 206 | + ] ; |
207 | - sp:predicate ddr:coreInfoRef ; | 207 | + sp:predicate ddr:coreInfoRef ; |
208 | - sp:subject spin:_this | 208 | + sp:subject spin:_this |
209 | - ] [ sp:object | 209 | + ] [ sp:object |
210 | - [ sp:varName "dTimCore"^^xsd:string | 210 | + [ sp:varName "dTimCore"^^xsd:string |
211 | - ] ; | 211 | + ] ; |
212 | - sp:predicate ddr:dTim ; | 212 | + sp:predicate ddr:dTim ; |
213 | - sp:subject | 213 | + sp:subject |
214 | - [ sp:varName "coreInfo"^^xsd:string | 214 | + [ sp:varName "coreInfo"^^xsd:string |
215 | - ] | 215 | + ] |
216 | - ] [ sp:object | 216 | + ] [ sp:object |
217 | - [ sp:varName "coreNumber"^^xsd:string | 217 | + [ sp:varName "coreNumber"^^xsd:string |
218 | - ] ; | 218 | + ] ; |
219 | - sp:predicate ddr:coreNumber ; | 219 | + sp:predicate ddr:coreNumber ; |
220 | - sp:subject | 220 | + sp:subject |
221 | - [ sp:varName "coreInfo"^^xsd:string | 221 | + [ sp:varName "coreInfo"^^xsd:string |
222 | - ] | 222 | + ] |
223 | - ] [ sp:object | 223 | + ] [ sp:object |
224 | - [ sp:varName "mdTop"^^xsd:string | 224 | + [ sp:varName "mdTop"^^xsd:string |
225 | - ] ; | 225 | + ] ; |
226 | - sp:predicate ddr:mdTopRef ; | 226 | + sp:predicate ddr:mdTopRef ; |
227 | - sp:subject | 227 | + sp:subject |
228 | - [ sp:varName "coreInfo"^^xsd:string | 228 | + [ sp:varName "coreInfo"^^xsd:string |
229 | - ] | 229 | + ] |
230 | - ] [ sp:object | 230 | + ] [ sp:object |
231 | - [ sp:varName "uomMdTop"^^xsd:string | 231 | + [ sp:varName "uomMdTop"^^xsd:string |
232 | - ] ; | 232 | + ] ; |
233 | - sp:predicate ddr:uomRef ; | 233 | + sp:predicate ddr:uomRef ; |
234 | - sp:subject | 234 | + sp:subject |
235 | - [ sp:varName "mdTop"^^xsd:string | 235 | + [ sp:varName "mdTop"^^xsd:string |
236 | - ] | 236 | + ] |
237 | - ] [ sp:object | 237 | + ] [ sp:object |
238 | - [ sp:varName "realMdTop"^^xsd:string | 238 | + [ sp:varName "realMdTop"^^xsd:string |
239 | - ] ; | 239 | + ] ; |
240 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 240 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
241 | - sp:subject | 241 | + sp:subject |
242 | - [ sp:varName "mdTop"^^xsd:string | 242 | + [ sp:varName "mdTop"^^xsd:string |
243 | - ] | 243 | + ] |
244 | - ] [ sp:object | 244 | + ] [ sp:object |
245 | - [ sp:varName "mdBottom"^^xsd:string | 245 | + [ sp:varName "mdBottom"^^xsd:string |
246 | - ] ; | 246 | + ] ; |
247 | - sp:predicate ddr:mdBottomRef ; | 247 | + sp:predicate ddr:mdBottomRef ; |
248 | - sp:subject | 248 | + sp:subject |
249 | - [ sp:varName "coreInfo"^^xsd:string | 249 | + [ sp:varName "coreInfo"^^xsd:string |
250 | - ] | 250 | + ] |
251 | - ] [ sp:object | 251 | + ] [ sp:object |
252 | - [ sp:varName "uomMdBottom"^^xsd:string | 252 | + [ sp:varName "uomMdBottom"^^xsd:string |
253 | - ] ; | 253 | + ] ; |
254 | - sp:predicate ddr:uomRef ; | 254 | + sp:predicate ddr:uomRef ; |
255 | - sp:subject | 255 | + sp:subject |
256 | - [ sp:varName "mdBottom"^^xsd:string | 256 | + [ sp:varName "mdBottom"^^xsd:string |
257 | - ] | 257 | + ] |
258 | - ] [ sp:object | 258 | + ] [ sp:object |
259 | - [ sp:varName "realMdBottom"^^xsd:string | 259 | + [ sp:varName "realMdBottom"^^xsd:string |
260 | - ] ; | 260 | + ] ; |
261 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 261 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
262 | - sp:subject | 262 | + sp:subject |
263 | - [ sp:varName "mdBottom"^^xsd:string | 263 | + [ sp:varName "mdBottom"^^xsd:string |
264 | - ] | 264 | + ] |
265 | - ] [ rdf:type sp:Optional ; | 265 | + ] [ rdf:type sp:Optional ; |
266 | - sp:elements ([ sp:object | 266 | + sp:elements ([ sp:object |
267 | - [ sp:varName "tvdTop"^^xsd:string | 267 | + [ sp:varName "tvdTop"^^xsd:string |
268 | - ] ; | 268 | + ] ; |
269 | - sp:predicate ddr:tvdTopRef ; | 269 | + sp:predicate ddr:tvdTopRef ; |
270 | - sp:subject | 270 | + sp:subject |
271 | - [ sp:varName "coreInfo"^^xsd:string | 271 | + [ sp:varName "coreInfo"^^xsd:string |
272 | - ] | 272 | + ] |
273 | - ] [ sp:object | 273 | + ] [ sp:object |
274 | - [ sp:varName "uomTvdTop"^^xsd:string | 274 | + [ sp:varName "uomTvdTop"^^xsd:string |
275 | - ] ; | 275 | + ] ; |
276 | - sp:predicate ddr:uomRef ; | 276 | + sp:predicate ddr:uomRef ; |
277 | - sp:subject | 277 | + sp:subject |
278 | - [ sp:varName "tvdTop"^^xsd:string | 278 | + [ sp:varName "tvdTop"^^xsd:string |
279 | - ] | 279 | + ] |
280 | - ] [ sp:object | 280 | + ] [ sp:object |
281 | - [ sp:varName "realTvdTop"^^xsd:string | 281 | + [ sp:varName "realTvdTop"^^xsd:string |
282 | - ] ; | 282 | + ] ; |
283 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 283 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
284 | - sp:subject | 284 | + sp:subject |
285 | - [ sp:varName "tvdTop"^^xsd:string | 285 | + [ sp:varName "tvdTop"^^xsd:string |
286 | - ] | 286 | + ] |
287 | - ]) | 287 | + ]) |
288 | - ] [ rdf:type sp:Optional ; | 288 | + ] [ rdf:type sp:Optional ; |
289 | - sp:elements ([ sp:object | 289 | + sp:elements ([ sp:object |
290 | - [ sp:varName "tvdBottom"^^xsd:string | 290 | + [ sp:varName "tvdBottom"^^xsd:string |
291 | - ] ; | 291 | + ] ; |
292 | - sp:predicate ddr:tvdBottomRef ; | 292 | + sp:predicate ddr:tvdBottomRef ; |
293 | - sp:subject | 293 | + sp:subject |
294 | - [ sp:varName "coreInfo"^^xsd:string | 294 | + [ sp:varName "coreInfo"^^xsd:string |
295 | - ] | 295 | + ] |
296 | - ] [ sp:object | 296 | + ] [ sp:object |
297 | - [ sp:varName "uomTvdBottom"^^xsd:string | 297 | + [ sp:varName "uomTvdBottom"^^xsd:string |
298 | - ] ; | 298 | + ] ; |
299 | - sp:predicate ddr:uomRef ; | 299 | + sp:predicate ddr:uomRef ; |
300 | - sp:subject | 300 | + sp:subject |
301 | - [ sp:varName "tvdBottom"^^xsd:string | 301 | + [ sp:varName "tvdBottom"^^xsd:string |
302 | - ] | 302 | + ] |
303 | - ] [ sp:object | 303 | + ] [ sp:object |
304 | - [ sp:varName "realTvdBottom"^^xsd:string | 304 | + [ sp:varName "realTvdBottom"^^xsd:string |
305 | - ] ; | 305 | + ] ; |
306 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 306 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
307 | - sp:subject | 307 | + sp:subject |
308 | - [ sp:varName "tvdBottom"^^xsd:string | 308 | + [ sp:varName "tvdBottom"^^xsd:string |
309 | - ] | 309 | + ] |
310 | - ]) | 310 | + ]) |
311 | - ] [ sp:object | 311 | + ] [ sp:object |
312 | - [ sp:varName "lenRecovered"^^xsd:string | 312 | + [ sp:varName "lenRecovered"^^xsd:string |
313 | - ] ; | 313 | + ] ; |
314 | - sp:predicate ddr:lenRecoveredRef ; | 314 | + sp:predicate ddr:lenRecoveredRef ; |
315 | - sp:subject | 315 | + sp:subject |
316 | - [ sp:varName "coreInfo"^^xsd:string | 316 | + [ sp:varName "coreInfo"^^xsd:string |
317 | - ] | 317 | + ] |
318 | - ] [ sp:object | 318 | + ] [ sp:object |
319 | - [ sp:varName "uomRecovered"^^xsd:string | 319 | + [ sp:varName "uomRecovered"^^xsd:string |
320 | - ] ; | 320 | + ] ; |
321 | - sp:predicate ddr:uomRef ; | 321 | + sp:predicate ddr:uomRef ; |
322 | - sp:subject | 322 | + sp:subject |
323 | - [ sp:varName "lenRecovered"^^xsd:string | 323 | + [ sp:varName "lenRecovered"^^xsd:string |
324 | - ] | 324 | + ] |
325 | - ] [ sp:object | 325 | + ] [ sp:object |
326 | - [ sp:varName "realRecovered"^^xsd:string | 326 | + [ sp:varName "realRecovered"^^xsd:string |
327 | - ] ; | 327 | + ] ; |
328 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 328 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
329 | - sp:subject | 329 | + sp:subject |
330 | - [ sp:varName "lenRecovered"^^xsd:string | 330 | + [ sp:varName "lenRecovered"^^xsd:string |
331 | - ] | 331 | + ] |
332 | - ] [ sp:object | 332 | + ] [ sp:object |
333 | - [ sp:varName "recoverPc"^^xsd:string | 333 | + [ sp:varName "recoverPc"^^xsd:string |
334 | - ] ; | 334 | + ] ; |
335 | - sp:predicate ddr:recoverPcRef ; | 335 | + sp:predicate ddr:recoverPcRef ; |
336 | - sp:subject | 336 | + sp:subject |
337 | - [ sp:varName "coreInfo"^^xsd:string | 337 | + [ sp:varName "coreInfo"^^xsd:string |
338 | - ] | 338 | + ] |
339 | - ] [ sp:object | 339 | + ] [ sp:object |
340 | - [ sp:varName "uomPc"^^xsd:string | 340 | + [ sp:varName "uomPc"^^xsd:string |
341 | - ] ; | 341 | + ] ; |
342 | - sp:predicate ddr:uomRef ; | 342 | + sp:predicate ddr:uomRef ; |
343 | - sp:subject | 343 | + sp:subject |
344 | - [ sp:varName "recoverPc"^^xsd:string | 344 | + [ sp:varName "recoverPc"^^xsd:string |
345 | - ] | 345 | + ] |
346 | - ] [ sp:object | 346 | + ] [ sp:object |
347 | - [ sp:varName "realPc"^^xsd:string | 347 | + [ sp:varName "realPc"^^xsd:string |
348 | - ] ; | 348 | + ] ; |
349 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 349 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
350 | - sp:subject | 350 | + sp:subject |
351 | - [ sp:varName "recoverPc"^^xsd:string | 351 | + [ sp:varName "recoverPc"^^xsd:string |
352 | - ] | 352 | + ] |
353 | - ] [ sp:object | 353 | + ] [ sp:object |
354 | - [ sp:varName "lenBarrel"^^xsd:string | 354 | + [ sp:varName "lenBarrel"^^xsd:string |
355 | - ] ; | 355 | + ] ; |
356 | - sp:predicate ddr:lenBarrelRef ; | 356 | + sp:predicate ddr:lenBarrelRef ; |
357 | - sp:subject | 357 | + sp:subject |
358 | - [ sp:varName "coreInfo"^^xsd:string | 358 | + [ sp:varName "coreInfo"^^xsd:string |
359 | - ] | 359 | + ] |
360 | - ] [ sp:object | 360 | + ] [ sp:object |
361 | - [ sp:varName "uomBarrel"^^xsd:string | 361 | + [ sp:varName "uomBarrel"^^xsd:string |
362 | - ] ; | 362 | + ] ; |
363 | - sp:predicate ddr:uomRef ; | 363 | + sp:predicate ddr:uomRef ; |
364 | - sp:subject | 364 | + sp:subject |
365 | - [ sp:varName "lenBarrel"^^xsd:string | 365 | + [ sp:varName "lenBarrel"^^xsd:string |
366 | - ] | 366 | + ] |
367 | - ] [ sp:object | 367 | + ] [ sp:object |
368 | - [ sp:varName "realBarrel"^^xsd:string | 368 | + [ sp:varName "realBarrel"^^xsd:string |
369 | - ] ; | 369 | + ] ; |
370 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 370 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
371 | - sp:subject | 371 | + sp:subject |
372 | - [ sp:varName "lenBarrel"^^xsd:string | 372 | + [ sp:varName "lenBarrel"^^xsd:string |
373 | - ] | 373 | + ] |
374 | - ] [ rdf:type sp:Optional ; | 374 | + ] [ rdf:type sp:Optional ; |
375 | - sp:elements ([ sp:object | 375 | + sp:elements ([ sp:object |
376 | - [ sp:varName "enumInnerBarrelType"^^xsd:string | 376 | + [ sp:varName "enumInnerBarrelType"^^xsd:string |
377 | - ] ; | 377 | + ] ; |
378 | - sp:predicate ddr:innerBarrelTypeRef ; | 378 | + sp:predicate ddr:innerBarrelTypeRef ; |
379 | - sp:subject | 379 | + sp:subject |
380 | - [ sp:varName "coreInfo"^^xsd:string | 380 | + [ sp:varName "coreInfo"^^xsd:string |
381 | - ] | 381 | + ] |
382 | - ]) | 382 | + ]) |
383 | - ] [ sp:object | 383 | + ] [ sp:object |
384 | - [ sp:varName "coreDescription"^^xsd:string | 384 | + [ sp:varName "coreDescription"^^xsd:string |
385 | - ] ; | 385 | + ] ; |
386 | - sp:predicate ddr:coreDescription ; | 386 | + sp:predicate ddr:coreDescription ; |
387 | - sp:subject | 387 | + sp:subject |
388 | - [ sp:varName "coreInfo"^^xsd:string | 388 | + [ sp:varName "coreInfo"^^xsd:string |
389 | - ] | 389 | + ] |
390 | - ] [ rdf:type sp:Bind ; | 390 | + ] [ rdf:type sp:Bind ; |
391 | - sp:expression | 391 | + sp:expression |
392 | - [ rdf:type ep-spin-lib:normalizeString ; | 392 | + [ rdf:type ep-spin-lib:normalizeString ; |
393 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 393 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
394 | - ] | 394 | + ] |
395 | - ] ; | 395 | + ] ; |
396 | - sp:variable | 396 | + sp:variable |
397 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 397 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
398 | - ] | 398 | + ] |
399 | - ] [ rdf:type sp:Bind ; | 399 | + ] [ rdf:type sp:Bind ; |
400 | - sp:expression | 400 | + sp:expression |
401 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 401 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
402 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 402 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
403 | - ] ; | 403 | + ] ; |
404 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 404 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
405 | - ] | 405 | + ] |
406 | - ] ; | 406 | + ] ; |
407 | - sp:variable | 407 | + sp:variable |
408 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 408 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
409 | - ] | 409 | + ] |
410 | - ] [ rdf:type sp:Bind ; | 410 | + ] [ rdf:type sp:Bind ; |
411 | - sp:expression | 411 | + sp:expression |
412 | - [ rdf:type afn:localname ; | 412 | + [ rdf:type afn:localname ; |
413 | - sp:arg1 [ sp:varName "coreInfo"^^xsd:string | 413 | + sp:arg1 [ sp:varName "coreInfo"^^xsd:string |
414 | - ] | 414 | + ] |
415 | - ] ; | 415 | + ] ; |
416 | - sp:variable | 416 | + sp:variable |
417 | - [ sp:varName "localname"^^xsd:string | 417 | + [ sp:varName "localname"^^xsd:string |
418 | - ] | 418 | + ] |
419 | - ] [ rdf:type sp:Bind ; | 419 | + ] [ rdf:type sp:Bind ; |
420 | - sp:expression | 420 | + sp:expression |
421 | - [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; | 421 | + [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; |
422 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 422 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
423 | - ] ; | 423 | + ] ; |
424 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 424 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
425 | - ] ; | 425 | + ] ; |
426 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 426 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
427 | - ] | 427 | + ] |
428 | - ] ; | 428 | + ] ; |
429 | - sp:variable | 429 | + sp:variable |
430 | - [ sp:varName "extractAWellCore"^^xsd:string | 430 | + [ sp:varName "extractAWellCore"^^xsd:string |
431 | - ] | 431 | + ] |
432 | - ] [ rdf:type sp:Bind ; | 432 | + ] [ rdf:type sp:Bind ; |
433 | - sp:expression | 433 | + sp:expression |
434 | - [ rdf:type ep-spin-lib:selectInnerBarrelType ; | 434 | + [ rdf:type ep-spin-lib:selectInnerBarrelType ; |
435 | - sp:arg1 [ sp:varName "enumInnerBarrelType"^^xsd:string | 435 | + sp:arg1 [ sp:varName "enumInnerBarrelType"^^xsd:string |
436 | - ] | 436 | + ] |
437 | - ] ; | 437 | + ] ; |
438 | - sp:variable | 438 | + sp:variable |
439 | - [ sp:varName "innerBarrelType"^^xsd:string | 439 | + [ sp:varName "innerBarrelType"^^xsd:string |
440 | - ] | 440 | + ] |
441 | - ] [ rdf:type sp:Bind ; | 441 | + ] [ rdf:type sp:Bind ; |
442 | - sp:expression | 442 | + sp:expression |
443 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 443 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
444 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | 444 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string |
445 | - ] | 445 | + ] |
446 | - ] ; | 446 | + ] ; |
447 | - sp:variable | 447 | + sp:variable |
448 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 448 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
449 | - ] | 449 | + ] |
450 | - ] [ rdf:type sp:Bind ; | 450 | + ] [ rdf:type sp:Bind ; |
451 | - sp:expression | 451 | + sp:expression |
452 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 452 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
453 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | 453 | + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string |
454 | - ] | 454 | + ] |
455 | - ] ; | 455 | + ] ; |
456 | - sp:variable | 456 | + sp:variable |
457 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 457 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string |
458 | - ] | 458 | + ] |
459 | - ] [ rdf:type sp:Bind ; | 459 | + ] [ rdf:type sp:Bind ; |
460 | - sp:expression | 460 | + sp:expression |
461 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 461 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
462 | - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string | 462 | + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string |
463 | - ] | 463 | + ] |
464 | - ] ; | 464 | + ] ; |
465 | - sp:variable | 465 | + sp:variable |
466 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | 466 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string |
467 | - ] | 467 | + ] |
468 | - ] [ rdf:type sp:Bind ; | 468 | + ] [ rdf:type sp:Bind ; |
469 | - sp:expression | 469 | + sp:expression |
470 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 470 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
471 | - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string | 471 | + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string |
472 | - ] | 472 | + ] |
473 | - ] ; | 473 | + ] ; |
474 | - sp:variable | 474 | + sp:variable |
475 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | 475 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string |
476 | - ] | 476 | + ] |
477 | - ] [ rdf:type sp:Bind ; | 477 | + ] [ rdf:type sp:Bind ; |
478 | - sp:expression | 478 | + sp:expression |
479 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 479 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
480 | - sp:arg1 [ sp:varName "uomRecovered"^^xsd:string | 480 | + sp:arg1 [ sp:varName "uomRecovered"^^xsd:string |
481 | - ] | 481 | + ] |
482 | - ] ; | 482 | + ] ; |
483 | - sp:variable | 483 | + sp:variable |
484 | - [ sp:varName "lengthScaleRecovered"^^xsd:string | 484 | + [ sp:varName "lengthScaleRecovered"^^xsd:string |
485 | - ] | 485 | + ] |
486 | - ] [ rdf:type sp:Bind ; | 486 | + ] [ rdf:type sp:Bind ; |
487 | - sp:expression | 487 | + sp:expression |
488 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 488 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
489 | - sp:arg1 [ sp:varName "uomBarrel"^^xsd:string | 489 | + sp:arg1 [ sp:varName "uomBarrel"^^xsd:string |
490 | - ] | 490 | + ] |
491 | - ] ; | 491 | + ] ; |
492 | - sp:variable | 492 | + sp:variable |
493 | - [ sp:varName "lengthScaleBarrel"^^xsd:string | 493 | + [ sp:varName "lengthScaleBarrel"^^xsd:string |
494 | - ] | 494 | + ] |
495 | - ] [ rdf:type sp:Bind ; | 495 | + ] [ rdf:type sp:Bind ; |
496 | - sp:expression | 496 | + sp:expression |
497 | - [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; | 497 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
498 | - sp:arg1 [ sp:varName "uomPc"^^xsd:string | 498 | + sp:arg1 [ sp:varName "uomPc"^^xsd:string |
499 | - ] | 499 | + ] |
500 | - ] ; | 500 | + ] ; |
501 | - sp:variable | 501 | + sp:variable |
502 | - [ sp:varName "specificVolumeScale"^^xsd:string | 502 | + [ sp:varName "specificVolumeScale"^^xsd:string |
503 | - ] | 503 | + ] |
504 | - ] [ rdf:type sp:Bind ; | 504 | + ] [ rdf:type sp:Bind ; |
505 | - sp:expression | 505 | + sp:expression |
506 | - [ rdf:type rhspin:wellBoreByName ; | 506 | + [ rdf:type rhspin:wellBoreByName ; |
507 | - arg:wellBoreName | 507 | + arg:wellBoreName |
508 | - [ rdf:type xsd:string ; | 508 | + [ rdf:type xsd:string ; |
509 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 509 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
510 | - ] | 510 | + ] |
511 | - ] | 511 | + ] |
512 | - ] ; | 512 | + ] ; |
513 | - sp:variable | 513 | + sp:variable |
514 | - [ sp:varName "wellBore"^^xsd:string | 514 | + [ sp:varName "wellBore"^^xsd:string |
515 | - ] | 515 | + ] |
516 | - ]) | 516 | + ]) |
517 | - ] . | 517 | + ] . | ... | ... |
1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo |
2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
5 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
6 | -# imports: http://www.witsml.org/schemas/1series | 6 | +# imports: http://www.witsml.org/schemas/1series |
7 | - | 7 | + |
8 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . |
9 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
10 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
14 | -@prefix sp: <http://spinrdf.org/sp#> . | 14 | +@prefix sp: <http://spinrdf.org/sp#> . |
15 | -@prefix spin: <http://spinrdf.org/spin#> . | 15 | +@prefix spin: <http://spinrdf.org/spin#> . |
16 | -@prefix spl: <http://spinrdf.org/spl#> . | 16 | +@prefix spl: <http://spinrdf.org/spl#> . |
17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
18 | - | 18 | + |
19 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> | 19 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> |
20 | - rdf:type owl:Ontology ; | 20 | + rdf:type owl:Ontology ; |
21 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 21 | + owl:imports <http://spinrdf.org/spin> , <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://www.reportinghub.no/ep/spin/1.1/lib> ; |
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> |
25 | - spin:rule | 25 | + spin:rule |
26 | - [ rdf:type sp:Construct ; | 26 | + [ rdf:type sp:Construct ; |
27 | - rdfs:comment "STEP 170 Create an EquipmentFailureAndRepair activity"^^xsd:string ; | 27 | + rdfs:comment "STEP 170 Create an EquipmentFailureAndRepair activity"^^xsd:string ; |
28 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#EquipmentFailureAndRepair> ; | 28 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#EquipmentFailureAndRepair> ; |
29 | - sp:predicate rdf:type ; | 29 | + sp:predicate rdf:type ; |
30 | - sp:subject | 30 | + sp:subject |
31 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 31 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
32 | - ] | 32 | + ] |
33 | - ] [ sp:object | 33 | + ] [ sp:object |
34 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 34 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
35 | - ] ; | 35 | + ] ; |
36 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
37 | - sp:subject | 37 | + sp:subject |
38 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 38 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
39 | - ] | 39 | + ] |
40 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
41 | - sp:predicate rdf:type ; | 41 | + sp:predicate rdf:type ; |
42 | - sp:subject _:b1 | 42 | + sp:subject _:b1 |
43 | - ] [ sp:object | 43 | + ] [ sp:object |
44 | - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | 44 | + [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string |
45 | - ] ; | 45 | + ] ; |
46 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
47 | - sp:subject _:b1 | 47 | + sp:subject _:b1 |
48 | - ] [ sp:object _:b1 ; | 48 | + ] [ sp:object _:b1 ; |
49 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
50 | - sp:subject | 50 | + sp:subject |
51 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 51 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
52 | - ] | 52 | + ] |
53 | - ] [ sp:object | 53 | + ] [ sp:object |
54 | - [ sp:varName "timeOfFailure"^^xsd:string | 54 | + [ sp:varName "timeOfFailure"^^xsd:string |
55 | - ] ; | 55 | + ] ; |
56 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfFailure> ; | 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfFailure> ; |
57 | - sp:subject | 57 | + sp:subject |
58 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 58 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
59 | - ] | 59 | + ] |
60 | - ] [ sp:object | 60 | + ] [ sp:object |
61 | - [ sp:varName "timeOfRepair"^^xsd:string | 61 | + [ sp:varName "timeOfRepair"^^xsd:string |
62 | - ] ; | 62 | + ] ; |
63 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfRepair> ; | 63 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfRepair> ; |
64 | - sp:subject | 64 | + sp:subject |
65 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 65 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
66 | - ] | 66 | + ] |
67 | - ] [ sp:object _:b2 ; | 67 | + ] [ sp:object _:b2 ; |
68 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#missedProductionTime> ; | 68 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#missedProductionTime> ; |
69 | - sp:subject | 69 | + sp:subject |
70 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 70 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
71 | - ] | 71 | + ] |
72 | - ] [ sp:object | 72 | + ] [ sp:object |
73 | - [ sp:varName "description"^^xsd:string | 73 | + [ sp:varName "description"^^xsd:string |
74 | - ] ; | 74 | + ] ; |
75 | - sp:predicate rdfs:comment ; | 75 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
76 | - sp:subject | 76 | + sp:subject |
77 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 77 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
78 | - ] | 78 | + ] |
79 | - ] [ sp:object _:b3 ; | 79 | + ] [ sp:object _:b3 ; |
80 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#failedEquipment> ; | 80 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#failedEquipment> ; |
81 | - sp:subject | 81 | + sp:subject |
82 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 82 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
83 | - ] | 83 | + ] |
84 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 84 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; |
85 | - sp:predicate rdf:type ; | 85 | + sp:predicate rdf:type ; |
86 | - sp:subject _:b3 | 86 | + sp:subject _:b3 |
87 | - ] [ sp:object _:b4 ; | 87 | + ] [ sp:object _:b4 ; |
88 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 88 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
89 | - sp:subject _:b3 | 89 | + sp:subject _:b3 |
90 | - ] [ sp:object | 90 | + ] [ sp:object |
91 | - [ sp:varName "drillingEquipmentType"^^xsd:string | 91 | + [ sp:varName "drillingEquipmentType"^^xsd:string |
92 | - ] ; | 92 | + ] ; |
93 | - sp:predicate rdf:type ; | 93 | + sp:predicate rdf:type ; |
94 | - sp:subject _:b4 | 94 | + sp:subject _:b4 |
95 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 95 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
96 | - sp:predicate rdf:type ; | 96 | + sp:predicate rdf:type ; |
97 | - sp:subject _:b2 | 97 | + sp:subject _:b2 |
98 | - ] [ sp:object | 98 | + ] [ sp:object |
99 | - [ sp:varName "realDuration"^^xsd:string | 99 | + [ sp:varName "realDuration"^^xsd:string |
100 | - ] ; | 100 | + ] ; |
101 | - sp:predicate | 101 | + sp:predicate |
102 | - [ sp:varName "durationScale"^^xsd:string | 102 | + [ sp:varName "durationScale"^^xsd:string |
103 | - ] ; | 103 | + ] ; |
104 | - sp:subject _:b2 | 104 | + sp:subject _:b2 |
105 | - ] [ sp:object _:b5 ; | 105 | + ] [ sp:object _:b5 ; |
106 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth> ; | 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth> ; |
107 | - sp:subject _:b1 | 107 | + sp:subject _:b1 |
108 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 108 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
109 | - sp:predicate rdf:type ; | 109 | + sp:predicate rdf:type ; |
110 | - sp:subject _:b5 | 110 | + sp:subject _:b5 |
111 | - ] [ sp:object | 111 | + ] [ sp:object |
112 | - [ sp:varName "realMd"^^xsd:string | 112 | + [ sp:varName "realMd"^^xsd:string |
113 | - ] ; | 113 | + ] ; |
114 | - sp:predicate | 114 | + sp:predicate |
115 | - [ sp:varName "lengthScaleMd"^^xsd:string | 115 | + [ sp:varName "lengthScaleMd"^^xsd:string |
116 | - ] ; | 116 | + ] ; |
117 | - sp:subject _:b5 | 117 | + sp:subject _:b5 |
118 | - ] [ sp:object _:b6 ; | 118 | + ] [ sp:object _:b6 ; |
119 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTrueVerticalDepth> ; | 119 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTrueVerticalDepth> ; |
120 | - sp:subject _:b1 | 120 | + sp:subject _:b1 |
121 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 121 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
122 | - sp:predicate rdf:type ; | 122 | + sp:predicate rdf:type ; |
123 | - sp:subject _:b6 | 123 | + sp:subject _:b6 |
124 | - ] [ sp:object | 124 | + ] [ sp:object |
125 | - [ sp:varName "realTvd"^^xsd:string | 125 | + [ sp:varName "realTvd"^^xsd:string |
126 | - ] ; | 126 | + ] ; |
127 | - sp:predicate | 127 | + sp:predicate |
128 | - [ sp:varName "lengthScaleTvd"^^xsd:string | 128 | + [ sp:varName "lengthScaleTvd"^^xsd:string |
129 | - ] ; | 129 | + ] ; |
130 | - sp:subject _:b6 | 130 | + sp:subject _:b6 |
131 | - ]) ; | 131 | + ]) ; |
132 | - sp:where ([ sp:object | 132 | + sp:where ([ sp:object |
133 | - [ sp:varName "nameWellBore"^^xsd:string | 133 | + [ sp:varName "nameWellBore"^^xsd:string |
134 | - ] ; | 134 | + ] ; |
135 | - sp:predicate ep-spin-lib:nameWellbore ; | 135 | + sp:predicate ep-spin-lib:nameWellbore ; |
136 | - sp:subject spin:_this | 136 | + sp:subject spin:_this |
137 | - ] [ sp:object | 137 | + ] [ sp:object |
138 | - [ sp:varName "dTimStart"^^xsd:string | 138 | + [ sp:varName "dTimStart"^^xsd:string |
139 | - ] ; | 139 | + ] ; |
140 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 140 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
141 | - sp:subject spin:_this | 141 | + sp:subject spin:_this |
142 | - ] [ sp:object | 142 | + ] [ sp:object |
143 | - [ sp:varName "equipFailureInfo"^^xsd:string | 143 | + [ sp:varName "equipFailureInfo"^^xsd:string |
144 | - ] ; | 144 | + ] ; |
145 | - sp:predicate <http://www.witsml.org/schemas/1series#equipFailureInfoRef> ; | 145 | + sp:predicate <http://www.witsml.org/schemas/1series#equipFailureInfoRef> ; |
146 | - sp:subject spin:_this | 146 | + sp:subject spin:_this |
147 | - ] [ rdf:type sp:Optional ; | 147 | + ] [ rdf:type sp:Optional ; |
148 | - sp:elements ([ sp:object | 148 | + sp:elements ([ sp:object |
149 | - [ sp:varName "timeOfFailure"^^xsd:string | 149 | + [ sp:varName "timeOfFailure"^^xsd:string |
150 | - ] ; | 150 | + ] ; |
151 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 151 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
152 | - sp:subject | 152 | + sp:subject |
153 | - [ sp:varName "equipFailureInfo"^^xsd:string | 153 | + [ sp:varName "equipFailureInfo"^^xsd:string |
154 | - ] | 154 | + ] |
155 | - ]) | 155 | + ]) |
156 | - ] [ rdf:type sp:Optional ; | 156 | + ] [ rdf:type sp:Optional ; |
157 | - sp:elements ([ sp:object | 157 | + sp:elements ([ sp:object |
158 | - [ sp:varName "timeOfRepair"^^xsd:string | 158 | + [ sp:varName "timeOfRepair"^^xsd:string |
159 | - ] ; | 159 | + ] ; |
160 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimRepair> ; | 160 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimRepair> ; |
161 | - sp:subject | 161 | + sp:subject |
162 | - [ sp:varName "equipFailureInfo"^^xsd:string | 162 | + [ sp:varName "equipFailureInfo"^^xsd:string |
163 | - ] | 163 | + ] |
164 | - ]) | 164 | + ]) |
165 | - ] [ rdf:type sp:Optional ; | 165 | + ] [ rdf:type sp:Optional ; |
166 | - sp:elements ([ sp:object | 166 | + sp:elements ([ sp:object |
167 | - [ sp:varName "md"^^xsd:string | 167 | + [ sp:varName "md"^^xsd:string |
168 | - ] ; | 168 | + ] ; |
169 | - sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; | 169 | + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; |
170 | - sp:subject | 170 | + sp:subject |
171 | - [ sp:varName "equipFailureInfo"^^xsd:string | 171 | + [ sp:varName "equipFailureInfo"^^xsd:string |
172 | - ] | 172 | + ] |
173 | - ] [ sp:object | 173 | + ] [ sp:object |
174 | - [ sp:varName "uomMd"^^xsd:string | 174 | + [ sp:varName "uomMd"^^xsd:string |
175 | - ] ; | 175 | + ] ; |
176 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 176 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
177 | - sp:subject | 177 | + sp:subject |
178 | - [ sp:varName "md"^^xsd:string | 178 | + [ sp:varName "md"^^xsd:string |
179 | - ] | 179 | + ] |
180 | - ] [ sp:object | 180 | + ] [ sp:object |
181 | - [ sp:varName "realMd"^^xsd:string | 181 | + [ sp:varName "realMd"^^xsd:string |
182 | - ] ; | 182 | + ] ; |
183 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 183 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
184 | - sp:subject | 184 | + sp:subject |
185 | - [ sp:varName "md"^^xsd:string | 185 | + [ sp:varName "md"^^xsd:string |
186 | - ] | 186 | + ] |
187 | - ]) | 187 | + ]) |
188 | - ] [ rdf:type sp:Optional ; | 188 | + ] [ rdf:type sp:Optional ; |
189 | - sp:elements ([ sp:object | 189 | + sp:elements ([ sp:object |
190 | - [ sp:varName "tvd"^^xsd:string | 190 | + [ sp:varName "tvd"^^xsd:string |
191 | - ] ; | 191 | + ] ; |
192 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; | 192 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; |
193 | - sp:subject | 193 | + sp:subject |
194 | - [ sp:varName "equipFailureInfo"^^xsd:string | 194 | + [ sp:varName "equipFailureInfo"^^xsd:string |
195 | - ] | 195 | + ] |
196 | - ] [ sp:object | 196 | + ] [ sp:object |
197 | - [ sp:varName "uomTvd"^^xsd:string | 197 | + [ sp:varName "uomTvd"^^xsd:string |
198 | - ] ; | 198 | + ] ; |
199 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 199 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
200 | - sp:subject | 200 | + sp:subject |
201 | - [ sp:varName "tvd"^^xsd:string | 201 | + [ sp:varName "tvd"^^xsd:string |
202 | - ] | 202 | + ] |
203 | - ] [ sp:object | 203 | + ] [ sp:object |
204 | - [ sp:varName "realTvd"^^xsd:string | 204 | + [ sp:varName "realTvd"^^xsd:string |
205 | - ] ; | 205 | + ] ; |
206 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 206 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
207 | - sp:subject | 207 | + sp:subject |
208 | - [ sp:varName "tvd"^^xsd:string | 208 | + [ sp:varName "tvd"^^xsd:string |
209 | - ] | 209 | + ] |
210 | - ]) | 210 | + ]) |
211 | - ] [ rdf:type sp:Optional ; | 211 | + ] [ rdf:type sp:Optional ; |
212 | - sp:elements ([ sp:object | 212 | + sp:elements ([ sp:object |
213 | - [ sp:varName "missedProductionTime"^^xsd:string | 213 | + [ sp:varName "missedProductionTime"^^xsd:string |
214 | - ] ; | 214 | + ] ; |
215 | - sp:predicate <http://www.witsml.org/schemas/1series#eTimMissProductionRef> ; | 215 | + sp:predicate <http://www.witsml.org/schemas/1series#eTimMissProductionRef> ; |
216 | - sp:subject | 216 | + sp:subject |
217 | - [ sp:varName "equipFailureInfo"^^xsd:string | 217 | + [ sp:varName "equipFailureInfo"^^xsd:string |
218 | - ] | 218 | + ] |
219 | - ] [ sp:object | 219 | + ] [ sp:object |
220 | - [ sp:varName "uomDuration"^^xsd:string | 220 | + [ sp:varName "uomDuration"^^xsd:string |
221 | - ] ; | 221 | + ] ; |
222 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 222 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
223 | - sp:subject | 223 | + sp:subject |
224 | - [ sp:varName "missedProductionTime"^^xsd:string | 224 | + [ sp:varName "missedProductionTime"^^xsd:string |
225 | - ] | 225 | + ] |
226 | - ] [ sp:object | 226 | + ] [ sp:object |
227 | - [ sp:varName "realDuration"^^xsd:string | 227 | + [ sp:varName "realDuration"^^xsd:string |
228 | - ] ; | 228 | + ] ; |
229 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 229 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
230 | - sp:subject | 230 | + sp:subject |
231 | - [ sp:varName "missedProductionTime"^^xsd:string | 231 | + [ sp:varName "missedProductionTime"^^xsd:string |
232 | - ] | 232 | + ] |
233 | - ]) | 233 | + ]) |
234 | - ] [ rdf:type sp:Optional ; | 234 | + ] [ rdf:type sp:Optional ; |
235 | - sp:elements ([ sp:object | 235 | + sp:elements ([ sp:object |
236 | - [ sp:varName "description"^^xsd:string | 236 | + [ sp:varName "description"^^xsd:string |
237 | - ] ; | 237 | + ] ; |
238 | - sp:predicate <http://www.witsml.org/schemas/1series#description> ; | 238 | + sp:predicate <http://www.witsml.org/schemas/1series#description> ; |
239 | - sp:subject | 239 | + sp:subject |
240 | - [ sp:varName "equipFailureInfo"^^xsd:string | 240 | + [ sp:varName "equipFailureInfo"^^xsd:string |
241 | - ] | 241 | + ] |
242 | - ]) | 242 | + ]) |
243 | - ] [ rdf:type sp:Optional ; | 243 | + ] [ rdf:type sp:Optional ; |
244 | - sp:elements ([ sp:object | 244 | + sp:elements ([ sp:object |
245 | - [ sp:varName "enumEquipClass"^^xsd:string | 245 | + [ sp:varName "enumEquipClass"^^xsd:string |
246 | - ] ; | 246 | + ] ; |
247 | - sp:predicate <http://www.witsml.org/schemas/1series#equipClassRef> ; | 247 | + sp:predicate <http://www.witsml.org/schemas/1series#equipClassRef> ; |
248 | - sp:subject | 248 | + sp:subject |
249 | - [ sp:varName "equipFailureInfo"^^xsd:string | 249 | + [ sp:varName "equipFailureInfo"^^xsd:string |
250 | - ] | 250 | + ] |
251 | - ]) | 251 | + ]) |
252 | - ] [ sp:object | 252 | + ] [ sp:object |
253 | - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | 253 | + [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string |
254 | - ] ; | 254 | + ] ; |
255 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 255 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
256 | - sp:subject | 256 | + sp:subject |
257 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 257 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
258 | - ] | 258 | + ] |
259 | - ] [ rdf:type sp:Bind ; | 259 | + ] [ rdf:type sp:Bind ; |
260 | - sp:expression | 260 | + sp:expression |
261 | - [ rdf:type ep-spin-lib:normalizeString ; | 261 | + [ rdf:type ep-spin-lib:normalizeString ; |
262 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 262 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
263 | - ] | 263 | + ] |
264 | - ] ; | 264 | + ] ; |
265 | - sp:variable | 265 | + sp:variable |
266 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 266 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
267 | - ] | 267 | + ] |
268 | - ] [ rdf:type sp:Bind ; | 268 | + ] [ rdf:type sp:Bind ; |
269 | - sp:expression | 269 | + sp:expression |
270 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 270 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
271 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 271 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
272 | - ] ; | 272 | + ] ; |
273 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 273 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
274 | - ] | 274 | + ] |
275 | - ] ; | 275 | + ] ; |
276 | - sp:variable | 276 | + sp:variable |
277 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 277 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
278 | - ] | 278 | + ] |
279 | - ] [ rdf:type sp:Bind ; | 279 | + ] [ rdf:type sp:Bind ; |
280 | - sp:expression | 280 | + sp:expression |
281 | - [ rdf:type afn:localname ; | 281 | + [ rdf:type afn:localname ; |
282 | - sp:arg1 [ sp:varName "equipFailureInfo"^^xsd:string | 282 | + sp:arg1 [ sp:varName "equipFailureInfo"^^xsd:string |
283 | - ] | 283 | + ] |
284 | - ] ; | 284 | + ] ; |
285 | - sp:variable | 285 | + sp:variable |
286 | - [ sp:varName "localname"^^xsd:string | 286 | + [ sp:varName "localname"^^xsd:string |
287 | - ] | 287 | + ] |
288 | - ] [ rdf:type sp:Bind ; | 288 | + ] [ rdf:type sp:Bind ; |
289 | - sp:expression | 289 | + sp:expression |
290 | - [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; | 290 | + [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; |
291 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 291 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
292 | - ] ; | 292 | + ] ; |
293 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 293 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
294 | - ] ; | 294 | + ] ; |
295 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 295 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
296 | - ] | 296 | + ] |
297 | - ] ; | 297 | + ] ; |
298 | - sp:variable | 298 | + sp:variable |
299 | - [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 299 | + [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
300 | - ] | 300 | + ] |
301 | - ] [ rdf:type sp:Bind ; | 301 | + ] [ rdf:type sp:Bind ; |
302 | - sp:expression | 302 | + sp:expression |
303 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 303 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
304 | - sp:arg1 [ sp:varName "uomMd"^^xsd:string | 304 | + sp:arg1 [ sp:varName "uomMd"^^xsd:string |
305 | - ] | 305 | + ] |
306 | - ] ; | 306 | + ] ; |
307 | - sp:variable | 307 | + sp:variable |
308 | - [ sp:varName "lengthScaleMd"^^xsd:string | 308 | + [ sp:varName "lengthScaleMd"^^xsd:string |
309 | - ] | 309 | + ] |
310 | - ] [ rdf:type sp:Bind ; | 310 | + ] [ rdf:type sp:Bind ; |
311 | - sp:expression | 311 | + sp:expression |
312 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 312 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
313 | - sp:arg1 [ sp:varName "uomTvd"^^xsd:string | 313 | + sp:arg1 [ sp:varName "uomTvd"^^xsd:string |
314 | - ] | 314 | + ] |
315 | - ] ; | 315 | + ] ; |
316 | - sp:variable | 316 | + sp:variable |
317 | - [ sp:varName "lengthScaleTvd"^^xsd:string | 317 | + [ sp:varName "lengthScaleTvd"^^xsd:string |
318 | - ] | 318 | + ] |
319 | - ] [ rdf:type sp:Bind ; | 319 | + ] [ rdf:type sp:Bind ; |
320 | - sp:expression | 320 | + sp:expression |
321 | - [ rdf:type ep-spin-lib:selectTimeDurationScale ; | 321 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; |
322 | - sp:arg1 [ sp:varName "uomDuration"^^xsd:string | 322 | + sp:arg1 [ sp:varName "uomDuration"^^xsd:string |
323 | - ] | 323 | + ] |
324 | - ] ; | 324 | + ] ; |
325 | - sp:variable | 325 | + sp:variable |
326 | - [ sp:varName "durationScale"^^xsd:string | 326 | + [ sp:varName "durationScale"^^xsd:string |
327 | - ] | 327 | + ] |
328 | - ] [ rdf:type sp:Bind ; | 328 | + ] [ rdf:type sp:Bind ; |
329 | - sp:expression | 329 | + sp:expression |
330 | - [ rdf:type ep-spin-lib:selectDrillingEquipmentType ; | 330 | + [ rdf:type ep-spin-lib:selectDrillingEquipmentType ; |
331 | - sp:arg1 [ sp:varName "enumEquipClass"^^xsd:string | 331 | + sp:arg1 [ sp:varName "enumEquipClass"^^xsd:string |
332 | - ] | 332 | + ] |
333 | - ] ; | 333 | + ] ; |
334 | - sp:variable | 334 | + sp:variable |
335 | - [ sp:varName "drillingEquipmentType"^^xsd:string | 335 | + [ sp:varName "drillingEquipmentType"^^xsd:string |
336 | - ] | 336 | + ] |
337 | - ]) | 337 | + ]) |
338 | - ] . | 338 | + ] . | ... | ... |
1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo |
2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/material | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material |
6 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 6 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
7 | -# imports: http://www.witsml.org/schemas/1series | 7 | +# imports: http://www.witsml.org/schemas/1series |
8 | - | 8 | + |
9 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | 9 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . |
10 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 10 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
11 | -@prefix arg: <http://spinrdf.org/arg#> . | 11 | +@prefix arg: <http://spinrdf.org/arg#> . |
12 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 12 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
13 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
14 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
15 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
16 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
17 | -@prefix sp: <http://spinrdf.org/sp#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
18 | -@prefix spin: <http://spinrdf.org/spin#> . | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
19 | -@prefix spl: <http://spinrdf.org/spl#> . | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
20 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
21 | - | 21 | + |
22 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> | 22 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> |
23 | - rdf:type owl:Ontology ; | 23 | + rdf:type owl:Ontology ; |
24 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <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://www.reportinghub.no/ep/schema/1.0/material> ; |
25 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
26 | - | 26 | + |
27 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 27 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
28 | - spin:rule | 28 | + spin:rule |
29 | - [ rdf:type sp:Construct ; | 29 | + [ rdf:type sp:Construct ; |
30 | - rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; | 30 | + rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; |
31 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; | 31 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; |
32 | - sp:predicate rdf:type ; | 32 | + sp:predicate rdf:type ; |
33 | - sp:subject | 33 | + sp:subject |
34 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 34 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
35 | - ] | 35 | + ] |
36 | - ] [ sp:object | 36 | + ] [ sp:object |
37 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 37 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
38 | - ] ; | 38 | + ] ; |
39 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
40 | - sp:subject | 40 | + sp:subject |
41 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 41 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
42 | - ] | 42 | + ] |
43 | - ] [ sp:object _:b1 ; | 43 | + ] [ sp:object _:b1 ; |
44 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
45 | - sp:subject | 45 | + sp:subject |
46 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 46 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
47 | - ] | 47 | + ] |
48 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 48 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
49 | - sp:predicate rdf:type ; | 49 | + sp:predicate rdf:type ; |
50 | - sp:subject _:b1 | 50 | + sp:subject _:b1 |
51 | - ] [ sp:object _:b2 ; | 51 | + ] [ sp:object _:b2 ; |
52 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
53 | - sp:subject _:b1 | 53 | + sp:subject _:b1 |
54 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; | 54 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; |
55 | - sp:predicate rdf:type ; | 55 | + sp:predicate rdf:type ; |
56 | - sp:subject _:b2 | 56 | + sp:subject _:b2 |
57 | - ] [ sp:object | 57 | + ] [ sp:object |
58 | - [ sp:varName "wellBore"^^xsd:string | 58 | + [ sp:varName "wellBore"^^xsd:string |
59 | - ] ; | 59 | + ] ; |
60 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 60 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
61 | - sp:subject _:b2 | 61 | + sp:subject _:b2 |
62 | - ] [ sp:object | 62 | + ] [ sp:object |
63 | - [ sp:varName "dTimWirelineFormationTest"^^xsd:string | 63 | + [ sp:varName "dTimWirelineFormationTest"^^xsd:string |
64 | - ] ; | 64 | + ] ; |
65 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 65 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
66 | - sp:subject | 66 | + sp:subject |
67 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 67 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
68 | - ] | 68 | + ] |
69 | - ] [ sp:object _:b3 ; | 69 | + ] [ sp:object _:b3 ; |
70 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 70 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
71 | - sp:subject _:b2 | 71 | + sp:subject _:b2 |
72 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 72 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
73 | - sp:predicate rdf:type ; | 73 | + sp:predicate rdf:type ; |
74 | - sp:subject _:b3 | 74 | + sp:subject _:b3 |
75 | - ] [ sp:object | 75 | + ] [ sp:object |
76 | - [ sp:varName "realMd"^^xsd:string | 76 | + [ sp:varName "realMd"^^xsd:string |
77 | - ] ; | 77 | + ] ; |
78 | - sp:predicate | 78 | + sp:predicate |
79 | - [ sp:varName "lengthScaleMd"^^xsd:string | 79 | + [ sp:varName "lengthScaleMd"^^xsd:string |
80 | - ] ; | 80 | + ] ; |
81 | - sp:subject _:b3 | 81 | + sp:subject _:b3 |
82 | - ] [ sp:object _:b4 ; | 82 | + ] [ sp:object _:b4 ; |
83 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ; | 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ; |
84 | - sp:subject _:b1 | 84 | + sp:subject _:b1 |
85 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | 85 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
86 | - sp:predicate rdf:type ; | 86 | + sp:predicate rdf:type ; |
87 | - sp:subject _:b4 | 87 | + sp:subject _:b4 |
88 | - ] [ sp:object | 88 | + ] [ sp:object |
89 | - [ sp:varName "realPressure"^^xsd:string | 89 | + [ sp:varName "realPressure"^^xsd:string |
90 | - ] ; | 90 | + ] ; |
91 | - sp:predicate | 91 | + sp:predicate |
92 | - [ sp:varName "pressureScale"^^xsd:string | 92 | + [ sp:varName "pressureScale"^^xsd:string |
93 | - ] ; | 93 | + ] ; |
94 | - sp:subject _:b4 | 94 | + sp:subject _:b4 |
95 | - ] [ sp:object _:b5 ; | 95 | + ] [ sp:object _:b5 ; |
96 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
97 | - sp:subject _:b2 | 97 | + sp:subject _:b2 |
98 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 98 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
99 | - sp:predicate rdf:type ; | 99 | + sp:predicate rdf:type ; |
100 | - sp:subject _:b5 | 100 | + sp:subject _:b5 |
101 | - ] [ sp:object | 101 | + ] [ sp:object |
102 | - [ sp:varName "realTvd"^^xsd:string | 102 | + [ sp:varName "realTvd"^^xsd:string |
103 | - ] ; | 103 | + ] ; |
104 | - sp:predicate | 104 | + sp:predicate |
105 | - [ sp:varName "lengthScaleTvd"^^xsd:string | 105 | + [ sp:varName "lengthScaleTvd"^^xsd:string |
106 | - ] ; | 106 | + ] ; |
107 | - sp:subject _:b5 | 107 | + sp:subject _:b5 |
108 | - ] [ sp:object | 108 | + ] [ sp:object |
109 | - [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string | 109 | + [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string |
110 | - ] ; | 110 | + ] ; |
111 | - sp:predicate rdf:type ; | 111 | + sp:predicate rdf:type ; |
112 | - sp:subject | 112 | + sp:subject |
113 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 113 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
114 | - ] | 114 | + ] |
115 | - ] [ sp:object _:b6 ; | 115 | + ] [ sp:object _:b6 ; |
116 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; | 116 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; |
117 | - sp:subject | 117 | + sp:subject |
118 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 118 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
119 | - ] | 119 | + ] |
120 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 120 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
121 | - sp:predicate rdf:type ; | 121 | + sp:predicate rdf:type ; |
122 | - sp:subject _:b6 | 122 | + sp:subject _:b6 |
123 | - ] [ sp:object | 123 | + ] [ sp:object |
124 | - [ sp:varName "realMdSample"^^xsd:string | 124 | + [ sp:varName "realMdSample"^^xsd:string |
125 | - ] ; | 125 | + ] ; |
126 | - sp:predicate | 126 | + sp:predicate |
127 | - [ sp:varName "lengthScaleMdSample"^^xsd:string | 127 | + [ sp:varName "lengthScaleMdSample"^^xsd:string |
128 | - ] ; | 128 | + ] ; |
129 | - sp:subject _:b6 | 129 | + sp:subject _:b6 |
130 | - ] [ sp:object _:b7 ; | 130 | + ] [ sp:object _:b7 ; |
131 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | 131 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; |
132 | - sp:subject | 132 | + sp:subject |
133 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 133 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
134 | - ] | 134 | + ] |
135 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; | 135 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
136 | - sp:predicate rdf:type ; | 136 | + sp:predicate rdf:type ; |
137 | - sp:subject _:b7 | 137 | + sp:subject _:b7 |
138 | - ] [ sp:object | 138 | + ] [ sp:object |
139 | - [ sp:varName "componentType"^^xsd:string | 139 | + [ sp:varName "componentType"^^xsd:string |
140 | - ] ; | 140 | + ] ; |
141 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; | 141 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; |
142 | - sp:subject _:b7 | 142 | + sp:subject _:b7 |
143 | - ] [ sp:object _:b8 ; | 143 | + ] [ sp:object _:b8 ; |
144 | - sp:predicate rdf:type ; | 144 | + sp:predicate rdf:type ; |
145 | - sp:subject _:b7 | 145 | + sp:subject _:b7 |
146 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | 146 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
147 | - sp:predicate rdf:type ; | 147 | + sp:predicate rdf:type ; |
148 | - sp:subject _:b8 | 148 | + sp:subject _:b8 |
149 | - ] [ sp:object | 149 | + ] [ sp:object |
150 | - [ sp:varName "realDensity"^^xsd:string | 150 | + [ sp:varName "realDensity"^^xsd:string |
151 | - ] ; | 151 | + ] ; |
152 | - sp:predicate | 152 | + sp:predicate |
153 | - [ sp:varName "densityScale"^^xsd:string | 153 | + [ sp:varName "densityScale"^^xsd:string |
154 | - ] ; | 154 | + ] ; |
155 | - sp:subject _:b8 | 155 | + sp:subject _:b8 |
156 | - ] [ sp:object _:b9 ; | 156 | + ] [ sp:object _:b9 ; |
157 | - sp:predicate rdf:type ; | 157 | + sp:predicate rdf:type ; |
158 | - sp:subject _:b7 | 158 | + sp:subject _:b7 |
159 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 159 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
160 | - sp:predicate rdf:type ; | 160 | + sp:predicate rdf:type ; |
161 | - sp:subject _:b9 | 161 | + sp:subject _:b9 |
162 | - ] [ sp:object | 162 | + ] [ sp:object |
163 | - [ sp:varName "realVolume"^^xsd:string | 163 | + [ sp:varName "realVolume"^^xsd:string |
164 | - ] ; | 164 | + ] ; |
165 | - sp:predicate | 165 | + sp:predicate |
166 | - [ sp:varName "volumeScale"^^xsd:string | 166 | + [ sp:varName "volumeScale"^^xsd:string |
167 | - ] ; | 167 | + ] ; |
168 | - sp:subject _:b9 | 168 | + sp:subject _:b9 |
169 | - ] [ sp:object | 169 | + ] [ sp:object |
170 | - [ sp:varName "description"^^xsd:string | 170 | + [ sp:varName "description"^^xsd:string |
171 | - ] ; | 171 | + ] ; |
172 | - sp:predicate rdfs:comment ; | 172 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
173 | - sp:subject | 173 | + sp:subject |
174 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 174 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
175 | - ] | 175 | + ] |
176 | - ]) ; | 176 | + ]) ; |
177 | - sp:where ([ sp:object | 177 | + sp:where ([ sp:object |
178 | - [ sp:varName "nameWellBore"^^xsd:string | 178 | + [ sp:varName "nameWellBore"^^xsd:string |
179 | - ] ; | 179 | + ] ; |
180 | - sp:predicate ep-spin-lib:nameWellbore ; | 180 | + sp:predicate ep-spin-lib:nameWellbore ; |
181 | - sp:subject spin:_this | 181 | + sp:subject spin:_this |
182 | - ] [ sp:object | 182 | + ] [ sp:object |
183 | - [ sp:varName "dTimStart"^^xsd:string | 183 | + [ sp:varName "dTimStart"^^xsd:string |
184 | - ] ; | 184 | + ] ; |
185 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 185 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
186 | - sp:subject spin:_this | 186 | + sp:subject spin:_this |
187 | - ] [ sp:object | 187 | + ] [ sp:object |
188 | - [ sp:varName "formTestInfo"^^xsd:string | 188 | + [ sp:varName "formTestInfo"^^xsd:string |
189 | - ] ; | 189 | + ] ; |
190 | - sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ; | 190 | + sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ; |
191 | - sp:subject spin:_this | 191 | + sp:subject spin:_this |
192 | - ] [ sp:object | 192 | + ] [ sp:object |
193 | - [ sp:varName "dTimWirelineFormationTest"^^xsd:string | 193 | + [ sp:varName "dTimWirelineFormationTest"^^xsd:string |
194 | - ] ; | 194 | + ] ; |
195 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 195 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
196 | - sp:subject | 196 | + sp:subject |
197 | - [ sp:varName "formTestInfo"^^xsd:string | 197 | + [ sp:varName "formTestInfo"^^xsd:string |
198 | - ] | 198 | + ] |
199 | - ] [ sp:object | 199 | + ] [ sp:object |
200 | - [ sp:varName "md"^^xsd:string | 200 | + [ sp:varName "md"^^xsd:string |
201 | - ] ; | 201 | + ] ; |
202 | - sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; | 202 | + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; |
203 | - sp:subject | 203 | + sp:subject |
204 | - [ sp:varName "formTestInfo"^^xsd:string | 204 | + [ sp:varName "formTestInfo"^^xsd:string |
205 | - ] | 205 | + ] |
206 | - ] [ sp:object | 206 | + ] [ sp:object |
207 | - [ sp:varName "uomMd"^^xsd:string | 207 | + [ sp:varName "uomMd"^^xsd:string |
208 | - ] ; | 208 | + ] ; |
209 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 209 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
210 | - sp:subject | 210 | + sp:subject |
211 | - [ sp:varName "md"^^xsd:string | 211 | + [ sp:varName "md"^^xsd:string |
212 | - ] | 212 | + ] |
213 | - ] [ sp:object | 213 | + ] [ sp:object |
214 | - [ sp:varName "realMd"^^xsd:string | 214 | + [ sp:varName "realMd"^^xsd:string |
215 | - ] ; | 215 | + ] ; |
216 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 216 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
217 | - sp:subject | 217 | + sp:subject |
218 | - [ sp:varName "md"^^xsd:string | 218 | + [ sp:varName "md"^^xsd:string |
219 | - ] | 219 | + ] |
220 | - ] [ rdf:type sp:Optional ; | 220 | + ] [ rdf:type sp:Optional ; |
221 | - sp:elements ([ sp:object | 221 | + sp:elements ([ sp:object |
222 | - [ sp:varName "tvd"^^xsd:string | 222 | + [ sp:varName "tvd"^^xsd:string |
223 | - ] ; | 223 | + ] ; |
224 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; | 224 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; |
225 | - sp:subject | 225 | + sp:subject |
226 | - [ sp:varName "formTestInfo"^^xsd:string | 226 | + [ sp:varName "formTestInfo"^^xsd:string |
227 | - ] | 227 | + ] |
228 | - ] [ sp:object | 228 | + ] [ sp:object |
229 | - [ sp:varName "uomTvd"^^xsd:string | 229 | + [ sp:varName "uomTvd"^^xsd:string |
230 | - ] ; | 230 | + ] ; |
231 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 231 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
232 | - sp:subject | 232 | + sp:subject |
233 | - [ sp:varName "tvd"^^xsd:string | 233 | + [ sp:varName "tvd"^^xsd:string |
234 | - ] | 234 | + ] |
235 | - ] [ sp:object | 235 | + ] [ sp:object |
236 | - [ sp:varName "realTvd"^^xsd:string | 236 | + [ sp:varName "realTvd"^^xsd:string |
237 | - ] ; | 237 | + ] ; |
238 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 238 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
239 | - sp:subject | 239 | + sp:subject |
240 | - [ sp:varName "tvd"^^xsd:string | 240 | + [ sp:varName "tvd"^^xsd:string |
241 | - ] | 241 | + ] |
242 | - ]) | 242 | + ]) |
243 | - ] [ sp:object | 243 | + ] [ sp:object |
244 | - [ sp:varName "presPore"^^xsd:string | 244 | + [ sp:varName "presPore"^^xsd:string |
245 | - ] ; | 245 | + ] ; |
246 | - sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ; | 246 | + sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ; |
247 | - sp:subject | 247 | + sp:subject |
248 | - [ sp:varName "formTestInfo"^^xsd:string | 248 | + [ sp:varName "formTestInfo"^^xsd:string |
249 | - ] | 249 | + ] |
250 | - ] [ sp:object | 250 | + ] [ sp:object |
251 | - [ sp:varName "uomPressure"^^xsd:string | 251 | + [ sp:varName "uomPressure"^^xsd:string |
252 | - ] ; | 252 | + ] ; |
253 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 253 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
254 | - sp:subject | 254 | + sp:subject |
255 | - [ sp:varName "presPore"^^xsd:string | 255 | + [ sp:varName "presPore"^^xsd:string |
256 | - ] | 256 | + ] |
257 | - ] [ sp:object | 257 | + ] [ sp:object |
258 | - [ sp:varName "realPressure"^^xsd:string | 258 | + [ sp:varName "realPressure"^^xsd:string |
259 | - ] ; | 259 | + ] ; |
260 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 260 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
261 | - sp:subject | 261 | + sp:subject |
262 | - [ sp:varName "presPore"^^xsd:string | 262 | + [ sp:varName "presPore"^^xsd:string |
263 | - ] | 263 | + ] |
264 | - ] [ sp:object | 264 | + ] [ sp:object |
265 | - [ sp:varName "goodSeal"^^xsd:string | 265 | + [ sp:varName "goodSeal"^^xsd:string |
266 | - ] ; | 266 | + ] ; |
267 | - sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ; | 267 | + sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ; |
268 | - sp:subject | 268 | + sp:subject |
269 | - [ sp:varName "formTestInfo"^^xsd:string | 269 | + [ sp:varName "formTestInfo"^^xsd:string |
270 | - ] | 270 | + ] |
271 | - ] [ sp:object | 271 | + ] [ sp:object |
272 | - [ sp:varName "mdSample"^^xsd:string | 272 | + [ sp:varName "mdSample"^^xsd:string |
273 | - ] ; | 273 | + ] ; |
274 | - sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ; | 274 | + sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ; |
275 | - sp:subject | 275 | + sp:subject |
276 | - [ sp:varName "formTestInfo"^^xsd:string | 276 | + [ sp:varName "formTestInfo"^^xsd:string |
277 | - ] | 277 | + ] |
278 | - ] [ sp:object | 278 | + ] [ sp:object |
279 | - [ sp:varName "uomMdSample"^^xsd:string | 279 | + [ sp:varName "uomMdSample"^^xsd:string |
280 | - ] ; | 280 | + ] ; |
281 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 281 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
282 | - sp:subject | 282 | + sp:subject |
283 | - [ sp:varName "mdSample"^^xsd:string | 283 | + [ sp:varName "mdSample"^^xsd:string |
284 | - ] | 284 | + ] |
285 | - ] [ sp:object | 285 | + ] [ sp:object |
286 | - [ sp:varName "realMdSample"^^xsd:string | 286 | + [ sp:varName "realMdSample"^^xsd:string |
287 | - ] ; | 287 | + ] ; |
288 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 288 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
289 | - sp:subject | 289 | + sp:subject |
290 | - [ sp:varName "mdSample"^^xsd:string | 290 | + [ sp:varName "mdSample"^^xsd:string |
291 | - ] | 291 | + ] |
292 | - ] [ sp:object | 292 | + ] [ sp:object |
293 | - [ sp:varName "enumDominateComponent"^^xsd:string | 293 | + [ sp:varName "enumDominateComponent"^^xsd:string |
294 | - ] ; | 294 | + ] ; |
295 | - sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ; | 295 | + sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ; |
296 | - sp:subject | 296 | + sp:subject |
297 | - [ sp:varName "formTestInfo"^^xsd:string | 297 | + [ sp:varName "formTestInfo"^^xsd:string |
298 | - ] | 298 | + ] |
299 | - ] [ sp:object | 299 | + ] [ sp:object |
300 | - [ sp:varName "densityHC"^^xsd:string | 300 | + [ sp:varName "densityHC"^^xsd:string |
301 | - ] ; | 301 | + ] ; |
302 | - sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ; | 302 | + sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ; |
303 | - sp:subject | 303 | + sp:subject |
304 | - [ sp:varName "formTestInfo"^^xsd:string | 304 | + [ sp:varName "formTestInfo"^^xsd:string |
305 | - ] | 305 | + ] |
306 | - ] [ sp:object | 306 | + ] [ sp:object |
307 | - [ sp:varName "uomDensity"^^xsd:string | 307 | + [ sp:varName "uomDensity"^^xsd:string |
308 | - ] ; | 308 | + ] ; |
309 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 309 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
310 | - sp:subject | 310 | + sp:subject |
311 | - [ sp:varName "densityHC"^^xsd:string | 311 | + [ sp:varName "densityHC"^^xsd:string |
312 | - ] | 312 | + ] |
313 | - ] [ sp:object | 313 | + ] [ sp:object |
314 | - [ sp:varName "realDensity"^^xsd:string | 314 | + [ sp:varName "realDensity"^^xsd:string |
315 | - ] ; | 315 | + ] ; |
316 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 316 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
317 | - sp:subject | 317 | + sp:subject |
318 | - [ sp:varName "densityHC"^^xsd:string | 318 | + [ sp:varName "densityHC"^^xsd:string |
319 | - ] | 319 | + ] |
320 | - ] [ sp:object | 320 | + ] [ sp:object |
321 | - [ sp:varName "volumeSample"^^xsd:string | 321 | + [ sp:varName "volumeSample"^^xsd:string |
322 | - ] ; | 322 | + ] ; |
323 | - sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ; | 323 | + sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ; |
324 | - sp:subject | 324 | + sp:subject |
325 | - [ sp:varName "formTestInfo"^^xsd:string | 325 | + [ sp:varName "formTestInfo"^^xsd:string |
326 | - ] | 326 | + ] |
327 | - ] [ sp:object | 327 | + ] [ sp:object |
328 | - [ sp:varName "uomVolume"^^xsd:string | 328 | + [ sp:varName "uomVolume"^^xsd:string |
329 | - ] ; | 329 | + ] ; |
330 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 330 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
331 | - sp:subject | 331 | + sp:subject |
332 | - [ sp:varName "volumeSample"^^xsd:string | 332 | + [ sp:varName "volumeSample"^^xsd:string |
333 | - ] | 333 | + ] |
334 | - ] [ sp:object | 334 | + ] [ sp:object |
335 | - [ sp:varName "realVolume"^^xsd:string | 335 | + [ sp:varName "realVolume"^^xsd:string |
336 | - ] ; | 336 | + ] ; |
337 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 337 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
338 | - sp:subject | 338 | + sp:subject |
339 | - [ sp:varName "volumeSample"^^xsd:string | 339 | + [ sp:varName "volumeSample"^^xsd:string |
340 | - ] | 340 | + ] |
341 | - ] [ sp:object | 341 | + ] [ sp:object |
342 | - [ sp:varName "description"^^xsd:string | 342 | + [ sp:varName "description"^^xsd:string |
343 | - ] ; | 343 | + ] ; |
344 | - sp:predicate <http://www.witsml.org/schemas/1series#description> ; | 344 | + sp:predicate <http://www.witsml.org/schemas/1series#description> ; |
345 | - sp:subject | 345 | + sp:subject |
346 | - [ sp:varName "formTestInfo"^^xsd:string | 346 | + [ sp:varName "formTestInfo"^^xsd:string |
347 | - ] | 347 | + ] |
348 | - ] [ rdf:type sp:Bind ; | 348 | + ] [ rdf:type sp:Bind ; |
349 | - sp:expression | 349 | + sp:expression |
350 | - [ rdf:type ep-spin-lib:normalizeString ; | 350 | + [ rdf:type ep-spin-lib:normalizeString ; |
351 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 351 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
352 | - ] | 352 | + ] |
353 | - ] ; | 353 | + ] ; |
354 | - sp:variable | 354 | + sp:variable |
355 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 355 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
356 | - ] | 356 | + ] |
357 | - ] [ rdf:type sp:Bind ; | 357 | + ] [ rdf:type sp:Bind ; |
358 | - sp:expression | 358 | + sp:expression |
359 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 359 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
360 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 360 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
361 | - ] ; | 361 | + ] ; |
362 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 362 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
363 | - ] | 363 | + ] |
364 | - ] ; | 364 | + ] ; |
365 | - sp:variable | 365 | + sp:variable |
366 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 366 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
367 | - ] | 367 | + ] |
368 | - ] [ rdf:type sp:Bind ; | 368 | + ] [ rdf:type sp:Bind ; |
369 | - sp:expression | 369 | + sp:expression |
370 | - [ rdf:type afn:localname ; | 370 | + [ rdf:type afn:localname ; |
371 | - sp:arg1 [ sp:varName "formTestInfo"^^xsd:string | 371 | + sp:arg1 [ sp:varName "formTestInfo"^^xsd:string |
372 | - ] | 372 | + ] |
373 | - ] ; | 373 | + ] ; |
374 | - sp:variable | 374 | + sp:variable |
375 | - [ sp:varName "localname"^^xsd:string | 375 | + [ sp:varName "localname"^^xsd:string |
376 | - ] | 376 | + ] |
377 | - ] [ rdf:type sp:Bind ; | 377 | + ] [ rdf:type sp:Bind ; |
378 | - sp:expression | 378 | + sp:expression |
379 | - [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; | 379 | + [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; |
380 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 380 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
381 | - ] ; | 381 | + ] ; |
382 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 382 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
383 | - ] ; | 383 | + ] ; |
384 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 384 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
385 | - ] | 385 | + ] |
386 | - ] ; | 386 | + ] ; |
387 | - sp:variable | 387 | + sp:variable |
388 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 388 | + [ sp:varName "wirelineFormationTest"^^xsd:string |
389 | - ] | 389 | + ] |
390 | - ] [ rdf:type sp:Bind ; | 390 | + ] [ rdf:type sp:Bind ; |
391 | - sp:expression | 391 | + sp:expression |
392 | - [ rdf:type ep-spin-lib:selectComponentType ; | 392 | + [ rdf:type ep-spin-lib:selectComponentType ; |
393 | - sp:arg1 [ sp:varName "enumDominateComponent"^^xsd:string | 393 | + sp:arg1 [ sp:varName "enumDominateComponent"^^xsd:string |
394 | - ] | 394 | + ] |
395 | - ] ; | 395 | + ] ; |
396 | - sp:variable | 396 | + sp:variable |
397 | - [ sp:varName "componentType"^^xsd:string | 397 | + [ sp:varName "componentType"^^xsd:string |
398 | - ] | 398 | + ] |
399 | - ] [ rdf:type sp:Bind ; | 399 | + ] [ rdf:type sp:Bind ; |
400 | - sp:expression | 400 | + sp:expression |
401 | - [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; | 401 | + [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; |
402 | - sp:arg1 [ sp:varName "goodSeal"^^xsd:string | 402 | + sp:arg1 [ sp:varName "goodSeal"^^xsd:string |
403 | - ] | 403 | + ] |
404 | - ] ; | 404 | + ] ; |
405 | - sp:variable | 405 | + sp:variable |
406 | - [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string | 406 | + [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string |
407 | - ] | 407 | + ] |
408 | - ] [ rdf:type sp:Bind ; | 408 | + ] [ rdf:type sp:Bind ; |
409 | - sp:expression | 409 | + sp:expression |
410 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 410 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
411 | - sp:arg1 [ sp:varName "uomMd"^^xsd:string | 411 | + sp:arg1 [ sp:varName "uomMd"^^xsd:string |
412 | - ] | 412 | + ] |
413 | - ] ; | 413 | + ] ; |
414 | - sp:variable | 414 | + sp:variable |
415 | - [ sp:varName "lengthScaleMd"^^xsd:string | 415 | + [ sp:varName "lengthScaleMd"^^xsd:string |
416 | - ] | 416 | + ] |
417 | - ] [ rdf:type sp:Bind ; | 417 | + ] [ rdf:type sp:Bind ; |
418 | - sp:expression | 418 | + sp:expression |
419 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 419 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
420 | - sp:arg1 [ sp:varName "uomTvd"^^xsd:string | 420 | + sp:arg1 [ sp:varName "uomTvd"^^xsd:string |
421 | - ] | 421 | + ] |
422 | - ] ; | 422 | + ] ; |
423 | - sp:variable | 423 | + sp:variable |
424 | - [ sp:varName "lengthScaleTvd"^^xsd:string | 424 | + [ sp:varName "lengthScaleTvd"^^xsd:string |
425 | - ] | 425 | + ] |
426 | - ] [ rdf:type sp:Bind ; | 426 | + ] [ rdf:type sp:Bind ; |
427 | - sp:expression | 427 | + sp:expression |
428 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 428 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
429 | - sp:arg1 [ sp:varName "uomMdSample"^^xsd:string | 429 | + sp:arg1 [ sp:varName "uomMdSample"^^xsd:string |
430 | - ] | 430 | + ] |
431 | - ] ; | 431 | + ] ; |
432 | - sp:variable | 432 | + sp:variable |
433 | - [ sp:varName "lengthScaleMdSample"^^xsd:string | 433 | + [ sp:varName "lengthScaleMdSample"^^xsd:string |
434 | - ] | 434 | + ] |
435 | - ] [ rdf:type sp:Bind ; | 435 | + ] [ rdf:type sp:Bind ; |
436 | - sp:expression | 436 | + sp:expression |
437 | - [ rdf:type ep-spin-lib:selectPressureScale ; | 437 | + [ rdf:type ep-spin-lib:selectPressureScale ; |
438 | - sp:arg1 [ sp:varName "uomPressure"^^xsd:string | 438 | + sp:arg1 [ sp:varName "uomPressure"^^xsd:string |
439 | - ] | 439 | + ] |
440 | - ] ; | 440 | + ] ; |
441 | - sp:variable | 441 | + sp:variable |
442 | - [ sp:varName "pressureScale"^^xsd:string | 442 | + [ sp:varName "pressureScale"^^xsd:string |
443 | - ] | 443 | + ] |
444 | - ] [ rdf:type sp:Bind ; | 444 | + ] [ rdf:type sp:Bind ; |
445 | - sp:expression | 445 | + sp:expression |
446 | - [ rdf:type ep-spin-lib:selectVolumeScale ; | 446 | + [ rdf:type ep-spin-lib:selectVolumeScale ; |
447 | - sp:arg1 [ sp:varName "uomVolume"^^xsd:string | 447 | + sp:arg1 [ sp:varName "uomVolume"^^xsd:string |
448 | - ] | 448 | + ] |
449 | - ] ; | 449 | + ] ; |
450 | - sp:variable | 450 | + sp:variable |
451 | - [ sp:varName "volumeScale"^^xsd:string | 451 | + [ sp:varName "volumeScale"^^xsd:string |
452 | - ] | 452 | + ] |
453 | - ] [ rdf:type sp:Bind ; | 453 | + ] [ rdf:type sp:Bind ; |
454 | - sp:expression | 454 | + sp:expression |
455 | - [ rdf:type ep-spin-lib:selectDensityScale ; | 455 | + [ rdf:type ep-spin-lib:selectDensityScale ; |
456 | - sp:arg1 [ sp:varName "uomDensity"^^xsd:string | 456 | + sp:arg1 [ sp:varName "uomDensity"^^xsd:string |
457 | - ] | 457 | + ] |
458 | - ] ; | 458 | + ] ; |
459 | - sp:variable | 459 | + sp:variable |
460 | - [ sp:varName "densityScale"^^xsd:string | 460 | + [ sp:varName "densityScale"^^xsd:string |
461 | - ] | 461 | + ] |
462 | - ] [ rdf:type sp:Bind ; | 462 | + ] [ rdf:type sp:Bind ; |
463 | - sp:expression | 463 | + sp:expression |
464 | - [ rdf:type rhspin:wellBoreByName ; | 464 | + [ rdf:type rhspin:wellBoreByName ; |
465 | - arg:wellBoreName | 465 | + arg:wellBoreName |
466 | - [ rdf:type xsd:string ; | 466 | + [ rdf:type xsd:string ; |
467 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 467 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
468 | - ] | 468 | + ] |
469 | - ] | 469 | + ] |
470 | - ] ; | 470 | + ] ; |
471 | - sp:variable | 471 | + sp:variable |
472 | - [ sp:varName "wellBore"^^xsd:string | 472 | + [ sp:varName "wellBore"^^xsd:string |
473 | - ] | 473 | + ] |
474 | - ]) | 474 | + ]) |
475 | - ] . | 475 | + ] . | ... | ... |
1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo |
2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
5 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
6 | -# imports: http://www.witsml.org/schemas/1series | 6 | +# imports: http://www.witsml.org/schemas/1series |
7 | - | 7 | + |
8 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . |
9 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
10 | -@prefix arg: <http://spinrdf.org/arg#> . | 10 | +@prefix arg: <http://spinrdf.org/arg#> . |
11 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
12 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
13 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
14 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
15 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 15 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
16 | -@prefix sp: <http://spinrdf.org/sp#> . | 16 | +@prefix sp: <http://spinrdf.org/sp#> . |
17 | -@prefix spin: <http://spinrdf.org/spin#> . | 17 | +@prefix spin: <http://spinrdf.org/spin#> . |
18 | -@prefix spl: <http://spinrdf.org/spl#> . | 18 | +@prefix spl: <http://spinrdf.org/spl#> . |
19 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
20 | - | 20 | + |
21 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> | 21 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> |
22 | - rdf:type owl:Ontology ; | 22 | + rdf:type owl:Ontology ; |
23 | - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 23 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
24 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
25 | - | 25 | + |
26 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 26 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
27 | - spin:rule | 27 | + spin:rule |
28 | - [ rdf:type sp:Construct ; | 28 | + [ rdf:type sp:Construct ; |
29 | - rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; | 29 | + rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; |
30 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; | 30 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; |
31 | - sp:predicate rdf:type ; | 31 | + sp:predicate rdf:type ; |
32 | - sp:subject _:b1 | 32 | + sp:subject |
33 | - ] [ sp:object _:b2 ; | 33 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
34 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 34 | + ] |
35 | - sp:subject _:b1 | 35 | + ] [ sp:object |
36 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 36 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
37 | - sp:predicate rdf:type ; | 37 | + ] ; |
38 | - sp:subject _:b2 | 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
39 | - ] [ sp:object | 39 | + sp:subject |
40 | - [ sp:varName "realStatic"^^xsd:string | 40 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
41 | - ] ; | 41 | + ] |
42 | - sp:predicate | 42 | + ] [ sp:object _:b1 ; |
43 | - [ sp:varName "temperatureScaleStatic"^^xsd:string | 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
44 | - ] ; | 44 | + sp:subject |
45 | - sp:subject _:b2 | 45 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
46 | - ] [ sp:object _:b3 ; | 46 | + ] |
47 | - sp:predicate rdf:type ; | 47 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
48 | - sp:subject _:b1 | 48 | + sp:predicate rdf:type ; |
49 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 49 | + sp:subject _:b1 |
50 | - sp:predicate rdf:type ; | 50 | + ] [ sp:object |
51 | - sp:subject _:b3 | 51 | + [ sp:varName "wellBore"^^xsd:string |
52 | - ] [ sp:object | 52 | + ] ; |
53 | - [ sp:varName "realDuration"^^xsd:string | 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
54 | - ] ; | 54 | + sp:subject _:b1 |
55 | - sp:predicate | 55 | + ] [ sp:object _:b2 ; |
56 | - [ sp:varName "durationScale"^^xsd:string | 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; |
57 | - ] ; | 57 | + sp:subject |
58 | - sp:subject _:b3 | 58 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
59 | - ] [ sp:object | 59 | + ] |
60 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 60 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
61 | - ] ; | 61 | + sp:predicate rdf:type ; |
62 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 62 | + sp:subject _:b2 |
63 | - sp:subject _:b1 | 63 | + ] [ sp:object _:b3 ; |
64 | - ]) ; | 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
65 | - sp:where ([ sp:object | 65 | + sp:subject _:b2 |
66 | - [ sp:varName "nameWellBore"^^xsd:string | 66 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
67 | - ] ; | 67 | + sp:predicate rdf:type ; |
68 | - sp:predicate ep-spin-lib:nameWellbore ; | 68 | + sp:subject _:b3 |
69 | - sp:subject spin:_this | 69 | + ] [ sp:object |
70 | - ] [ sp:object | 70 | + [ sp:varName "wellBore"^^xsd:string |
71 | - [ sp:varName "dTimStart"^^xsd:string | 71 | + ] ; |
72 | - ] ; | 72 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
73 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 73 | + sp:subject _:b3 |
74 | - sp:subject spin:_this | 74 | + ] [ sp:object |
75 | - ] [ sp:object | 75 | + [ sp:varName "runNumber"^^xsd:string |
76 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 76 | + ] ; |
77 | - ] ; | 77 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; |
78 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 78 | + sp:subject |
79 | - sp:subject | 79 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
80 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 80 | + ] |
81 | - ] | 81 | + ] [ sp:object |
82 | - ] [ sp:object | 82 | + [ sp:varName "dTimEnd"^^xsd:string |
83 | - [ sp:varName "logInfo"^^xsd:string | 83 | + ] ; |
84 | - ] ; | 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
85 | - sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | 85 | + sp:subject |
86 | - sp:subject spin:_this | 86 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
87 | - ] [ rdf:type sp:Optional ; | 87 | + ] |
88 | - sp:elements ([ sp:object | 88 | + ] [ sp:object _:b4 ; |
89 | - [ sp:varName "eTimStatic"^^xsd:string | 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; |
90 | - ] ; | 90 | + sp:subject |
91 | - sp:predicate <http://www.witsml.org/schemas/1series#eTimStaticRef> ; | 91 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
92 | - sp:subject | 92 | + ] |
93 | - [ sp:varName "logInfo"^^xsd:string | 93 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; |
94 | - ] | 94 | + sp:predicate rdf:type ; |
95 | - ] [ sp:object | 95 | + sp:subject _:b4 |
96 | - [ sp:varName "uomDuration"^^xsd:string | 96 | + ] [ sp:object |
97 | - ] ; | 97 | + [ sp:varName "nameServiceCompany"^^xsd:string |
98 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 98 | + ] ; |
99 | - sp:subject | 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
100 | - [ sp:varName "eTimStatic"^^xsd:string | 100 | + sp:subject _:b4 |
101 | - ] | 101 | + ] [ sp:object _:b5 ; |
102 | - ] [ sp:object | 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; |
103 | - [ sp:varName "realDuration"^^xsd:string | 103 | + sp:subject |
104 | - ] ; | 104 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
105 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 105 | + ] |
106 | - sp:subject | 106 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; |
107 | - [ sp:varName "eTimStatic"^^xsd:string | 107 | + sp:predicate rdf:type ; |
108 | - ] | 108 | + sp:subject _:b5 |
109 | - ]) | 109 | + ] [ sp:object _:b6 ; |
110 | - ] [ sp:object | 110 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
111 | - [ sp:varName "tempBHST"^^xsd:string | 111 | + sp:subject _:b5 |
112 | - ] ; | 112 | + ] [ sp:object _:b7 ; |
113 | - sp:predicate <http://www.witsml.org/schemas/1series#tempBHSTRef> ; | 113 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
114 | - sp:subject | 114 | + sp:subject _:b5 |
115 | - [ sp:varName "logInfo"^^xsd:string | 115 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
116 | - ] | 116 | + sp:predicate rdf:type ; |
117 | - ] [ sp:object | 117 | + sp:subject _:b7 |
118 | - [ sp:varName "uomStatic"^^xsd:string | 118 | + ] [ sp:object |
119 | - ] ; | 119 | + [ sp:varName "realMdTool"^^xsd:string |
120 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 120 | + ] ; |
121 | - sp:subject | 121 | + sp:predicate |
122 | - [ sp:varName "tempBHST"^^xsd:string | 122 | + [ sp:varName "lengthScaleMdTool"^^xsd:string |
123 | - ] | 123 | + ] ; |
124 | - ] [ sp:object | 124 | + sp:subject _:b7 |
125 | - [ sp:varName "realStatic"^^xsd:string | 125 | + ] [ sp:object _:b8 ; |
126 | - ] ; | 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
127 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 127 | + sp:subject _:b5 |
128 | - sp:subject | 128 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
129 | - [ sp:varName "tempBHST"^^xsd:string | 129 | + sp:predicate rdf:type ; |
130 | - ] | 130 | + sp:subject _:b8 |
131 | - ] [ rdf:type sp:Bind ; | 131 | + ] [ sp:object |
132 | - sp:expression | 132 | + [ sp:varName "realTvdTool"^^xsd:string |
133 | - [ rdf:type ep-spin-lib:normalizeString ; | 133 | + ] ; |
134 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 134 | + sp:predicate |
135 | - ] | 135 | + [ sp:varName "lengthScaleTvdTool"^^xsd:string |
136 | - ] ; | 136 | + ] ; |
137 | - sp:variable | 137 | + sp:subject _:b8 |
138 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 138 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; |
139 | - ] | 139 | + sp:predicate rdf:type ; |
140 | - ] [ rdf:type sp:Bind ; | 140 | + sp:subject _:b6 |
141 | - sp:expression | 141 | + ] [ sp:object |
142 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 142 | + [ sp:varName "toolDescription"^^xsd:string |
143 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 143 | + ] ; |
144 | - ] ; | 144 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
145 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 145 | + sp:subject _:b6 |
146 | - ] | 146 | + ] [ sp:object _:b9 ; |
147 | - ] ; | 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
148 | - sp:variable | 148 | + sp:subject _:b3 |
149 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 149 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
150 | - ] | 150 | + sp:predicate rdf:type ; |
151 | - ] [ rdf:type sp:Bind ; | 151 | + sp:subject _:b9 |
152 | - sp:expression | 152 | + ] [ sp:object |
153 | - [ rdf:type afn:localname ; | 153 | + [ sp:varName "realMdTop"^^xsd:string |
154 | - sp:arg1 [ sp:varName "logInfo"^^xsd:string | 154 | + ] ; |
155 | - ] | 155 | + sp:predicate |
156 | - ] ; | 156 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
157 | - sp:variable | 157 | + ] ; |
158 | - [ sp:varName "localname"^^xsd:string | 158 | + sp:subject _:b9 |
159 | - ] | 159 | + ] [ sp:object _:b10 ; |
160 | - ] [ rdf:type sp:Bind ; | 160 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
161 | - sp:expression | 161 | + sp:subject _:b3 |
162 | - [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | 162 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
163 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 163 | + sp:predicate rdf:type ; |
164 | - ] ; | 164 | + sp:subject _:b10 |
165 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 165 | + ] [ sp:object |
166 | - ] ; | 166 | + [ sp:varName "realMdBottom"^^xsd:string |
167 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 167 | + ] ; |
168 | - ] | 168 | + sp:predicate |
169 | - ] ; | 169 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string |
170 | - sp:variable | 170 | + ] ; |
171 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 171 | + sp:subject _:b10 |
172 | - ] | 172 | + ] [ sp:object _:b11 ; |
173 | - ] [ rdf:type sp:Bind ; | 173 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
174 | - sp:expression | 174 | + sp:subject _:b3 |
175 | - [ rdf:type ep-spin-lib:selectTimeDurationScale ; | 175 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
176 | - sp:arg1 [ sp:varName "uomDuration"^^xsd:string | 176 | + sp:predicate rdf:type ; |
177 | - ] | 177 | + sp:subject _:b11 |
178 | - ] ; | 178 | + ] [ sp:object |
179 | - sp:variable | 179 | + [ sp:varName "realTvdTop"^^xsd:string |
180 | - [ sp:varName "durationScale"^^xsd:string | 180 | + ] ; |
181 | - ] | 181 | + sp:predicate |
182 | - ] [ rdf:type sp:Bind ; | 182 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string |
183 | - sp:expression | 183 | + ] ; |
184 | - [ rdf:type ep-spin-lib:selectTemperatureScale ; | 184 | + sp:subject _:b11 |
185 | - sp:arg1 [ sp:varName "uomStatic"^^xsd:string | 185 | + ] [ sp:object _:b12 ; |
186 | - ] | 186 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
187 | - ] ; | 187 | + sp:subject _:b3 |
188 | - sp:variable | 188 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
189 | - [ sp:varName "temperatureScaleStatic"^^xsd:string | 189 | + sp:predicate rdf:type ; |
190 | - ] | 190 | + sp:subject _:b12 |
191 | - ]) | 191 | + ] [ sp:object |
192 | - ] ; | 192 | + [ sp:varName "realTvdBottom"^^xsd:string |
193 | - spin:rule | 193 | + ] ; |
194 | - [ rdf:type sp:Construct ; | 194 | + sp:predicate |
195 | - rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; | 195 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string |
196 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | 196 | + ] ; |
197 | - sp:predicate rdf:type ; | 197 | + sp:subject _:b12 |
198 | - sp:subject _:b4 | 198 | + ]) ; |
199 | - ] [ sp:object _:b5 ; | 199 | + sp:where ([ sp:object |
200 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 200 | + [ sp:varName "nameWellBore"^^xsd:string |
201 | - sp:subject _:b4 | 201 | + ] ; |
202 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 202 | + sp:predicate ep-spin-lib:nameWellbore ; |
203 | - sp:predicate rdf:type ; | 203 | + sp:subject spin:_this |
204 | - sp:subject _:b5 | 204 | + ] [ sp:object |
205 | - ] [ sp:object | 205 | + [ sp:varName "dTimStart"^^xsd:string |
206 | - [ sp:varName "realCirculating"^^xsd:string | 206 | + ] ; |
207 | - ] ; | 207 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
208 | - sp:predicate | 208 | + sp:subject spin:_this |
209 | - [ sp:varName "temperatureScaleCirculating"^^xsd:string | 209 | + ] [ sp:object |
210 | - ] ; | 210 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string |
211 | - sp:subject _:b5 | 211 | + ] ; |
212 | - ] [ sp:object | 212 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
213 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 213 | + sp:subject |
214 | - ] ; | 214 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
215 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 215 | + ] |
216 | - sp:subject _:b4 | 216 | + ] [ sp:object |
217 | - ]) ; | 217 | + [ sp:varName "logInfo"^^xsd:string |
218 | - sp:where ([ sp:object | 218 | + ] ; |
219 | - [ sp:varName "nameWellBore"^^xsd:string | 219 | + sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
220 | - ] ; | 220 | + sp:subject spin:_this |
221 | - sp:predicate ep-spin-lib:nameWellbore ; | 221 | + ] [ sp:object |
222 | - sp:subject spin:_this | 222 | + [ sp:varName "runNumber"^^xsd:string |
223 | - ] [ sp:object | 223 | + ] ; |
224 | - [ sp:varName "dTimStart"^^xsd:string | 224 | + sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; |
225 | - ] ; | 225 | + sp:subject |
226 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 226 | + [ sp:varName "logInfo"^^xsd:string |
227 | - sp:subject spin:_this | 227 | + ] |
228 | - ] [ sp:object | 228 | + ] [ sp:object |
229 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 229 | + [ sp:varName "toolDescription"^^xsd:string |
230 | - ] ; | 230 | + ] ; |
231 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 231 | + sp:predicate <http://www.witsml.org/schemas/1series#tool> ; |
232 | - sp:subject | 232 | + sp:subject |
233 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 233 | + [ sp:varName "logInfo"^^xsd:string |
234 | - ] | 234 | + ] |
235 | - ] [ sp:object | 235 | + ] [ rdf:type sp:Optional ; |
236 | - [ sp:varName "logInfo"^^xsd:string | 236 | + sp:elements ([ sp:object |
237 | - ] ; | 237 | + [ sp:varName "dTimEnd"^^xsd:string |
238 | - sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | 238 | + ] ; |
239 | - sp:subject spin:_this | 239 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
240 | - ] [ sp:object | 240 | + sp:subject |
241 | - [ sp:varName "tempBHCT"^^xsd:string | 241 | + [ sp:varName "logInfo"^^xsd:string |
242 | - ] ; | 242 | + ] |
243 | - sp:predicate <http://www.witsml.org/schemas/1series#tempBHCTRef> ; | 243 | + ]) |
244 | - sp:subject | 244 | + ] [ sp:object |
245 | - [ sp:varName "logInfo"^^xsd:string | 245 | + [ sp:varName "mdTop"^^xsd:string |
246 | - ] | 246 | + ] ; |
247 | - ] [ sp:object | 247 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
248 | - [ sp:varName "uomCirculating"^^xsd:string | 248 | + sp:subject |
249 | - ] ; | 249 | + [ sp:varName "logInfo"^^xsd:string |
250 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 250 | + ] |
251 | - sp:subject | 251 | + ] [ sp:object |
252 | - [ sp:varName "tempBHCT"^^xsd:string | 252 | + [ sp:varName "uomMdTop"^^xsd:string |
253 | - ] | 253 | + ] ; |
254 | - ] [ sp:object | 254 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
255 | - [ sp:varName "realCirculating"^^xsd:string | 255 | + sp:subject |
256 | - ] ; | 256 | + [ sp:varName "mdTop"^^xsd:string |
257 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 257 | + ] |
258 | - sp:subject | 258 | + ] [ sp:object |
259 | - [ sp:varName "tempBHCT"^^xsd:string | 259 | + [ sp:varName "realMdTop"^^xsd:string |
260 | - ] | 260 | + ] ; |
261 | - ] [ rdf:type sp:Bind ; | 261 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
262 | - sp:expression | 262 | + sp:subject |
263 | - [ rdf:type ep-spin-lib:normalizeString ; | 263 | + [ sp:varName "mdTop"^^xsd:string |
264 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 264 | + ] |
265 | - ] | 265 | + ] [ sp:object |
266 | - ] ; | 266 | + [ sp:varName "mdBottom"^^xsd:string |
267 | - sp:variable | 267 | + ] ; |
268 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 268 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
269 | - ] | 269 | + sp:subject |
270 | - ] [ rdf:type sp:Bind ; | 270 | + [ sp:varName "logInfo"^^xsd:string |
271 | - sp:expression | 271 | + ] |
272 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 272 | + ] [ sp:object |
273 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 273 | + [ sp:varName "uomMdBottom"^^xsd:string |
274 | - ] ; | 274 | + ] ; |
275 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 275 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
276 | - ] | 276 | + sp:subject |
277 | - ] ; | 277 | + [ sp:varName "mdBottom"^^xsd:string |
278 | - sp:variable | 278 | + ] |
279 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 279 | + ] [ sp:object |
280 | - ] | 280 | + [ sp:varName "realMdBottom"^^xsd:string |
281 | - ] [ rdf:type sp:Bind ; | 281 | + ] ; |
282 | - sp:expression | 282 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
283 | - [ rdf:type afn:localname ; | 283 | + sp:subject |
284 | - sp:arg1 [ sp:varName "logInfo"^^xsd:string | 284 | + [ sp:varName "mdBottom"^^xsd:string |
285 | - ] | 285 | + ] |
286 | - ] ; | 286 | + ] [ rdf:type sp:Optional ; |
287 | - sp:variable | 287 | + sp:elements ([ sp:object |
288 | - [ sp:varName "localname"^^xsd:string | 288 | + [ sp:varName "tvdTop"^^xsd:string |
289 | - ] | 289 | + ] ; |
290 | - ] [ rdf:type sp:Bind ; | 290 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
291 | - sp:expression | 291 | + sp:subject |
292 | - [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | 292 | + [ sp:varName "logInfo"^^xsd:string |
293 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 293 | + ] |
294 | - ] ; | 294 | + ] [ sp:object |
295 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 295 | + [ sp:varName "uomTvdTop"^^xsd:string |
296 | - ] ; | 296 | + ] ; |
297 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 297 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
298 | - ] | 298 | + sp:subject |
299 | - ] ; | 299 | + [ sp:varName "tvdTop"^^xsd:string |
300 | - sp:variable | 300 | + ] |
301 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 301 | + ] [ sp:object |
302 | - ] | 302 | + [ sp:varName "realTvdTop"^^xsd:string |
303 | - ] [ rdf:type sp:Bind ; | 303 | + ] ; |
304 | - sp:expression | 304 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
305 | - [ rdf:type ep-spin-lib:selectTemperatureScale ; | 305 | + sp:subject |
306 | - sp:arg1 [ sp:varName "uomCirculating"^^xsd:string | 306 | + [ sp:varName "tvdTop"^^xsd:string |
307 | - ] | 307 | + ] |
308 | - ] ; | 308 | + ]) |
309 | - sp:variable | 309 | + ] [ rdf:type sp:Optional ; |
310 | - [ sp:varName "temperatureScaleCirculating"^^xsd:string | 310 | + sp:elements ([ sp:object |
311 | - ] | 311 | + [ sp:varName "tvdBottom"^^xsd:string |
312 | - ]) | 312 | + ] ; |
313 | - ] ; | 313 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
314 | - spin:rule | 314 | + sp:subject |
315 | - [ rdf:type sp:Construct ; | 315 | + [ sp:varName "logInfo"^^xsd:string |
316 | - rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; | 316 | + ] |
317 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; | 317 | + ] [ sp:object |
318 | - sp:predicate rdf:type ; | 318 | + [ sp:varName "uomTvdBottom"^^xsd:string |
319 | - sp:subject _:b6 | 319 | + ] ; |
320 | - ] [ sp:object _:b6 ; | 320 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
321 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 321 | + sp:subject |
322 | - sp:subject _:b7 | 322 | + [ sp:varName "tvdBottom"^^xsd:string |
323 | - ] [ sp:object _:b8 ; | 323 | + ] |
324 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 324 | + ] [ sp:object |
325 | - sp:subject _:b6 | 325 | + [ sp:varName "realTvdBottom"^^xsd:string |
326 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 326 | + ] ; |
327 | - sp:predicate rdf:type ; | 327 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
328 | - sp:subject _:b8 | 328 | + sp:subject |
329 | - ] [ sp:object _:b9 ; | 329 | + [ sp:varName "tvdBottom"^^xsd:string |
330 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 330 | + ] |
331 | - sp:subject _:b8 | 331 | + ]) |
332 | - ] [ sp:object _:b10 ; | 332 | + ] [ sp:object |
333 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; | 333 | + [ sp:varName "nameServiceCompany"^^xsd:string |
334 | - sp:subject _:b6 | 334 | + ] ; |
335 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 335 | + sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; |
336 | - sp:predicate rdf:type ; | 336 | + sp:subject |
337 | - sp:subject _:b10 | 337 | + [ sp:varName "logInfo"^^xsd:string |
338 | - ] [ sp:object _:b11 ; | 338 | + ] |
339 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 339 | + ] [ sp:object |
340 | - sp:subject _:b10 | 340 | + [ sp:varName "mdTempTool"^^xsd:string |
341 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | 341 | + ] ; |
342 | - sp:predicate rdf:type ; | 342 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; |
343 | - sp:subject _:b11 | 343 | + sp:subject |
344 | - ] [ sp:object _:b9 ; | 344 | + [ sp:varName "logInfo"^^xsd:string |
345 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 345 | + ] |
346 | - sp:subject _:b11 | 346 | + ] [ sp:object |
347 | - ] [ sp:object _:b12 ; | 347 | + [ sp:varName "uomMdTool"^^xsd:string |
348 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; | 348 | + ] ; |
349 | - sp:subject _:b6 | 349 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
350 | - ] [ sp:object _:b13 ; | 350 | + sp:subject |
351 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 351 | + [ sp:varName "mdTempTool"^^xsd:string |
352 | - sp:subject _:b6 | 352 | + ] |
353 | - ] [ sp:object _:b14 ; | 353 | + ] [ sp:object |
354 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; | 354 | + [ sp:varName "realMdTool"^^xsd:string |
355 | - sp:subject _:b6 | 355 | + ] ; |
356 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | 356 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
357 | - sp:predicate rdf:type ; | 357 | + sp:subject |
358 | - sp:subject _:b14 | 358 | + [ sp:varName "mdTempTool"^^xsd:string |
359 | - ] [ sp:object _:b15 ; | 359 | + ] |
360 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 360 | + ] [ rdf:type sp:Optional ; |
361 | - sp:subject _:b14 | 361 | + sp:elements ([ sp:object |
362 | - ] [ sp:object _:b16 ; | 362 | + [ sp:varName "tvdTempTool"^^xsd:string |
363 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | 363 | + ] ; |
364 | - sp:subject _:b6 | 364 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; |
365 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 365 | + sp:subject |
366 | - sp:predicate rdf:type ; | 366 | + [ sp:varName "logInfo"^^xsd:string |
367 | - sp:subject _:b16 | 367 | + ] |
368 | - ] [ sp:object _:b17 ; | 368 | + ] [ sp:object |
369 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 369 | + [ sp:varName "uomTvdTool"^^xsd:string |
370 | - sp:subject _:b16 | 370 | + ] ; |
371 | - ] [ sp:object _:b18 ; | 371 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
372 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 372 | + sp:subject |
373 | - sp:subject _:b16 | 373 | + [ sp:varName "tvdTempTool"^^xsd:string |
374 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 374 | + ] |
375 | - sp:predicate rdf:type ; | 375 | + ] [ sp:object |
376 | - sp:subject _:b18 | 376 | + [ sp:varName "realTvdTool"^^xsd:string |
377 | - ] [ sp:object _:b19 ; | 377 | + ] ; |
378 | - sp:predicate _:b20 ; | 378 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
379 | - sp:subject _:b18 | 379 | + sp:subject |
380 | - ] [ sp:object _:b21 ; | 380 | + [ sp:varName "tvdTempTool"^^xsd:string |
381 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 381 | + ] |
382 | - sp:subject _:b16 | 382 | + ]) |
383 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 383 | + ] [ rdf:type sp:Bind ; |
384 | - sp:predicate rdf:type ; | 384 | + sp:expression |
385 | - sp:subject _:b21 | 385 | + [ rdf:type ep-spin-lib:normalizeString ; |
386 | - ] [ sp:object _:b22 ; | 386 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
387 | - sp:predicate _:b23 ; | 387 | + ] |
388 | - sp:subject _:b21 | 388 | + ] ; |
389 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | 389 | + sp:variable |
390 | - sp:predicate rdf:type ; | 390 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
391 | - sp:subject _:b17 | 391 | + ] |
392 | - ] [ sp:object _:b24 ; | 392 | + ] [ rdf:type sp:Bind ; |
393 | - sp:predicate rdfs:comment ; | 393 | + sp:expression |
394 | - sp:subject _:b17 | 394 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
395 | - ] [ sp:object _:b25 ; | 395 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
396 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 396 | + ] ; |
397 | - sp:subject _:b11 | 397 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
398 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 398 | + ] |
399 | - sp:predicate rdf:type ; | 399 | + ] ; |
400 | - sp:subject _:b25 | 400 | + sp:variable |
401 | - ] [ sp:object _:b26 ; | 401 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
402 | - sp:predicate _:b27 ; | 402 | + ] |
403 | - sp:subject _:b25 | 403 | + ] [ rdf:type sp:Bind ; |
404 | - ] [ sp:object _:b28 ; | 404 | + sp:expression |
405 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 405 | + [ rdf:type afn:localname ; |
406 | - sp:subject _:b11 | 406 | + sp:arg1 [ sp:varName "logInfo"^^xsd:string |
407 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 407 | + ] |
408 | - sp:predicate rdf:type ; | 408 | + ] ; |
409 | - sp:subject _:b28 | 409 | + sp:variable |
410 | - ] [ sp:object _:b29 ; | 410 | + [ sp:varName "localname"^^xsd:string |
411 | - sp:predicate _:b30 ; | 411 | + ] |
412 | - sp:subject _:b28 | 412 | + ] [ rdf:type sp:Bind ; |
413 | - ] [ sp:object _:b31 ; | 413 | + sp:expression |
414 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 414 | + [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; |
415 | - sp:subject _:b11 | 415 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
416 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 416 | + ] ; |
417 | - sp:predicate rdf:type ; | 417 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
418 | - sp:subject _:b31 | 418 | + ] ; |
419 | - ] [ sp:object _:b32 ; | 419 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
420 | - sp:predicate _:b33 ; | 420 | + ] |
421 | - sp:subject _:b31 | 421 | + ] ; |
422 | - ] [ sp:object _:b34 ; | 422 | + sp:variable |
423 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 423 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
424 | - sp:subject _:b11 | 424 | + ] |
425 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 425 | + ] [ rdf:type sp:Bind ; |
426 | - sp:predicate rdf:type ; | 426 | + sp:expression |
427 | - sp:subject _:b34 | 427 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
428 | - ] [ sp:object _:b35 ; | 428 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string |
429 | - sp:predicate _:b36 ; | 429 | + ] |
430 | - sp:subject _:b34 | 430 | + ] ; |
431 | - ]) ; | 431 | + sp:variable |
432 | - sp:where ([ sp:object _:b37 ; | 432 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
433 | - sp:predicate ep-spin-lib:nameWellbore ; | 433 | + ] |
434 | - sp:subject spin:_this | 434 | + ] [ rdf:type sp:Bind ; |
435 | - ] [ sp:object _:b38 ; | 435 | + sp:expression |
436 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 436 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
437 | - sp:subject spin:_this | 437 | + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string |
438 | - ] [ sp:object | 438 | + ] |
439 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 439 | + ] ; |
440 | - ] ; | 440 | + sp:variable |
441 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 441 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string |
442 | - sp:subject _:b7 | 442 | + ] |
443 | - ] [ sp:object _:b39 ; | 443 | + ] [ rdf:type sp:Bind ; |
444 | - sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | 444 | + sp:expression |
445 | - sp:subject spin:_this | 445 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
446 | - ] [ sp:object _:b12 ; | 446 | + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string |
447 | - sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; | 447 | + ] |
448 | - sp:subject _:b39 | 448 | + ] ; |
449 | - ] [ sp:object _:b24 ; | 449 | + sp:variable |
450 | - sp:predicate <http://www.witsml.org/schemas/1series#tool> ; | 450 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string |
451 | - sp:subject _:b39 | 451 | + ] |
452 | - ] [ rdf:type sp:Optional ; | 452 | + ] [ rdf:type sp:Bind ; |
453 | - sp:elements ([ sp:object _:b13 ; | 453 | + sp:expression |
454 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 454 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
455 | - sp:subject _:b39 | 455 | + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string |
456 | - ]) | 456 | + ] |
457 | - ] [ sp:object _:b40 ; | 457 | + ] ; |
458 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | 458 | + sp:variable |
459 | - sp:subject _:b39 | 459 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string |
460 | - ] [ sp:object _:b41 ; | 460 | + ] |
461 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 461 | + ] [ rdf:type sp:Bind ; |
462 | - sp:subject _:b40 | 462 | + sp:expression |
463 | - ] [ sp:object _:b26 ; | 463 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
464 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 464 | + sp:arg1 [ sp:varName "uomMdTool"^^xsd:string |
465 | - sp:subject _:b40 | 465 | + ] |
466 | - ] [ sp:object _:b42 ; | 466 | + ] ; |
467 | - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | 467 | + sp:variable |
468 | - sp:subject _:b39 | 468 | + [ sp:varName "lengthScaleMdTool"^^xsd:string |
469 | - ] [ sp:object _:b43 ; | 469 | + ] |
470 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 470 | + ] [ rdf:type sp:Bind ; |
471 | - sp:subject _:b42 | 471 | + sp:expression |
472 | - ] [ sp:object _:b29 ; | 472 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
473 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 473 | + sp:arg1 [ sp:varName "uomTvdTool"^^xsd:string |
474 | - sp:subject _:b42 | 474 | + ] |
475 | - ] [ rdf:type sp:Optional ; | 475 | + ] ; |
476 | - sp:elements ([ sp:object _:b44 ; | 476 | + sp:variable |
477 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | 477 | + [ sp:varName "lengthScaleTvdTool"^^xsd:string |
478 | - sp:subject _:b39 | 478 | + ] |
479 | - ] [ sp:object _:b45 ; | 479 | + ] [ rdf:type sp:Bind ; |
480 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 480 | + sp:expression |
481 | - sp:subject _:b44 | 481 | + [ rdf:type rhspin:wellBoreByName ; |
482 | - ] [ sp:object _:b32 ; | 482 | + arg:wellBoreName |
483 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 483 | + [ rdf:type xsd:string ; |
484 | - sp:subject _:b44 | 484 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
485 | - ]) | 485 | + ] |
486 | - ] [ rdf:type sp:Optional ; | 486 | + ] |
487 | - sp:elements ([ sp:object _:b46 ; | 487 | + ] ; |
488 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | 488 | + sp:variable |
489 | - sp:subject _:b39 | 489 | + [ sp:varName "wellBore"^^xsd:string |
490 | - ] [ sp:object _:b47 ; | 490 | + ] |
491 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 491 | + ]) |
492 | - sp:subject _:b46 | 492 | + ] ; |
493 | - ] [ sp:object _:b35 ; | 493 | + spin:rule |
494 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 494 | + [ rdf:type sp:Construct ; |
495 | - sp:subject _:b46 | 495 | + rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; |
496 | - ]) | 496 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; |
497 | - ] [ sp:object _:b15 ; | 497 | + sp:predicate rdf:type ; |
498 | - sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; | 498 | + sp:subject _:b13 |
499 | - sp:subject _:b39 | 499 | + ] [ sp:object _:b14 ; |
500 | - ] [ sp:object _:b48 ; | 500 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
501 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; | 501 | + sp:subject _:b13 |
502 | - sp:subject _:b39 | 502 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
503 | - ] [ sp:object _:b49 ; | 503 | + sp:predicate rdf:type ; |
504 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 504 | + sp:subject _:b14 |
505 | - sp:subject _:b48 | 505 | + ] [ sp:object |
506 | - ] [ sp:object _:b19 ; | 506 | + [ sp:varName "realCirculating"^^xsd:string |
507 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 507 | + ] ; |
508 | - sp:subject _:b48 | 508 | + sp:predicate |
509 | - ] [ rdf:type sp:Optional ; | 509 | + [ sp:varName "temperatureScaleCirculating"^^xsd:string |
510 | - sp:elements ([ sp:object _:b50 ; | 510 | + ] ; |
511 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; | 511 | + sp:subject _:b14 |
512 | - sp:subject _:b39 | 512 | + ] [ sp:object |
513 | - ] [ sp:object _:b51 ; | 513 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
514 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 514 | + ] ; |
515 | - sp:subject _:b50 | 515 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
516 | - ] [ sp:object _:b22 ; | 516 | + sp:subject _:b13 |
517 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 517 | + ]) ; |
518 | - sp:subject _:b50 | 518 | + sp:where ([ sp:object |
519 | - ]) | 519 | + [ sp:varName "nameWellBore"^^xsd:string |
520 | - ] [ rdf:type sp:Bind ; | 520 | + ] ; |
521 | - sp:expression | 521 | + sp:predicate ep-spin-lib:nameWellbore ; |
522 | - [ rdf:type ep-spin-lib:normalizeString ; | 522 | + sp:subject spin:_this |
523 | - sp:arg1 _:b37 | 523 | + ] [ sp:object |
524 | - ] ; | 524 | + [ sp:varName "dTimStart"^^xsd:string |
525 | - sp:variable _:b52 | 525 | + ] ; |
526 | - ] [ rdf:type sp:Bind ; | 526 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
527 | - sp:expression | 527 | + sp:subject spin:_this |
528 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 528 | + ] [ sp:object |
529 | - sp:arg1 _:b52 ; | 529 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
530 | - sp:arg2 _:b38 | 530 | + ] ; |
531 | - ] ; | 531 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
532 | - sp:variable _:b7 | 532 | + sp:subject |
533 | - ] [ rdf:type sp:Bind ; | 533 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
534 | - sp:expression | 534 | + ] |
535 | - [ rdf:type afn:localname ; | 535 | + ] [ sp:object |
536 | - sp:arg1 _:b39 | 536 | + [ sp:varName "logInfo"^^xsd:string |
537 | - ] ; | 537 | + ] ; |
538 | - sp:variable _:b53 | 538 | + sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
539 | - ] [ rdf:type sp:Bind ; | 539 | + sp:subject spin:_this |
540 | - sp:expression | 540 | + ] [ sp:object |
541 | - [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | 541 | + [ sp:varName "tempBHCT"^^xsd:string |
542 | - sp:arg1 _:b52 ; | 542 | + ] ; |
543 | - sp:arg2 _:b38 ; | 543 | + sp:predicate <http://www.witsml.org/schemas/1series#tempBHCTRef> ; |
544 | - sp:arg3 _:b53 | 544 | + sp:subject |
545 | - ] ; | 545 | + [ sp:varName "logInfo"^^xsd:string |
546 | - sp:variable _:b6 | 546 | + ] |
547 | - ] [ rdf:type sp:Bind ; | 547 | + ] [ sp:object |
548 | - sp:expression | 548 | + [ sp:varName "uomCirculating"^^xsd:string |
549 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 549 | + ] ; |
550 | - sp:arg1 _:b41 | 550 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
551 | - ] ; | 551 | + sp:subject |
552 | - sp:variable _:b27 | 552 | + [ sp:varName "tempBHCT"^^xsd:string |
553 | - ] [ rdf:type sp:Bind ; | 553 | + ] |
554 | - sp:expression | 554 | + ] [ sp:object |
555 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 555 | + [ sp:varName "realCirculating"^^xsd:string |
556 | - sp:arg1 _:b45 | 556 | + ] ; |
557 | - ] ; | 557 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
558 | - sp:variable _:b33 | 558 | + sp:subject |
559 | - ] [ rdf:type sp:Bind ; | 559 | + [ sp:varName "tempBHCT"^^xsd:string |
560 | - sp:expression | 560 | + ] |
561 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 561 | + ] [ rdf:type sp:Bind ; |
562 | - sp:arg1 _:b43 | 562 | + sp:expression |
563 | - ] ; | 563 | + [ rdf:type ep-spin-lib:normalizeString ; |
564 | - sp:variable _:b30 | 564 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
565 | - ] [ rdf:type sp:Bind ; | 565 | + ] |
566 | - sp:expression | 566 | + ] ; |
567 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 567 | + sp:variable |
568 | - sp:arg1 _:b47 | 568 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
569 | - ] ; | 569 | + ] |
570 | - sp:variable _:b36 | 570 | + ] [ rdf:type sp:Bind ; |
571 | - ] [ rdf:type sp:Bind ; | 571 | + sp:expression |
572 | - sp:expression | 572 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
573 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 573 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
574 | - sp:arg1 _:b49 | 574 | + ] ; |
575 | - ] ; | 575 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
576 | - sp:variable _:b20 | 576 | + ] |
577 | - ] [ rdf:type sp:Bind ; | 577 | + ] ; |
578 | - sp:expression | 578 | + sp:variable |
579 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 579 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
580 | - sp:arg1 _:b51 | 580 | + ] |
581 | - ] ; | 581 | + ] [ rdf:type sp:Bind ; |
582 | - sp:variable _:b23 | 582 | + sp:expression |
583 | - ] [ rdf:type sp:Bind ; | 583 | + [ rdf:type afn:localname ; |
584 | - sp:expression | 584 | + sp:arg1 [ sp:varName "logInfo"^^xsd:string |
585 | - [ rdf:type rhspin:wellBoreByName ; | 585 | + ] |
586 | - arg:wellBoreName | 586 | + ] ; |
587 | - [ rdf:type xsd:string ; | 587 | + sp:variable |
588 | - sp:arg1 _:b37 | 588 | + [ sp:varName "localname"^^xsd:string |
589 | - ] | 589 | + ] |
590 | - ] ; | 590 | + ] [ rdf:type sp:Bind ; |
591 | - sp:variable _:b9 | 591 | + sp:expression |
592 | - ]) | 592 | + [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; |
593 | - ] . | 593 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
594 | - | 594 | + ] ; |
595 | -_:b6 sp:varName "wellBoreLogRun"^^xsd:string . | 595 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
596 | - | 596 | + ] ; |
597 | -_:b7 sp:varName "dailyDrillingActivity"^^xsd:string . | 597 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
598 | - | 598 | + ] |
599 | -_:b9 sp:varName "wellBore"^^xsd:string . | 599 | + ] ; |
600 | - | 600 | + sp:variable |
601 | -_:b12 | 601 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
602 | - sp:varName "runNumber"^^xsd:string . | 602 | + ] |
603 | - | 603 | + ] [ rdf:type sp:Bind ; |
604 | -_:b13 | 604 | + sp:expression |
605 | - sp:varName "dTimEnd"^^xsd:string . | 605 | + [ rdf:type ep-spin-lib:selectTemperatureScale ; |
606 | - | 606 | + sp:arg1 [ sp:varName "uomCirculating"^^xsd:string |
607 | -_:b15 | 607 | + ] |
608 | - sp:varName "nameServiceCompany"^^xsd:string . | 608 | + ] ; |
609 | - | 609 | + sp:variable |
610 | -_:b19 | 610 | + [ sp:varName "temperatureScaleCirculating"^^xsd:string |
611 | - sp:varName "realMdTool"^^xsd:string . | 611 | + ] |
612 | - | 612 | + ]) |
613 | -_:b20 | 613 | + ] ; |
614 | - sp:varName "lengthScaleMdTool"^^xsd:string . | 614 | + spin:rule |
615 | - | 615 | + [ rdf:type sp:Construct ; |
616 | -_:b22 | 616 | + rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; |
617 | - sp:varName "realTvdTool"^^xsd:string . | 617 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; |
618 | - | 618 | + sp:predicate rdf:type ; |
619 | -_:b23 | 619 | + sp:subject _:b15 |
620 | - sp:varName "lengthScaleTvdTool"^^xsd:string . | 620 | + ] [ sp:object _:b16 ; |
621 | - | 621 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
622 | -_:b24 | 622 | + sp:subject _:b15 |
623 | - sp:varName "toolDescription"^^xsd:string . | 623 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
624 | - | 624 | + sp:predicate rdf:type ; |
625 | -_:b26 | 625 | + sp:subject _:b16 |
626 | - sp:varName "realMdTop"^^xsd:string . | 626 | + ] [ sp:object |
627 | - | 627 | + [ sp:varName "realStatic"^^xsd:string |
628 | -_:b27 | 628 | + ] ; |
629 | - sp:varName "lengthScaleMdTop"^^xsd:string . | 629 | + sp:predicate |
630 | - | 630 | + [ sp:varName "temperatureScaleStatic"^^xsd:string |
631 | -_:b29 | 631 | + ] ; |
632 | - sp:varName "realMdBottom"^^xsd:string . | 632 | + sp:subject _:b16 |
633 | - | 633 | + ] [ sp:object _:b17 ; |
634 | -_:b30 | 634 | + sp:predicate rdf:type ; |
635 | - sp:varName "lengthScaleMdBottom"^^xsd:string . | 635 | + sp:subject _:b15 |
636 | - | 636 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
637 | -_:b32 | 637 | + sp:predicate rdf:type ; |
638 | - sp:varName "realTvdTop"^^xsd:string . | 638 | + sp:subject _:b17 |
639 | - | 639 | + ] [ sp:object |
640 | -_:b33 | 640 | + [ sp:varName "realDuration"^^xsd:string |
641 | - sp:varName "lengthScaleTvdTop"^^xsd:string . | 641 | + ] ; |
642 | - | 642 | + sp:predicate |
643 | -_:b35 | 643 | + [ sp:varName "durationScale"^^xsd:string |
644 | - sp:varName "realTvdBottom"^^xsd:string . | 644 | + ] ; |
645 | - | 645 | + sp:subject _:b17 |
646 | -_:b36 | 646 | + ] [ sp:object |
647 | - sp:varName "lengthScaleTvdBottom"^^xsd:string . | 647 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
648 | - | 648 | + ] ; |
649 | -_:b37 | 649 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
650 | - sp:varName "nameWellBore"^^xsd:string . | 650 | + sp:subject _:b15 |
651 | - | 651 | + ]) ; |
652 | -_:b38 | 652 | + sp:where ([ sp:object |
653 | - sp:varName "dTimStart"^^xsd:string . | 653 | + [ sp:varName "nameWellBore"^^xsd:string |
654 | - | 654 | + ] ; |
655 | -_:b39 | 655 | + sp:predicate ep-spin-lib:nameWellbore ; |
656 | - sp:varName "logInfo"^^xsd:string . | 656 | + sp:subject spin:_this |
657 | - | 657 | + ] [ sp:object |
658 | -_:b40 | 658 | + [ sp:varName "dTimStart"^^xsd:string |
659 | - sp:varName "mdTop"^^xsd:string . | 659 | + ] ; |
660 | - | 660 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
661 | -_:b41 | 661 | + sp:subject spin:_this |
662 | - sp:varName "uomMdTop"^^xsd:string . | 662 | + ] [ sp:object |
663 | - | 663 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
664 | -_:b42 | 664 | + ] ; |
665 | - sp:varName "mdBottom"^^xsd:string . | 665 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
666 | - | 666 | + sp:subject |
667 | -_:b43 | 667 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
668 | - sp:varName "uomMdBottom"^^xsd:string . | 668 | + ] |
669 | - | 669 | + ] [ sp:object |
670 | -_:b44 | 670 | + [ sp:varName "logInfo"^^xsd:string |
671 | - sp:varName "tvdTop"^^xsd:string . | 671 | + ] ; |
672 | - | 672 | + sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
673 | -_:b45 | 673 | + sp:subject spin:_this |
674 | - sp:varName "uomTvdTop"^^xsd:string . | 674 | + ] [ rdf:type sp:Optional ; |
675 | - | 675 | + sp:elements ([ sp:object |
676 | -_:b46 | 676 | + [ sp:varName "eTimStatic"^^xsd:string |
677 | - sp:varName "tvdBottom"^^xsd:string . | 677 | + ] ; |
678 | - | 678 | + sp:predicate <http://www.witsml.org/schemas/1series#eTimStaticRef> ; |
679 | -_:b47 | 679 | + sp:subject |
680 | - sp:varName "uomTvdBottom"^^xsd:string . | 680 | + [ sp:varName "logInfo"^^xsd:string |
681 | - | 681 | + ] |
682 | -_:b48 | 682 | + ] [ sp:object |
683 | - sp:varName "mdTempTool"^^xsd:string . | 683 | + [ sp:varName "uomDuration"^^xsd:string |
684 | - | 684 | + ] ; |
685 | -_:b49 | 685 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
686 | - sp:varName "uomMdTool"^^xsd:string . | 686 | + sp:subject |
687 | - | 687 | + [ sp:varName "eTimStatic"^^xsd:string |
688 | -_:b50 | 688 | + ] |
689 | - sp:varName "tvdTempTool"^^xsd:string . | 689 | + ] [ sp:object |
690 | - | 690 | + [ sp:varName "realDuration"^^xsd:string |
691 | -_:b51 | 691 | + ] ; |
692 | - sp:varName "uomTvdTool"^^xsd:string . | 692 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
693 | - | 693 | + sp:subject |
694 | -_:b52 | 694 | + [ sp:varName "eTimStatic"^^xsd:string |
695 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 695 | + ] |
696 | - | 696 | + ]) |
697 | -_:b53 | 697 | + ] [ sp:object |
698 | - sp:varName "localname"^^xsd:string . | 698 | + [ sp:varName "tempBHST"^^xsd:string |
699 | + ] ; | ||
700 | + sp:predicate <http://www.witsml.org/schemas/1series#tempBHSTRef> ; | ||
701 | + sp:subject | ||
702 | + [ sp:varName "logInfo"^^xsd:string | ||
703 | + ] | ||
704 | + ] [ sp:object | ||
705 | + [ sp:varName "uomStatic"^^xsd:string | ||
706 | + ] ; | ||
707 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
708 | + sp:subject | ||
709 | + [ sp:varName "tempBHST"^^xsd:string | ||
710 | + ] | ||
711 | + ] [ sp:object | ||
712 | + [ sp:varName "realStatic"^^xsd:string | ||
713 | + ] ; | ||
714 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
715 | + sp:subject | ||
716 | + [ sp:varName "tempBHST"^^xsd:string | ||
717 | + ] | ||
718 | + ] [ rdf:type sp:Bind ; | ||
719 | + sp:expression | ||
720 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
721 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | ||
722 | + ] | ||
723 | + ] ; | ||
724 | + sp:variable | ||
725 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
726 | + ] | ||
727 | + ] [ rdf:type sp:Bind ; | ||
728 | + sp:expression | ||
729 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
730 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
731 | + ] ; | ||
732 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
733 | + ] | ||
734 | + ] ; | ||
735 | + sp:variable | ||
736 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
737 | + ] | ||
738 | + ] [ rdf:type sp:Bind ; | ||
739 | + sp:expression | ||
740 | + [ rdf:type afn:localname ; | ||
741 | + sp:arg1 [ sp:varName "logInfo"^^xsd:string | ||
742 | + ] | ||
743 | + ] ; | ||
744 | + sp:variable | ||
745 | + [ sp:varName "localname"^^xsd:string | ||
746 | + ] | ||
747 | + ] [ rdf:type sp:Bind ; | ||
748 | + sp:expression | ||
749 | + [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | ||
750 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
751 | + ] ; | ||
752 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
753 | + ] ; | ||
754 | + sp:arg3 [ sp:varName "localname"^^xsd:string | ||
755 | + ] | ||
756 | + ] ; | ||
757 | + sp:variable | ||
758 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
759 | + ] | ||
760 | + ] [ rdf:type sp:Bind ; | ||
761 | + sp:expression | ||
762 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; | ||
763 | + sp:arg1 [ sp:varName "uomDuration"^^xsd:string | ||
764 | + ] | ||
765 | + ] ; | ||
766 | + sp:variable | ||
767 | + [ sp:varName "durationScale"^^xsd:string | ||
768 | + ] | ||
769 | + ] [ rdf:type sp:Bind ; | ||
770 | + sp:expression | ||
771 | + [ rdf:type ep-spin-lib:selectTemperatureScale ; | ||
772 | + sp:arg1 [ sp:varName "uomStatic"^^xsd:string | ||
773 | + ] | ||
774 | + ] ; | ||
775 | + sp:variable | ||
776 | + [ sp:varName "temperatureScaleStatic"^^xsd:string | ||
777 | + ] | ||
778 | + ]) | ||
779 | + ] . | ... | ... |
... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
118 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:LithologyInformation" /> | 118 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:LithologyInformation" /> |
119 | 119 | ||
120 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:WellControlIncident" /> | 120 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:WellControlIncident" /> |
121 | - <ui:forEach ui:resultSet="{# SELECT DISTINCT ?startedAt ?comment WHERE {?report ep-report:reportOn ?reportOn . ?reportOn ep-core:hasPart ?wci . ?wci a ?wciClass . ?wciClass rdfs:subClassOf ep-activity:WellControlIncident . OPTIONAL { ?wci ep-activity:startedAt ?startedAt . } . ?wci rdfs:comment ?comment . } ORDER BY (?startedAt) }" > | 121 | + <ui:forEach ui:resultSet="{# SELECT DISTINCT ?startedAt ?comment WHERE {?report ep-report:reportOn ?reportOn . ?reportOn ep-core:hasPart ?wci . ?wci a ?wciClass . ?wciClass rdfs:subClassOf ep-activity:WellControlIncident . OPTIONAL { ?wci ep-activity:startedAt ?startedAt . } . ?wci ep-core:description ?comment . } ORDER BY (?startedAt) }" > |
122 | <p>{= ?comment }</p> | 122 | <p>{= ?comment }</p> |
123 | </ui:forEach> | 123 | </ui:forEach> |
124 | 124 | ... | ... |
-
Please register or login to post a comment