Update to statusInfo mapping following the 2011-09-15 telecon
Showing
5 changed files
with
678 additions
and
644 deletions
1 | -# Saved by TopBraid on Thu Sep 15 15:10:29 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 18:30:46 BST 2011 |
2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model |
4 | -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | 4 | +# imports: http://www.linkedmodel.org/1.2/schema/vaem |
5 | - | 5 | + |
6 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | - | 11 | + |
12 | -<http://www.reportinghub.no/ep/schema/1.0/core> | 12 | +<http://www.reportinghub.no/ep/schema/1.0/core> |
13 | - rdf:type owl:Ontology ; | 13 | + rdf:type owl:Ontology ; |
14 | - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/1.2/schema/vaem> ; | 14 | + owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
15 | - owl:versionInfo "0.1.0"^^xsd:string . | 15 | + owl:versionInfo "0.1.0"^^xsd:string . |
16 | - | 16 | + |
17 | -ep-core:Class_of_indirect_property | 17 | +ep-core:Class_of_indirect_property |
18 | - rdf:type owl:Class ; | 18 | + rdf:type owl:Class ; |
19 | - rdfs:label "class of indirect property"^^xsd:string ; | 19 | + rdfs:label "class of indirect property"^^xsd:string ; |
20 | - rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . | 20 | + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . |
21 | - | 21 | + |
22 | -ep-core:Density | 22 | +ep-core:Density |
23 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 23 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
24 | - rdfs:label "density"^^xsd:string ; | 24 | + rdfs:label "density"^^xsd:string ; |
25 | - rdfs:subClassOf owl:Class . | 25 | + rdfs:subClassOf owl:Class . |
26 | - | 26 | + |
27 | -ep-core:Length | 27 | +ep-core:Length |
28 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 28 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
29 | - rdfs:label "length"^^xsd:string ; | 29 | + rdfs:label "length"^^xsd:string ; |
30 | - rdfs:subClassOf owl:Class . | 30 | + rdfs:subClassOf owl:Class . |
31 | - | 31 | + |
32 | -ep-core:MassPerUnitLength | 32 | +ep-core:MassPerUnitLength |
33 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 33 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
34 | - rdfs:label "mass per unit length"^^xsd:string ; | 34 | + rdfs:label "mass per unit length"^^xsd:string ; |
35 | - rdfs:subClassOf owl:Class . | 35 | + rdfs:subClassOf owl:Class . |
36 | - | 36 | + |
37 | -ep-core:PhysicalObject | 37 | +ep-core:PhysicalObject |
38 | - rdf:type owl:Class ; | 38 | + rdf:type owl:Class ; |
39 | - rdfs:label "physical object"^^xsd:string ; | 39 | + rdfs:label "physical object"^^xsd:string ; |
40 | - rdfs:subClassOf ep-core:PhysicalThing . | 40 | + rdfs:subClassOf ep-core:PhysicalThing . |
41 | - | 41 | + |
42 | -ep-core:PhysicalThing | 42 | +ep-core:PhysicalThing |
43 | - rdf:type owl:Class ; | 43 | + rdf:type owl:Class ; |
44 | - rdfs:label "physical thing"^^xsd:string ; | 44 | + rdfs:label "physical thing"^^xsd:string ; |
45 | - rdfs:subClassOf owl:Thing . | 45 | + rdfs:subClassOf owl:Thing . |
46 | - | 46 | + |
47 | -ep-core:PlaneAngle | 47 | +ep-core:PlaneAngle |
48 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 48 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
49 | - rdfs:label "plane angle"^^xsd:string ; | 49 | + rdfs:label "plane angle"^^xsd:string ; |
50 | - rdfs:subClassOf owl:Class . | 50 | + rdfs:subClassOf owl:Class . |
51 | - | 51 | + |
52 | -ep-core:Pressure | 52 | +ep-core:Pressure |
53 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 53 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
54 | - rdfs:label "pressure"^^xsd:string ; | 54 | + rdfs:label "pressure"^^xsd:string ; |
55 | - rdfs:subClassOf owl:Class . | 55 | + rdfs:subClassOf owl:Class . |
56 | - | 56 | + |
57 | -ep-core:PropertySpace | 57 | +ep-core:PropertySpace |
58 | - rdf:type rdfs:Class ; | 58 | + rdf:type rdfs:Class ; |
59 | - rdfs:label "property space"^^xsd:string ; | 59 | + rdfs:label "property space"^^xsd:string ; |
60 | - rdfs:subClassOf owl:Class . | 60 | + rdfs:subClassOf owl:Class . |
61 | - | 61 | + |
62 | -ep-core:Ratio | 62 | +ep-core:Ratio |
63 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 63 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
64 | - rdfs:label "ratio"^^xsd:string ; | 64 | + rdfs:label "ratio"^^xsd:string ; |
65 | - rdfs:subClassOf owl:Class . | 65 | + rdfs:subClassOf owl:Class . |
66 | - | 66 | + |
67 | -ep-core:Scale | 67 | +ep-core:Scale |
68 | - rdf:type owl:Class ; | 68 | + rdf:type owl:Class ; |
69 | - rdfs:label "scale"^^xsd:string ; | 69 | + rdfs:label "scale"^^xsd:string ; |
70 | - rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . | 70 | + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
71 | - | 71 | + |
72 | -ep-core:Speed | 72 | +ep-core:Speed |
73 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 73 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
74 | - rdfs:label "speed"^^xsd:string ; | 74 | + rdfs:label "speed"^^xsd:string ; |
75 | - rdfs:subClassOf owl:Class . | 75 | + rdfs:subClassOf owl:Class . |
76 | - | 76 | + |
77 | -ep-core:StrengthOfRockFormation | 77 | +ep-core:StrengthOfRockFormation |
78 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 78 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
79 | - rdfs:label "strength of rock formation"^^xsd:string ; | 79 | + rdfs:label "strength of rock formation"^^xsd:string ; |
80 | - rdfs:subClassOf owl:Class . | 80 | + rdfs:subClassOf owl:Class . |
81 | - | 81 | + |
82 | -ep-core:Temperature | 82 | +ep-core:Temperature |
83 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 83 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
84 | - rdfs:label "temperature"^^xsd:string ; | 84 | + rdfs:label "temperature"^^xsd:string ; |
85 | - rdfs:subClassOf owl:Class . | 85 | + rdfs:subClassOf owl:Class . |
86 | - | 86 | + |
87 | -ep-core:TimeDuration | 87 | +ep-core:TimeDuration |
88 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 88 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
89 | - rdfs:label "time duration"^^xsd:string ; | 89 | + rdfs:label "time duration"^^xsd:string ; |
90 | - rdfs:subClassOf owl:Class . | 90 | + rdfs:subClassOf owl:Class . |
91 | - | 91 | + |
92 | -ep-core:Volume | 92 | +ep-core:Volume |
93 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 93 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
94 | - rdfs:label "volume"^^xsd:string ; | 94 | + rdfs:label "volume"^^xsd:string ; |
95 | - rdfs:subClassOf owl:Class . | 95 | + rdfs:subClassOf owl:Class . |
96 | - | 96 | + |
97 | -ep-core:YieldPoint | 97 | +ep-core:YieldPoint |
98 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 98 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
99 | - rdfs:label "yield point"^^xsd:string ; | 99 | + rdfs:label "yield point"^^xsd:string ; |
100 | - rdfs:subClassOf owl:Class . | 100 | + rdfs:subClassOf owl:Class . |
101 | - | 101 | + |
102 | -ep-core:apiName | 102 | +ep-core:apiName |
103 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 103 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
104 | - rdfs:label "API name"^^xsd:string ; | 104 | + rdfs:label "API name"^^xsd:string ; |
105 | - rdfs:range xsd:string ; | 105 | + rdfs:range xsd:string ; |
106 | - rdfs:subPropertyOf ep-core:name . | 106 | + rdfs:subPropertyOf ep-core:name . |
107 | - | 107 | + |
108 | -ep-core:bar | 108 | +ep-core:bar |
109 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 109 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
110 | - rdfs:domain ep-core:Pressure ; | 110 | + rdfs:domain ep-core:Pressure ; |
111 | - rdfs:label "bar"^^xsd:string . | 111 | + rdfs:label "bar"^^xsd:string . |
112 | - | 112 | + |
113 | -ep-core:basisFor | 113 | +ep-core:basisFor |
114 | - rdf:type owl:ObjectProperty ; | 114 | + rdf:type owl:ObjectProperty ; |
115 | - rdfs:label "basis for"^^xsd:string . | 115 | + rdfs:label "basis for"^^xsd:string . |
116 | - | 116 | + |
117 | -ep-core:celsius | 117 | +ep-core:celsius |
118 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 118 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
119 | - rdfs:domain ep-core:Temperature ; | 119 | + rdfs:domain ep-core:Temperature ; |
120 | - rdfs:label "celsius"^^xsd:string . | 120 | + rdfs:label "celsius"^^xsd:string . |
121 | - | 121 | + |
122 | -ep-core:day | 122 | +ep-core:day |
123 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 123 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
124 | - rdfs:domain ep-core:TimeDuration ; | 124 | + rdfs:domain ep-core:TimeDuration ; |
125 | - rdfs:label "day"^^xsd:string . | 125 | + rdfs:label "day"^^xsd:string . |
126 | - | 126 | + |
127 | -ep-core:degreesOfAngle | 127 | +ep-core:degreesOfAngle |
128 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 128 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
129 | - rdfs:domain ep-core:PlaneAngle ; | 129 | + rdfs:domain ep-core:PlaneAngle ; |
130 | - rdfs:label "degrees of angle"^^xsd:string . | 130 | + rdfs:label "degrees of angle"^^xsd:string . |
131 | - | 131 | + |
132 | -ep-core:derivedFrom | 132 | +ep-core:derivedFrom |
133 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 133 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
134 | - rdfs:label "derived from"^^xsd:string . | 134 | + rdfs:label "derived from"^^xsd:string . |
135 | - | 135 | + |
136 | -ep-core:dtiName | 136 | +ep-core:dtiName |
137 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 137 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
138 | - rdfs:label "DTI name"^^xsd:string ; | 138 | + rdfs:label "DTI name"^^xsd:string ; |
139 | - rdfs:range xsd:string ; | 139 | + rdfs:range xsd:string ; |
140 | - rdfs:subPropertyOf ep-core:name . | 140 | + rdfs:subPropertyOf ep-core:name . |
141 | - | 141 | + |
142 | -ep-core:foot | 142 | +ep-core:foot |
143 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 143 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
144 | - rdfs:domain ep-core:Length ; | 144 | + rdfs:domain ep-core:Length ; |
145 | - rdfs:label "foot"^^xsd:string . | 145 | + rdfs:label "foot"^^xsd:string . |
146 | - | 146 | + |
147 | -ep-core:foot3_sack94-1 | 147 | +ep-core:foot3_sack94-1 |
148 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 148 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
149 | - rdfs:domain ep-core:YieldPoint ; | 149 | + rdfs:domain ep-core:YieldPoint ; |
150 | - rdfs:label "foot3 sack94-1"^^xsd:string . | 150 | + rdfs:label "foot3 sack94-1"^^xsd:string . |
151 | - | 151 | + |
152 | -ep-core:footUS | 152 | +ep-core:footUS |
153 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 153 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
154 | - rdfs:domain ep-core:Length ; | 154 | + rdfs:domain ep-core:Length ; |
155 | - rdfs:label "foot (US survey)"^^xsd:string . | 155 | + rdfs:label "foot (US survey)"^^xsd:string . |
156 | - | 156 | + |
157 | -ep-core:gram_cm-3 | 157 | +ep-core:gram_cm-3 |
158 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 158 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
159 | - rdfs:label "gram cm-3"^^xsd:string . | 159 | + rdfs:label "gram cm-3"^^xsd:string . |
160 | - | 160 | + |
161 | -ep-core:hasPart | 161 | +ep-core:hasPart |
162 | - rdf:type owl:TransitiveProperty ; | 162 | + rdf:type owl:TransitiveProperty ; |
163 | - rdfs:domain ep-core:PhysicalThing ; | 163 | + rdfs:domain ep-core:PhysicalThing ; |
164 | - rdfs:label "has part"^^xsd:string ; | 164 | + rdfs:label "has part"^^xsd:string ; |
165 | - rdfs:range ep-core:PhysicalThing ; | 165 | + rdfs:range ep-core:PhysicalThing ; |
166 | - owl:inverseOf ep-core:partOf . | 166 | + owl:inverseOf ep-core:partOf . |
167 | - | 167 | + |
168 | -ep-core:hasTemporalPart | 168 | +ep-core:hasTemporalPart |
169 | - rdf:type owl:TransitiveProperty ; | 169 | + rdf:type owl:TransitiveProperty ; |
170 | - rdfs:domain ep-core:PhysicalThing ; | 170 | + rdfs:domain ep-core:PhysicalThing ; |
171 | - rdfs:label "has temporal part"^^xsd:string ; | 171 | + rdfs:label "has temporal part"^^xsd:string ; |
172 | - rdfs:range ep-core:PhysicalThing ; | 172 | + rdfs:range ep-core:PhysicalThing ; |
173 | - rdfs:subPropertyOf ep-core:hasPart ; | 173 | + rdfs:subPropertyOf ep-core:hasPart ; |
174 | - owl:inverseOf ep-core:partOf . | 174 | + owl:inverseOf ep-core:partOf . |
175 | - | 175 | + |
176 | -ep-core:hasVolume | 176 | +ep-core:hasVolume |
177 | - rdf:type owl:FunctionalProperty ; | 177 | + rdf:type owl:FunctionalProperty ; |
178 | - rdfs:domain ep-core:PhysicalThing ; | 178 | + rdfs:domain ep-core:PhysicalThing ; |
179 | - rdfs:label "has volume"^^xsd:string . | 179 | + rdfs:label "has volume"^^xsd:string . |
180 | - | 180 | + |
181 | -ep-core:hour | 181 | +ep-core:hour |
182 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 182 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
183 | - rdfs:domain ep-core:TimeDuration ; | 183 | + rdfs:domain ep-core:TimeDuration ; |
184 | - rdfs:label "hour"^^xsd:string . | 184 | + rdfs:label "hour"^^xsd:string . |
185 | - | 185 | + |
186 | -ep-core:inch | 186 | +ep-core:inch |
187 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 187 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
188 | - rdfs:domain ep-core:Length ; | 188 | + rdfs:domain ep-core:Length ; |
189 | - rdfs:label "inch"^^xsd:string . | 189 | + rdfs:label "inch"^^xsd:string . |
190 | - | 190 | + |
191 | -ep-core:inchUS | 191 | +ep-core:inchUS |
192 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 192 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
193 | - rdfs:domain ep-core:Length ; | 193 | + rdfs:domain ep-core:Length ; |
194 | - rdfs:label "inch (US survey)"^^xsd:string . | 194 | + rdfs:label "inch (US survey)"^^xsd:string . |
195 | - | 195 | + |
196 | -ep-core:localFieldName | 196 | +ep-core:localFieldName |
197 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 197 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
198 | - rdfs:label "local field name"^^xsd:string ; | 198 | + rdfs:label "local field name"^^xsd:string ; |
199 | - rdfs:range xsd:string ; | 199 | + rdfs:range xsd:string ; |
200 | - rdfs:subPropertyOf ep-core:name . | 200 | + rdfs:subPropertyOf ep-core:name . |
201 | - | 201 | + |
202 | -ep-core:metre | 202 | +ep-core:metre |
203 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 203 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
204 | - rdfs:domain ep-core:Length ; | 204 | + rdfs:domain ep-core:Length ; |
205 | - rdfs:label "metre"^^xsd:string . | 205 | + rdfs:label "metre"^^xsd:string . |
206 | - | 206 | + |
207 | -ep-core:metre3 | 207 | +ep-core:metre3 |
208 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 208 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
209 | - rdfs:label "metre3"^^xsd:string . | 209 | + rdfs:label "metre3"^^xsd:string . |
210 | - | 210 | + |
211 | -ep-core:metre_hour-1 | 211 | +ep-core:metre_hour-1 |
212 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 212 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
213 | - rdfs:domain ep-core:Speed ; | 213 | + rdfs:domain ep-core:Speed ; |
214 | - rdfs:label "metre hour-1"^^xsd:string . | 214 | + rdfs:label "metre hour-1"^^xsd:string . |
215 | - | 215 | + |
216 | -ep-core:minute | 216 | +ep-core:minute |
217 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 217 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
218 | - rdfs:domain ep-core:TimeDuration ; | 218 | + rdfs:domain ep-core:TimeDuration ; |
219 | - rdfs:label "minute"^^xsd:string . | 219 | + rdfs:label "minute"^^xsd:string . |
220 | - | 220 | + |
221 | -ep-core:name | 221 | +ep-core:name |
222 | - rdf:type owl:DatatypeProperty ; | 222 | + rdf:type owl:DatatypeProperty ; |
223 | - rdfs:label "name"^^xsd:string ; | 223 | + rdfs:label "name"^^xsd:string ; |
224 | - rdfs:range xsd:string . | 224 | + rdfs:range xsd:string . |
225 | - | 225 | + |
226 | -ep-core:npdCode | 226 | +ep-core:nominallyExistsAt |
227 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 227 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
228 | - rdfs:label "NPD code"^^xsd:string ; | 228 | + rdfs:domain ep-core:PhysicalThing ; |
229 | - rdfs:range xsd:string ; | 229 | + rdfs:label "nominally exists at"^^xsd:string ; |
230 | - rdfs:subPropertyOf ep-core:name . | 230 | + rdfs:range xsd:string ; |
231 | - | 231 | + rdfs:subPropertyOf ep-core:name . |
232 | -ep-core:npdName | 232 | + |
233 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 233 | +ep-core:npdCode |
234 | - rdfs:label "NPD name"^^xsd:string ; | 234 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
235 | - rdfs:range xsd:string ; | 235 | + rdfs:label "NPD code"^^xsd:string ; |
236 | - rdfs:subPropertyOf ep-core:name . | 236 | + rdfs:range xsd:string ; |
237 | - | 237 | + rdfs:subPropertyOf ep-core:name . |
238 | -ep-core:npdNumber | 238 | + |
239 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 239 | +ep-core:npdName |
240 | - rdfs:label "NPD number"^^xsd:string ; | 240 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
241 | - rdfs:range xsd:string ; | 241 | + rdfs:label "NPD name"^^xsd:string ; |
242 | - rdfs:subPropertyOf ep-core:name . | 242 | + rdfs:range xsd:string ; |
243 | - | 243 | + rdfs:subPropertyOf ep-core:name . |
244 | -ep-core:partOf | 244 | + |
245 | - rdf:type owl:TransitiveProperty ; | 245 | +ep-core:npdNumber |
246 | - rdfs:domain ep-core:PhysicalThing ; | 246 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
247 | - rdfs:label "part of"^^xsd:string ; | 247 | + rdfs:label "NPD number"^^xsd:string ; |
248 | - rdfs:range ep-core:PhysicalThing ; | 248 | + rdfs:range xsd:string ; |
249 | - owl:inverseOf ep-core:hasPart . | 249 | + rdfs:subPropertyOf ep-core:name . |
250 | - | 250 | + |
251 | -ep-core:perCent | 251 | +ep-core:partOf |
252 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 252 | + rdf:type owl:TransitiveProperty ; |
253 | - rdfs:domain ep-core:Ratio ; | 253 | + rdfs:domain ep-core:PhysicalThing ; |
254 | - rdfs:label "foot3 sack94-1"^^xsd:string . | 254 | + rdfs:label "part of"^^xsd:string ; |
255 | - | 255 | + rdfs:range ep-core:PhysicalThing ; |
256 | -ep-core:pound_foot-1 | 256 | + owl:inverseOf ep-core:hasPart . |
257 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 257 | + |
258 | - rdfs:domain ep-core:MassPerUnitLength ; | 258 | +ep-core:perCent |
259 | - rdfs:label "pound foot-1"^^xsd:string . | 259 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
260 | - | 260 | + rdfs:domain ep-core:Ratio ; |
261 | -ep-core:prospectName | 261 | + rdfs:label "foot3 sack94-1"^^xsd:string . |
262 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 262 | + |
263 | - rdfs:label "prospect name"^^xsd:string ; | 263 | +ep-core:pound_foot-1 |
264 | - rdfs:range xsd:string ; | 264 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
265 | - rdfs:subPropertyOf ep-core:name . | 265 | + rdfs:domain ep-core:MassPerUnitLength ; |
266 | - | 266 | + rdfs:label "pound foot-1"^^xsd:string . |
267 | -ep-core:psig | 267 | + |
268 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 268 | +ep-core:prospectName |
269 | - rdfs:domain ep-core:Pressure ; | 269 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
270 | - rdfs:label "psi gauge"^^xsd:string . | 270 | + rdfs:label "prospect name"^^xsd:string ; |
271 | - | 271 | + rdfs:range xsd:string ; |
272 | -ep-core:second | 272 | + rdfs:subPropertyOf ep-core:name . |
273 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 273 | + |
274 | - rdfs:domain ep-core:TimeDuration ; | 274 | +ep-core:psig |
275 | - rdfs:label "second"^^xsd:string . | 275 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
276 | - | 276 | + rdfs:domain ep-core:Pressure ; |
277 | -ep-core:specificGravity | 277 | + rdfs:label "psi gauge"^^xsd:string . |
278 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 278 | + |
279 | - rdfs:label "specific gravity"^^xsd:string . | 279 | +ep-core:second |
280 | - | 280 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
281 | -ep-core:temporalPartOf | 281 | + rdfs:domain ep-core:TimeDuration ; |
282 | - rdf:type owl:TransitiveProperty ; | 282 | + rdfs:label "second"^^xsd:string . |
283 | - rdfs:domain ep-core:PhysicalThing ; | 283 | + |
284 | - rdfs:label "temporal part of"^^xsd:string ; | 284 | +ep-core:specificGravity |
285 | - rdfs:range ep-core:PhysicalThing ; | 285 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
286 | - rdfs:subPropertyOf ep-core:partOf ; | 286 | + rdfs:label "specific gravity"^^xsd:string . |
287 | - owl:inverseOf ep-core:hasTemporalPart . | 287 | + |
288 | - | 288 | +ep-core:temporalPartOf |
289 | -ep-core:usGallon_sack94-1 | 289 | + rdf:type owl:TransitiveProperty ; |
290 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 290 | + rdfs:domain ep-core:PhysicalThing ; |
291 | - rdfs:domain ep-core:Ratio ; | 291 | + rdfs:label "temporal part of"^^xsd:string ; |
292 | - rdfs:label "USgallon sack94-1"^^xsd:string . | 292 | + rdfs:range ep-core:PhysicalThing ; |
293 | - | 293 | + rdfs:subPropertyOf ep-core:partOf ; |
294 | -ep-core:week | 294 | + owl:inverseOf ep-core:hasTemporalPart . |
295 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 295 | + |
296 | - rdfs:domain ep-core:TimeDuration ; | 296 | +ep-core:usGallon_sack94-1 |
297 | - rdfs:label "week"^^xsd:string . | 297 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
298 | + rdfs:domain ep-core:Ratio ; | ||
299 | + rdfs:label "USgallon sack94-1"^^xsd:string . | ||
300 | + | ||
301 | +ep-core:week | ||
302 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
303 | + rdfs:domain ep-core:TimeDuration ; | ||
304 | + rdfs:label "week"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Wed Sep 14 23:49:46 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 21:26:15 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
... | @@ -54,7 +54,7 @@ ep-spin-lib:buildDailyDrillingActivityPurposeTypeURI | ... | @@ -54,7 +54,7 @@ ep-spin-lib:buildDailyDrillingActivityPurposeTypeURI |
54 | ]) | 54 | ]) |
55 | ] . | 55 | ] . |
56 | 56 | ||
57 | -ep-spin-lib:buildDailyDrillingActivityURI | 57 | +ep-spin-lib:buildDailyDrillingActivityToStatusURI |
58 | rdf:type spin:Function ; | 58 | rdf:type spin:Function ; |
59 | rdfs:label "build DailyDrillingActivity URI"^^xsd:string ; | 59 | rdfs:label "build DailyDrillingActivity URI"^^xsd:string ; |
60 | rdfs:subClassOf ep-spin-lib:Function ; | 60 | rdfs:subClassOf ep-spin-lib:Function ; |
... | @@ -64,6 +64,29 @@ ep-spin-lib:buildDailyDrillingActivityURI | ... | @@ -64,6 +64,29 @@ ep-spin-lib:buildDailyDrillingActivityURI |
64 | sp:where ([ rdf:type sp:Bind ; | 64 | sp:where ([ rdf:type sp:Bind ; |
65 | sp:expression | 65 | sp:expression |
66 | [ rdf:type ep-spin-lib:buildURI ; | 66 | [ rdf:type ep-spin-lib:buildURI ; |
67 | + sp:arg1 "https://www.reportinghub.no/ep/data/DailyDrillingActivityToStatus/" ; | ||
68 | + sp:arg2 [ rdf:type fn:concat ; | ||
69 | + sp:arg1 spin:_arg1 ; | ||
70 | + sp:arg2 "$" ; | ||
71 | + sp:arg3 spin:_arg2 ; | ||
72 | + sp:arg4 "$" ; | ||
73 | + sp:arg5 spin:_arg3 | ||
74 | + ] | ||
75 | + ] ; | ||
76 | + sp:variable _:b2 | ||
77 | + ]) | ||
78 | + ] . | ||
79 | + | ||
80 | +ep-spin-lib:buildDailyDrillingActivityURI | ||
81 | + rdf:type spin:Function ; | ||
82 | + rdfs:label "build DailyDrillingActivity URI"^^xsd:string ; | ||
83 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
84 | + spin:body | ||
85 | + [ rdf:type sp:Select ; | ||
86 | + sp:resultVariables (_:b3) ; | ||
87 | + sp:where ([ rdf:type sp:Bind ; | ||
88 | + sp:expression | ||
89 | + [ rdf:type ep-spin-lib:buildURI ; | ||
67 | sp:arg1 "https://www.reportinghub.no/ep/data/DailyDrillingActivity/" ; | 90 | sp:arg1 "https://www.reportinghub.no/ep/data/DailyDrillingActivity/" ; |
68 | sp:arg2 [ rdf:type fn:concat ; | 91 | sp:arg2 [ rdf:type fn:concat ; |
69 | sp:arg1 spin:_arg1 ; | 92 | sp:arg1 spin:_arg1 ; |
... | @@ -71,7 +94,7 @@ ep-spin-lib:buildDailyDrillingActivityURI | ... | @@ -71,7 +94,7 @@ ep-spin-lib:buildDailyDrillingActivityURI |
71 | sp:arg3 spin:_arg2 | 94 | sp:arg3 spin:_arg2 |
72 | ] | 95 | ] |
73 | ] ; | 96 | ] ; |
74 | - sp:variable _:b2 | 97 | + sp:variable _:b3 |
75 | ]) | 98 | ]) |
76 | ] . | 99 | ] . |
77 | 100 | ||
... | @@ -81,7 +104,7 @@ ep-spin-lib:buildDailyDrillingReportURI | ... | @@ -81,7 +104,7 @@ ep-spin-lib:buildDailyDrillingReportURI |
81 | rdfs:subClassOf ep-spin-lib:Function ; | 104 | rdfs:subClassOf ep-spin-lib:Function ; |
82 | spin:body | 105 | spin:body |
83 | [ rdf:type sp:Select ; | 106 | [ rdf:type sp:Select ; |
84 | - sp:resultVariables (_:b3) ; | 107 | + sp:resultVariables (_:b4) ; |
85 | sp:where ([ rdf:type sp:Bind ; | 108 | sp:where ([ rdf:type sp:Bind ; |
86 | sp:expression | 109 | sp:expression |
87 | [ rdf:type ep-spin-lib:buildURI ; | 110 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -92,7 +115,7 @@ ep-spin-lib:buildDailyDrillingReportURI | ... | @@ -92,7 +115,7 @@ ep-spin-lib:buildDailyDrillingReportURI |
92 | sp:arg3 spin:_arg2 | 115 | sp:arg3 spin:_arg2 |
93 | ] | 116 | ] |
94 | ] ; | 117 | ] ; |
95 | - sp:variable _:b3 | 118 | + sp:variable _:b4 |
96 | ]) | 119 | ]) |
97 | ] . | 120 | ] . |
98 | 121 | ||
... | @@ -102,7 +125,7 @@ ep-spin-lib:buildEquipmentFailureAndRepairURI | ... | @@ -102,7 +125,7 @@ ep-spin-lib:buildEquipmentFailureAndRepairURI |
102 | rdfs:subClassOf ep-spin-lib:Function ; | 125 | rdfs:subClassOf ep-spin-lib:Function ; |
103 | spin:body | 126 | spin:body |
104 | [ rdf:type sp:Select ; | 127 | [ rdf:type sp:Select ; |
105 | - sp:resultVariables (_:b4) ; | 128 | + sp:resultVariables (_:b5) ; |
106 | sp:where ([ rdf:type sp:Bind ; | 129 | sp:where ([ rdf:type sp:Bind ; |
107 | sp:expression | 130 | sp:expression |
108 | [ rdf:type ep-spin-lib:buildURI ; | 131 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -115,7 +138,7 @@ ep-spin-lib:buildEquipmentFailureAndRepairURI | ... | @@ -115,7 +138,7 @@ ep-spin-lib:buildEquipmentFailureAndRepairURI |
115 | sp:arg5 spin:_arg3 | 138 | sp:arg5 spin:_arg3 |
116 | ] | 139 | ] |
117 | ] ; | 140 | ] ; |
118 | - sp:variable _:b4 | 141 | + sp:variable _:b5 |
119 | ]) | 142 | ]) |
120 | ] . | 143 | ] . |
121 | 144 | ||
... | @@ -125,14 +148,14 @@ ep-spin-lib:buildEquipmentTypeURI | ... | @@ -125,14 +148,14 @@ ep-spin-lib:buildEquipmentTypeURI |
125 | rdfs:subClassOf ep-spin-lib:Function ; | 148 | rdfs:subClassOf ep-spin-lib:Function ; |
126 | spin:body | 149 | spin:body |
127 | [ rdf:type sp:Select ; | 150 | [ rdf:type sp:Select ; |
128 | - sp:resultVariables (_:b5) ; | 151 | + sp:resultVariables (_:b6) ; |
129 | sp:where ([ rdf:type sp:Bind ; | 152 | sp:where ([ rdf:type sp:Bind ; |
130 | sp:expression | 153 | sp:expression |
131 | [ rdf:type ep-spin-lib:buildURI ; | 154 | [ rdf:type ep-spin-lib:buildURI ; |
132 | sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#" ; | 155 | sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#" ; |
133 | sp:arg2 spin:_arg1 | 156 | sp:arg2 spin:_arg1 |
134 | ] ; | 157 | ] ; |
135 | - sp:variable _:b5 | 158 | + sp:variable _:b6 |
136 | ]) | 159 | ]) |
137 | ] . | 160 | ] . |
138 | 161 | ||
... | @@ -142,7 +165,7 @@ ep-spin-lib:buildGasReadingURI | ... | @@ -142,7 +165,7 @@ ep-spin-lib:buildGasReadingURI |
142 | rdfs:subClassOf ep-spin-lib:Function ; | 165 | rdfs:subClassOf ep-spin-lib:Function ; |
143 | spin:body | 166 | spin:body |
144 | [ rdf:type sp:Select ; | 167 | [ rdf:type sp:Select ; |
145 | - sp:resultVariables (_:b6) ; | 168 | + sp:resultVariables (_:b7) ; |
146 | sp:where ([ rdf:type sp:Bind ; | 169 | sp:where ([ rdf:type sp:Bind ; |
147 | sp:expression | 170 | sp:expression |
148 | [ rdf:type ep-spin-lib:buildURI ; | 171 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -153,7 +176,7 @@ ep-spin-lib:buildGasReadingURI | ... | @@ -153,7 +176,7 @@ ep-spin-lib:buildGasReadingURI |
153 | sp:arg3 spin:_arg2 | 176 | sp:arg3 spin:_arg2 |
154 | ] | 177 | ] |
155 | ] ; | 178 | ] ; |
156 | - sp:variable _:b6 | 179 | + sp:variable _:b7 |
157 | ]) | 180 | ]) |
158 | ] . | 181 | ] . |
159 | 182 | ||
... | @@ -163,7 +186,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI | ... | @@ -163,7 +186,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI |
163 | rdfs:subClassOf ep-spin-lib:Function ; | 186 | rdfs:subClassOf ep-spin-lib:Function ; |
164 | spin:body | 187 | spin:body |
165 | [ rdf:type sp:Select ; | 188 | [ rdf:type sp:Select ; |
166 | - sp:resultVariables (_:b7) ; | 189 | + sp:resultVariables (_:b8) ; |
167 | sp:where ([ rdf:type sp:Bind ; | 190 | sp:where ([ rdf:type sp:Bind ; |
168 | sp:expression | 191 | sp:expression |
169 | [ rdf:type ep-spin-lib:buildURI ; | 192 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -174,7 +197,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI | ... | @@ -174,7 +197,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI |
174 | sp:arg3 spin:_arg2 | 197 | sp:arg3 spin:_arg2 |
175 | ] | 198 | ] |
176 | ] ; | 199 | ] ; |
177 | - sp:variable _:b7 | 200 | + sp:variable _:b8 |
178 | ]) | 201 | ]) |
179 | ] . | 202 | ] . |
180 | 203 | ||
... | @@ -184,7 +207,7 @@ ep-spin-lib:buildLithShowObservationURI | ... | @@ -184,7 +207,7 @@ ep-spin-lib:buildLithShowObservationURI |
184 | rdfs:subClassOf ep-spin-lib:Function ; | 207 | rdfs:subClassOf ep-spin-lib:Function ; |
185 | spin:body | 208 | spin:body |
186 | [ rdf:type sp:Select ; | 209 | [ rdf:type sp:Select ; |
187 | - sp:resultVariables (_:b8) ; | 210 | + sp:resultVariables (_:b9) ; |
188 | sp:where ([ rdf:type sp:Bind ; | 211 | sp:where ([ rdf:type sp:Bind ; |
189 | sp:expression | 212 | sp:expression |
190 | [ rdf:type ep-spin-lib:buildURI ; | 213 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -197,7 +220,7 @@ ep-spin-lib:buildLithShowObservationURI | ... | @@ -197,7 +220,7 @@ ep-spin-lib:buildLithShowObservationURI |
197 | sp:arg5 spin:_arg3 | 220 | sp:arg5 spin:_arg3 |
198 | ] | 221 | ] |
199 | ] ; | 222 | ] ; |
200 | - sp:variable _:b8 | 223 | + sp:variable _:b9 |
201 | ]) | 224 | ]) |
202 | ] . | 225 | ] . |
203 | 226 | ||
... | @@ -207,7 +230,7 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI | ... | @@ -207,7 +230,7 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI |
207 | rdfs:subClassOf ep-spin-lib:Function ; | 230 | rdfs:subClassOf ep-spin-lib:Function ; |
208 | spin:body | 231 | spin:body |
209 | [ rdf:type sp:Select ; | 232 | [ rdf:type sp:Select ; |
210 | - sp:resultVariables (_:b9) ; | 233 | + sp:resultVariables (_:b10) ; |
211 | sp:where ([ rdf:type sp:Bind ; | 234 | sp:where ([ rdf:type sp:Bind ; |
212 | sp:expression | 235 | sp:expression |
213 | [ rdf:type ep-spin-lib:buildURI ; | 236 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -220,7 +243,7 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI | ... | @@ -220,7 +243,7 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI |
220 | sp:arg5 spin:_arg3 | 243 | sp:arg5 spin:_arg3 |
221 | ] | 244 | ] |
222 | ] ; | 245 | ] ; |
223 | - sp:variable _:b9 | 246 | + sp:variable _:b10 |
224 | ]) | 247 | ]) |
225 | ] . | 248 | ] . |
226 | 249 | ||
... | @@ -230,7 +253,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI | ... | @@ -230,7 +253,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI |
230 | rdfs:subClassOf ep-spin-lib:Function ; | 253 | rdfs:subClassOf ep-spin-lib:Function ; |
231 | spin:body | 254 | spin:body |
232 | [ rdf:type sp:Select ; | 255 | [ rdf:type sp:Select ; |
233 | - sp:resultVariables (_:b10) ; | 256 | + sp:resultVariables (_:b11) ; |
234 | sp:where ([ rdf:type sp:Bind ; | 257 | sp:where ([ rdf:type sp:Bind ; |
235 | sp:expression | 258 | sp:expression |
236 | [ rdf:type ep-spin-lib:buildURI ; | 259 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -243,7 +266,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI | ... | @@ -243,7 +266,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI |
243 | sp:arg5 spin:_arg3 | 266 | sp:arg5 spin:_arg3 |
244 | ] | 267 | ] |
245 | ] ; | 268 | ] ; |
246 | - sp:variable _:b10 | 269 | + sp:variable _:b11 |
247 | ]) | 270 | ]) |
248 | ] . | 271 | ] . |
249 | 272 | ||
... | @@ -253,7 +276,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI | ... | @@ -253,7 +276,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI |
253 | rdfs:subClassOf ep-spin-lib:Function ; | 276 | rdfs:subClassOf ep-spin-lib:Function ; |
254 | spin:body | 277 | spin:body |
255 | [ rdf:type sp:Select ; | 278 | [ rdf:type sp:Select ; |
256 | - sp:resultVariables (_:b11) ; | 279 | + sp:resultVariables (_:b12) ; |
257 | sp:where ([ rdf:type sp:Bind ; | 280 | sp:where ([ rdf:type sp:Bind ; |
258 | sp:expression | 281 | sp:expression |
259 | [ rdf:type ep-spin-lib:buildURI ; | 282 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -264,7 +287,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI | ... | @@ -264,7 +287,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI |
264 | sp:arg3 spin:_arg2 | 287 | sp:arg3 spin:_arg2 |
265 | ] | 288 | ] |
266 | ] ; | 289 | ] ; |
267 | - sp:variable _:b11 | 290 | + sp:variable _:b12 |
268 | ]) | 291 | ]) |
269 | ] . | 292 | ] . |
270 | 293 | ||
... | @@ -274,7 +297,7 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -274,7 +297,7 @@ ep-spin-lib:buildPartActivityURI |
274 | rdfs:subClassOf ep-spin-lib:Function ; | 297 | rdfs:subClassOf ep-spin-lib:Function ; |
275 | spin:body | 298 | spin:body |
276 | [ rdf:type sp:Select ; | 299 | [ rdf:type sp:Select ; |
277 | - sp:resultVariables (_:b12) ; | 300 | + sp:resultVariables (_:b13) ; |
278 | sp:where ([ rdf:type sp:Bind ; | 301 | sp:where ([ rdf:type sp:Bind ; |
279 | sp:expression | 302 | sp:expression |
280 | [ rdf:type ep-spin-lib:buildURI ; | 303 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -287,7 +310,7 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -287,7 +310,7 @@ ep-spin-lib:buildPartActivityURI |
287 | sp:arg5 spin:_arg3 | 310 | sp:arg5 spin:_arg3 |
288 | ] | 311 | ] |
289 | ] ; | 312 | ] ; |
290 | - sp:variable _:b12 | 313 | + sp:variable _:b13 |
291 | ]) | 314 | ]) |
292 | ] . | 315 | ] . |
293 | 316 | ||
... | @@ -297,7 +320,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI | ... | @@ -297,7 +320,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI |
297 | rdfs:subClassOf ep-spin-lib:Function ; | 320 | rdfs:subClassOf ep-spin-lib:Function ; |
298 | spin:body | 321 | spin:body |
299 | [ rdf:type sp:Select ; | 322 | [ rdf:type sp:Select ; |
300 | - sp:resultVariables (_:b13) ; | 323 | + sp:resultVariables (_:b14) ; |
301 | sp:where ([ rdf:type sp:Bind ; | 324 | sp:where ([ rdf:type sp:Bind ; |
302 | sp:expression | 325 | sp:expression |
303 | [ rdf:type ep-spin-lib:buildURI ; | 326 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -308,7 +331,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI | ... | @@ -308,7 +331,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI |
308 | sp:arg3 spin:_arg2 | 331 | sp:arg3 spin:_arg2 |
309 | ] | 332 | ] |
310 | ] ; | 333 | ] ; |
311 | - sp:variable _:b13 | 334 | + sp:variable _:b14 |
312 | ]) | 335 | ]) |
313 | ] . | 336 | ] . |
314 | 337 | ||
... | @@ -318,7 +341,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI | ... | @@ -318,7 +341,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI |
318 | rdfs:subClassOf ep-spin-lib:Function ; | 341 | rdfs:subClassOf ep-spin-lib:Function ; |
319 | spin:body | 342 | spin:body |
320 | [ rdf:type sp:Select ; | 343 | [ rdf:type sp:Select ; |
321 | - sp:resultVariables (_:b14) ; | 344 | + sp:resultVariables (_:b15) ; |
322 | sp:where ([ rdf:type sp:Bind ; | 345 | sp:where ([ rdf:type sp:Bind ; |
323 | sp:expression | 346 | sp:expression |
324 | [ rdf:type ep-spin-lib:buildURI ; | 347 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -329,7 +352,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI | ... | @@ -329,7 +352,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI |
329 | sp:arg3 spin:_arg2 | 352 | sp:arg3 spin:_arg2 |
330 | ] | 353 | ] |
331 | ] ; | 354 | ] ; |
332 | - sp:variable _:b14 | 355 | + sp:variable _:b15 |
333 | ]) | 356 | ]) |
334 | ] . | 357 | ] . |
335 | 358 | ||
... | @@ -339,7 +362,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWirelineFormationTestURI | ... | @@ -339,7 +362,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWirelineFormationTestURI |
339 | rdfs:subClassOf ep-spin-lib:Function ; | 362 | rdfs:subClassOf ep-spin-lib:Function ; |
340 | spin:body | 363 | spin:body |
341 | [ rdf:type sp:Select ; | 364 | [ rdf:type sp:Select ; |
342 | - sp:resultVariables (_:b15) ; | 365 | + sp:resultVariables (_:b16) ; |
343 | sp:where ([ rdf:type sp:Bind ; | 366 | sp:where ([ rdf:type sp:Bind ; |
344 | sp:expression | 367 | sp:expression |
345 | [ rdf:type ep-spin-lib:buildURI ; | 368 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -350,7 +373,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWirelineFormationTestURI | ... | @@ -350,7 +373,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWirelineFormationTestURI |
350 | sp:arg3 spin:_arg2 | 373 | sp:arg3 spin:_arg2 |
351 | ] | 374 | ] |
352 | ] ; | 375 | ] ; |
353 | - sp:variable _:b15 | 376 | + sp:variable _:b16 |
354 | ]) | 377 | ]) |
355 | ] . | 378 | ] . |
356 | 379 | ||
... | @@ -360,7 +383,7 @@ ep-spin-lib:buildPartOfAWellBoreForGasReadingURI | ... | @@ -360,7 +383,7 @@ ep-spin-lib:buildPartOfAWellBoreForGasReadingURI |
360 | rdfs:subClassOf ep-spin-lib:Function ; | 383 | rdfs:subClassOf ep-spin-lib:Function ; |
361 | spin:body | 384 | spin:body |
362 | [ rdf:type sp:Select ; | 385 | [ rdf:type sp:Select ; |
363 | - sp:resultVariables (_:b16) ; | 386 | + sp:resultVariables (_:b17) ; |
364 | sp:where ([ rdf:type sp:Bind ; | 387 | sp:where ([ rdf:type sp:Bind ; |
365 | sp:expression | 388 | sp:expression |
366 | [ rdf:type ep-spin-lib:buildURI ; | 389 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -371,7 +394,7 @@ ep-spin-lib:buildPartOfAWellBoreForGasReadingURI | ... | @@ -371,7 +394,7 @@ ep-spin-lib:buildPartOfAWellBoreForGasReadingURI |
371 | sp:arg3 spin:_arg2 | 394 | sp:arg3 spin:_arg2 |
372 | ] | 395 | ] |
373 | ] ; | 396 | ] ; |
374 | - sp:variable _:b16 | 397 | + sp:variable _:b17 |
375 | ]) | 398 | ]) |
376 | ] . | 399 | ] . |
377 | 400 | ||
... | @@ -381,7 +404,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI | ... | @@ -381,7 +404,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI |
381 | rdfs:subClassOf ep-spin-lib:Function ; | 404 | rdfs:subClassOf ep-spin-lib:Function ; |
382 | spin:body | 405 | spin:body |
383 | [ rdf:type sp:Select ; | 406 | [ rdf:type sp:Select ; |
384 | - sp:resultVariables (_:b17) ; | 407 | + sp:resultVariables (_:b18) ; |
385 | sp:where ([ rdf:type sp:Bind ; | 408 | sp:where ([ rdf:type sp:Bind ; |
386 | sp:expression | 409 | sp:expression |
387 | [ rdf:type ep-spin-lib:buildURI ; | 410 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -392,7 +415,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI | ... | @@ -392,7 +415,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI |
392 | sp:arg3 spin:_arg2 | 415 | sp:arg3 spin:_arg2 |
393 | ] | 416 | ] |
394 | ] ; | 417 | ] ; |
395 | - sp:variable _:b17 | 418 | + sp:variable _:b18 |
396 | ]) | 419 | ]) |
397 | ] . | 420 | ] . |
398 | 421 | ||
... | @@ -402,7 +425,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI | ... | @@ -402,7 +425,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI |
402 | rdfs:subClassOf ep-spin-lib:Function ; | 425 | rdfs:subClassOf ep-spin-lib:Function ; |
403 | spin:body | 426 | spin:body |
404 | [ rdf:type sp:Select ; | 427 | [ rdf:type sp:Select ; |
405 | - sp:resultVariables (_:b18) ; | 428 | + sp:resultVariables (_:b19) ; |
406 | sp:where ([ rdf:type sp:Bind ; | 429 | sp:where ([ rdf:type sp:Bind ; |
407 | sp:expression | 430 | sp:expression |
408 | [ rdf:type ep-spin-lib:buildURI ; | 431 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -413,7 +436,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI | ... | @@ -413,7 +436,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI |
413 | sp:arg3 spin:_arg2 | 436 | sp:arg3 spin:_arg2 |
414 | ] | 437 | ] |
415 | ] ; | 438 | ] ; |
416 | - sp:variable _:b18 | 439 | + sp:variable _:b19 |
417 | ]) | 440 | ]) |
418 | ] . | 441 | ] . |
419 | 442 | ||
... | @@ -423,7 +446,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI | ... | @@ -423,7 +446,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI |
423 | rdfs:subClassOf ep-spin-lib:Function ; | 446 | rdfs:subClassOf ep-spin-lib:Function ; |
424 | spin:body | 447 | spin:body |
425 | [ rdf:type sp:Select ; | 448 | [ rdf:type sp:Select ; |
426 | - sp:resultVariables (_:b19) ; | 449 | + sp:resultVariables (_:b20) ; |
427 | sp:where ([ rdf:type sp:Bind ; | 450 | sp:where ([ rdf:type sp:Bind ; |
428 | sp:expression | 451 | sp:expression |
429 | [ rdf:type ep-spin-lib:buildURI ; | 452 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -434,7 +457,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI | ... | @@ -434,7 +457,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI |
434 | sp:arg3 spin:_arg2 | 457 | sp:arg3 spin:_arg2 |
435 | ] | 458 | ] |
436 | ] ; | 459 | ] ; |
437 | - sp:variable _:b19 | 460 | + sp:variable _:b20 |
438 | ]) | 461 | ]) |
439 | ] . | 462 | ] . |
440 | 463 | ||
... | @@ -444,7 +467,7 @@ ep-spin-lib:buildPorePressureDeterminationURI | ... | @@ -444,7 +467,7 @@ ep-spin-lib:buildPorePressureDeterminationURI |
444 | rdfs:subClassOf ep-spin-lib:Function ; | 467 | rdfs:subClassOf ep-spin-lib:Function ; |
445 | spin:body | 468 | spin:body |
446 | [ rdf:type sp:Select ; | 469 | [ rdf:type sp:Select ; |
447 | - sp:resultVariables (_:b20) ; | 470 | + sp:resultVariables (_:b21) ; |
448 | sp:where ([ rdf:type sp:Bind ; | 471 | sp:where ([ rdf:type sp:Bind ; |
449 | sp:expression | 472 | sp:expression |
450 | [ rdf:type ep-spin-lib:buildURI ; | 473 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -457,7 +480,7 @@ ep-spin-lib:buildPorePressureDeterminationURI | ... | @@ -457,7 +480,7 @@ ep-spin-lib:buildPorePressureDeterminationURI |
457 | sp:arg5 spin:_arg3 | 480 | sp:arg5 spin:_arg3 |
458 | ] | 481 | ] |
459 | ] ; | 482 | ] ; |
460 | - sp:variable _:b20 | 483 | + sp:variable _:b21 |
461 | ]) | 484 | ]) |
462 | ] . | 485 | ] . |
463 | 486 | ||
... | @@ -467,7 +490,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI | ... | @@ -467,7 +490,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI |
467 | rdfs:subClassOf ep-spin-lib:Function ; | 490 | rdfs:subClassOf ep-spin-lib:Function ; |
468 | spin:body | 491 | spin:body |
469 | [ rdf:type sp:Select ; | 492 | [ rdf:type sp:Select ; |
470 | - sp:resultVariables (_:b21) ; | 493 | + sp:resultVariables (_:b22) ; |
471 | sp:where ([ rdf:type sp:Bind ; | 494 | sp:where ([ rdf:type sp:Bind ; |
472 | sp:expression | 495 | sp:expression |
473 | [ rdf:type ep-spin-lib:buildURI ; | 496 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -480,7 +503,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI | ... | @@ -480,7 +503,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI |
480 | sp:arg5 spin:_arg3 | 503 | sp:arg5 spin:_arg3 |
481 | ] | 504 | ] |
482 | ] ; | 505 | ] ; |
483 | - sp:variable _:b21 | 506 | + sp:variable _:b22 |
484 | ]) | 507 | ]) |
485 | ] . | 508 | ] . |
486 | 509 | ||
... | @@ -490,7 +513,7 @@ ep-spin-lib:buildPreliminaryZonationURI | ... | @@ -490,7 +513,7 @@ ep-spin-lib:buildPreliminaryZonationURI |
490 | rdfs:subClassOf ep-spin-lib:Function ; | 513 | rdfs:subClassOf ep-spin-lib:Function ; |
491 | spin:body | 514 | spin:body |
492 | [ rdf:type sp:Select ; | 515 | [ rdf:type sp:Select ; |
493 | - sp:resultVariables (_:b22) ; | 516 | + sp:resultVariables (_:b23) ; |
494 | sp:where ([ rdf:type sp:Bind ; | 517 | sp:where ([ rdf:type sp:Bind ; |
495 | sp:expression | 518 | sp:expression |
496 | [ rdf:type ep-spin-lib:buildURI ; | 519 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -501,7 +524,7 @@ ep-spin-lib:buildPreliminaryZonationURI | ... | @@ -501,7 +524,7 @@ ep-spin-lib:buildPreliminaryZonationURI |
501 | sp:arg3 spin:_arg2 | 524 | sp:arg3 spin:_arg2 |
502 | ] | 525 | ] |
503 | ] ; | 526 | ] ; |
504 | - sp:variable _:b22 | 527 | + sp:variable _:b23 |
505 | ]) | 528 | ]) |
506 | ] . | 529 | ] . |
507 | 530 | ||
... | @@ -511,14 +534,14 @@ ep-spin-lib:buildRigURI | ... | @@ -511,14 +534,14 @@ ep-spin-lib:buildRigURI |
511 | rdfs:subClassOf ep-spin-lib:Function ; | 534 | rdfs:subClassOf ep-spin-lib:Function ; |
512 | spin:body | 535 | spin:body |
513 | [ rdf:type sp:Select ; | 536 | [ rdf:type sp:Select ; |
514 | - sp:resultVariables (_:b23) ; | 537 | + sp:resultVariables (_:b24) ; |
515 | sp:where ([ rdf:type sp:Bind ; | 538 | sp:where ([ rdf:type sp:Bind ; |
516 | sp:expression | 539 | sp:expression |
517 | [ rdf:type ep-spin-lib:buildURI ; | 540 | [ rdf:type ep-spin-lib:buildURI ; |
518 | sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ; | 541 | sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ; |
519 | sp:arg2 spin:_arg1 | 542 | sp:arg2 spin:_arg1 |
520 | ] ; | 543 | ] ; |
521 | - sp:variable _:b23 | 544 | + sp:variable _:b24 |
522 | ]) | 545 | ]) |
523 | ] . | 546 | ] . |
524 | 547 | ||
... | @@ -528,7 +551,7 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -528,7 +551,7 @@ ep-spin-lib:buildTemporalPartOfARigURI |
528 | rdfs:subClassOf ep-spin-lib:Function ; | 551 | rdfs:subClassOf ep-spin-lib:Function ; |
529 | spin:body | 552 | spin:body |
530 | [ rdf:type sp:Select ; | 553 | [ rdf:type sp:Select ; |
531 | - sp:resultVariables (_:b24) ; | 554 | + sp:resultVariables (_:b25) ; |
532 | sp:where ([ rdf:type sp:Bind ; | 555 | sp:where ([ rdf:type sp:Bind ; |
533 | sp:expression | 556 | sp:expression |
534 | [ rdf:type ep-spin-lib:buildURI ; | 557 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -541,7 +564,7 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -541,7 +564,7 @@ ep-spin-lib:buildTemporalPartOfARigURI |
541 | sp:arg5 spin:_arg3 | 564 | sp:arg5 spin:_arg3 |
542 | ] | 565 | ] |
543 | ] ; | 566 | ] ; |
544 | - sp:variable _:b24 | 567 | + sp:variable _:b25 |
545 | ]) | 568 | ]) |
546 | ] . | 569 | ] . |
547 | 570 | ||
... | @@ -551,7 +574,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI | ... | @@ -551,7 +574,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI |
551 | rdfs:subClassOf ep-spin-lib:Function ; | 574 | rdfs:subClassOf ep-spin-lib:Function ; |
552 | spin:body | 575 | spin:body |
553 | [ rdf:type sp:Select ; | 576 | [ rdf:type sp:Select ; |
554 | - sp:resultVariables (_:b25) ; | 577 | + sp:resultVariables (_:b26) ; |
555 | sp:where ([ rdf:type sp:Bind ; | 578 | sp:where ([ rdf:type sp:Bind ; |
556 | sp:expression | 579 | sp:expression |
557 | [ rdf:type ep-spin-lib:buildURI ; | 580 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -564,7 +587,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI | ... | @@ -564,7 +587,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI |
564 | sp:arg5 spin:_arg3 | 587 | sp:arg5 spin:_arg3 |
565 | ] | 588 | ] |
566 | ] ; | 589 | ] ; |
567 | - sp:variable _:b25 | 590 | + sp:variable _:b26 |
568 | ]) | 591 | ]) |
569 | ] . | 592 | ] . |
570 | 593 | ||
... | @@ -574,7 +597,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | ... | @@ -574,7 +597,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
574 | rdfs:subClassOf ep-spin-lib:Function ; | 597 | rdfs:subClassOf ep-spin-lib:Function ; |
575 | spin:body | 598 | spin:body |
576 | [ rdf:type sp:Select ; | 599 | [ rdf:type sp:Select ; |
577 | - sp:resultVariables (_:b26) ; | 600 | + sp:resultVariables (_:b27) ; |
578 | sp:where ([ rdf:type sp:Bind ; | 601 | sp:where ([ rdf:type sp:Bind ; |
579 | sp:expression | 602 | sp:expression |
580 | [ rdf:type ep-spin-lib:buildURI ; | 603 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -585,7 +608,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | ... | @@ -585,7 +608,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
585 | sp:arg3 spin:_arg2 | 608 | sp:arg3 spin:_arg2 |
586 | ] | 609 | ] |
587 | ] ; | 610 | ] ; |
588 | - sp:variable _:b26 | 611 | + sp:variable _:b27 |
589 | ]) | 612 | ]) |
590 | ] . | 613 | ] . |
591 | 614 | ||
... | @@ -595,7 +618,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -595,7 +618,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
595 | rdfs:subClassOf ep-spin-lib:Function ; | 618 | rdfs:subClassOf ep-spin-lib:Function ; |
596 | spin:body | 619 | spin:body |
597 | [ rdf:type sp:Select ; | 620 | [ rdf:type sp:Select ; |
598 | - sp:resultVariables (_:b27) ; | 621 | + sp:resultVariables (_:b28) ; |
599 | sp:where ([ rdf:type sp:Bind ; | 622 | sp:where ([ rdf:type sp:Bind ; |
600 | sp:expression | 623 | sp:expression |
601 | [ rdf:type ep-spin-lib:buildURI ; | 624 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -608,7 +631,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -608,7 +631,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
608 | sp:arg5 spin:_arg3 | 631 | sp:arg5 spin:_arg3 |
609 | ] | 632 | ] |
610 | ] ; | 633 | ] ; |
611 | - sp:variable _:b27 | 634 | + sp:variable _:b28 |
612 | ]) | 635 | ]) |
613 | ] . | 636 | ] . |
614 | 637 | ||
... | @@ -618,14 +641,14 @@ ep-spin-lib:buildTemporaryWellBoreURI | ... | @@ -618,14 +641,14 @@ ep-spin-lib:buildTemporaryWellBoreURI |
618 | rdfs:subClassOf ep-spin-lib:Function ; | 641 | rdfs:subClassOf ep-spin-lib:Function ; |
619 | spin:body | 642 | spin:body |
620 | [ rdf:type sp:Select ; | 643 | [ rdf:type sp:Select ; |
621 | - sp:resultVariables (_:b28) ; | 644 | + sp:resultVariables (_:b29) ; |
622 | sp:where ([ rdf:type sp:Bind ; | 645 | sp:where ([ rdf:type sp:Bind ; |
623 | sp:expression | 646 | sp:expression |
624 | [ rdf:type ep-spin-lib:buildURI ; | 647 | [ rdf:type ep-spin-lib:buildURI ; |
625 | sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ; | 648 | sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ; |
626 | sp:arg2 spin:_arg1 | 649 | sp:arg2 spin:_arg1 |
627 | ] ; | 650 | ] ; |
628 | - sp:variable _:b28 | 651 | + sp:variable _:b29 |
629 | ]) | 652 | ]) |
630 | ] . | 653 | ] . |
631 | 654 | ||
... | @@ -635,7 +658,7 @@ ep-spin-lib:buildURI | ... | @@ -635,7 +658,7 @@ ep-spin-lib:buildURI |
635 | rdfs:subClassOf ep-spin-lib:Function ; | 658 | rdfs:subClassOf ep-spin-lib:Function ; |
636 | spin:body | 659 | spin:body |
637 | [ rdf:type sp:Select ; | 660 | [ rdf:type sp:Select ; |
638 | - sp:resultVariables (_:b29) ; | 661 | + sp:resultVariables (_:b30) ; |
639 | sp:where ([ rdf:type sp:Bind ; | 662 | sp:where ([ rdf:type sp:Bind ; |
640 | sp:expression | 663 | sp:expression |
641 | [ rdf:type sp:iri ; | 664 | [ rdf:type sp:iri ; |
... | @@ -644,17 +667,17 @@ ep-spin-lib:buildURI | ... | @@ -644,17 +667,17 @@ ep-spin-lib:buildURI |
644 | sp:arg2 spin:_arg2 | 667 | sp:arg2 spin:_arg2 |
645 | ] | 668 | ] |
646 | ] ; | 669 | ] ; |
647 | - sp:variable _:b29 | 670 | + sp:variable _:b30 |
648 | ]) | 671 | ]) |
649 | ] ; | 672 | ] ; |
650 | spin:constraint | 673 | spin:constraint |
651 | [ rdf:type spl:Argument ; | 674 | [ rdf:type spl:Argument ; |
652 | - spl:predicate sp:arg2 ; | 675 | + spl:predicate sp:arg1 ; |
653 | spl:valueType xsd:string | 676 | spl:valueType xsd:string |
654 | ] ; | 677 | ] ; |
655 | spin:constraint | 678 | spin:constraint |
656 | [ rdf:type spl:Argument ; | 679 | [ rdf:type spl:Argument ; |
657 | - spl:predicate sp:arg1 ; | 680 | + spl:predicate sp:arg2 ; |
658 | spl:valueType xsd:string | 681 | spl:valueType xsd:string |
659 | ] . | 682 | ] . |
660 | 683 | ||
... | @@ -664,7 +687,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -664,7 +687,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
664 | rdfs:subClassOf ep-spin-lib:Function ; | 687 | rdfs:subClassOf ep-spin-lib:Function ; |
665 | spin:body | 688 | spin:body |
666 | [ rdf:type sp:Select ; | 689 | [ rdf:type sp:Select ; |
667 | - sp:resultVariables (_:b30) ; | 690 | + sp:resultVariables (_:b31) ; |
668 | sp:where ([ rdf:type sp:Bind ; | 691 | sp:where ([ rdf:type sp:Bind ; |
669 | sp:expression | 692 | sp:expression |
670 | [ rdf:type ep-spin-lib:buildURI ; | 693 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -677,7 +700,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -677,7 +700,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
677 | sp:arg5 spin:_arg3 | 700 | sp:arg5 spin:_arg3 |
678 | ] | 701 | ] |
679 | ] ; | 702 | ] ; |
680 | - sp:variable _:b30 | 703 | + sp:variable _:b31 |
681 | ]) | 704 | ]) |
682 | ] . | 705 | ] . |
683 | 706 | ||
... | @@ -687,7 +710,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -687,7 +710,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
687 | rdfs:subClassOf ep-spin-lib:Function ; | 710 | rdfs:subClassOf ep-spin-lib:Function ; |
688 | spin:body | 711 | spin:body |
689 | [ rdf:type sp:Select ; | 712 | [ rdf:type sp:Select ; |
690 | - sp:resultVariables (_:b31) ; | 713 | + sp:resultVariables (_:b32) ; |
691 | sp:where ([ rdf:type sp:Bind ; | 714 | sp:where ([ rdf:type sp:Bind ; |
692 | sp:expression | 715 | sp:expression |
693 | [ rdf:type ep-spin-lib:buildURI ; | 716 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -696,7 +719,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -696,7 +719,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
696 | sp:arg1 spin:_arg1 | 719 | sp:arg1 spin:_arg1 |
697 | ] | 720 | ] |
698 | ] ; | 721 | ] ; |
699 | - sp:variable _:b31 | 722 | + sp:variable _:b32 |
700 | ]) | 723 | ]) |
701 | ] . | 724 | ] . |
702 | 725 | ||
... | @@ -706,7 +729,7 @@ ep-spin-lib:buildWellBoreLogURI | ... | @@ -706,7 +729,7 @@ ep-spin-lib:buildWellBoreLogURI |
706 | rdfs:subClassOf ep-spin-lib:Function ; | 729 | rdfs:subClassOf ep-spin-lib:Function ; |
707 | spin:body | 730 | spin:body |
708 | [ rdf:type sp:Select ; | 731 | [ rdf:type sp:Select ; |
709 | - sp:resultVariables (_:b32) ; | 732 | + sp:resultVariables (_:b33) ; |
710 | sp:where ([ rdf:type sp:Bind ; | 733 | sp:where ([ rdf:type sp:Bind ; |
711 | sp:expression | 734 | sp:expression |
712 | [ rdf:type ep-spin-lib:buildURI ; | 735 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -719,7 +742,7 @@ ep-spin-lib:buildWellBoreLogURI | ... | @@ -719,7 +742,7 @@ ep-spin-lib:buildWellBoreLogURI |
719 | sp:arg5 spin:_arg3 | 742 | sp:arg5 spin:_arg3 |
720 | ] | 743 | ] |
721 | ] ; | 744 | ] ; |
722 | - sp:variable _:b32 | 745 | + sp:variable _:b33 |
723 | ]) | 746 | ]) |
724 | ] . | 747 | ] . |
725 | 748 | ||
... | @@ -729,7 +752,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -729,7 +752,7 @@ ep-spin-lib:buildWellCementJobURI |
729 | rdfs:subClassOf ep-spin-lib:Function ; | 752 | rdfs:subClassOf ep-spin-lib:Function ; |
730 | spin:body | 753 | spin:body |
731 | [ rdf:type sp:Select ; | 754 | [ rdf:type sp:Select ; |
732 | - sp:resultVariables (_:b33) ; | 755 | + sp:resultVariables (_:b34) ; |
733 | sp:where ([ rdf:type sp:Bind ; | 756 | sp:where ([ rdf:type sp:Bind ; |
734 | sp:expression | 757 | sp:expression |
735 | [ rdf:type ep-spin-lib:buildURI ; | 758 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -740,7 +763,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -740,7 +763,7 @@ ep-spin-lib:buildWellCementJobURI |
740 | sp:arg3 spin:_arg2 | 763 | sp:arg3 spin:_arg2 |
741 | ] | 764 | ] |
742 | ] ; | 765 | ] ; |
743 | - sp:variable _:b33 | 766 | + sp:variable _:b34 |
744 | ]) | 767 | ]) |
745 | ] . | 768 | ] . |
746 | 769 | ||
... | @@ -750,7 +773,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -750,7 +773,7 @@ ep-spin-lib:buildWellControlIncidentURI |
750 | rdfs:subClassOf ep-spin-lib:Function ; | 773 | rdfs:subClassOf ep-spin-lib:Function ; |
751 | spin:body | 774 | spin:body |
752 | [ rdf:type sp:Select ; | 775 | [ rdf:type sp:Select ; |
753 | - sp:resultVariables (_:b34) ; | 776 | + sp:resultVariables (_:b35) ; |
754 | sp:where ([ rdf:type sp:Bind ; | 777 | sp:where ([ rdf:type sp:Bind ; |
755 | sp:expression | 778 | sp:expression |
756 | [ rdf:type ep-spin-lib:buildURI ; | 779 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -761,7 +784,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -761,7 +784,7 @@ ep-spin-lib:buildWellControlIncidentURI |
761 | sp:arg3 spin:_arg2 | 784 | sp:arg3 spin:_arg2 |
762 | ] | 785 | ] |
763 | ] ; | 786 | ] ; |
764 | - sp:variable _:b34 | 787 | + sp:variable _:b35 |
765 | ]) | 788 | ]) |
766 | ] . | 789 | ] . |
767 | 790 | ||
... | @@ -771,7 +794,7 @@ ep-spin-lib:buildWellCoreURI | ... | @@ -771,7 +794,7 @@ ep-spin-lib:buildWellCoreURI |
771 | rdfs:subClassOf ep-spin-lib:Function ; | 794 | rdfs:subClassOf ep-spin-lib:Function ; |
772 | spin:body | 795 | spin:body |
773 | [ rdf:type sp:Select ; | 796 | [ rdf:type sp:Select ; |
774 | - sp:resultVariables (_:b35) ; | 797 | + sp:resultVariables (_:b36) ; |
775 | sp:where ([ rdf:type sp:Bind ; | 798 | sp:where ([ rdf:type sp:Bind ; |
776 | sp:expression | 799 | sp:expression |
777 | [ rdf:type ep-spin-lib:buildURI ; | 800 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -782,7 +805,7 @@ ep-spin-lib:buildWellCoreURI | ... | @@ -782,7 +805,7 @@ ep-spin-lib:buildWellCoreURI |
782 | sp:arg3 spin:_arg2 | 805 | sp:arg3 spin:_arg2 |
783 | ] | 806 | ] |
784 | ] ; | 807 | ] ; |
785 | - sp:variable _:b35 | 808 | + sp:variable _:b36 |
786 | ]) | 809 | ]) |
787 | ] . | 810 | ] . |
788 | 811 | ||
... | @@ -792,7 +815,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -792,7 +815,7 @@ ep-spin-lib:buildWellStimulationURI |
792 | rdfs:subClassOf ep-spin-lib:Function ; | 815 | rdfs:subClassOf ep-spin-lib:Function ; |
793 | spin:body | 816 | spin:body |
794 | [ rdf:type sp:Select ; | 817 | [ rdf:type sp:Select ; |
795 | - sp:resultVariables (_:b36) ; | 818 | + sp:resultVariables (_:b37) ; |
796 | sp:where ([ rdf:type sp:Bind ; | 819 | sp:where ([ rdf:type sp:Bind ; |
797 | sp:expression | 820 | sp:expression |
798 | [ rdf:type ep-spin-lib:buildURI ; | 821 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -803,7 +826,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -803,7 +826,7 @@ ep-spin-lib:buildWellStimulationURI |
803 | sp:arg3 spin:_arg2 | 826 | sp:arg3 spin:_arg2 |
804 | ] | 827 | ] |
805 | ] ; | 828 | ] ; |
806 | - sp:variable _:b36 | 829 | + sp:variable _:b37 |
807 | ]) | 830 | ]) |
808 | ] . | 831 | ] . |
809 | 832 | ||
... | @@ -813,7 +836,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -813,7 +836,7 @@ ep-spin-lib:buildWellTestURI |
813 | rdfs:subClassOf ep-spin-lib:Function ; | 836 | rdfs:subClassOf ep-spin-lib:Function ; |
814 | spin:body | 837 | spin:body |
815 | [ rdf:type sp:Select ; | 838 | [ rdf:type sp:Select ; |
816 | - sp:resultVariables (_:b37) ; | 839 | + sp:resultVariables (_:b38) ; |
817 | sp:where ([ rdf:type sp:Bind ; | 840 | sp:where ([ rdf:type sp:Bind ; |
818 | sp:expression | 841 | sp:expression |
819 | [ rdf:type ep-spin-lib:buildURI ; | 842 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -824,7 +847,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -824,7 +847,7 @@ ep-spin-lib:buildWellTestURI |
824 | sp:arg3 spin:_arg2 | 847 | sp:arg3 spin:_arg2 |
825 | ] | 848 | ] |
826 | ] ; | 849 | ] ; |
827 | - sp:variable _:b37 | 850 | + sp:variable _:b38 |
828 | ]) | 851 | ]) |
829 | ] . | 852 | ] . |
830 | 853 | ||
... | @@ -834,7 +857,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -834,7 +857,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
834 | rdfs:subClassOf ep-spin-lib:Function ; | 857 | rdfs:subClassOf ep-spin-lib:Function ; |
835 | spin:body | 858 | spin:body |
836 | [ rdf:type sp:Select ; | 859 | [ rdf:type sp:Select ; |
837 | - sp:resultVariables (_:b38) ; | 860 | + sp:resultVariables (_:b39) ; |
838 | sp:where ([ rdf:type sp:Bind ; | 861 | sp:where ([ rdf:type sp:Bind ; |
839 | sp:expression | 862 | sp:expression |
840 | [ rdf:type ep-spin-lib:buildURI ; | 863 | [ rdf:type ep-spin-lib:buildURI ; |
... | @@ -845,7 +868,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -845,7 +868,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
845 | sp:arg3 spin:_arg2 | 868 | sp:arg3 spin:_arg2 |
846 | ] | 869 | ] |
847 | ] ; | 870 | ] ; |
848 | - sp:variable _:b38 | 871 | + sp:variable _:b39 |
849 | ]) | 872 | ]) |
850 | ] . | 873 | ] . |
851 | 874 | ||
... | @@ -855,7 +878,7 @@ ep-spin-lib:normalizeString | ... | @@ -855,7 +878,7 @@ ep-spin-lib:normalizeString |
855 | rdfs:subClassOf ep-spin-lib:Function ; | 878 | rdfs:subClassOf ep-spin-lib:Function ; |
856 | spin:body | 879 | spin:body |
857 | [ rdf:type sp:Select ; | 880 | [ rdf:type sp:Select ; |
858 | - sp:resultVariables (_:b39) ; | 881 | + sp:resultVariables (_:b40) ; |
859 | sp:where ([ rdf:type sp:Bind ; | 882 | sp:where ([ rdf:type sp:Bind ; |
860 | sp:expression | 883 | sp:expression |
861 | [ rdf:type smf:regex ; | 884 | [ rdf:type smf:regex ; |
... | @@ -863,67 +886,67 @@ ep-spin-lib:normalizeString | ... | @@ -863,67 +886,67 @@ ep-spin-lib:normalizeString |
863 | sp:arg2 "\\((.*)\\)" ; | 886 | sp:arg2 "\\((.*)\\)" ; |
864 | sp:arg3 "" | 887 | sp:arg3 "" |
865 | ] ; | 888 | ] ; |
866 | - sp:variable _:b40 | 889 | + sp:variable _:b41 |
867 | ] [ rdf:type sp:Bind ; | 890 | ] [ rdf:type sp:Bind ; |
868 | sp:expression | 891 | sp:expression |
869 | [ rdf:type smf:trim ; | 892 | [ rdf:type smf:trim ; |
870 | - sp:arg1 _:b40 | 893 | + sp:arg1 _:b41 |
871 | ] ; | 894 | ] ; |
872 | - sp:variable _:b41 | 895 | + sp:variable _:b42 |
873 | ] [ rdf:type sp:Bind ; | 896 | ] [ rdf:type sp:Bind ; |
874 | sp:expression | 897 | sp:expression |
875 | [ rdf:type smf:encodeURL ; | 898 | [ rdf:type smf:encodeURL ; |
876 | - sp:arg1 _:b41 | 899 | + sp:arg1 _:b42 |
877 | ] ; | 900 | ] ; |
878 | - sp:variable _:b42 | 901 | + sp:variable _:b43 |
879 | ] [ rdf:type sp:Bind ; | 902 | ] [ rdf:type sp:Bind ; |
880 | sp:expression | 903 | sp:expression |
881 | [ rdf:type smf:regex ; | 904 | [ rdf:type smf:regex ; |
882 | - sp:arg1 _:b42 ; | 905 | + sp:arg1 _:b43 ; |
883 | sp:arg2 "%2F" ; | 906 | sp:arg2 "%2F" ; |
884 | sp:arg3 "_" | 907 | sp:arg3 "_" |
885 | ] ; | 908 | ] ; |
886 | - sp:variable _:b43 | 909 | + sp:variable _:b44 |
887 | ] [ rdf:type sp:Bind ; | 910 | ] [ rdf:type sp:Bind ; |
888 | sp:expression | 911 | sp:expression |
889 | [ rdf:type smf:regex ; | 912 | [ rdf:type smf:regex ; |
890 | - sp:arg1 _:b43 ; | 913 | + sp:arg1 _:b44 ; |
891 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 914 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
892 | sp:arg3 "" | 915 | sp:arg3 "" |
893 | ] ; | 916 | ] ; |
894 | - sp:variable _:b44 | 917 | + sp:variable _:b45 |
895 | ] [ rdf:type sp:Bind ; | 918 | ] [ rdf:type sp:Bind ; |
896 | sp:expression | 919 | sp:expression |
897 | [ rdf:type smf:regex ; | 920 | [ rdf:type smf:regex ; |
898 | - sp:arg1 _:b44 ; | 921 | + sp:arg1 _:b45 ; |
899 | sp:arg2 "\\+" ; | 922 | sp:arg2 "\\+" ; |
900 | sp:arg3 "_" | 923 | sp:arg3 "_" |
901 | ] ; | 924 | ] ; |
902 | - sp:variable _:b45 | 925 | + sp:variable _:b46 |
903 | ] [ rdf:type sp:Bind ; | 926 | ] [ rdf:type sp:Bind ; |
904 | sp:expression | 927 | sp:expression |
905 | [ rdf:type smf:regex ; | 928 | [ rdf:type smf:regex ; |
906 | - sp:arg1 _:b45 ; | 929 | + sp:arg1 _:b46 ; |
907 | sp:arg2 "_+" ; | 930 | sp:arg2 "_+" ; |
908 | sp:arg3 "_" | 931 | sp:arg3 "_" |
909 | ] ; | 932 | ] ; |
910 | - sp:variable _:b46 | 933 | + sp:variable _:b47 |
911 | ] [ rdf:type sp:Bind ; | 934 | ] [ rdf:type sp:Bind ; |
912 | sp:expression | 935 | sp:expression |
913 | [ rdf:type smf:regex ; | 936 | [ rdf:type smf:regex ; |
914 | - sp:arg1 _:b46 ; | 937 | + sp:arg1 _:b47 ; |
915 | sp:arg2 "\\*" ; | 938 | sp:arg2 "\\*" ; |
916 | sp:arg3 "" | 939 | sp:arg3 "" |
917 | ] ; | 940 | ] ; |
918 | - sp:variable _:b47 | 941 | + sp:variable _:b48 |
919 | ] [ rdf:type sp:Bind ; | 942 | ] [ rdf:type sp:Bind ; |
920 | sp:expression | 943 | sp:expression |
921 | [ rdf:type xsd:string ; | 944 | [ rdf:type xsd:string ; |
922 | sp:arg1 [ rdf:type smf:upperCase ; | 945 | sp:arg1 [ rdf:type smf:upperCase ; |
923 | - sp:arg1 _:b47 | 946 | + sp:arg1 _:b48 |
924 | ] | 947 | ] |
925 | ] ; | 948 | ] ; |
926 | - sp:variable _:b39 | 949 | + sp:variable _:b40 |
927 | ]) | 950 | ]) |
928 | ] ; | 951 | ] ; |
929 | spin:constraint | 952 | spin:constraint |
... | @@ -938,7 +961,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -938,7 +961,7 @@ ep-spin-lib:selectActivitySuccessType |
938 | rdfs:subClassOf ep-spin-lib:Function ; | 961 | rdfs:subClassOf ep-spin-lib:Function ; |
939 | spin:body | 962 | spin:body |
940 | [ rdf:type sp:Select ; | 963 | [ rdf:type sp:Select ; |
941 | - sp:resultVariables (_:b48) ; | 964 | + sp:resultVariables (_:b49) ; |
942 | sp:where ([ rdf:type sp:Bind ; | 965 | sp:where ([ rdf:type sp:Bind ; |
943 | sp:expression | 966 | sp:expression |
944 | [ rdf:type sp:if ; | 967 | [ rdf:type sp:if ; |
... | @@ -949,7 +972,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -949,7 +972,7 @@ ep-spin-lib:selectActivitySuccessType |
949 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; | 972 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; |
950 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> | 973 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> |
951 | ] ; | 974 | ] ; |
952 | - sp:variable _:b48 | 975 | + sp:variable _:b49 |
953 | ]) | 976 | ]) |
954 | ] . | 977 | ] . |
955 | 978 | ||
... | @@ -959,7 +982,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -959,7 +982,7 @@ ep-spin-lib:selectCasingRoleType |
959 | rdfs:subClassOf ep-spin-lib:Function ; | 982 | rdfs:subClassOf ep-spin-lib:Function ; |
960 | spin:body | 983 | spin:body |
961 | [ rdf:type sp:Select ; | 984 | [ rdf:type sp:Select ; |
962 | - sp:resultVariables (_:b49) ; | 985 | + sp:resultVariables (_:b50) ; |
963 | sp:where ([ rdf:type sp:Bind ; | 986 | sp:where ([ rdf:type sp:Bind ; |
964 | sp:expression | 987 | sp:expression |
965 | [ rdf:type sp:if ; | 988 | [ rdf:type sp:if ; |
... | @@ -984,7 +1007,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -984,7 +1007,7 @@ ep-spin-lib:selectCasingRoleType |
984 | ] | 1007 | ] |
985 | ] | 1008 | ] |
986 | ] ; | 1009 | ] ; |
987 | - sp:variable _:b49 | 1010 | + sp:variable _:b50 |
988 | ]) | 1011 | ]) |
989 | ] . | 1012 | ] . |
990 | 1013 | ||
... | @@ -994,7 +1017,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -994,7 +1017,7 @@ ep-spin-lib:selectCementingFluidReturnType |
994 | rdfs:subClassOf ep-spin-lib:Function ; | 1017 | rdfs:subClassOf ep-spin-lib:Function ; |
995 | spin:body | 1018 | spin:body |
996 | [ rdf:type sp:Select ; | 1019 | [ rdf:type sp:Select ; |
997 | - sp:resultVariables (_:b50) ; | 1020 | + sp:resultVariables (_:b51) ; |
998 | sp:where ([ rdf:type sp:Bind ; | 1021 | sp:where ([ rdf:type sp:Bind ; |
999 | sp:expression | 1022 | sp:expression |
1000 | [ rdf:type sp:if ; | 1023 | [ rdf:type sp:if ; |
... | @@ -1005,7 +1028,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -1005,7 +1028,7 @@ ep-spin-lib:selectCementingFluidReturnType |
1005 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; | 1028 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; |
1006 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> | 1029 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> |
1007 | ] ; | 1030 | ] ; |
1008 | - sp:variable _:b50 | 1031 | + sp:variable _:b51 |
1009 | ]) | 1032 | ]) |
1010 | ] . | 1033 | ] . |
1011 | 1034 | ||
... | @@ -1060,7 +1083,7 @@ ep-spin-lib:selectComponentType | ... | @@ -1060,7 +1083,7 @@ ep-spin-lib:selectComponentType |
1060 | rdfs:subClassOf ep-spin-lib:Function ; | 1083 | rdfs:subClassOf ep-spin-lib:Function ; |
1061 | spin:body | 1084 | spin:body |
1062 | [ rdf:type sp:Select ; | 1085 | [ rdf:type sp:Select ; |
1063 | - sp:resultVariables (_:b51) ; | 1086 | + sp:resultVariables (_:b52) ; |
1064 | sp:where ([ rdf:type sp:Bind ; | 1087 | sp:where ([ rdf:type sp:Bind ; |
1065 | sp:expression | 1088 | sp:expression |
1066 | [ rdf:type sp:if ; | 1089 | [ rdf:type sp:if ; |
... | @@ -1099,7 +1122,7 @@ ep-spin-lib:selectComponentType | ... | @@ -1099,7 +1122,7 @@ ep-spin-lib:selectComponentType |
1099 | ] | 1122 | ] |
1100 | ] | 1123 | ] |
1101 | ] ; | 1124 | ] ; |
1102 | - sp:variable _:b51 | 1125 | + sp:variable _:b52 |
1103 | ]) | 1126 | ]) |
1104 | ] . | 1127 | ] . |
1105 | 1128 | ||
... | @@ -1109,7 +1132,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1109,7 +1132,7 @@ ep-spin-lib:selectDailyDrillingReportType |
1109 | rdfs:subClassOf ep-spin-lib:Function ; | 1132 | rdfs:subClassOf ep-spin-lib:Function ; |
1110 | spin:body | 1133 | spin:body |
1111 | [ rdf:type sp:Select ; | 1134 | [ rdf:type sp:Select ; |
1112 | - sp:resultVariables (_:b52) ; | 1135 | + sp:resultVariables (_:b53) ; |
1113 | sp:where ([ rdf:type sp:Bind ; | 1136 | sp:where ([ rdf:type sp:Bind ; |
1114 | sp:expression | 1137 | sp:expression |
1115 | [ rdf:type sp:if ; | 1138 | [ rdf:type sp:if ; |
... | @@ -1127,7 +1150,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1127,7 +1150,7 @@ ep-spin-lib:selectDailyDrillingReportType |
1127 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | 1150 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> |
1128 | ] | 1151 | ] |
1129 | ] ; | 1152 | ] ; |
1130 | - sp:variable _:b52 | 1153 | + sp:variable _:b53 |
1131 | ]) | 1154 | ]) |
1132 | ] . | 1155 | ] . |
1133 | 1156 | ||
... | @@ -1137,7 +1160,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1137,7 +1160,7 @@ ep-spin-lib:selectDensityScale |
1137 | rdfs:subClassOf ep-spin-lib:Function ; | 1160 | rdfs:subClassOf ep-spin-lib:Function ; |
1138 | spin:body | 1161 | spin:body |
1139 | [ rdf:type sp:Select ; | 1162 | [ rdf:type sp:Select ; |
1140 | - sp:resultVariables (_:b53) ; | 1163 | + sp:resultVariables (_:b54) ; |
1141 | sp:where ([ rdf:type sp:Bind ; | 1164 | sp:where ([ rdf:type sp:Bind ; |
1142 | sp:expression | 1165 | sp:expression |
1143 | [ rdf:type sp:if ; | 1166 | [ rdf:type sp:if ; |
... | @@ -1155,7 +1178,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1155,7 +1178,7 @@ ep-spin-lib:selectDensityScale |
1155 | sp:arg3 owl:Thing | 1178 | sp:arg3 owl:Thing |
1156 | ] | 1179 | ] |
1157 | ] ; | 1180 | ] ; |
1158 | - sp:variable _:b53 | 1181 | + sp:variable _:b54 |
1159 | ]) | 1182 | ]) |
1160 | ] . | 1183 | ] . |
1161 | 1184 | ||
... | @@ -1165,7 +1188,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1165,7 +1188,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
1165 | rdfs:subClassOf ep-spin-lib:Function ; | 1188 | rdfs:subClassOf ep-spin-lib:Function ; |
1166 | spin:body | 1189 | spin:body |
1167 | [ rdf:type sp:Select ; | 1190 | [ rdf:type sp:Select ; |
1168 | - sp:resultVariables (_:b54) ; | 1191 | + sp:resultVariables (_:b55) ; |
1169 | sp:where ([ rdf:type sp:Bind ; | 1192 | sp:where ([ rdf:type sp:Bind ; |
1170 | sp:expression | 1193 | sp:expression |
1171 | [ rdf:type sp:if ; | 1194 | [ rdf:type sp:if ; |
... | @@ -1232,7 +1255,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1232,7 +1255,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
1232 | ] | 1255 | ] |
1233 | ] | 1256 | ] |
1234 | ] ; | 1257 | ] ; |
1235 | - sp:variable _:b54 | 1258 | + sp:variable _:b55 |
1236 | ]) | 1259 | ]) |
1237 | ] . | 1260 | ] . |
1238 | 1261 | ||
... | @@ -1242,7 +1265,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1242,7 +1265,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
1242 | rdfs:subClassOf ep-spin-lib:Function ; | 1265 | rdfs:subClassOf ep-spin-lib:Function ; |
1243 | spin:body | 1266 | spin:body |
1244 | [ rdf:type sp:Select ; | 1267 | [ rdf:type sp:Select ; |
1245 | - sp:resultVariables (_:b55) ; | 1268 | + sp:resultVariables (_:b56) ; |
1246 | sp:where ([ rdf:type sp:Bind ; | 1269 | sp:where ([ rdf:type sp:Bind ; |
1247 | sp:expression | 1270 | sp:expression |
1248 | [ rdf:type sp:if ; | 1271 | [ rdf:type sp:if ; |
... | @@ -1827,7 +1850,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1827,7 +1850,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
1827 | ] | 1850 | ] |
1828 | ] | 1851 | ] |
1829 | ] ; | 1852 | ] ; |
1830 | - sp:variable _:b55 | 1853 | + sp:variable _:b56 |
1831 | ]) | 1854 | ]) |
1832 | ] . | 1855 | ] . |
1833 | 1856 | ||
... | @@ -1837,7 +1860,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1837,7 +1860,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
1837 | rdfs:subClassOf ep-spin-lib:Function ; | 1860 | rdfs:subClassOf ep-spin-lib:Function ; |
1838 | spin:body | 1861 | spin:body |
1839 | [ rdf:type sp:Select ; | 1862 | [ rdf:type sp:Select ; |
1840 | - sp:resultVariables (_:b56) ; | 1863 | + sp:resultVariables (_:b57) ; |
1841 | sp:where ([ rdf:type sp:Bind ; | 1864 | sp:where ([ rdf:type sp:Bind ; |
1842 | sp:expression | 1865 | sp:expression |
1843 | [ rdf:type sp:if ; | 1866 | [ rdf:type sp:if ; |
... | @@ -1876,7 +1899,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1876,7 +1899,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
1876 | ] | 1899 | ] |
1877 | ] | 1900 | ] |
1878 | ] ; | 1901 | ] ; |
1879 | - sp:variable _:b56 | 1902 | + sp:variable _:b57 |
1880 | ]) | 1903 | ]) |
1881 | ] . | 1904 | ] . |
1882 | 1905 | ||
... | @@ -1886,7 +1909,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -1886,7 +1909,7 @@ ep-spin-lib:selectDrillingEquipmentType |
1886 | rdfs:subClassOf ep-spin-lib:Function ; | 1909 | rdfs:subClassOf ep-spin-lib:Function ; |
1887 | spin:body | 1910 | spin:body |
1888 | [ rdf:type sp:Select ; | 1911 | [ rdf:type sp:Select ; |
1889 | - sp:resultVariables (_:b57) ; | 1912 | + sp:resultVariables (_:b58) ; |
1890 | sp:where ([ rdf:type sp:Bind ; | 1913 | sp:where ([ rdf:type sp:Bind ; |
1891 | sp:expression | 1914 | sp:expression |
1892 | [ rdf:type sp:if ; | 1915 | [ rdf:type sp:if ; |
... | @@ -2107,7 +2130,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -2107,7 +2130,7 @@ ep-spin-lib:selectDrillingEquipmentType |
2107 | ] | 2130 | ] |
2108 | ] | 2131 | ] |
2109 | ] ; | 2132 | ] ; |
2110 | - sp:variable _:b57 | 2133 | + sp:variable _:b58 |
2111 | ]) | 2134 | ]) |
2112 | ] . | 2135 | ] . |
2113 | 2136 | ||
... | @@ -2117,7 +2140,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2117,7 +2140,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
2117 | rdfs:subClassOf ep-spin-lib:Function ; | 2140 | rdfs:subClassOf ep-spin-lib:Function ; |
2118 | spin:body | 2141 | spin:body |
2119 | [ rdf:type sp:Select ; | 2142 | [ rdf:type sp:Select ; |
2120 | - sp:resultVariables (_:b58) ; | 2143 | + sp:resultVariables (_:b59) ; |
2121 | sp:where ([ rdf:type sp:Bind ; | 2144 | sp:where ([ rdf:type sp:Bind ; |
2122 | sp:expression | 2145 | sp:expression |
2123 | [ rdf:type sp:if ; | 2146 | [ rdf:type sp:if ; |
... | @@ -2128,7 +2151,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2128,7 +2151,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
2128 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | 2151 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; |
2129 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | 2152 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> |
2130 | ] ; | 2153 | ] ; |
2131 | - sp:variable _:b58 | 2154 | + sp:variable _:b59 |
2132 | ]) | 2155 | ]) |
2133 | ] . | 2156 | ] . |
2134 | 2157 | ||
... | @@ -2138,7 +2161,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2138,7 +2161,7 @@ ep-spin-lib:selectGasReadingType |
2138 | rdfs:subClassOf ep-spin-lib:Function ; | 2161 | rdfs:subClassOf ep-spin-lib:Function ; |
2139 | spin:body | 2162 | spin:body |
2140 | [ rdf:type sp:Select ; | 2163 | [ rdf:type sp:Select ; |
2141 | - sp:resultVariables (_:b59) ; | 2164 | + sp:resultVariables (_:b60) ; |
2142 | sp:where ([ rdf:type sp:Bind ; | 2165 | sp:where ([ rdf:type sp:Bind ; |
2143 | sp:expression | 2166 | sp:expression |
2144 | [ rdf:type sp:if ; | 2167 | [ rdf:type sp:if ; |
... | @@ -2205,7 +2228,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2205,7 +2228,7 @@ ep-spin-lib:selectGasReadingType |
2205 | ] | 2228 | ] |
2206 | ] | 2229 | ] |
2207 | ] ; | 2230 | ] ; |
2208 | - sp:variable _:b59 | 2231 | + sp:variable _:b60 |
2209 | ]) | 2232 | ]) |
2210 | ] . | 2233 | ] . |
2211 | 2234 | ||
... | @@ -2215,7 +2238,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2215,7 +2238,7 @@ ep-spin-lib:selectInnerBarrelType |
2215 | rdfs:subClassOf ep-spin-lib:Function ; | 2238 | rdfs:subClassOf ep-spin-lib:Function ; |
2216 | spin:body | 2239 | spin:body |
2217 | [ rdf:type sp:Select ; | 2240 | [ rdf:type sp:Select ; |
2218 | - sp:resultVariables (_:b60) ; | 2241 | + sp:resultVariables (_:b61) ; |
2219 | sp:where ([ rdf:type sp:Bind ; | 2242 | sp:where ([ rdf:type sp:Bind ; |
2220 | sp:expression | 2243 | sp:expression |
2221 | [ rdf:type sp:if ; | 2244 | [ rdf:type sp:if ; |
... | @@ -2247,7 +2270,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2247,7 +2270,7 @@ ep-spin-lib:selectInnerBarrelType |
2247 | ] | 2270 | ] |
2248 | ] | 2271 | ] |
2249 | ] ; | 2272 | ] ; |
2250 | - sp:variable _:b60 | 2273 | + sp:variable _:b61 |
2251 | ]) | 2274 | ]) |
2252 | ] . | 2275 | ] . |
2253 | 2276 | ||
... | @@ -2257,7 +2280,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2257,7 +2280,7 @@ ep-spin-lib:selectLabelOfSystem |
2257 | rdfs:subClassOf ep-spin-lib:Function ; | 2280 | rdfs:subClassOf ep-spin-lib:Function ; |
2258 | spin:body | 2281 | spin:body |
2259 | [ rdf:type sp:Select ; | 2282 | [ rdf:type sp:Select ; |
2260 | - sp:resultVariables (_:b61) ; | 2283 | + sp:resultVariables (_:b62) ; |
2261 | sp:where ([ rdf:type sp:Bind ; | 2284 | sp:where ([ rdf:type sp:Bind ; |
2262 | sp:expression | 2285 | sp:expression |
2263 | [ rdf:type sp:if ; | 2286 | [ rdf:type sp:if ; |
... | @@ -2303,7 +2326,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2303,7 +2326,7 @@ ep-spin-lib:selectLabelOfSystem |
2303 | ] | 2326 | ] |
2304 | ] | 2327 | ] |
2305 | ] ; | 2328 | ] ; |
2306 | - sp:variable _:b61 | 2329 | + sp:variable _:b62 |
2307 | ]) | 2330 | ]) |
2308 | ] . | 2331 | ] . |
2309 | 2332 | ||
... | @@ -2313,7 +2336,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2313,7 +2336,7 @@ ep-spin-lib:selectLengthScale |
2313 | rdfs:subClassOf ep-spin-lib:Function ; | 2336 | rdfs:subClassOf ep-spin-lib:Function ; |
2314 | spin:body | 2337 | spin:body |
2315 | [ rdf:type sp:Select ; | 2338 | [ rdf:type sp:Select ; |
2316 | - sp:resultVariables (_:b62) ; | 2339 | + sp:resultVariables (_:b63) ; |
2317 | sp:where ([ rdf:type sp:Bind ; | 2340 | sp:where ([ rdf:type sp:Bind ; |
2318 | sp:expression | 2341 | sp:expression |
2319 | [ rdf:type sp:if ; | 2342 | [ rdf:type sp:if ; |
... | @@ -2387,7 +2410,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2387,7 +2410,7 @@ ep-spin-lib:selectLengthScale |
2387 | ] | 2410 | ] |
2388 | ] | 2411 | ] |
2389 | ] ; | 2412 | ] ; |
2390 | - sp:variable _:b62 | 2413 | + sp:variable _:b63 |
2391 | ]) | 2414 | ]) |
2392 | ] . | 2415 | ] . |
2393 | 2416 | ||
... | @@ -2397,7 +2420,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2397,7 +2420,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
2397 | rdfs:subClassOf ep-spin-lib:Function ; | 2420 | rdfs:subClassOf ep-spin-lib:Function ; |
2398 | spin:body | 2421 | spin:body |
2399 | [ rdf:type sp:Select ; | 2422 | [ rdf:type sp:Select ; |
2400 | - sp:resultVariables (_:b63) ; | 2423 | + sp:resultVariables (_:b64) ; |
2401 | sp:where ([ rdf:type sp:Bind ; | 2424 | sp:where ([ rdf:type sp:Bind ; |
2402 | sp:expression | 2425 | sp:expression |
2403 | [ rdf:type sp:if ; | 2426 | [ rdf:type sp:if ; |
... | @@ -2408,7 +2431,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2408,7 +2431,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
2408 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; | 2431 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; |
2409 | sp:arg3 owl:Thing | 2432 | sp:arg3 owl:Thing |
2410 | ] ; | 2433 | ] ; |
2411 | - sp:variable _:b63 | 2434 | + sp:variable _:b64 |
2412 | ]) | 2435 | ]) |
2413 | ] . | 2436 | ] . |
2414 | 2437 | ||
... | @@ -2418,7 +2441,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2418,7 +2441,7 @@ ep-spin-lib:selectPlaneAngleScale |
2418 | rdfs:subClassOf ep-spin-lib:Function ; | 2441 | rdfs:subClassOf ep-spin-lib:Function ; |
2419 | spin:body | 2442 | spin:body |
2420 | [ rdf:type sp:Select ; | 2443 | [ rdf:type sp:Select ; |
2421 | - sp:resultVariables (_:b64) ; | 2444 | + sp:resultVariables (_:b65) ; |
2422 | sp:where ([ rdf:type sp:Bind ; | 2445 | sp:where ([ rdf:type sp:Bind ; |
2423 | sp:expression | 2446 | sp:expression |
2424 | [ rdf:type sp:if ; | 2447 | [ rdf:type sp:if ; |
... | @@ -2429,7 +2452,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2429,7 +2452,7 @@ ep-spin-lib:selectPlaneAngleScale |
2429 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; | 2452 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; |
2430 | sp:arg3 owl:Thing | 2453 | sp:arg3 owl:Thing |
2431 | ] ; | 2454 | ] ; |
2432 | - sp:variable _:b64 | 2455 | + sp:variable _:b65 |
2433 | ]) | 2456 | ]) |
2434 | ] . | 2457 | ] . |
2435 | 2458 | ||
... | @@ -2439,7 +2462,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2439,7 +2462,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
2439 | rdfs:subClassOf ep-spin-lib:Function ; | 2462 | rdfs:subClassOf ep-spin-lib:Function ; |
2440 | spin:body | 2463 | spin:body |
2441 | [ rdf:type sp:Select ; | 2464 | [ rdf:type sp:Select ; |
2442 | - sp:resultVariables (_:b65) ; | 2465 | + sp:resultVariables (_:b66) ; |
2443 | sp:where ([ rdf:type sp:Bind ; | 2466 | sp:where ([ rdf:type sp:Bind ; |
2444 | sp:expression | 2467 | sp:expression |
2445 | [ rdf:type sp:if ; | 2468 | [ rdf:type sp:if ; |
... | @@ -2457,7 +2480,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2457,7 +2480,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
2457 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> | 2480 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> |
2458 | ] | 2481 | ] |
2459 | ] ; | 2482 | ] ; |
2460 | - sp:variable _:b65 | 2483 | + sp:variable _:b66 |
2461 | ]) | 2484 | ]) |
2462 | ] . | 2485 | ] . |
2463 | 2486 | ||
... | @@ -2467,7 +2490,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -2467,7 +2490,7 @@ ep-spin-lib:selectPressureScale |
2467 | rdfs:subClassOf ep-spin-lib:Function ; | 2490 | rdfs:subClassOf ep-spin-lib:Function ; |
2468 | spin:body | 2491 | spin:body |
2469 | [ rdf:type sp:Select ; | 2492 | [ rdf:type sp:Select ; |
2470 | - sp:resultVariables (_:b66) ; | 2493 | + sp:resultVariables (_:b67) ; |
2471 | sp:where ([ rdf:type sp:Bind ; | 2494 | sp:where ([ rdf:type sp:Bind ; |
2472 | sp:expression | 2495 | sp:expression |
2473 | [ rdf:type sp:if ; | 2496 | [ rdf:type sp:if ; |
... | @@ -2485,7 +2508,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -2485,7 +2508,7 @@ ep-spin-lib:selectPressureScale |
2485 | sp:arg3 owl:Thing | 2508 | sp:arg3 owl:Thing |
2486 | ] | 2509 | ] |
2487 | ] ; | 2510 | ] ; |
2488 | - sp:variable _:b66 | 2511 | + sp:variable _:b67 |
2489 | ]) | 2512 | ]) |
2490 | ] . | 2513 | ] . |
2491 | 2514 | ||
... | @@ -2495,7 +2518,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2495,7 +2518,7 @@ ep-spin-lib:selectPressureTestType |
2495 | rdfs:subClassOf ep-spin-lib:Function ; | 2518 | rdfs:subClassOf ep-spin-lib:Function ; |
2496 | spin:body | 2519 | spin:body |
2497 | [ rdf:type sp:Select ; | 2520 | [ rdf:type sp:Select ; |
2498 | - sp:resultVariables (_:b67) ; | 2521 | + sp:resultVariables (_:b68) ; |
2499 | sp:where ([ rdf:type sp:Bind ; | 2522 | sp:where ([ rdf:type sp:Bind ; |
2500 | sp:expression | 2523 | sp:expression |
2501 | [ rdf:type sp:if ; | 2524 | [ rdf:type sp:if ; |
... | @@ -2513,7 +2536,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2513,7 +2536,7 @@ ep-spin-lib:selectPressureTestType |
2513 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> | 2536 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> |
2514 | ] | 2537 | ] |
2515 | ] ; | 2538 | ] ; |
2516 | - sp:variable _:b67 | 2539 | + sp:variable _:b68 |
2517 | ]) | 2540 | ]) |
2518 | ] . | 2541 | ] . |
2519 | 2542 | ||
... | @@ -2523,7 +2546,7 @@ ep-spin-lib:selectRatioScale | ... | @@ -2523,7 +2546,7 @@ ep-spin-lib:selectRatioScale |
2523 | rdfs:subClassOf ep-spin-lib:Function ; | 2546 | rdfs:subClassOf ep-spin-lib:Function ; |
2524 | spin:body | 2547 | spin:body |
2525 | [ rdf:type sp:Select ; | 2548 | [ rdf:type sp:Select ; |
2526 | - sp:resultVariables (_:b68) ; | 2549 | + sp:resultVariables (_:b69) ; |
2527 | sp:where ([ rdf:type sp:Bind ; | 2550 | sp:where ([ rdf:type sp:Bind ; |
2528 | sp:expression | 2551 | sp:expression |
2529 | [ rdf:type sp:if ; | 2552 | [ rdf:type sp:if ; |
... | @@ -2541,7 +2564,7 @@ ep-spin-lib:selectRatioScale | ... | @@ -2541,7 +2564,7 @@ ep-spin-lib:selectRatioScale |
2541 | sp:arg3 owl:Thing | 2564 | sp:arg3 owl:Thing |
2542 | ] | 2565 | ] |
2543 | ] ; | 2566 | ] ; |
2544 | - sp:variable _:b68 | 2567 | + sp:variable _:b69 |
2545 | ]) | 2568 | ]) |
2546 | ] . | 2569 | ] . |
2547 | 2570 | ||
... | @@ -2551,7 +2574,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2551,7 +2574,7 @@ ep-spin-lib:selectSpeedScale |
2551 | rdfs:subClassOf ep-spin-lib:Function ; | 2574 | rdfs:subClassOf ep-spin-lib:Function ; |
2552 | spin:body | 2575 | spin:body |
2553 | [ rdf:type sp:Select ; | 2576 | [ rdf:type sp:Select ; |
2554 | - sp:resultVariables (_:b69) ; | 2577 | + sp:resultVariables (_:b70) ; |
2555 | sp:where ([ rdf:type sp:Bind ; | 2578 | sp:where ([ rdf:type sp:Bind ; |
2556 | sp:expression | 2579 | sp:expression |
2557 | [ rdf:type sp:if ; | 2580 | [ rdf:type sp:if ; |
... | @@ -2562,7 +2585,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2562,7 +2585,7 @@ ep-spin-lib:selectSpeedScale |
2562 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 2585 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
2563 | sp:arg3 owl:Thing | 2586 | sp:arg3 owl:Thing |
2564 | ] ; | 2587 | ] ; |
2565 | - sp:variable _:b69 | 2588 | + sp:variable _:b70 |
2566 | ]) | 2589 | ]) |
2567 | ] . | 2590 | ] . |
2568 | 2591 | ||
... | @@ -2572,7 +2595,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2572,7 +2595,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
2572 | rdfs:subClassOf ep-spin-lib:Function ; | 2595 | rdfs:subClassOf ep-spin-lib:Function ; |
2573 | spin:body | 2596 | spin:body |
2574 | [ rdf:type sp:Select ; | 2597 | [ rdf:type sp:Select ; |
2575 | - sp:resultVariables (_:b70) ; | 2598 | + sp:resultVariables (_:b71) ; |
2576 | sp:where ([ rdf:type sp:Bind ; | 2599 | sp:where ([ rdf:type sp:Bind ; |
2577 | sp:expression | 2600 | sp:expression |
2578 | [ rdf:type sp:if ; | 2601 | [ rdf:type sp:if ; |
... | @@ -2590,7 +2613,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2590,7 +2613,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
2590 | sp:arg3 owl:Thing | 2613 | sp:arg3 owl:Thing |
2591 | ] | 2614 | ] |
2592 | ] ; | 2615 | ] ; |
2593 | - sp:variable _:b70 | 2616 | + sp:variable _:b71 |
2594 | ]) | 2617 | ]) |
2595 | ] . | 2618 | ] . |
2596 | 2619 | ||
... | @@ -2600,7 +2623,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2600,7 +2623,7 @@ ep-spin-lib:selectTemperatureScale |
2600 | rdfs:subClassOf ep-spin-lib:Function ; | 2623 | rdfs:subClassOf ep-spin-lib:Function ; |
2601 | spin:body | 2624 | spin:body |
2602 | [ rdf:type sp:Select ; | 2625 | [ rdf:type sp:Select ; |
2603 | - sp:resultVariables (_:b71) ; | 2626 | + sp:resultVariables (_:b72) ; |
2604 | sp:where ([ rdf:type sp:Bind ; | 2627 | sp:where ([ rdf:type sp:Bind ; |
2605 | sp:expression | 2628 | sp:expression |
2606 | [ rdf:type sp:if ; | 2629 | [ rdf:type sp:if ; |
... | @@ -2611,7 +2634,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2611,7 +2634,7 @@ ep-spin-lib:selectTemperatureScale |
2611 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 2634 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
2612 | sp:arg3 owl:Thing | 2635 | sp:arg3 owl:Thing |
2613 | ] ; | 2636 | ] ; |
2614 | - sp:variable _:b71 | 2637 | + sp:variable _:b72 |
2615 | ]) | 2638 | ]) |
2616 | ] . | 2639 | ] . |
2617 | 2640 | ||
... | @@ -2621,7 +2644,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2621,7 +2644,7 @@ ep-spin-lib:selectTimeDurationScale |
2621 | rdfs:subClassOf ep-spin-lib:Function ; | 2644 | rdfs:subClassOf ep-spin-lib:Function ; |
2622 | spin:body | 2645 | spin:body |
2623 | [ rdf:type sp:Select ; | 2646 | [ rdf:type sp:Select ; |
2624 | - sp:resultVariables (_:b72) ; | 2647 | + sp:resultVariables (_:b73) ; |
2625 | sp:where ([ rdf:type sp:Bind ; | 2648 | sp:where ([ rdf:type sp:Bind ; |
2626 | sp:expression | 2649 | sp:expression |
2627 | [ rdf:type sp:if ; | 2650 | [ rdf:type sp:if ; |
... | @@ -2667,7 +2690,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2667,7 +2690,7 @@ ep-spin-lib:selectTimeDurationScale |
2667 | ] | 2690 | ] |
2668 | ] | 2691 | ] |
2669 | ] ; | 2692 | ] ; |
2670 | - sp:variable _:b72 | 2693 | + sp:variable _:b73 |
2671 | ]) | 2694 | ]) |
2672 | ] . | 2695 | ] . |
2673 | 2696 | ||
... | @@ -2677,7 +2700,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2677,7 +2700,7 @@ ep-spin-lib:selectTubeType |
2677 | rdfs:subClassOf ep-spin-lib:Function ; | 2700 | rdfs:subClassOf ep-spin-lib:Function ; |
2678 | spin:body | 2701 | spin:body |
2679 | [ rdf:type sp:Select ; | 2702 | [ rdf:type sp:Select ; |
2680 | - sp:resultVariables (_:b73) ; | 2703 | + sp:resultVariables (_:b74) ; |
2681 | sp:where ([ rdf:type sp:Bind ; | 2704 | sp:where ([ rdf:type sp:Bind ; |
2682 | sp:expression | 2705 | sp:expression |
2683 | [ rdf:type sp:if ; | 2706 | [ rdf:type sp:if ; |
... | @@ -2702,7 +2725,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2702,7 +2725,7 @@ ep-spin-lib:selectTubeType |
2702 | ] | 2725 | ] |
2703 | ] | 2726 | ] |
2704 | ] ; | 2727 | ] ; |
2705 | - sp:variable _:b73 | 2728 | + sp:variable _:b74 |
2706 | ]) | 2729 | ]) |
2707 | ] . | 2730 | ] . |
2708 | 2731 | ||
... | @@ -2712,7 +2735,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2712,7 +2735,7 @@ ep-spin-lib:selectVolumeScale |
2712 | rdfs:subClassOf ep-spin-lib:Function ; | 2735 | rdfs:subClassOf ep-spin-lib:Function ; |
2713 | spin:body | 2736 | spin:body |
2714 | [ rdf:type sp:Select ; | 2737 | [ rdf:type sp:Select ; |
2715 | - sp:resultVariables (_:b74) ; | 2738 | + sp:resultVariables (_:b75) ; |
2716 | sp:where ([ rdf:type sp:Bind ; | 2739 | sp:where ([ rdf:type sp:Bind ; |
2717 | sp:expression | 2740 | sp:expression |
2718 | [ rdf:type sp:if ; | 2741 | [ rdf:type sp:if ; |
... | @@ -2723,7 +2746,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2723,7 +2746,7 @@ ep-spin-lib:selectVolumeScale |
2723 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ; | 2746 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ; |
2724 | sp:arg3 owl:Thing | 2747 | sp:arg3 owl:Thing |
2725 | ] ; | 2748 | ] ; |
2726 | - sp:variable _:b74 | 2749 | + sp:variable _:b75 |
2727 | ]) | 2750 | ]) |
2728 | ] . | 2751 | ] . |
2729 | 2752 | ||
... | @@ -2733,7 +2756,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2733,7 +2756,7 @@ ep-spin-lib:selectWellBoreDrillingType |
2733 | rdfs:subClassOf ep-spin-lib:Function ; | 2756 | rdfs:subClassOf ep-spin-lib:Function ; |
2734 | spin:body | 2757 | spin:body |
2735 | [ rdf:type sp:Select ; | 2758 | [ rdf:type sp:Select ; |
2736 | - sp:resultVariables (_:b75) ; | 2759 | + sp:resultVariables (_:b76) ; |
2737 | sp:where ([ rdf:type sp:Bind ; | 2760 | sp:where ([ rdf:type sp:Bind ; |
2738 | sp:expression | 2761 | sp:expression |
2739 | [ rdf:type sp:if ; | 2762 | [ rdf:type sp:if ; |
... | @@ -2779,7 +2802,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2779,7 +2802,7 @@ ep-spin-lib:selectWellBoreDrillingType |
2779 | ] | 2802 | ] |
2780 | ] | 2803 | ] |
2781 | ] ; | 2804 | ] ; |
2782 | - sp:variable _:b75 | 2805 | + sp:variable _:b76 |
2783 | ]) | 2806 | ]) |
2784 | ] . | 2807 | ] . |
2785 | 2808 | ||
... | @@ -2789,7 +2812,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2789,7 +2812,7 @@ ep-spin-lib:selectWellBoreHphtType |
2789 | rdfs:subClassOf ep-spin-lib:Function ; | 2812 | rdfs:subClassOf ep-spin-lib:Function ; |
2790 | spin:body | 2813 | spin:body |
2791 | [ rdf:type sp:Select ; | 2814 | [ rdf:type sp:Select ; |
2792 | - sp:resultVariables (_:b76) ; | 2815 | + sp:resultVariables (_:b77) ; |
2793 | sp:where ([ rdf:type sp:Bind ; | 2816 | sp:where ([ rdf:type sp:Bind ; |
2794 | sp:expression | 2817 | sp:expression |
2795 | [ rdf:type sp:if ; | 2818 | [ rdf:type sp:if ; |
... | @@ -2800,7 +2823,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2800,7 +2823,7 @@ ep-spin-lib:selectWellBoreHphtType |
2800 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 2823 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
2801 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 2824 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
2802 | ] ; | 2825 | ] ; |
2803 | - sp:variable _:b76 | 2826 | + sp:variable _:b77 |
2804 | ]) | 2827 | ]) |
2805 | ] . | 2828 | ] . |
2806 | 2829 | ||
... | @@ -2810,7 +2833,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2810,7 +2833,7 @@ ep-spin-lib:selectWellBoreTightnessType |
2810 | rdfs:subClassOf ep-spin-lib:Function ; | 2833 | rdfs:subClassOf ep-spin-lib:Function ; |
2811 | spin:body | 2834 | spin:body |
2812 | [ rdf:type sp:Select ; | 2835 | [ rdf:type sp:Select ; |
2813 | - sp:resultVariables (_:b77) ; | 2836 | + sp:resultVariables (_:b78) ; |
2814 | sp:where ([ rdf:type sp:Bind ; | 2837 | sp:where ([ rdf:type sp:Bind ; |
2815 | sp:expression | 2838 | sp:expression |
2816 | [ rdf:type sp:if ; | 2839 | [ rdf:type sp:if ; |
... | @@ -2821,7 +2844,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2821,7 +2844,7 @@ ep-spin-lib:selectWellBoreTightnessType |
2821 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 2844 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
2822 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 2845 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
2823 | ] ; | 2846 | ] ; |
2824 | - sp:variable _:b77 | 2847 | + sp:variable _:b78 |
2825 | ]) | 2848 | ]) |
2826 | ] . | 2849 | ] . |
2827 | 2850 | ||
... | @@ -2831,7 +2854,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2831,7 +2854,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
2831 | rdfs:subClassOf ep-spin-lib:Function ; | 2854 | rdfs:subClassOf ep-spin-lib:Function ; |
2832 | spin:body | 2855 | spin:body |
2833 | [ rdf:type sp:Select ; | 2856 | [ rdf:type sp:Select ; |
2834 | - sp:resultVariables (_:b78) ; | 2857 | + sp:resultVariables (_:b79) ; |
2835 | sp:where ([ rdf:type sp:Bind ; | 2858 | sp:where ([ rdf:type sp:Bind ; |
2836 | sp:expression | 2859 | sp:expression |
2837 | [ rdf:type sp:if ; | 2860 | [ rdf:type sp:if ; |
... | @@ -2842,7 +2865,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2842,7 +2865,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
2842 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 2865 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
2843 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 2866 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
2844 | ] ; | 2867 | ] ; |
2845 | - sp:variable _:b78 | 2868 | + sp:variable _:b79 |
2846 | ]) | 2869 | ]) |
2847 | ] . | 2870 | ] . |
2848 | 2871 | ||
... | @@ -2852,7 +2875,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2852,7 +2875,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
2852 | rdfs:subClassOf ep-spin-lib:Function ; | 2875 | rdfs:subClassOf ep-spin-lib:Function ; |
2853 | spin:body | 2876 | spin:body |
2854 | [ rdf:type sp:Select ; | 2877 | [ rdf:type sp:Select ; |
2855 | - sp:resultVariables (_:b79) ; | 2878 | + sp:resultVariables (_:b80) ; |
2856 | sp:where ([ rdf:type sp:Bind ; | 2879 | sp:where ([ rdf:type sp:Bind ; |
2857 | sp:expression | 2880 | sp:expression |
2858 | [ rdf:type sp:if ; | 2881 | [ rdf:type sp:if ; |
... | @@ -2863,7 +2886,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2863,7 +2886,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
2863 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 2886 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
2864 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 2887 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
2865 | ] ; | 2888 | ] ; |
2866 | - sp:variable _:b79 | 2889 | + sp:variable _:b80 |
2867 | ]) | 2890 | ]) |
2868 | ] . | 2891 | ] . |
2869 | 2892 | ||
... | @@ -2873,7 +2896,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2873,7 +2896,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
2873 | rdfs:subClassOf ep-spin-lib:Function ; | 2896 | rdfs:subClassOf ep-spin-lib:Function ; |
2874 | spin:body | 2897 | spin:body |
2875 | [ rdf:type sp:Select ; | 2898 | [ rdf:type sp:Select ; |
2876 | - sp:resultVariables (_:b80) ; | 2899 | + sp:resultVariables (_:b81) ; |
2877 | sp:where ([ rdf:type sp:Bind ; | 2900 | sp:where ([ rdf:type sp:Bind ; |
2878 | sp:expression | 2901 | sp:expression |
2879 | [ rdf:type sp:if ; | 2902 | [ rdf:type sp:if ; |
... | @@ -2884,7 +2907,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2884,7 +2907,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
2884 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 2907 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
2885 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 2908 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
2886 | ] ; | 2909 | ] ; |
2887 | - sp:variable _:b80 | 2910 | + sp:variable _:b81 |
2888 | ]) | 2911 | ]) |
2889 | ] . | 2912 | ] . |
2890 | 2913 | ||
... | @@ -2894,7 +2917,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2894,7 +2917,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
2894 | rdfs:subClassOf ep-spin-lib:Function ; | 2917 | rdfs:subClassOf ep-spin-lib:Function ; |
2895 | spin:body | 2918 | spin:body |
2896 | [ rdf:type sp:Select ; | 2919 | [ rdf:type sp:Select ; |
2897 | - sp:resultVariables (_:b81) ; | 2920 | + sp:resultVariables (_:b82) ; |
2898 | sp:where ([ rdf:type sp:Bind ; | 2921 | sp:where ([ rdf:type sp:Bind ; |
2899 | sp:expression | 2922 | sp:expression |
2900 | [ rdf:type sp:if ; | 2923 | [ rdf:type sp:if ; |
... | @@ -2905,7 +2928,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2905,7 +2928,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
2905 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 2928 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
2906 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 2929 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
2907 | ] ; | 2930 | ] ; |
2908 | - sp:variable _:b81 | 2931 | + sp:variable _:b82 |
2909 | ]) | 2932 | ]) |
2910 | ] . | 2933 | ] . |
2911 | 2934 | ||
... | @@ -2915,7 +2938,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2915,7 +2938,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
2915 | rdfs:subClassOf ep-spin-lib:Function ; | 2938 | rdfs:subClassOf ep-spin-lib:Function ; |
2916 | spin:body | 2939 | spin:body |
2917 | [ rdf:type sp:Select ; | 2940 | [ rdf:type sp:Select ; |
2918 | - sp:resultVariables (_:b82) ; | 2941 | + sp:resultVariables (_:b83) ; |
2919 | sp:where ([ rdf:type sp:Bind ; | 2942 | sp:where ([ rdf:type sp:Bind ; |
2920 | sp:expression | 2943 | sp:expression |
2921 | [ rdf:type sp:if ; | 2944 | [ rdf:type sp:if ; |
... | @@ -2926,7 +2949,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2926,7 +2949,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
2926 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 2949 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
2927 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 2950 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
2928 | ] ; | 2951 | ] ; |
2929 | - sp:variable _:b82 | 2952 | + sp:variable _:b83 |
2930 | ]) | 2953 | ]) |
2931 | ] . | 2954 | ] . |
2932 | 2955 | ||
... | @@ -2936,7 +2959,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2936,7 +2959,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
2936 | rdfs:subClassOf ep-spin-lib:Function ; | 2959 | rdfs:subClassOf ep-spin-lib:Function ; |
2937 | spin:body | 2960 | spin:body |
2938 | [ rdf:type sp:Select ; | 2961 | [ rdf:type sp:Select ; |
2939 | - sp:resultVariables (_:b83) ; | 2962 | + sp:resultVariables (_:b84) ; |
2940 | sp:where ([ rdf:type sp:Bind ; | 2963 | sp:where ([ rdf:type sp:Bind ; |
2941 | sp:expression | 2964 | sp:expression |
2942 | [ rdf:type sp:if ; | 2965 | [ rdf:type sp:if ; |
... | @@ -2947,7 +2970,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2947,7 +2970,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
2947 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 2970 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
2948 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 2971 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
2949 | ] ; | 2972 | ] ; |
2950 | - sp:variable _:b83 | 2973 | + sp:variable _:b84 |
2951 | ]) | 2974 | ]) |
2952 | ] . | 2975 | ] . |
2953 | 2976 | ||
... | @@ -2957,7 +2980,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -2957,7 +2980,7 @@ ep-spin-lib:selectWellCementJobType |
2957 | rdfs:subClassOf ep-spin-lib:Function ; | 2980 | rdfs:subClassOf ep-spin-lib:Function ; |
2958 | spin:body | 2981 | spin:body |
2959 | [ rdf:type sp:Select ; | 2982 | [ rdf:type sp:Select ; |
2960 | - sp:resultVariables (_:b84) ; | 2983 | + sp:resultVariables (_:b85) ; |
2961 | sp:where ([ rdf:type sp:Bind ; | 2984 | sp:where ([ rdf:type sp:Bind ; |
2962 | sp:expression | 2985 | sp:expression |
2963 | [ rdf:type sp:if ; | 2986 | [ rdf:type sp:if ; |
... | @@ -2989,7 +3012,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -2989,7 +3012,7 @@ ep-spin-lib:selectWellCementJobType |
2989 | ] | 3012 | ] |
2990 | ] | 3013 | ] |
2991 | ] ; | 3014 | ] ; |
2992 | - sp:variable _:b84 | 3015 | + sp:variable _:b85 |
2993 | ]) | 3016 | ]) |
2994 | ] . | 3017 | ] . |
2995 | 3018 | ||
... | @@ -2999,7 +3022,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -2999,7 +3022,7 @@ ep-spin-lib:selectWellControlIncidentType |
2999 | rdfs:subClassOf ep-spin-lib:Function ; | 3022 | rdfs:subClassOf ep-spin-lib:Function ; |
3000 | spin:body | 3023 | spin:body |
3001 | [ rdf:type sp:Select ; | 3024 | [ rdf:type sp:Select ; |
3002 | - sp:resultVariables (_:b85) ; | 3025 | + sp:resultVariables (_:b86) ; |
3003 | sp:where ([ rdf:type sp:Bind ; | 3026 | sp:where ([ rdf:type sp:Bind ; |
3004 | sp:expression | 3027 | sp:expression |
3005 | [ rdf:type sp:if ; | 3028 | [ rdf:type sp:if ; |
... | @@ -3031,7 +3054,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3031,7 +3054,7 @@ ep-spin-lib:selectWellControlIncidentType |
3031 | ] | 3054 | ] |
3032 | ] | 3055 | ] |
3033 | ] ; | 3056 | ] ; |
3034 | - sp:variable _:b85 | 3057 | + sp:variable _:b86 |
3035 | ]) | 3058 | ]) |
3036 | ] . | 3059 | ] . |
3037 | 3060 | ||
... | @@ -3041,7 +3064,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3041,7 +3064,7 @@ ep-spin-lib:selectWellKillingType |
3041 | rdfs:subClassOf ep-spin-lib:Function ; | 3064 | rdfs:subClassOf ep-spin-lib:Function ; |
3042 | spin:body | 3065 | spin:body |
3043 | [ rdf:type sp:Select ; | 3066 | [ rdf:type sp:Select ; |
3044 | - sp:resultVariables (_:b86) ; | 3067 | + sp:resultVariables (_:b87) ; |
3045 | sp:where ([ rdf:type sp:Bind ; | 3068 | sp:where ([ rdf:type sp:Bind ; |
3046 | sp:expression | 3069 | sp:expression |
3047 | [ rdf:type sp:if ; | 3070 | [ rdf:type sp:if ; |
... | @@ -3087,7 +3110,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3087,7 +3110,7 @@ ep-spin-lib:selectWellKillingType |
3087 | ] | 3110 | ] |
3088 | ] | 3111 | ] |
3089 | ] ; | 3112 | ] ; |
3090 | - sp:variable _:b86 | 3113 | + sp:variable _:b87 |
3091 | ]) | 3114 | ]) |
3092 | ] . | 3115 | ] . |
3093 | 3116 | ||
... | @@ -3097,7 +3120,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3097,7 +3120,7 @@ ep-spin-lib:selectWellTestType |
3097 | rdfs:subClassOf ep-spin-lib:Function ; | 3120 | rdfs:subClassOf ep-spin-lib:Function ; |
3098 | spin:body | 3121 | spin:body |
3099 | [ rdf:type sp:Select ; | 3122 | [ rdf:type sp:Select ; |
3100 | - sp:resultVariables (_:b87) ; | 3123 | + sp:resultVariables (_:b88) ; |
3101 | sp:where ([ rdf:type sp:Bind ; | 3124 | sp:where ([ rdf:type sp:Bind ; |
3102 | sp:expression | 3125 | sp:expression |
3103 | [ rdf:type sp:if ; | 3126 | [ rdf:type sp:if ; |
... | @@ -3115,7 +3138,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3115,7 +3138,7 @@ ep-spin-lib:selectWellTestType |
3115 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 3138 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
3116 | ] | 3139 | ] |
3117 | ] ; | 3140 | ] ; |
3118 | - sp:variable _:b87 | 3141 | + sp:variable _:b88 |
3119 | ]) | 3142 | ]) |
3120 | ] . | 3143 | ] . |
3121 | 3144 | ||
... | @@ -3125,7 +3148,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3125,7 +3148,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
3125 | rdfs:subClassOf ep-spin-lib:Function ; | 3148 | rdfs:subClassOf ep-spin-lib:Function ; |
3126 | spin:body | 3149 | spin:body |
3127 | [ rdf:type sp:Select ; | 3150 | [ rdf:type sp:Select ; |
3128 | - sp:resultVariables (_:b88) ; | 3151 | + sp:resultVariables (_:b89) ; |
3129 | sp:where ([ rdf:type sp:Bind ; | 3152 | sp:where ([ rdf:type sp:Bind ; |
3130 | sp:expression | 3153 | sp:expression |
3131 | [ rdf:type sp:if ; | 3154 | [ rdf:type sp:if ; |
... | @@ -3136,7 +3159,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3136,7 +3159,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
3136 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 3159 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
3137 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 3160 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
3138 | ] ; | 3161 | ] ; |
3139 | - sp:variable _:b88 | 3162 | + sp:variable _:b89 |
3140 | ]) | 3163 | ]) |
3141 | ] . | 3164 | ] . |
3142 | 3165 | ||
... | @@ -3146,7 +3169,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3146,7 +3169,7 @@ ep-spin-lib:selectYieldPointScale |
3146 | rdfs:subClassOf ep-spin-lib:Function ; | 3169 | rdfs:subClassOf ep-spin-lib:Function ; |
3147 | spin:body | 3170 | spin:body |
3148 | [ rdf:type sp:Select ; | 3171 | [ rdf:type sp:Select ; |
3149 | - sp:resultVariables (_:b89) ; | 3172 | + sp:resultVariables (_:b90) ; |
3150 | sp:where ([ rdf:type sp:Bind ; | 3173 | sp:where ([ rdf:type sp:Bind ; |
3151 | sp:expression | 3174 | sp:expression |
3152 | [ rdf:type sp:if ; | 3175 | [ rdf:type sp:if ; |
... | @@ -3157,7 +3180,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3157,7 +3180,7 @@ ep-spin-lib:selectYieldPointScale |
3157 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ; | 3180 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ; |
3158 | sp:arg3 owl:Thing | 3181 | sp:arg3 owl:Thing |
3159 | ] ; | 3182 | ] ; |
3160 | - sp:variable _:b89 | 3183 | + sp:variable _:b90 |
3161 | ]) | 3184 | ]) |
3162 | ] . | 3185 | ] . |
3163 | 3186 | ||
... | @@ -3166,260 +3189,263 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3166,260 +3189,263 @@ ddr:TTUC_Enumeration_1 |
3166 | rdfs:label "Enumeration"^^xsd:string ; | 3189 | rdfs:label "Enumeration"^^xsd:string ; |
3167 | dtype:value ddr:TTUC_degC . | 3190 | dtype:value ddr:TTUC_degC . |
3168 | 3191 | ||
3169 | -_:b68 | 3192 | +_:b1 sp:varName "uri"^^xsd:string . |
3170 | - sp:varName "ratioScale"^^xsd:string . | ||
3171 | - | ||
3172 | -_:b88 | ||
3173 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
3174 | 3193 | ||
3175 | -_:b87 | 3194 | +_:b3 sp:varName "uri"^^xsd:string . |
3176 | - sp:varName "wellTestType"^^xsd:string . | ||
3177 | 3195 | ||
3178 | -_:b86 | 3196 | +_:b4 sp:varName "uri"^^xsd:string . |
3179 | - sp:varName "wellKillingType"^^xsd:string . | ||
3180 | 3197 | ||
3181 | -_:b85 | 3198 | +_:b5 sp:varName "uri"^^xsd:string . |
3182 | - sp:varName "wellControlIncidentType"^^xsd:string . | ||
3183 | 3199 | ||
3184 | -_:b77 | 3200 | +_:b6 sp:varName "uri"^^xsd:string . |
3185 | - sp:varName "wellBoreTightnessType"^^xsd:string . | ||
3186 | 3201 | ||
3187 | -_:b76 | 3202 | +_:b7 sp:varName "uri"^^xsd:string . |
3188 | - sp:varName "wellBoreHphtType"^^xsd:string . | ||
3189 | 3203 | ||
3190 | -_:b75 | 3204 | +_:b8 sp:varName "uri"^^xsd:string . |
3191 | - sp:varName "wellBoreDrillingType"^^xsd:string . | ||
3192 | 3205 | ||
3193 | -_:b74 | 3206 | +_:b9 sp:varName "uri"^^xsd:string . |
3194 | - sp:varName "volumeScale"^^xsd:string . | ||
3195 | 3207 | ||
3196 | -_:b73 | 3208 | +_:b10 |
3197 | - sp:varName "tubeType"^^xsd:string . | 3209 | + sp:varName "uri"^^xsd:string . |
3198 | 3210 | ||
3199 | -_:b72 | 3211 | +_:b11 |
3200 | - sp:varName "durationScale"^^xsd:string . | 3212 | + sp:varName "uri"^^xsd:string . |
3201 | 3213 | ||
3202 | -_:b71 | 3214 | +_:b12 |
3203 | - sp:varName "temperatureScale"^^xsd:string . | 3215 | + sp:varName "uri"^^xsd:string . |
3204 | 3216 | ||
3205 | -_:b70 | 3217 | +_:b13 |
3206 | - sp:varName "strengthScale"^^xsd:string . | 3218 | + sp:varName "uri"^^xsd:string . |
3207 | 3219 | ||
3208 | -_:b69 | 3220 | +_:b14 |
3209 | - sp:varName "speedScale"^^xsd:string . | 3221 | + sp:varName "uri"^^xsd:string . |
3210 | 3222 | ||
3211 | -_:b67 | 3223 | +_:b15 |
3212 | - sp:varName "pressureTestType"^^xsd:string . | 3224 | + sp:varName "uri"^^xsd:string . |
3213 | 3225 | ||
3214 | -_:b66 | 3226 | +_:b16 |
3215 | - sp:varName "pressureScale"^^xsd:string . | 3227 | + sp:varName "uri"^^xsd:string . |
3216 | 3228 | ||
3217 | -_:b65 | 3229 | +_:b17 |
3218 | - sp:varName "porePressureDeterminationType"^^xsd:string . | 3230 | + sp:varName "uri"^^xsd:string . |
3219 | 3231 | ||
3220 | -_:b64 | 3232 | +_:b18 |
3221 | - sp:varName "angleScale"^^xsd:string . | 3233 | + sp:varName "uri"^^xsd:string . |
3222 | 3234 | ||
3223 | -_:b63 | 3235 | +_:b19 |
3224 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | 3236 | + sp:varName "uri"^^xsd:string . |
3225 | 3237 | ||
3226 | -_:b62 | 3238 | +_:b20 |
3227 | - sp:varName "lengthScale"^^xsd:string . | 3239 | + sp:varName "uri"^^xsd:string . |
3228 | 3240 | ||
3229 | -_:b61 | 3241 | +_:b21 |
3230 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 3242 | + sp:varName "uri"^^xsd:string . |
3231 | 3243 | ||
3232 | -_:b60 | 3244 | +_:b22 |
3233 | - sp:varName "innerBarrelType"^^xsd:string . | 3245 | + sp:varName "uri"^^xsd:string . |
3234 | 3246 | ||
3235 | -_:b59 | 3247 | +_:b23 |
3236 | - sp:varName "gasReadingType"^^xsd:string . | 3248 | + sp:varName "uri"^^xsd:string . |
3237 | 3249 | ||
3238 | -_:b58 | 3250 | +_:b24 |
3239 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 3251 | + sp:varName "uri"^^xsd:string . |
3240 | 3252 | ||
3241 | -_:b57 | 3253 | +_:b25 |
3242 | - sp:varName "drillingEquipmentType"^^xsd:string . | 3254 | + sp:varName "uri"^^xsd:string . |
3243 | 3255 | ||
3244 | -_:b56 | 3256 | +_:b26 |
3245 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 3257 | + sp:varName "uri"^^xsd:string . |
3246 | 3258 | ||
3247 | -_:b55 | 3259 | +_:b27 |
3248 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 3260 | + sp:varName "uri"^^xsd:string . |
3249 | 3261 | ||
3250 | -_:b54 | 3262 | +_:b28 |
3251 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 3263 | + sp:varName "uri"^^xsd:string . |
3252 | 3264 | ||
3253 | -_:b53 | 3265 | +_:b29 |
3254 | - sp:varName "densityScale"^^xsd:string . | 3266 | + sp:varName "uri"^^xsd:string . |
3255 | 3267 | ||
3256 | -_:b52 | 3268 | +_:b30 |
3257 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 3269 | + sp:varName "uri"^^xsd:string . |
3258 | 3270 | ||
3259 | -_:b51 | 3271 | +_:b31 |
3260 | - sp:varName "componentType"^^xsd:string . | 3272 | + sp:varName "uri"^^xsd:string . |
3261 | 3273 | ||
3262 | -_:b50 | 3274 | +_:b32 |
3263 | - sp:varName "cementingFluidReturnType"^^xsd:string . | 3275 | + sp:varName "uri"^^xsd:string . |
3264 | 3276 | ||
3265 | -_:b49 | 3277 | +_:b33 |
3266 | - sp:varName "casingRoleType"^^xsd:string . | 3278 | + sp:varName "uri"^^xsd:string . |
3267 | 3279 | ||
3268 | -_:b48 | 3280 | +_:b34 |
3269 | - sp:varName "activitySuccessType"^^xsd:string . | 3281 | + sp:varName "uri"^^xsd:string . |
3270 | 3282 | ||
3271 | -_:b47 | 3283 | +_:b35 |
3272 | - sp:varName "t4"^^xsd:string . | 3284 | + sp:varName "uri"^^xsd:string . |
3273 | 3285 | ||
3274 | -_:b46 | 3286 | +_:b36 |
3275 | - sp:varName "t3"^^xsd:string . | 3287 | + sp:varName "uri"^^xsd:string . |
3276 | 3288 | ||
3277 | -_:b45 | 3289 | +_:b37 |
3278 | - sp:varName "t2"^^xsd:string . | 3290 | + sp:varName "uri"^^xsd:string . |
3279 | 3291 | ||
3280 | -_:b44 | 3292 | +_:b38 |
3281 | - sp:varName "t1"^^xsd:string . | 3293 | + sp:varName "uri"^^xsd:string . |
3282 | 3294 | ||
3283 | -_:b43 | 3295 | +_:b39 |
3284 | - sp:varName "t0b"^^xsd:string . | 3296 | + sp:varName "uri"^^xsd:string . |
3285 | 3297 | ||
3286 | -_:b42 | 3298 | +_:b40 |
3287 | - sp:varName "t0a"^^xsd:string . | 3299 | + sp:varName "normalizedStr"^^xsd:string . |
3288 | 3300 | ||
3289 | _:b41 | 3301 | _:b41 |
3302 | + sp:varName "s1"^^xsd:string . | ||
3303 | + | ||
3304 | +_:b42 | ||
3290 | sp:varName "s2"^^xsd:string . | 3305 | sp:varName "s2"^^xsd:string . |
3291 | 3306 | ||
3292 | -_:b40 | 3307 | +_:b43 |
3293 | - sp:varName "s1"^^xsd:string . | 3308 | + sp:varName "t0a"^^xsd:string . |
3294 | 3309 | ||
3295 | -_:b39 | 3310 | +_:b44 |
3296 | - sp:varName "normalizedStr"^^xsd:string . | 3311 | + sp:varName "t0b"^^xsd:string . |
3297 | 3312 | ||
3298 | -_:b38 | 3313 | +_:b45 |
3299 | - sp:varName "uri"^^xsd:string . | 3314 | + sp:varName "t1"^^xsd:string . |
3300 | 3315 | ||
3301 | -_:b37 | 3316 | +_:b46 |
3302 | - sp:varName "uri"^^xsd:string . | 3317 | + sp:varName "t2"^^xsd:string . |
3303 | 3318 | ||
3304 | -_:b36 | 3319 | +_:b47 |
3305 | - sp:varName "uri"^^xsd:string . | 3320 | + sp:varName "t3"^^xsd:string . |
3306 | 3321 | ||
3307 | -_:b35 | 3322 | +_:b48 |
3308 | - sp:varName "uri"^^xsd:string . | 3323 | + sp:varName "t4"^^xsd:string . |
3309 | 3324 | ||
3310 | -_:b34 | 3325 | +_:b49 |
3311 | - sp:varName "uri"^^xsd:string . | 3326 | + sp:varName "activitySuccessType"^^xsd:string . |
3312 | 3327 | ||
3313 | -_:b33 | 3328 | +_:b50 |
3314 | - sp:varName "uri"^^xsd:string . | 3329 | + sp:varName "casingRoleType"^^xsd:string . |
3315 | 3330 | ||
3316 | -_:b32 | 3331 | +_:b51 |
3317 | - sp:varName "uri"^^xsd:string . | 3332 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
3318 | 3333 | ||
3319 | -_:b31 | 3334 | +_:b52 |
3320 | - sp:varName "uri"^^xsd:string . | 3335 | + sp:varName "componentType"^^xsd:string . |
3321 | 3336 | ||
3322 | -_:b30 | 3337 | +_:b53 |
3323 | - sp:varName "uri"^^xsd:string . | 3338 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
3324 | 3339 | ||
3325 | -_:b29 | 3340 | +_:b54 |
3326 | - sp:varName "uri"^^xsd:string . | 3341 | + sp:varName "densityScale"^^xsd:string . |
3327 | 3342 | ||
3328 | -_:b28 | 3343 | +_:b55 |
3329 | - sp:varName "uri"^^xsd:string . | 3344 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
3330 | 3345 | ||
3331 | -_:b27 | 3346 | +_:b56 |
3332 | - sp:varName "uri"^^xsd:string . | 3347 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
3333 | 3348 | ||
3334 | -_:b26 | 3349 | +_:b57 |
3335 | - sp:varName "uri"^^xsd:string . | 3350 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
3336 | 3351 | ||
3337 | -_:b25 | 3352 | +_:b58 |
3338 | - sp:varName "uri"^^xsd:string . | 3353 | + sp:varName "drillingEquipmentType"^^xsd:string . |
3339 | 3354 | ||
3340 | -_:b24 | 3355 | +_:b59 |
3341 | - sp:varName "uri"^^xsd:string . | 3356 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
3342 | 3357 | ||
3343 | -_:b23 | 3358 | +_:b60 |
3344 | - sp:varName "uri"^^xsd:string . | 3359 | + sp:varName "gasReadingType"^^xsd:string . |
3345 | 3360 | ||
3346 | -_:b22 | 3361 | +_:b61 |
3347 | - sp:varName "uri"^^xsd:string . | 3362 | + sp:varName "innerBarrelType"^^xsd:string . |
3348 | 3363 | ||
3349 | -_:b21 | 3364 | +_:b62 |
3350 | - sp:varName "uri"^^xsd:string . | 3365 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
3351 | 3366 | ||
3352 | -_:b20 | 3367 | +_:b63 |
3353 | - sp:varName "uri"^^xsd:string . | 3368 | + sp:varName "lengthScale"^^xsd:string . |
3354 | 3369 | ||
3355 | -_:b19 | 3370 | +_:b64 |
3356 | - sp:varName "uri"^^xsd:string . | 3371 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
3357 | 3372 | ||
3358 | -_:b18 | 3373 | +_:b65 |
3359 | - sp:varName "uri"^^xsd:string . | 3374 | + sp:varName "angleScale"^^xsd:string . |
3360 | 3375 | ||
3361 | -_:b17 | 3376 | +_:b66 |
3362 | - sp:varName "uri"^^xsd:string . | 3377 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
3363 | 3378 | ||
3364 | -_:b16 | 3379 | +_:b67 |
3365 | - sp:varName "uri"^^xsd:string . | 3380 | + sp:varName "pressureScale"^^xsd:string . |
3366 | 3381 | ||
3367 | -_:b15 | 3382 | +_:b68 |
3368 | - sp:varName "uri"^^xsd:string . | 3383 | + sp:varName "pressureTestType"^^xsd:string . |
3369 | 3384 | ||
3370 | -_:b14 | 3385 | +_:b69 |
3371 | - sp:varName "uri"^^xsd:string . | 3386 | + sp:varName "ratioScale"^^xsd:string . |
3372 | 3387 | ||
3373 | -_:b13 | 3388 | +_:b70 |
3374 | - sp:varName "uri"^^xsd:string . | 3389 | + sp:varName "speedScale"^^xsd:string . |
3375 | 3390 | ||
3376 | -_:b12 | 3391 | +_:b71 |
3377 | - sp:varName "uri"^^xsd:string . | 3392 | + sp:varName "strengthScale"^^xsd:string . |
3378 | 3393 | ||
3379 | -_:b11 | 3394 | +_:b72 |
3380 | - sp:varName "uri"^^xsd:string . | 3395 | + sp:varName "temperatureScale"^^xsd:string . |
3381 | 3396 | ||
3382 | -_:b10 | 3397 | +_:b73 |
3383 | - sp:varName "uri"^^xsd:string . | 3398 | + sp:varName "durationScale"^^xsd:string . |
3384 | 3399 | ||
3385 | -_:b9 sp:varName "uri"^^xsd:string . | 3400 | +_:b74 |
3401 | + sp:varName "tubeType"^^xsd:string . | ||
3386 | 3402 | ||
3387 | -_:b8 sp:varName "uri"^^xsd:string . | 3403 | +_:b75 |
3404 | + sp:varName "volumeScale"^^xsd:string . | ||
3388 | 3405 | ||
3389 | -_:b7 sp:varName "uri"^^xsd:string . | 3406 | +_:b76 |
3407 | + sp:varName "wellBoreDrillingType"^^xsd:string . | ||
3390 | 3408 | ||
3391 | -_:b6 sp:varName "uri"^^xsd:string . | 3409 | +_:b77 |
3410 | + sp:varName "wellBoreHphtType"^^xsd:string . | ||
3392 | 3411 | ||
3393 | -_:b5 sp:varName "uri"^^xsd:string . | 3412 | +_:b78 |
3413 | + sp:varName "wellBoreTightnessType"^^xsd:string . | ||
3394 | 3414 | ||
3395 | -_:b4 sp:varName "uri"^^xsd:string . | 3415 | +_:b79 |
3416 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
3396 | 3417 | ||
3397 | -_:b3 sp:varName "uri"^^xsd:string . | 3418 | +_:b80 |
3419 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
3398 | 3420 | ||
3399 | -_:b2 sp:varName "uri"^^xsd:string . | 3421 | +_:b81 |
3422 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
3400 | 3423 | ||
3401 | -_:b1 sp:varName "uri"^^xsd:string . | 3424 | +_:b82 |
3425 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
3402 | 3426 | ||
3403 | -_:b89 | 3427 | +_:b83 |
3404 | - sp:varName "yieldPointScale"^^xsd:string . | 3428 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . |
3405 | 3429 | ||
3406 | _:b84 | 3430 | _:b84 |
3431 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
3432 | + | ||
3433 | +_:b85 | ||
3407 | sp:varName "wellCementJobType"^^xsd:string . | 3434 | sp:varName "wellCementJobType"^^xsd:string . |
3408 | 3435 | ||
3409 | -_:b83 | 3436 | +_:b86 |
3410 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | 3437 | + sp:varName "wellControlIncidentType"^^xsd:string . |
3411 | 3438 | ||
3412 | -_:b82 | 3439 | +_:b87 |
3413 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 3440 | + sp:varName "wellKillingType"^^xsd:string . |
3414 | 3441 | ||
3415 | -_:b81 | 3442 | +_:b88 |
3416 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 3443 | + sp:varName "wellTestType"^^xsd:string . |
3417 | 3444 | ||
3418 | -_:b80 | 3445 | +_:b89 |
3419 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 3446 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . |
3420 | 3447 | ||
3421 | -_:b79 | 3448 | +_:b90 |
3422 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 3449 | + sp:varName "yieldPointScale"^^xsd:string . |
3423 | 3450 | ||
3424 | -_:b78 | 3451 | +_:b2 sp:varName "uri"^^xsd:string . |
3425 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Wed Aug 24 20:07:27 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 21:26:15 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | <witsml:tvd uom="m">4561</witsml:tvd> | 38 | <witsml:tvd uom="m">4561</witsml:tvd> |
39 | <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop> | 39 | <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop> |
40 | <witsml:diaHole uom="in">43.33</witsml:diaHole> | 40 | <witsml:diaHole uom="in">43.33</witsml:diaHole> |
41 | - <witsml:mdDiaHole uom="m">1000</witsml:mdDiaHole> | 41 | + <witsml:mdDiaHoleStart uom="m">1433</witsml:mdDiaHoleStart> |
42 | <witsml:diaPilot uom="in">12</witsml:diaPilot> | 42 | <witsml:diaPilot uom="in">12</witsml:diaPilot> |
43 | <witsml:mdDiaPilotPlan uom="m">2000</witsml:mdDiaPilotPlan> | 43 | <witsml:mdDiaPilotPlan uom="m">2000</witsml:mdDiaPilotPlan> |
44 | <witsml:tvdDiaPilotPlan uom="m">1800</witsml:tvdDiaPilotPlan> | 44 | <witsml:tvdDiaPilotPlan uom="m">1800</witsml:tvdDiaPilotPlan> |
... | @@ -52,6 +52,7 @@ | ... | @@ -52,6 +52,7 @@ |
52 | <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast> | 52 | <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast> |
53 | <witsml:tvdCsgLast uom="m">1234</witsml:tvdCsgLast> | 53 | <witsml:tvdCsgLast uom="m">1234</witsml:tvdCsgLast> |
54 | <witsml:presTestType>leak off test</witsml:presTestType> | 54 | <witsml:presTestType>leak off test</witsml:presTestType> |
55 | + <witsml:mdPlanned uom="m">1567</witsml:mdPlanned> | ||
55 | <witsml:distDrill uom="m">78.9</witsml:distDrill> | 56 | <witsml:distDrill uom="m">78.9</witsml:distDrill> |
56 | <witsml:elevKelly uom="m">23.5</witsml:elevKelly> | 57 | <witsml:elevKelly uom="m">23.5</witsml:elevKelly> |
57 | <witsml:waterDepth uom="m">15</witsml:waterDepth> | 58 | <witsml:waterDepth uom="m">15</witsml:waterDepth> | ... | ... |
-
Please register or login to post a comment