Showing
23 changed files
with
1665 additions
and
654 deletions
| 1 | +# baseURI: http://www.energistics.org/schemas/abstract | ||
| 2 | +# imports: http://www.linkedmodel.org/schema/dtype | ||
| 3 | +# imports: http://www.linkedmodel.org/schema/vaem | ||
| 4 | + | ||
| 5 | +@prefix abstract: <http://www.energistics.org/schemas/abstract#> . | ||
| 6 | +@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
| 7 | +@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
| 12 | +@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> . | ||
| 13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 14 | + | ||
| 15 | +dc:description | ||
| 16 | + rdfs:label "description"^^xsd:string . | ||
| 17 | + | ||
| 18 | +<http://www.energistics.org/schemas/abstract> | ||
| 19 | + rdf:type owl:Ontology ; | ||
| 20 | + owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/schema/dtype> ; | ||
| 21 | + owl:versionInfo "Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"^^xsd:string . | ||
| 22 | + | ||
| 23 | +abstract:AbstractContextualObject | ||
| 24 | + rdf:type owl:Class ; | ||
| 25 | + rdfs:label "Abstract contextual object"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf abstract:AbstractObject ; | ||
| 27 | + dc:description "Substitution group for contextual objects."^^xsd:string . | ||
| 28 | + | ||
| 29 | +abstract:AbstractDataObject | ||
| 30 | + rdf:type owl:Class ; | ||
| 31 | + rdfs:label "Abstract data object"^^xsd:string ; | ||
| 32 | + rdfs:subClassOf abstract:AbstractObject ; | ||
| 33 | + dc:description "Substitution group for normative data objects."^^xsd:string . | ||
| 34 | + | ||
| 35 | +abstract:AbstractObject | ||
| 36 | + rdf:type owl:Class ; | ||
| 37 | + rdfs:label "Abstract object"^^xsd:string ; | ||
| 38 | + dc:description """The intended abstract supertype of all schema roots | ||
| 39 | + that may be a member of a substitution group (whether contextual or data). | ||
| 40 | + The type of root global elements should be extended from this type and the | ||
| 41 | + root global element should be declared to be a member of one of the above substitution groups."""^^xsd:string . | ||
| 42 | + | ||
| 43 | +skos:prefLabel | ||
| 44 | + rdf:type owl:AnnotationProperty ; | ||
| 45 | + rdfs:label "pref label"^^xsd:string . |
| 1 | +# Saved by TopBraid on Mon Aug 08 15:10:22 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity-purpose | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 4 | +# imports: http://purl.org/dc/elements/1.1/ | ||
| 5 | +# imports: http://www.w3.org/2004/02/skos/core | ||
| 6 | +# imports: http://spinrdf.org/spin | ||
| 7 | +# imports: http://purl.org/dc/terms/ | ||
| 8 | + | ||
| 9 | +@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity-purpose#> . | ||
| 10 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 11 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 12 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 13 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 14 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 15 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 16 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 17 | + | ||
| 18 | +<http://www.reportinghub.no/ep/schema/1.1/activity-purpose> | ||
| 19 | + rdf:type owl:Ontology ; | ||
| 20 | + owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; | ||
| 21 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 22 | + | ||
| 23 | +:DailyDrillingActivityPurposeType | ||
| 24 | + rdf:type rdfs:Class ; | ||
| 25 | + rdfs:label "daily drilling activity purpose type"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf owl:Class . | ||
| 27 | + | ||
| 28 | +:Completion--bopwellheadequipment | ||
| 29 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 30 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 31 | + | ||
| 32 | +:Completion--circulatingconditioning | ||
| 33 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 34 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 35 | + | ||
| 36 | +:Completion--completionstring | ||
| 37 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 38 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 39 | + | ||
| 40 | +:Completion--flow | ||
| 41 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 42 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 43 | + | ||
| 44 | +:Completion--hydraulicworkover | ||
| 45 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 46 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 47 | + | ||
| 48 | +:Completion--mill | ||
| 49 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 50 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 51 | + | ||
| 52 | +:Completion--other | ||
| 53 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 54 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 55 | + | ||
| 56 | +:Completion--perforate | ||
| 57 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 58 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 59 | + | ||
| 60 | +:Completion--rigupdown | ||
| 61 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 62 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 63 | + | ||
| 64 | +:Completion--sandcontrol | ||
| 65 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 66 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 67 | + | ||
| 68 | +:Completion--stimulate | ||
| 69 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 70 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 71 | + | ||
| 72 | +:Completion--testscsssv | ||
| 73 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 74 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 75 | + | ||
| 76 | +:Completion--wait | ||
| 77 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 78 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 79 | + | ||
| 80 | +:Completion--wireline | ||
| 81 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 82 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 83 | + | ||
| 84 | +:Drilling--bopactivities | ||
| 85 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 86 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 87 | + | ||
| 88 | +:Drilling--bopwellheadequipment | ||
| 89 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 90 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 91 | + | ||
| 92 | +:Drilling--casing | ||
| 93 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 94 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 95 | + | ||
| 96 | +:Drilling--circulatingconditioning | ||
| 97 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 98 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 99 | + | ||
| 100 | +:Drilling--drill | ||
| 101 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 102 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 103 | + | ||
| 104 | +:Drilling--drive | ||
| 105 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 106 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 107 | + | ||
| 108 | +:Drilling--holeopen | ||
| 109 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 110 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 111 | + | ||
| 112 | +:Drilling--mill | ||
| 113 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 114 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 115 | + | ||
| 116 | +:Drilling--other | ||
| 117 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 118 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 119 | + | ||
| 120 | +:Drilling--pressuredetection | ||
| 121 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 122 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 123 | + | ||
| 124 | +:Drilling--ream | ||
| 125 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 126 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 127 | + | ||
| 128 | +:Drilling--rigupdown | ||
| 129 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 130 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 131 | + | ||
| 132 | +:Drilling--survey | ||
| 133 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 134 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 135 | + | ||
| 136 | +:Drilling--trip | ||
| 137 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 138 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 139 | + | ||
| 140 | +:Drilling--underream | ||
| 141 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 142 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 143 | + | ||
| 144 | +:Drilling--wait | ||
| 145 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 146 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 147 | + | ||
| 148 | +:Formationevaluation--circulatingconditioning | ||
| 149 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 150 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 151 | + | ||
| 152 | +:Formationevaluation--circulationsamples | ||
| 153 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 154 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 155 | + | ||
| 156 | +:Formationevaluation--core | ||
| 157 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 158 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 159 | + | ||
| 160 | +:Formationevaluation--drillstemtest | ||
| 161 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 162 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 163 | + | ||
| 164 | +:Formationevaluation--log | ||
| 165 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 166 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 167 | + | ||
| 168 | +:Formationevaluation--other | ||
| 169 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 170 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 171 | + | ||
| 172 | +:Formationevaluation--productiontest | ||
| 173 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 174 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 175 | + | ||
| 176 | +:Formationevaluation--rftfit | ||
| 177 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 178 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 179 | + | ||
| 180 | +:Formationevaluation--rigupdown | ||
| 181 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 182 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 183 | + | ||
| 184 | +:Formationevaluation--trip | ||
| 185 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 186 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 187 | + | ||
| 188 | +:Formationevaluation--wait | ||
| 189 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 190 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 191 | + | ||
| 192 | +:Interruption--fish | ||
| 193 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 194 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 195 | + | ||
| 196 | +:Interruption--lostcirculation | ||
| 197 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 198 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 199 | + | ||
| 200 | +:Interruption--maintain | ||
| 201 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 202 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 203 | + | ||
| 204 | +:Interruption--mill | ||
| 205 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 206 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 207 | + | ||
| 208 | +:Interruption--other | ||
| 209 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 210 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 211 | + | ||
| 212 | +:Interruption--repair | ||
| 213 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 214 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 215 | + | ||
| 216 | +:Interruption--rigupdown | ||
| 217 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 218 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 219 | + | ||
| 220 | +:Interruption--sidetrack | ||
| 221 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 222 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 223 | + | ||
| 224 | +:Interruption--wait | ||
| 225 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 226 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 227 | + | ||
| 228 | +:Interruption--waitingonweather | ||
| 229 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 230 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 231 | + | ||
| 232 | +:Interruption--wellcontrol | ||
| 233 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 234 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 235 | + | ||
| 236 | +:Moving--anchor | ||
| 237 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 238 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 239 | + | ||
| 240 | +:Moving--jack | ||
| 241 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 242 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 243 | + | ||
| 244 | +:Moving--position | ||
| 245 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 246 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 247 | + | ||
| 248 | +:Moving--skid | ||
| 249 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 250 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 251 | + | ||
| 252 | +:Moving--transit | ||
| 253 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 254 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 255 | + | ||
| 256 | +:Plugabandon--cementplug | ||
| 257 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 258 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 259 | + | ||
| 260 | +:Plugabandon--circulatingconditioning | ||
| 261 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 262 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 263 | + | ||
| 264 | +:Plugabandon--cut | ||
| 265 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 266 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 267 | + | ||
| 268 | +:Plugabandon--equipmentrecovery | ||
| 269 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 270 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 271 | + | ||
| 272 | +:Plugabandon--mechanicalplug | ||
| 273 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 274 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 275 | + | ||
| 276 | +:Plugabandon--mill | ||
| 277 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 278 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 279 | + | ||
| 280 | +:Plugabandon--other | ||
| 281 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 282 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 283 | + | ||
| 284 | +:Plugabandon--perforate | ||
| 285 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 286 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 287 | + | ||
| 288 | +:Plugabandon--rigupdown | ||
| 289 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 290 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 291 | + | ||
| 292 | +:Plugabandon--squeeze | ||
| 293 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 294 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 295 | + | ||
| 296 | +:Plugabandon--trip | ||
| 297 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 298 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 299 | + | ||
| 300 | +:Plugabandon--wait | ||
| 301 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 302 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 303 | + | ||
| 304 | +:Workover--bopwellheadequipment | ||
| 305 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 306 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 307 | + | ||
| 308 | +:Workover--circulatingconditioning | ||
| 309 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 310 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 311 | + | ||
| 312 | +:Workover--completionstring | ||
| 313 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 314 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 315 | + | ||
| 316 | +:Workover--flow | ||
| 317 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 318 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 319 | + | ||
| 320 | +:Workover--hydraulicworkover | ||
| 321 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 322 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 323 | + | ||
| 324 | +:Workover--mill | ||
| 325 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 326 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 327 | + | ||
| 328 | +:Workover--other | ||
| 329 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 330 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 331 | + | ||
| 332 | +:Workover--perforate | ||
| 333 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 334 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 335 | + | ||
| 336 | +:Workover--rigupdown | ||
| 337 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 338 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 339 | + | ||
| 340 | +:Workover--sandcontrol | ||
| 341 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 342 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 343 | + | ||
| 344 | +:Workover--stimulate | ||
| 345 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 346 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 347 | + | ||
| 348 | +:Workover--testscsssv | ||
| 349 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 350 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 351 | + | ||
| 352 | +:Workover--wait | ||
| 353 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 354 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
| 355 | + | ||
| 356 | +:Workover--wireline | ||
| 357 | + rdf:type :DailyDrillingActivityPurposeType ; | ||
| 358 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . |
| 1 | +# Saved by TopBraid on Tue Aug 09 15:23:56 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 3 | +# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | +# imports: http://www.linkedmodel.org/1.1/schema/ordered | ||
| 5 | +# imports: http://www.reportinghub.no/ep/schema/equipment | ||
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 7 | +# imports: http://www.reportinghub.no/ep/schema/well | ||
| 8 | + | ||
| 9 | +@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity#> . | ||
| 10 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
| 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 15 | + | ||
| 16 | +<http://www.reportinghub.no/ep/schema/1.1/activity> | ||
| 17 | + rdf:type owl:Ontology ; | ||
| 18 | + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 19 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 20 | + | ||
| 21 | +ep-activity:Activity | ||
| 22 | + rdf:type owl:Class ; | ||
| 23 | + rdfs:label "Activity"^^xsd:string ; | ||
| 24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
| 25 | + rdfs:subClassOf | ||
| 26 | + [ rdf:type owl:Restriction ; | ||
| 27 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 28 | + owl:onProperty ep-activity:finishedAt | ||
| 29 | + ] ; | ||
| 30 | + rdfs:subClassOf | ||
| 31 | + [ rdf:type owl:Restriction ; | ||
| 32 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 33 | + owl:onProperty ep-activity:startedAt | ||
| 34 | + ] ; | ||
| 35 | + rdfs:subClassOf | ||
| 36 | + [ rdf:type owl:Restriction ; | ||
| 37 | + owl:allValuesFrom ep-activity:Activity ; | ||
| 38 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | ||
| 39 | + ] ; | ||
| 40 | + rdfs:subClassOf | ||
| 41 | + [ rdf:type owl:Restriction ; | ||
| 42 | + owl:allValuesFrom ep-activity:Activity ; | ||
| 43 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | ||
| 44 | + ] ; | ||
| 45 | + rdfs:subClassOf | ||
| 46 | + [ rdf:type owl:Restriction ; | ||
| 47 | + owl:allValuesFrom ep-activity:Activity ; | ||
| 48 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | ||
| 49 | + ] ; | ||
| 50 | + rdfs:subClassOf | ||
| 51 | + [ rdf:type owl:Restriction ; | ||
| 52 | + owl:allValuesFrom ep-activity:Activity ; | ||
| 53 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | ||
| 54 | + ] . | ||
| 55 | + | ||
| 56 | +ep-activity:DailyDrillingActivity | ||
| 57 | + rdf:type owl:Class ; | ||
| 58 | + rdfs:label "Daily drilling activity"^^xsd:string ; | ||
| 59 | + rdfs:subClassOf ep-activity:DrillingActivity ; | ||
| 60 | + rdfs:subClassOf | ||
| 61 | + [ rdf:type owl:Restriction ; | ||
| 62 | + owl:allValuesFrom ep-activity:Activity ; | ||
| 63 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | ||
| 64 | + ] ; | ||
| 65 | + rdfs:subClassOf | ||
| 66 | + [ rdf:type owl:Restriction ; | ||
| 67 | + owl:allValuesFrom ep-activity:DrillingActivity ; | ||
| 68 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | ||
| 69 | + ] ; | ||
| 70 | + rdfs:subClassOf | ||
| 71 | + [ rdf:type owl:Restriction ; | ||
| 72 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 73 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | ||
| 74 | + ] ; | ||
| 75 | + rdfs:subClassOf | ||
| 76 | + [ rdf:type owl:Restriction ; | ||
| 77 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | ||
| 78 | + owl:onProperty ep-activity:onWellBore | ||
| 79 | + ] ; | ||
| 80 | + rdfs:subClassOf | ||
| 81 | + [ rdf:type owl:Restriction ; | ||
| 82 | + owl:allValuesFrom ep-activity:DrillingActivity ; | ||
| 83 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | ||
| 84 | + ] . | ||
| 85 | + | ||
| 86 | +ep-activity:DailyDrillingReportFinalisationType | ||
| 87 | + rdf:type rdfs:Class ; | ||
| 88 | + rdfs:label "daily drilling report finalisation type"^^xsd:string ; | ||
| 89 | + rdfs:subClassOf owl:Class . | ||
| 90 | + | ||
| 91 | +ep-activity:DailyProductionActivity | ||
| 92 | + rdf:type owl:Class ; | ||
| 93 | + rdfs:label "Daily production activity"^^xsd:string ; | ||
| 94 | + rdfs:subClassOf ep-activity:ProductionActivity ; | ||
| 95 | + rdfs:subClassOf | ||
| 96 | + [ rdf:type owl:Restriction ; | ||
| 97 | + owl:allValuesFrom ep-activity:ProductionActivity ; | ||
| 98 | + owl:onProperty ep-activity:hasSubActivity | ||
| 99 | + ] . | ||
| 100 | + | ||
| 101 | +ep-activity:Drill-bypass | ||
| 102 | + rdf:type ep-activity:WellBoreDrillingType ; | ||
| 103 | + rdfs:label "drill bypass"^^xsd:string ; | ||
| 104 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 105 | + | ||
| 106 | +ep-activity:Drill-initial | ||
| 107 | + rdf:type ep-activity:WellBoreDrillingType ; | ||
| 108 | + rdfs:label "drill initial"^^xsd:string ; | ||
| 109 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 110 | + | ||
| 111 | +ep-activity:Drill-re-entry | ||
| 112 | + rdf:type ep-activity:WellBoreDrillingType ; | ||
| 113 | + rdfs:label "drill re-entry"^^xsd:string ; | ||
| 114 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 115 | + | ||
| 116 | +ep-activity:Drill-re-spud | ||
| 117 | + rdf:type ep-activity:WellBoreDrillingType ; | ||
| 118 | + rdfs:label "drill re-spud"^^xsd:string ; | ||
| 119 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 120 | + | ||
| 121 | +ep-activity:Drill-redrill | ||
| 122 | + rdf:type ep-activity:WellBoreDrillingType ; | ||
| 123 | + rdfs:label "redrill"^^xsd:string ; | ||
| 124 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 125 | + | ||
| 126 | +ep-activity:Drill-sidetrack | ||
| 127 | + rdf:type ep-activity:WellBoreDrillingType ; | ||
| 128 | + rdfs:label "drill sidetrack"^^xsd:string ; | ||
| 129 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 130 | + | ||
| 131 | +ep-activity:DrillingActivity | ||
| 132 | + rdf:type owl:Class ; | ||
| 133 | + rdfs:label "Drilling activity"^^xsd:string ; | ||
| 134 | + rdfs:subClassOf ep-activity:Activity . | ||
| 135 | + | ||
| 136 | +ep-activity:FormationIntegrityTest | ||
| 137 | + rdf:type owl:Class , ep-activity:PressureTestType ; | ||
| 138 | + rdfs:label "formation integrity test"^^xsd:string ; | ||
| 139 | + rdfs:subClassOf ep-activity:WellBorePressureTest ; | ||
| 140 | + owl:disjointWith ep-activity:LeakOffTest . | ||
| 141 | + | ||
| 142 | +ep-activity:LeakOffTest | ||
| 143 | + rdf:type owl:Class , ep-activity:PressureTestType ; | ||
| 144 | + rdfs:label "leak-off test"^^xsd:string ; | ||
| 145 | + rdfs:subClassOf ep-activity:WellBorePressureTest ; | ||
| 146 | + owl:disjointWith ep-activity:FormationIntegrityTest . | ||
| 147 | + | ||
| 148 | +ep-activity:MonthlyDrillingActivity | ||
| 149 | + rdf:type owl:Class ; | ||
| 150 | + rdfs:label "Weekly drilling activity"^^xsd:string ; | ||
| 151 | + rdfs:subClassOf ep-activity:DrillingActivity ; | ||
| 152 | + rdfs:subClassOf | ||
| 153 | + [ rdf:type owl:Restriction ; | ||
| 154 | + owl:allValuesFrom ep-activity:WeeklyDrillingActivity ; | ||
| 155 | + owl:onProperty ep-activity:hasSubActivity | ||
| 156 | + ] . | ||
| 157 | + | ||
| 158 | +ep-activity:MonthlyProductionActivity | ||
| 159 | + rdf:type owl:Class ; | ||
| 160 | + rdfs:label "Monthly production activity"^^xsd:string ; | ||
| 161 | + rdfs:subClassOf ep-activity:ProductionActivity ; | ||
| 162 | + rdfs:subClassOf | ||
| 163 | + [ rdf:type owl:Restriction ; | ||
| 164 | + owl:allValuesFrom ep-activity:WeeklyProductionActivity ; | ||
| 165 | + owl:onProperty ep-activity:hasSubActivity | ||
| 166 | + ] . | ||
| 167 | + | ||
| 168 | +ep-activity:OffshoreActivity | ||
| 169 | + rdf:type owl:Class ; | ||
| 170 | + rdfs:label "Offshore activity"^^xsd:string ; | ||
| 171 | + rdfs:subClassOf ep-activity:Activity . | ||
| 172 | + | ||
| 173 | +ep-activity:OffshoreWellActivity | ||
| 174 | + rdf:type owl:Class ; | ||
| 175 | + rdfs:label "Offshore well activity"^^xsd:string ; | ||
| 176 | + rdfs:subClassOf ep-activity:OffshoreActivity ; | ||
| 177 | + rdfs:subClassOf | ||
| 178 | + [ rdf:type owl:Restriction ; | ||
| 179 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 180 | + owl:onProperty ep-activity:onWell | ||
| 181 | + ] ; | ||
| 182 | + rdfs:subClassOf | ||
| 183 | + [ rdf:type owl:Restriction ; | ||
| 184 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 185 | + owl:onProperty ep-activity:onRig | ||
| 186 | + ] ; | ||
| 187 | + rdfs:subClassOf | ||
| 188 | + [ rdf:type owl:Restriction ; | ||
| 189 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 190 | + owl:onProperty ep-activity:onWell | ||
| 191 | + ] . | ||
| 192 | + | ||
| 193 | +ep-activity:PressureTestType | ||
| 194 | + rdf:type rdfs:Class ; | ||
| 195 | + rdfs:label "pressure test type"^^xsd:string ; | ||
| 196 | + rdfs:subClassOf owl:Class . | ||
| 197 | + | ||
| 198 | +ep-activity:ProductionActivity | ||
| 199 | + rdf:type owl:Class ; | ||
| 200 | + rdfs:label "Production activity"^^xsd:string ; | ||
| 201 | + rdfs:subClassOf ep-activity:Activity . | ||
| 202 | + | ||
| 203 | +ep-activity:WeeklyDrillingActivity | ||
| 204 | + rdf:type owl:Class ; | ||
| 205 | + rdfs:label "Weekly drilling activity"^^xsd:string ; | ||
| 206 | + rdfs:subClassOf ep-activity:DrillingActivity ; | ||
| 207 | + rdfs:subClassOf | ||
| 208 | + [ rdf:type owl:Restriction ; | ||
| 209 | + owl:allValuesFrom ep-activity:DailyDrillingActivity ; | ||
| 210 | + owl:onProperty ep-activity:hasSubActivity | ||
| 211 | + ] . | ||
| 212 | + | ||
| 213 | +ep-activity:WeeklyProductionActivity | ||
| 214 | + rdf:type owl:Class ; | ||
| 215 | + rdfs:label "Weekly production activity"^^xsd:string ; | ||
| 216 | + rdfs:subClassOf ep-activity:ProductionActivity ; | ||
| 217 | + rdfs:subClassOf | ||
| 218 | + [ rdf:type owl:Restriction ; | ||
| 219 | + owl:allValuesFrom ep-activity:DailyProductionActivity ; | ||
| 220 | + owl:onProperty ep-activity:hasSubActivity | ||
| 221 | + ] . | ||
| 222 | + | ||
| 223 | +ep-activity:WellBoreDrillingType | ||
| 224 | + rdf:type rdfs:Class ; | ||
| 225 | + rdfs:label "well bore drilling type"^^xsd:string ; | ||
| 226 | + rdfs:subClassOf owl:Class . | ||
| 227 | + | ||
| 228 | +ep-activity:WellBorePressureTest | ||
| 229 | + rdf:type owl:Class ; | ||
| 230 | + rdfs:label "well bore pressure test"^^xsd:string ; | ||
| 231 | + rdfs:subClassOf ep-activity:Activity . | ||
| 232 | + | ||
| 233 | +ep-activity:createdAt | ||
| 234 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 235 | + rdfs:label "created at"^^xsd:string ; | ||
| 236 | + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
| 237 | + | ||
| 238 | +ep-activity:finishedAt | ||
| 239 | + rdf:type owl:DatatypeProperty ; | ||
| 240 | + rdfs:label "finished at"^^xsd:string ; | ||
| 241 | + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
| 242 | + | ||
| 243 | +ep-activity:hasSubActivity | ||
| 244 | + rdf:type owl:ObjectProperty ; | ||
| 245 | + rdfs:label "has sub activity"^^xsd:string . | ||
| 246 | + | ||
| 247 | +ep-activity:onRig | ||
| 248 | + rdf:type owl:ObjectProperty ; | ||
| 249 | + rdfs:label "on rig"^^xsd:string . | ||
| 250 | + | ||
| 251 | +ep-activity:onWell | ||
| 252 | + rdf:type owl:ObjectProperty ; | ||
| 253 | + rdfs:label "on well"^^xsd:string . | ||
| 254 | + | ||
| 255 | +ep-activity:onWellBore | ||
| 256 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 257 | + rdfs:label "on WellBore"^^xsd:string . | ||
| 258 | + | ||
| 259 | +ep-activity:reportOn | ||
| 260 | + rdf:type owl:ObjectProperty ; | ||
| 261 | + rdfs:label "report on"^^xsd:string . | ||
| 262 | + | ||
| 263 | +ep-activity:startedAt | ||
| 264 | + rdf:type owl:DatatypeProperty ; | ||
| 265 | + rdfs:label "started at"^^xsd:string ; | ||
| 266 | + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
| 267 | + | ||
| 268 | +ep-activity:wellBoreDrillingType | ||
| 269 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 270 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 271 | + rdfs:label "has sub activity"^^xsd:string ; | ||
| 272 | + rdfs:range ep-activity:WellBoreDrillingType ; | ||
| 273 | + rdfs:subPropertyOf rdf:type . | ||
| 274 | + | ||
| 275 | +<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | ||
| 276 | + rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
| 277 | + | ||
| 278 | +<http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport> | ||
| 279 | + rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
| 280 | + | ||
| 281 | +<http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport> | ||
| 282 | + rdf:type ep-activity:DailyDrillingReportFinalisationType . |
| 1 | +# Saved by TopBraid on Tue Aug 09 15:02:54 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 3 | +# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | + | ||
| 5 | +@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | ||
| 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 7 | +@prefix ep-core-1.1: <http://www.reportinghub.no/ep/schema/1.1/core#> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | + | ||
| 13 | +<http://www.reportinghub.no/ep/schema/1.1/core> | ||
| 14 | + rdf:type owl:Ontology ; | ||
| 15 | + owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> ; | ||
| 16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 17 | + | ||
| 18 | +ep-core:PhysicalObject | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "physical object"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf ep-core:PhysicalThing . | ||
| 22 | + | ||
| 23 | +ep-core:PhysicalThing | ||
| 24 | + rdf:type owl:Class ; | ||
| 25 | + rdfs:label "physical thing"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf owl:Thing . | ||
| 27 | + | ||
| 28 | +ep-core:basisFor | ||
| 29 | + rdf:type owl:ObjectProperty ; | ||
| 30 | + rdfs:label "basis for"^^xsd:string . | ||
| 31 | + | ||
| 32 | +ep-core:derivedFrom | ||
| 33 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | ||
| 34 | + rdfs:label "derived from"^^xsd:string . | ||
| 35 | + | ||
| 36 | +ep-core:hasPart | ||
| 37 | + rdf:type owl:TransitiveProperty ; | ||
| 38 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 39 | + rdfs:label "has part"^^xsd:string ; | ||
| 40 | + rdfs:range ep-core:PhysicalThing ; | ||
| 41 | + owl:inverseOf ep-core:partOf . | ||
| 42 | + | ||
| 43 | +ep-core:hasTemporalPart | ||
| 44 | + rdf:type owl:TransitiveProperty ; | ||
| 45 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 46 | + rdfs:label "has temporal part"^^xsd:string ; | ||
| 47 | + rdfs:range ep-core:PhysicalThing ; | ||
| 48 | + rdfs:subPropertyOf ep-core:hasPart ; | ||
| 49 | + owl:inverseOf ep-core:partOf . | ||
| 50 | + | ||
| 51 | +ep-core:name | ||
| 52 | + rdf:type owl:DatatypeProperty ; | ||
| 53 | + rdfs:label "name"^^xsd:string ; | ||
| 54 | + rdfs:range xsd:string . | ||
| 55 | + | ||
| 56 | +ep-core:partOf | ||
| 57 | + rdf:type owl:TransitiveProperty ; | ||
| 58 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 59 | + rdfs:label "part of"^^xsd:string ; | ||
| 60 | + rdfs:range ep-core:PhysicalThing ; | ||
| 61 | + owl:inverseOf ep-core:hasPart . | ||
| 62 | + | ||
| 63 | +ep-core:temporalPartOf | ||
| 64 | + rdf:type owl:TransitiveProperty ; | ||
| 65 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 66 | + rdfs:label "temporal part of"^^xsd:string ; | ||
| 67 | + rdfs:range ep-core:PhysicalThing ; | ||
| 68 | + rdfs:subPropertyOf ep-core:hasPart ; | ||
| 69 | + owl:inverseOf ep-core:hasTemporalPart . |
This diff could not be displayed because it is too large.
| 1 | +# Saved by TopBraid on Tue Aug 09 15:41:34 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/schema/equipment | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 4 | + | ||
| 5 | +@prefix : <http://www.reportinghub.no/ep/schema/equipment#> . | ||
| 6 | +@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +<http://www.reportinghub.no/ep/schema/core#PhysicalThing> | ||
| 13 | + rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | ||
| 14 | + | ||
| 15 | +<http://www.reportinghub.no/ep/schema/equipment> | ||
| 16 | + rdf:type owl:Ontology ; | ||
| 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 18 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 19 | + | ||
| 20 | +ep-eqt:Equipment | ||
| 21 | + rdf:type owl:Class ; | ||
| 22 | + rdfs:label "Equipment"^^xsd:string ; | ||
| 23 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 1 | +# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/schema/facility | ||
| 3 | +# imports: http://purl.org/dc/elements/1.1/ | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | +# imports: http://purl.org/dc/terms/ | ||
| 7 | + | ||
| 8 | +@prefix : <http://www.reportinghub.no/ep/schema/facility#> . | ||
| 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 12 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | + | ||
| 17 | +<http://www.reportinghub.no/ep/schema/facility> | ||
| 18 | + rdf:type owl:Ontology ; | ||
| 19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://spinrdf.org/spin> ; | ||
| 20 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 21 | + | ||
| 22 | +:Facility | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:label "facility"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 26 | + | ||
| 27 | +:FixedFacility | ||
| 28 | + rdf:type owl:DeprecatedClass ; | ||
| 29 | + rdfs:subClassOf :Facility . | ||
| 30 | + | ||
| 31 | +:MoveableFacility | ||
| 32 | + rdf:type owl:Class ; | ||
| 33 | + rdfs:subClassOf :Facility . | ||
| 34 | + | ||
| 35 | +:Rig rdf:type owl:Class ; | ||
| 36 | + rdfs:subClassOf :Facility . | ||
| 37 | + | ||
| 38 | +:SubSurfaceFixedFacility | ||
| 39 | + rdf:type owl:Class ; | ||
| 40 | + rdfs:subClassOf :FixedFacility . | ||
| 41 | + | ||
| 42 | +:SurfaceFixedFacility | ||
| 43 | + rdf:type owl:Class ; | ||
| 44 | + rdfs:subClassOf :FixedFacility . |
| 1 | +# baseURI: http://www.reportinghub.no/ep/schema/organization | ||
| 2 | +# imports: http://purl.org/dc/elements/1.1/ | ||
| 3 | +# imports: http://spinrdf.org/spin | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 5 | + | ||
| 6 | +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 11 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 12 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 14 | + | ||
| 15 | +<http://www.reportinghub.no/ep/schema/organization> | ||
| 16 | + rdf:type owl:Ontology ; | ||
| 17 | + owl:imports <http://spinrdf.org/spin> , <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 18 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 19 | + | ||
| 20 | +ep-org:Company | ||
| 21 | + rdf:type owl:Class ; | ||
| 22 | + rdfs:label "Company"^^xsd:string ; | ||
| 23 | + rdfs:subClassOf ep-org:Organization . | ||
| 24 | + | ||
| 25 | +ep-org:Organization | ||
| 26 | + rdf:type owl:Class ; | ||
| 27 | + rdfs:label "organization"^^xsd:string ; | ||
| 28 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 1 | +# Saved by TopBraid on Mon Aug 08 14:39:14 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/schema/report | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 5 | + | ||
| 6 | +@prefix : <http://www.reportinghub.no/ep/schema/report#> . | ||
| 7 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | + | ||
| 13 | +<http://www.reportinghub.no/ep/schema/report> | ||
| 14 | + rdf:type owl:Ontology ; | ||
| 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 17 | + | ||
| 18 | +ep-report:DailyDrillingReport | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:subClassOf ep-report:Report . | ||
| 21 | + | ||
| 22 | +ep-report:FinalDailyDrillingReport | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 25 | + | ||
| 26 | +ep-report:NormalDailyDrillingReport | ||
| 27 | + rdf:type owl:Class ; | ||
| 28 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 29 | + | ||
| 30 | +ep-report:PreliminaryDailyDrillingReport | ||
| 31 | + rdf:type owl:Class ; | ||
| 32 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 33 | + | ||
| 34 | +ep-report:Report | ||
| 35 | + rdf:type owl:Class ; | ||
| 36 | + rdfs:subClassOf owl:Thing . |
| 1 | +# Saved by TopBraid on Tue Jul 26 01:03:35 CEST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/1.1/schema/epvv | ||
| 3 | +# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | +# imports: http://www.reportinghub.no/1.1/schema/epa | ||
| 5 | +# imports: http://www.linkedmodel.org/1.0/schema/dtype | ||
| 6 | +# imports: http://spinrdf.org/spin | ||
| 7 | + | ||
| 8 | +@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
| 9 | +@prefix epvv: <http://www.reportinghub.no/schema/epvv#> . | ||
| 10 | +@prefix epvv-1.1: <http://www.reportinghub.no/1.1/schema/epvv#> . | ||
| 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 14 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 15 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 16 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 18 | + | ||
| 19 | +<http://www.reportinghub.no/1.1/schema/epvv> | ||
| 20 | + rdf:type owl:Ontology ; | ||
| 21 | + owl:imports <http://www.reportinghub.no/1.1/schema/epa> , <http://www.linkedmodel.org/1.0/schema/dtype> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://spinrdf.org/spin> ; | ||
| 22 | + owl:versionInfo "TBD by RH"^^xsd:string . | ||
| 23 | + | ||
| 24 | +epvv:Discrepancy | ||
| 25 | + rdf:type owl:Class ; | ||
| 26 | + rdfs:label "Discrepancy"^^xsd:string ; | ||
| 27 | + rdfs:subClassOf owl:Thing . | ||
| 28 | + | ||
| 29 | +epvv:ET_InvalidAttributeValue | ||
| 30 | + rdf:type epvv:ErrorType ; | ||
| 31 | + rdfs:label "invalid attribute value"^^xsd:string ; | ||
| 32 | + dtype:value "invalid attribute value"^^xsd:string . | ||
| 33 | + | ||
| 34 | +epvv:ET_InvalidEndTime | ||
| 35 | + rdf:type epvv:EnumeratedValue ; | ||
| 36 | + rdfs:label "Invalid end time"^^xsd:string . | ||
| 37 | + | ||
| 38 | +epvv:ET_InvalidEnumeratedValue | ||
| 39 | + rdf:type epvv:ErrorType ; | ||
| 40 | + rdfs:label "invalid enumerated value"^^xsd:string ; | ||
| 41 | + dtype:value "invalid enumerated value"^^xsd:string . | ||
| 42 | + | ||
| 43 | +epvv:ET_InvalidStartTime | ||
| 44 | + rdf:type epvv:EnumeratedValue ; | ||
| 45 | + rdfs:label "Invalid start time"^^xsd:string . | ||
| 46 | + | ||
| 47 | +epvv:ET_MissingAttribute | ||
| 48 | + rdf:type epvv:ErrorType ; | ||
| 49 | + rdfs:label "missing attribute"^^xsd:string ; | ||
| 50 | + dtype:value "missing attribute"^^xsd:string . | ||
| 51 | + | ||
| 52 | +epvv:ET_TotalTimeLessThanReportingPeriod | ||
| 53 | + rdf:type epvv:EnumeratedValue ; | ||
| 54 | + rdfs:label "total time is less than reporting period"^^xsd:string . | ||
| 55 | + | ||
| 56 | +epvv:ET_TotalTimeMoreThanReportingPeriod | ||
| 57 | + rdf:type epvv:EnumeratedValue ; | ||
| 58 | + rdfs:label "total time is more than reporting period"^^xsd:string . | ||
| 59 | + | ||
| 60 | +epvv:EnumeratedValue | ||
| 61 | + rdf:type owl:Class ; | ||
| 62 | + rdfs:label "Enumerated value"^^xsd:string ; | ||
| 63 | + rdfs:subClassOf dtype:EnumeratedValue . | ||
| 64 | + | ||
| 65 | +epvv:ErrorType | ||
| 66 | + rdf:type owl:Class ; | ||
| 67 | + rdfs:label "Error type"^^xsd:string ; | ||
| 68 | + rdfs:subClassOf epvv:EnumeratedValue . | ||
| 69 | + | ||
| 70 | +epvv:Subject | ||
| 71 | + rdf:type owl:Class ; | ||
| 72 | + rdfs:label "Source location"^^xsd:string ; | ||
| 73 | + rdfs:subClassOf owl:Thing . | ||
| 74 | + | ||
| 75 | +epvv:WarningType | ||
| 76 | + rdf:type owl:Class ; | ||
| 77 | + rdfs:label "Warning type"^^xsd:string ; | ||
| 78 | + rdfs:subClassOf epvv:EnumeratedValue . | ||
| 79 | + | ||
| 80 | +epvv:hasSubject | ||
| 81 | + rdf:type owl:ObjectProperty ; | ||
| 82 | + rdfs:label "has subject"^^xsd:string . | ||
| 83 | + | ||
| 84 | +epvv:lineNumber | ||
| 85 | + rdf:type owl:DatatypeProperty ; | ||
| 86 | + rdfs:label "line number"^^xsd:string ; | ||
| 87 | + rdfs:range xsd:integer . |
| 1 | +# Saved by TopBraid on Tue Aug 09 15:08:18 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/schema/well | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 4 | + | ||
| 5 | +@prefix : <http://www.reportinghub.no/ep/schema/well#> . | ||
| 6 | +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +<http://www.reportinghub.no/ep/schema/well> | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 16 | + | ||
| 17 | +ep-well:AllOrPartOfTheLifeOfAWellBore | ||
| 18 | + rdf:type owl:Class ; | ||
| 19 | + rdfs:label "all or part of the life of a well bore"^^xsd:string ; | ||
| 20 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 21 | + | ||
| 22 | +ep-well:TemporalPartOfAWellBore | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:label "temporal part of a well bore"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | ||
| 26 | + | ||
| 27 | +ep-well:Well | ||
| 28 | + rdf:type owl:Class ; | ||
| 29 | + rdfs:label "Well"^^xsd:string ; | ||
| 30 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 31 | + rdfs:subClassOf | ||
| 32 | + [ rdf:type owl:Restriction ; | ||
| 33 | + owl:allValuesFrom ep-well:WellBore ; | ||
| 34 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | ||
| 35 | + ] ; | ||
| 36 | + rdfs:subClassOf | ||
| 37 | + [ rdf:type owl:Restriction ; | ||
| 38 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 39 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
| 40 | + ] . | ||
| 41 | + | ||
| 42 | +ep-well:WellBore | ||
| 43 | + rdf:type owl:Class ; | ||
| 44 | + rdfs:label "well bore"^^xsd:string ; | ||
| 45 | + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore ; | ||
| 46 | + rdfs:subClassOf | ||
| 47 | + [ rdf:type owl:Restriction ; | ||
| 48 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 49 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
| 50 | + ] . |
| 1 | -# Saved by TopBraid on Tue Aug 09 14:47:57 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints | 1 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints |
| 2 | +# imports: http://spinrdf.org/spin | ||
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| 5 | -# imports: http://spinrdf.org/spin | 5 | +# imports: http://www.reportinghub.no/npd/1.1/schema |
| 6 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
| 7 | 6 | ||
| 8 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . | 7 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . |
| 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -24,7 +23,7 @@ | ... | @@ -24,7 +23,7 @@ |
| 24 | ] [ rdf:type sp:NamedGraph ; | 23 | ] [ rdf:type sp:NamedGraph ; |
| 25 | sp:elements ([ rdf:type sp:NotExists ; | 24 | sp:elements ([ rdf:type sp:NotExists ; |
| 26 | sp:elements ([ sp:object _:b1 ; | 25 | sp:elements ([ sp:object _:b1 ; |
| 27 | - sp:predicate <http://www.reportinghub.no/schema/npd#name> ; | 26 | + sp:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 28 | sp:subject _:b2 | 27 | sp:subject _:b2 |
| 29 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 28 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 30 | sp:predicate rdf:type ; | 29 | sp:predicate rdf:type ; |
| ... | @@ -37,9 +36,9 @@ | ... | @@ -37,9 +36,9 @@ |
| 37 | 36 | ||
| 38 | <http://www.reportinghub.no/ep/spin/ddr-constraints> | 37 | <http://www.reportinghub.no/ep/spin/ddr-constraints> |
| 39 | rdf:type owl:Ontology ; | 38 | rdf:type owl:Ontology ; |
| 40 | - owl:imports <http://www.reportinghub.no/1.1/schema/npd> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; | 39 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ; |
| 41 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 40 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 42 | 41 | ||
| 43 | -_:b2 sp:varName "wellBore"^^xsd:string . | ||
| 44 | - | ||
| 45 | _:b1 sp:varName "nameWellbore"^^xsd:string . | 42 | _:b1 sp:varName "nameWellbore"^^xsd:string . |
| 43 | + | ||
| 44 | +_:b2 sp:varName "wellBore"^^xsd:string . | ... | ... |
| 1 | # baseURI: http://www.reportinghub.no/examples/npdi | 1 | # baseURI: http://www.reportinghub.no/examples/npdi |
| 2 | -# imports: http://www.reportinghub.no/1.1/schema/npd | 2 | +# imports: http://www.reportinghub.no/npd/1.1/schema |
| 3 | 3 | ||
| 4 | @prefix : <http://www.reportinghub.no/examples/npdi#> . | 4 | @prefix : <http://www.reportinghub.no/examples/npdi#> . |
| 5 | @prefix npd: <http://www.reportinghub.no/schema/npd#> . | 5 | @prefix npd: <http://www.reportinghub.no/schema/npd#> . |
| ... | @@ -11,5 +11,5 @@ | ... | @@ -11,5 +11,5 @@ |
| 11 | 11 | ||
| 12 | <http://www.reportinghub.no/examples/npdi> | 12 | <http://www.reportinghub.no/examples/npdi> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.reportinghub.no/1.1/schema/npd> ; | 14 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 09 14:48:52 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/1.1/schema/NPD-to-15926 | 1 | # baseURI: http://www.reportinghub.no/1.1/schema/NPD-to-15926 |
| 3 | -# imports: http://topbraid.org/spin/spinmapl | ||
| 4 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
| 5 | -# imports: http://spinrdf.org/spin | ||
| 6 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL | 2 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL |
| 3 | +# imports: http://spinrdf.org/spin | ||
| 4 | +# imports: http://topbraid.org/spin/spinmapl | ||
| 5 | +# imports: http://www.reportinghub.no/npd/1.1/schema | ||
| 7 | 6 | ||
| 8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 7 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 9 | @prefix dm: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | 8 | @prefix dm: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . |
| ... | @@ -22,7 +21,7 @@ | ... | @@ -22,7 +21,7 @@ |
| 22 | 21 | ||
| 23 | <http://www.reportinghub.no/1.1/schema/NPD-to-15926> | 22 | <http://www.reportinghub.no/1.1/schema/NPD-to-15926> |
| 24 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 25 | - owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/spin/spinmapl> , <http://www.reportinghub.no/1.1/schema/npd> , <http://rds.posccaesar.org/2008/06/OWL/RDL> ; | 24 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://rds.posccaesar.org/2008/06/OWL/RDL> , <http://topbraid.org/spin/spinmapl> , <http://spinrdf.org/spin> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 26 | ||
| 28 | npdMap:ClassifyArrangedIndividual | 27 | npdMap:ClassifyArrangedIndividual |
| ... | @@ -53,7 +52,7 @@ npdMap:ClassifyArrangedIndividual | ... | @@ -53,7 +52,7 @@ npdMap:ClassifyArrangedIndividual |
| 53 | ] [ sp:object | 52 | ] [ sp:object |
| 54 | [ sp:varName "npdid"^^xsd:string | 53 | [ sp:varName "npdid"^^xsd:string |
| 55 | ] ; | 54 | ] ; |
| 56 | - sp:predicate npd:id ; | 55 | + sp:predicate <http://www.reportinghub.no/npd/schema#id> ; |
| 57 | sp:subject spin:_this | 56 | sp:subject spin:_this |
| 58 | ] [ rdf:type sp:Bind ; | 57 | ] [ rdf:type sp:Bind ; |
| 59 | sp:expression "http://www.reportinghub.no/ep/" ; | 58 | sp:expression "http://www.reportinghub.no/ep/" ; |
| ... | @@ -147,7 +146,7 @@ npdMap:CreateIndividualWithNPDID | ... | @@ -147,7 +146,7 @@ npdMap:CreateIndividualWithNPDID |
| 147 | sp:subject _:b6 | 146 | sp:subject _:b6 |
| 148 | ]) ; | 147 | ]) ; |
| 149 | sp:where ([ sp:object _:b8 ; | 148 | sp:where ([ sp:object _:b8 ; |
| 150 | - sp:predicate npd:id ; | 149 | + sp:predicate <http://www.reportinghub.no/npd/schema#id> ; |
| 151 | sp:subject spin:_this | 150 | sp:subject spin:_this |
| 152 | ] [ sp:object _:b9 ; | 151 | ] [ sp:object _:b9 ; |
| 153 | sp:predicate rdf:type ; | 152 | sp:predicate rdf:type ; |
| ... | @@ -224,11 +223,15 @@ npdMap:CreateIndividualWithNPDID | ... | @@ -224,11 +223,15 @@ npdMap:CreateIndividualWithNPDID |
| 224 | ?wbIDCOIClsn is classification relationship from ?wbCOI to the RDL entry for wellbore identification code - RDS16622067"""^^xsd:string . | 223 | ?wbIDCOIClsn is classification relationship from ?wbCOI to the RDL entry for wellbore identification code - RDS16622067"""^^xsd:string . |
| 225 | 224 | ||
| 226 | npdMap:Licence_1 | 225 | npdMap:Licence_1 |
| 227 | - rdf:type npd:Licence ; | 226 | + rdf:type <http://www.reportinghub.no/npd/schema#Licence> ; |
| 228 | - npd:id "ABC123"^^xsd:string . | 227 | + <http://www.reportinghub.no/npd/schema#id> |
| 228 | + "ABC123"^^xsd:string . | ||
| 229 | 229 | ||
| 230 | <http://www.reportinghub.no/ep/schema/well#WellBore> | 230 | <http://www.reportinghub.no/ep/schema/well#WellBore> |
| 231 | spin:rule | 231 | spin:rule |
| 232 | + [ rdf:type npdMap:ClassifyArrangedIndividual | ||
| 233 | + ] ; | ||
| 234 | + spin:rule | ||
| 232 | [ rdf:type sp:Construct ; | 235 | [ rdf:type sp:Construct ; |
| 233 | rdfs:comment """This rule creates the WellBore and Well and joins them up using a composition relationship (dm:ArrangementOfIndividual) | 236 | rdfs:comment """This rule creates the WellBore and Well and joins them up using a composition relationship (dm:ArrangementOfIndividual) |
| 234 | Note that because it uses the same URI production rule as other functions, we don't get repeated instances of the Well and WellBore...hopefully"""^^xsd:string ; | 237 | Note that because it uses the same URI production rule as other functions, we don't get repeated instances of the Well and WellBore...hopefully"""^^xsd:string ; |
| ... | @@ -251,15 +254,15 @@ Note that because it uses the same URI production rule as other functions, we do | ... | @@ -251,15 +254,15 @@ Note that because it uses the same URI production rule as other functions, we do |
| 251 | sp:where ([ sp:object | 254 | sp:where ([ sp:object |
| 252 | [ sp:varName "npdid"^^xsd:string | 255 | [ sp:varName "npdid"^^xsd:string |
| 253 | ] ; | 256 | ] ; |
| 254 | - sp:predicate npd:id ; | 257 | + sp:predicate <http://www.reportinghub.no/npd/schema#id> ; |
| 255 | sp:subject spin:_this | 258 | sp:subject spin:_this |
| 256 | ] [ sp:object _:b13 ; | 259 | ] [ sp:object _:b13 ; |
| 257 | - sp:predicate npd:partOfWell ; | 260 | + sp:predicate <http://www.reportinghub.no/npd/schema#partOfWell> ; |
| 258 | sp:subject spin:_this | 261 | sp:subject spin:_this |
| 259 | ] [ sp:object | 262 | ] [ sp:object |
| 260 | [ sp:varName "wellName"^^xsd:string | 263 | [ sp:varName "wellName"^^xsd:string |
| 261 | ] ; | 264 | ] ; |
| 262 | - sp:predicate npd:name ; | 265 | + sp:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 263 | sp:subject _:b13 | 266 | sp:subject _:b13 |
| 264 | ] [ rdf:type sp:Bind ; | 267 | ] [ rdf:type sp:Bind ; |
| 265 | sp:expression "http://www.reportinghub.no/ep/" ; | 268 | sp:expression "http://www.reportinghub.no/ep/" ; |
| ... | @@ -285,19 +288,16 @@ Note that because it uses the same URI production rule as other functions, we do | ... | @@ -285,19 +288,16 @@ Note that because it uses the same URI production rule as other functions, we do |
| 285 | ] ; | 288 | ] ; |
| 286 | sp:variable _:b12 | 289 | sp:variable _:b12 |
| 287 | ]) | 290 | ]) |
| 288 | - ] ; | ||
| 289 | - spin:rule | ||
| 290 | - [ rdf:type npdMap:ClassifyArrangedIndividual | ||
| 291 | ] . | 291 | ] . |
| 292 | 292 | ||
| 293 | -npd:NpdIndividual | 293 | +<http://www.reportinghub.no/npd/schema#NPDIndividual> |
| 294 | spin:rule | 294 | spin:rule |
| 295 | [ rdf:type npdMap:CreateIndividualWithNPDID ; | 295 | [ rdf:type npdMap:CreateIndividualWithNPDID ; |
| 296 | sp:arg1 "\"Individual\""^^xsd:string | 296 | sp:arg1 "\"Individual\""^^xsd:string |
| 297 | ] . | 297 | ] . |
| 298 | 298 | ||
| 299 | npd:WellBore_1 | 299 | npd:WellBore_1 |
| 300 | - npd:drilledInProductionLicence | 300 | + <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> |
| 301 | npdMap:Licence_1 . | 301 | npdMap:Licence_1 . |
| 302 | 302 | ||
| 303 | npd:wellDiskosType | 303 | npd:wellDiskosType |
| ... | @@ -306,32 +306,32 @@ npd:wellDiskosType | ... | @@ -306,32 +306,32 @@ npd:wellDiskosType |
| 306 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; | 306 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 307 | rdfs:range xsd:string . | 307 | rdfs:range xsd:string . |
| 308 | 308 | ||
| 309 | -_:b13 | 309 | +_:b1 sp:varName "AI"^^xsd:string . |
| 310 | - sp:varName "well"^^xsd:string . | ||
| 311 | 310 | ||
| 312 | -_:b12 | 311 | +_:b2 sp:varName "AIClsn"^^xsd:string . |
| 313 | - sp:varName "wellBoreComp"^^xsd:string . | ||
| 314 | 312 | ||
| 315 | -_:b11 | 313 | +_:b3 sp:varName "npdType"^^xsd:string . |
| 316 | - sp:varName "wellAI"^^xsd:string . | ||
| 317 | 314 | ||
| 318 | -_:b10 | 315 | +_:b4 sp:varName "AI"^^xsd:string . |
| 319 | - sp:varName "wellBoreAI"^^xsd:string . | ||
| 320 | 316 | ||
| 321 | -_:b9 sp:varName "npdType"^^xsd:string . | 317 | +_:b5 sp:varName "npdCOI"^^xsd:string . |
| 322 | 318 | ||
| 323 | -_:b8 sp:varName "npdid"^^xsd:string . | 319 | +_:b6 sp:varName "npdExpStr"^^xsd:string . |
| 324 | 320 | ||
| 325 | _:b7 sp:varName "npdCOIClsn"^^xsd:string . | 321 | _:b7 sp:varName "npdCOIClsn"^^xsd:string . |
| 326 | 322 | ||
| 327 | -_:b6 sp:varName "npdExpStr"^^xsd:string . | 323 | +_:b8 sp:varName "npdid"^^xsd:string . |
| 328 | 324 | ||
| 329 | -_:b5 sp:varName "npdCOI"^^xsd:string . | 325 | +_:b9 sp:varName "npdType"^^xsd:string . |
| 330 | 326 | ||
| 331 | -_:b4 sp:varName "AI"^^xsd:string . | 327 | +_:b10 |
| 328 | + sp:varName "wellBoreAI"^^xsd:string . | ||
| 332 | 329 | ||
| 333 | -_:b3 sp:varName "npdType"^^xsd:string . | 330 | +_:b11 |
| 331 | + sp:varName "wellAI"^^xsd:string . | ||
| 334 | 332 | ||
| 335 | -_:b2 sp:varName "AIClsn"^^xsd:string . | 333 | +_:b12 |
| 334 | + sp:varName "wellBoreComp"^^xsd:string . | ||
| 336 | 335 | ||
| 337 | -_:b1 sp:varName "AI"^^xsd:string . | 336 | +_:b13 |
| 337 | + sp:varName "well"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:35:38 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/npd/1.1/schema |
| 2 | -# baseURI: http://www.reportinghub.no/1.1/schema/npd | ||
| 3 | -# imports: http://www.reportinghub.no/ep/schema/organization | ||
| 4 | # imports: http://www.reportinghub.no/ep/schema/facility | 2 | # imports: http://www.reportinghub.no/ep/schema/facility |
| 3 | +# imports: http://www.reportinghub.no/ep/schema/organization | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/well | 4 | # imports: http://www.reportinghub.no/ep/schema/well |
| 6 | 5 | ||
| 7 | @prefix facility: <http://www.reportinghub.no/ep/schema/facility#> . | 6 | @prefix facility: <http://www.reportinghub.no/ep/schema/facility#> . |
| 8 | -@prefix npd: <http://www.reportinghub.no/schema/npd#> . | 7 | +@prefix npd: <http://www.reportinghub.no/npd/schema#> . |
| 9 | @prefix organization: <http://www.reportinghub.no/ep/schema/organization#> . | 8 | @prefix organization: <http://www.reportinghub.no/ep/schema/organization#> . |
| 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -16,18 +15,13 @@ | ... | @@ -16,18 +15,13 @@ |
| 16 | @prefix spl: <http://spinrdf.org/spl#> . | 15 | @prefix spl: <http://spinrdf.org/spl#> . |
| 17 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 18 | 17 | ||
| 19 | -<http://www.reportinghub.no/1.1/schema/npd> | ||
| 20 | - rdf:type owl:Ontology ; | ||
| 21 | - owl:imports <http://www.reportinghub.no/ep/schema/organization> , <http://www.reportinghub.no/ep/schema/facility> , <http://www.reportinghub.no/ep/schema/well> ; | ||
| 22 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 23 | - | ||
| 24 | <http://www.reportinghub.no/ep/schema/core#PhysicalThing> | 18 | <http://www.reportinghub.no/ep/schema/core#PhysicalThing> |
| 25 | rdf:type owl:Class ; | 19 | rdf:type owl:Class ; |
| 26 | rdfs:comment "An individual (cringe) that has temporal extent. If Matthew and Chris ever found out about this, they'd string me up. - IB"^^xsd:string . | 20 | rdfs:comment "An individual (cringe) that has temporal extent. If Matthew and Chris ever found out about this, they'd string me up. - IB"^^xsd:string . |
| 27 | 21 | ||
| 28 | facility:Facility | 22 | facility:Facility |
| 29 | rdf:type owl:Class ; | 23 | rdf:type owl:Class ; |
| 30 | - rdfs:subClassOf npd:NpdIndividual . | 24 | + rdfs:subClassOf npd:NPDIndividual . |
| 31 | 25 | ||
| 32 | facility:FixedFacility | 26 | facility:FixedFacility |
| 33 | rdf:type owl:Class ; | 27 | rdf:type owl:Class ; |
| ... | @@ -48,7 +42,6 @@ facility:SurfaceFixedFacility | ... | @@ -48,7 +42,6 @@ facility:SurfaceFixedFacility |
| 48 | rdfs:subClassOf facility:FixedFacility . | 42 | rdfs:subClassOf facility:FixedFacility . |
| 49 | 43 | ||
| 50 | organization:Company | 44 | organization:Company |
| 51 | - rdf:type owl:Class ; | ||
| 52 | rdfs:subClassOf npd:Individual . | 45 | rdfs:subClassOf npd:Individual . |
| 53 | 46 | ||
| 54 | <http://www.reportinghub.no/ep/schema/well#Well> | 47 | <http://www.reportinghub.no/ep/schema/well#Well> |
| ... | @@ -58,12 +51,17 @@ organization:Company | ... | @@ -58,12 +51,17 @@ organization:Company |
| 58 | 51 | ||
| 59 | <http://www.reportinghub.no/ep/schema/well#WellBore> | 52 | <http://www.reportinghub.no/ep/schema/well#WellBore> |
| 60 | rdf:type owl:Class ; | 53 | rdf:type owl:Class ; |
| 61 | - rdfs:subClassOf npd:NpdIndividual , <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> . | 54 | + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> . |
| 55 | + | ||
| 56 | +<http://www.reportinghub.no/npd/1.1/schema> | ||
| 57 | + rdf:type owl:Ontology ; | ||
| 58 | + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/facility> , <http://www.reportinghub.no/ep/schema/organization> ; | ||
| 59 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 62 | 60 | ||
| 63 | npd:BusinessArrangementArea | 61 | npd:BusinessArrangementArea |
| 64 | rdf:type owl:Class ; | 62 | rdf:type owl:Class ; |
| 65 | rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ; | 63 | rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ; |
| 66 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NpdIndividual , npd:Owner . | 64 | + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . |
| 67 | 65 | ||
| 68 | npd:DAS_DecidedByTheLicensees | 66 | npd:DAS_DecidedByTheLicensees |
| 69 | rdf:type npd:DiscoveryActivityStatus ; | 67 | rdf:type npd:DiscoveryActivityStatus ; |
| ... | @@ -139,7 +137,7 @@ npd:DevelopmentWellBorePurpose | ... | @@ -139,7 +137,7 @@ npd:DevelopmentWellBorePurpose |
| 139 | npd:Discovery | 137 | npd:Discovery |
| 140 | rdf:type owl:Class ; | 138 | rdf:type owl:Class ; |
| 141 | rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ; | 139 | rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ; |
| 142 | - rdfs:subClassOf npd:NpdIndividual . | 140 | + rdfs:subClassOf npd:NPDIndividual . |
| 143 | 141 | ||
| 144 | npd:DiscoveryActivityStatus | 142 | npd:DiscoveryActivityStatus |
| 145 | rdf:type owl:Class ; | 143 | rdf:type owl:Class ; |
| ... | @@ -265,7 +263,7 @@ npd:FieldPart | ... | @@ -265,7 +263,7 @@ npd:FieldPart |
| 265 | 263 | ||
| 266 | npd:FixedFacilityParent | 264 | npd:FixedFacilityParent |
| 267 | rdf:type owl:Class ; | 265 | rdf:type owl:Class ; |
| 268 | - rdfs:subClassOf npd:NpdIndividual . | 266 | + rdfs:subClassOf npd:NPDIndividual . |
| 269 | 267 | ||
| 270 | npd:FixedFacilityPhase | 268 | npd:FixedFacilityPhase |
| 271 | rdf:type owl:Class ; | 269 | rdf:type owl:Class ; |
| ... | @@ -304,23 +302,23 @@ npd:Individual | ... | @@ -304,23 +302,23 @@ npd:Individual |
| 304 | rdfs:subClassOf owl:Thing . | 302 | rdfs:subClassOf owl:Thing . |
| 305 | 303 | ||
| 306 | npd:LS_Active | 304 | npd:LS_Active |
| 307 | - rdf:type npd:LicenseStatus ; | 305 | + rdf:type npd:LicenceStatus ; |
| 308 | rdfs:label "active"@en ; | 306 | rdfs:label "active"@en ; |
| 309 | npd:code "ACTIVE"^^xsd:string . | 307 | npd:code "ACTIVE"^^xsd:string . |
| 310 | 308 | ||
| 311 | npd:LS_Inactive | 309 | npd:LS_Inactive |
| 312 | - rdf:type npd:LicenseStatus ; | 310 | + rdf:type npd:LicenceStatus ; |
| 313 | rdfs:label "inactive"@en ; | 311 | rdfs:label "inactive"@en ; |
| 314 | npd:code "INACTIVE"^^xsd:string . | 312 | npd:code "INACTIVE"^^xsd:string . |
| 315 | 313 | ||
| 316 | npd:Licence | 314 | npd:Licence |
| 317 | rdf:type owl:Class ; | 315 | rdf:type owl:Class ; |
| 318 | rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ; | 316 | rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ; |
| 319 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NpdIndividual , npd:Owner . | 317 | + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . |
| 320 | 318 | ||
| 321 | -npd:LicenseStatus | 319 | +npd:LicenceStatus |
| 322 | rdf:type owl:Class ; | 320 | rdf:type owl:Class ; |
| 323 | - rdfs:label "License status"^^xsd:string ; | 321 | + rdfs:label "Licence status"^^xsd:string ; |
| 324 | rdfs:subClassOf npd:Enumeration ; | 322 | rdfs:subClassOf npd:Enumeration ; |
| 325 | owl:oneOf (npd:LS_Active npd:LS_Inactive) . | 323 | owl:oneOf (npd:LS_Active npd:LS_Inactive) . |
| 326 | 324 | ||
| ... | @@ -345,13 +343,13 @@ npd:MainNCSArea | ... | @@ -345,13 +343,13 @@ npd:MainNCSArea |
| 345 | rdfs:subClassOf npd:Enumeration ; | 343 | rdfs:subClassOf npd:Enumeration ; |
| 346 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . | 344 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . |
| 347 | 345 | ||
| 348 | -npd:NpdIndividual | 346 | +npd:NPDIndividual |
| 349 | rdf:type owl:Class ; | 347 | rdf:type owl:Class ; |
| 350 | rdfs:subClassOf npd:Individual . | 348 | rdfs:subClassOf npd:Individual . |
| 351 | 349 | ||
| 352 | npd:OperatingCompany | 350 | npd:OperatingCompany |
| 353 | rdf:type owl:Class ; | 351 | rdf:type owl:Class ; |
| 354 | - rdfs:subClassOf organization:Company , npd:NpdIndividual . | 352 | + rdfs:subClassOf npd:NPDIndividual , organization:Company . |
| 355 | 353 | ||
| 356 | npd:Owner | 354 | npd:Owner |
| 357 | rdf:type owl:Class ; | 355 | rdf:type owl:Class ; |
| ... | @@ -393,7 +391,7 @@ npd:TUF | ... | @@ -393,7 +391,7 @@ npd:TUF |
| 393 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; | 391 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; |
| 394 | rdfs:subClassOf facility:Facility , npd:FixedFacilityParent . | 392 | rdfs:subClassOf facility:Facility , npd:FixedFacilityParent . |
| 395 | 393 | ||
| 396 | -npd:TufPart | 394 | +npd:TUFPart |
| 397 | rdf:type owl:Class ; | 395 | rdf:type owl:Class ; |
| 398 | rdfs:comment "A part of a TUF"^^xsd:string ; | 396 | rdfs:comment "A part of a TUF"^^xsd:string ; |
| 399 | rdfs:subClassOf npd:FixedFacilityParent . | 397 | rdfs:subClassOf npd:FixedFacilityParent . |
| ... | @@ -600,7 +598,7 @@ npd:fixedFacilityPhase | ... | @@ -600,7 +598,7 @@ npd:fixedFacilityPhase |
| 600 | 598 | ||
| 601 | npd:id | 599 | npd:id |
| 602 | rdf:type owl:DatatypeProperty ; | 600 | rdf:type owl:DatatypeProperty ; |
| 603 | - rdfs:domain npd:NpdIndividual ; | 601 | + rdfs:domain npd:NPDIndividual ; |
| 604 | rdfs:range xsd:string . | 602 | rdfs:range xsd:string . |
| 605 | 603 | ||
| 606 | npd:licenceShared | 604 | npd:licenceShared |
| ... | @@ -608,11 +606,11 @@ npd:licenceShared | ... | @@ -608,11 +606,11 @@ npd:licenceShared |
| 608 | rdfs:domain npd:ShareOfLicence ; | 606 | rdfs:domain npd:ShareOfLicence ; |
| 609 | rdfs:range npd:Licence . | 607 | rdfs:range npd:Licence . |
| 610 | 608 | ||
| 611 | -npd:licenseStatus | 609 | +npd:licenceStatus |
| 612 | rdf:type owl:ObjectProperty ; | 610 | rdf:type owl:ObjectProperty ; |
| 613 | rdfs:comment "corresponds to the Status field in the License table"^^xsd:string ; | 611 | rdfs:comment "corresponds to the Status field in the License table"^^xsd:string ; |
| 614 | rdfs:domain npd:Licence ; | 612 | rdfs:domain npd:Licence ; |
| 615 | - rdfs:range npd:LicenseStatus . | 613 | + rdfs:range npd:LicenceStatus . |
| 616 | 614 | ||
| 617 | npd:licensingActivity | 615 | npd:licensingActivity |
| 618 | rdf:type owl:DatatypeProperty ; | 616 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -642,9 +640,9 @@ npd:partOfField | ... | @@ -642,9 +640,9 @@ npd:partOfField |
| 642 | rdfs:domain npd:FieldPart ; | 640 | rdfs:domain npd:FieldPart ; |
| 643 | rdfs:range npd:Field . | 641 | rdfs:range npd:Field . |
| 644 | 642 | ||
| 645 | -npd:partOfTuf | 643 | +npd:partOfTUF |
| 646 | rdf:type owl:ObjectProperty ; | 644 | rdf:type owl:ObjectProperty ; |
| 647 | - rdfs:domain npd:TufPart ; | 645 | + rdfs:domain npd:TUFPart ; |
| 648 | rdfs:range npd:TUF . | 646 | rdfs:range npd:TUF . |
| 649 | 647 | ||
| 650 | npd:partOfWell | 648 | npd:partOfWell | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:37:11 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/spin/rh | 1 | # baseURI: http://www.reportinghub.no/spin/rh |
| 3 | -# imports: http://topbraid.org/spin/spinmapl | ||
| 4 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
| 5 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | +# imports: http://topbraid.org/spin/spinmapl | ||
| 4 | +# imports: http://www.reportinghub.no/npd/1.1/schema | ||
| 6 | 5 | ||
| 7 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 6 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -48,7 +47,7 @@ | ... | @@ -48,7 +47,7 @@ |
| 48 | <http://www.reportinghub.no/spin/rh> | 47 | <http://www.reportinghub.no/spin/rh> |
| 49 | rdf:type owl:Ontology ; | 48 | rdf:type owl:Ontology ; |
| 50 | rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ; | 49 | rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ; |
| 51 | - owl:imports <http://topbraid.org/spin/spinmapl> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/1.1/schema/npd> ; | 50 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://spinrdf.org/spin> , <http://topbraid.org/spin/spinmapl> ; |
| 52 | owl:versionInfo "0.1.0"^^xsd:string . | 51 | owl:versionInfo "0.1.0"^^xsd:string . |
| 53 | 52 | ||
| 54 | rhspin:GetWellBoresOfWell | 53 | rhspin:GetWellBoresOfWell |
| ... | @@ -64,10 +63,10 @@ rhspin:GetWellBoresOfWell | ... | @@ -64,10 +63,10 @@ rhspin:GetWellBoresOfWell |
| 64 | sp:elements ([ sp:object | 63 | sp:elements ([ sp:object |
| 65 | [ sp:varName "well"^^xsd:string | 64 | [ sp:varName "well"^^xsd:string |
| 66 | ] ; | 65 | ] ; |
| 67 | - sp:predicate <http://www.reportinghub.no/schema/npd#partOfWell> ; | 66 | + sp:predicate <http://www.reportinghub.no/npd/schema#partOfWell> ; |
| 68 | sp:subject _:b2 | 67 | sp:subject _:b2 |
| 69 | ] [ sp:object _:b1 ; | 68 | ] [ sp:object _:b1 ; |
| 70 | - sp:predicate <http://www.reportinghub.no/schema/npd#name> ; | 69 | + sp:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 71 | sp:subject _:b2 | 70 | sp:subject _:b2 |
| 72 | ]) ; | 71 | ]) ; |
| 73 | sp:graphNameNode <https://www.reportinghub.no/data/npd> | 72 | sp:graphNameNode <https://www.reportinghub.no/data/npd> |
| ... | @@ -147,16 +146,16 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -147,16 +146,16 @@ rhspin:companyHasLicenceForWellBore |
| 147 | ] ; | 146 | ] ; |
| 148 | sp:variable _:b4 | 147 | sp:variable _:b4 |
| 149 | ] [ sp:object spin:_arg1 ; | 148 | ] [ sp:object spin:_arg1 ; |
| 150 | - sp:predicate <http://www.reportinghub.no/schema/npd#shareHolder> ; | 149 | + sp:predicate <http://www.reportinghub.no/npd/schema#shareHolder> ; |
| 151 | sp:subject _:b5 | 150 | sp:subject _:b5 |
| 152 | ] [ sp:object _:b6 ; | 151 | ] [ sp:object _:b6 ; |
| 153 | - sp:predicate <http://www.reportinghub.no/schema/npd#licenceShared> ; | 152 | + sp:predicate <http://www.reportinghub.no/npd/schema#licenceShared> ; |
| 154 | sp:subject _:b5 | 153 | sp:subject _:b5 |
| 155 | - ] [ sp:object <http://www.reportinghub.no/schema/npd#LS_Active> ; | 154 | + ] [ sp:object <http://www.reportinghub.no/npd/schema#LS_Active> ; |
| 156 | - sp:predicate <http://www.reportinghub.no/schema/npd#licenseStatus> ; | 155 | + sp:predicate <http://www.reportinghub.no/npd/schema#licenceStatus> ; |
| 157 | sp:subject _:b6 | 156 | sp:subject _:b6 |
| 158 | ] [ sp:object _:b7 ; | 157 | ] [ sp:object _:b7 ; |
| 159 | - sp:predicate <http://www.reportinghub.no/schema/npd#startDate> ; | 158 | + sp:predicate <http://www.reportinghub.no/npd/schema#startDate> ; |
| 160 | sp:subject _:b6 | 159 | sp:subject _:b6 |
| 161 | ] [ rdf:type sp:Filter ; | 160 | ] [ rdf:type sp:Filter ; |
| 162 | sp:expression | 161 | sp:expression |
| ... | @@ -165,7 +164,7 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -165,7 +164,7 @@ rhspin:companyHasLicenceForWellBore |
| 165 | sp:arg2 _:b4 | 164 | sp:arg2 _:b4 |
| 166 | ] | 165 | ] |
| 167 | ] [ sp:object _:b8 ; | 166 | ] [ sp:object _:b8 ; |
| 168 | - sp:predicate <http://www.reportinghub.no/schema/npd#endDate> ; | 167 | + sp:predicate <http://www.reportinghub.no/npd/schema#endDate> ; |
| 169 | sp:subject _:b6 | 168 | sp:subject _:b6 |
| 170 | ] [ rdf:type sp:Filter ; | 169 | ] [ rdf:type sp:Filter ; |
| 171 | sp:expression | 170 | sp:expression |
| ... | @@ -174,7 +173,7 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -174,7 +173,7 @@ rhspin:companyHasLicenceForWellBore |
| 174 | sp:arg2 _:b4 | 173 | sp:arg2 _:b4 |
| 175 | ] | 174 | ] |
| 176 | ] [ sp:object _:b6 ; | 175 | ] [ sp:object _:b6 ; |
| 177 | - sp:predicate <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> ; | 176 | + sp:predicate <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> ; |
| 178 | sp:subject _:b3 | 177 | sp:subject _:b3 |
| 179 | ]) | 178 | ]) |
| 180 | ] ; | 179 | ] ; |
| ... | @@ -273,7 +272,7 @@ rhspin:licenceById | ... | @@ -273,7 +272,7 @@ rhspin:licenceById |
| 273 | spl:predicate <http://spinrdf.org/arg#id> ; | 272 | spl:predicate <http://spinrdf.org/arg#id> ; |
| 274 | spl:valueType xsd:string | 273 | spl:valueType xsd:string |
| 275 | ] ; | 274 | ] ; |
| 276 | - spin:returnType <http://www.reportinghub.no/schema/npd#Licence> . | 275 | + spin:returnType <http://www.reportinghub.no/npd/schema#Licence> . |
| 277 | 276 | ||
| 278 | rhspin:normalizeString | 277 | rhspin:normalizeString |
| 279 | rdf:type spin:Function ; | 278 | rdf:type spin:Function ; | ... | ... |
| ... | @@ -10,44 +10,40 @@ | ... | @@ -10,44 +10,40 @@ |
| 10 | <td class="ddrSummaryLeft"> | 10 | <td class="ddrSummaryLeft"> |
| 11 | <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" /> | 11 | <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" /> |
| 12 | <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{# SELECT ?wellBoreName WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/rdfs:label ?wellBoreName } }" /> | 12 | <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{# SELECT ?wellBoreName WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/rdfs:label ?wellBoreName } }" /> |
| 13 | - <!-- | 13 | + <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(spl:object(?this, rdf:type)) }" /> |
| 14 | - <rhswp:NameValuePair arg:name="Status:" arg:value="{= spl:object(?this, ???) }" /> | 14 | + <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> |
| 15 | - <rhswp:NameValuePair arg:name="Operator:" arg:value="{= spl:object(?this, ???) }" /> | 15 | + <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> |
| 16 | - <rhswp:NameValuePair arg:name="Rig name:" arg:value="{= spl:object(?this, ???) }" /> | 16 | + <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> |
| 17 | - <rhswp:NameValuePair arg:name="Spud date:" arg:value="{= spl:object(?this, ???) }" /> | 17 | + <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{ spl:object(?this, ???) }" /> |
| 18 | - <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{= spl:object(?this, ???) }" /> | 18 | + <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> |
| 19 | - <rhswp:NameValuePair arg:name="Tight well:" arg:value="{= spl:object(?this, ???) }" /> | 19 | + <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> |
| 20 | - <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{= spl:object(?this, ???) }" /> | 20 | + <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> |
| 21 | - <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{= spl:object(?this, ???) }" /> | 21 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{ spl:object(?this, ???) }" /> |
| 22 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= spl:object(?this, ???) }" /> | 22 | + <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{ spl:object(?this, ???) }" /> |
| 23 | - <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= spl:object(?this, ???) }" /> | 23 | + <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{ spl:object(?this, ???) }" /> |
| 24 | - <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= spl:object(?this, ???) }" /> | 24 | + <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{ spl:object(?this, ???) }" /> |
| 25 | - <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{= spl:object(?this, ???) }" /> | 25 | + <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{ spl:object(?this, ???) }" /> |
| 26 | - <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= spl:object(?this, ???) }" /> | 26 | + <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> |
| 27 | - <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{= spl:object(?this, ???) }" /> | 27 | + <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{ spl:object(?this, ???) }" /> |
| 28 | - <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= spl:object(?this, ???) }" /> | ||
| 29 | - --> | ||
| 30 | </td> | 28 | </td> |
| 31 | <td class="ddrSummaryRight"> | 29 | <td class="ddrSummaryRight"> |
| 32 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?reportOn, ep-activity:startedAt)), ' - ', ui:label(spl:object(?reportOn, ep-activity:finishedAt))) }" /> | 30 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?reportOn, ep-activity:startedAt)), ' - ', ui:label(spl:object(?reportOn, ep-activity:finishedAt))) }" /> |
| 33 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{ SELECT ?wellBoreId WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/??? ?wellBoreId } }" /> | 31 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{ SELECT ?wellBoreId WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/??? ?wellBoreId } }" /> |
| 34 | - <rhswp:NameValuePair arg:name="Created date:" arg:value="{= spl:object(?this, ep-activity:createdAt) }" /> | 32 | + <rhswp:NameValuePair arg:name="Created date:" arg:value="{ spl:object(?this, ep-activity:createdAt) }" /> |
| 35 | - <!-- | 33 | + <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> |
| 36 | - <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{= spl:object(?this, ???) }" /> | 34 | + <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> |
| 37 | - <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{= spl:object(?this, ???) }" /> | 35 | + <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> |
| 38 | - <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{= spl:object(?this, ???) }" /> | 36 | + <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> |
| 39 | - <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{= spl:object(?this, ???) }" /> | 37 | + <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> |
| 40 | - <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{= spl:object(?this, ???) }" /> | 38 | + <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{ spl:object(?this, ???) }" /> |
| 41 | - <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{= spl:object(?this, ???) }" /> | 39 | + <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> |
| 42 | - <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{= spl:object(?this, ???) }" /> | 40 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
| 43 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?this, ???) }" /> | 41 | + <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
| 44 | - <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= spl:object(?this, ???) }" /> | 42 | + <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{ spl:object(?this, ???) }" /> |
| 45 | - <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= spl:object(?this, ???) }" /> | 43 | + <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{ spl:object(?this, ???) }" /> |
| 46 | - <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= spl:object(?this, ???) }" /> | 44 | + <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{ spl:object(?this, ???) }" /> |
| 47 | - <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= spl:object(?this, ???) }" /> | 45 | + <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
| 48 | - <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{= spl:object(?this, ???) }" /> | 46 | + <rhswp:NameValuePair arg:name="Depth At Last Casting mMD:" arg:value="{ spl:object(?this, ???) }" /> |
| 49 | - <rhswp:NameValuePair arg:name="Depth At Last Casting mMD:" arg:value="{= spl:object(?this, ???) }" /> | ||
| 50 | - --> | ||
| 51 | </td> | 47 | </td> |
| 52 | </tr></table> | 48 | </tr></table> |
| 53 | </body> | 49 | </body> | ... | ... |
| 1 | # baseURI: http://www.reportinghub.no/swp/rh | 1 | # baseURI: http://www.reportinghub.no/swp/rh |
| 2 | # imports: http://uispin.org/tui | 2 | # imports: http://uispin.org/tui |
| 3 | +# imports: http://www.reportinghub.no/npd/1.1/schema | ||
| 3 | # imports: http://www.reportinghub.no/spin/rh | 4 | # imports: http://www.reportinghub.no/spin/rh |
| 4 | 5 | ||
| 5 | @prefix html: <http://uispin.org/html#> . | 6 | @prefix html: <http://uispin.org/html#> . |
| ... | @@ -23,7 +24,7 @@ | ... | @@ -23,7 +24,7 @@ |
| 23 | <http://www.reportinghub.no/swp/rh> | 24 | <http://www.reportinghub.no/swp/rh> |
| 24 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
| 25 | rdfs:comment "SWP components and definitions for ReportingHub."^^xsd:string ; | 26 | rdfs:comment "SWP components and definitions for ReportingHub."^^xsd:string ; |
| 26 | - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/spin/rh> ; | 27 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://www.reportinghub.no/spin/rh> , <http://uispin.org/tui> ; |
| 27 | owl:versionInfo "0.1.0"^^xsd:string . | 28 | owl:versionInfo "0.1.0"^^xsd:string . |
| 28 | 29 | ||
| 29 | rhswp:Elements | 30 | rhswp:Elements |
| ... | @@ -44,15 +45,15 @@ rhswp:NameValuePair | ... | @@ -44,15 +45,15 @@ rhswp:NameValuePair |
| 44 | rdfs:subClassOf rhswp:Elements ; | 45 | rdfs:subClassOf rhswp:Elements ; |
| 45 | spin:constraint | 46 | spin:constraint |
| 46 | [ rdf:type spl:Argument ; | 47 | [ rdf:type spl:Argument ; |
| 47 | - rdfs:comment "The value to display."^^xsd:string ; | ||
| 48 | - spl:predicate <http://spinrdf.org/arg#value> | ||
| 49 | - ] ; | ||
| 50 | - spin:constraint | ||
| 51 | - [ rdf:type spl:Argument ; | ||
| 52 | rdfs:comment "The label of the value."^^xsd:string ; | 48 | rdfs:comment "The label of the value."^^xsd:string ; |
| 53 | spl:predicate <http://spinrdf.org/arg#name> ; | 49 | spl:predicate <http://spinrdf.org/arg#name> ; |
| 54 | spl:valueType xsd:string | 50 | spl:valueType xsd:string |
| 55 | ] ; | 51 | ] ; |
| 52 | + spin:constraint | ||
| 53 | + [ rdf:type spl:Argument ; | ||
| 54 | + rdfs:comment "The value to display."^^xsd:string ; | ||
| 55 | + spl:predicate <http://spinrdf.org/arg#value> | ||
| 56 | + ] ; | ||
| 56 | ui:prototype | 57 | ui:prototype |
| 57 | [ rdf:type html:Table ; | 58 | [ rdf:type html:Table ; |
| 58 | html:class "nameValuePair"^^xsd:string ; | 59 | html:class "nameValuePair"^^xsd:string ; |
| ... | @@ -60,25 +61,25 @@ rhswp:NameValuePair | ... | @@ -60,25 +61,25 @@ rhswp:NameValuePair |
| 60 | [ rdf:type html:Tr ; | 61 | [ rdf:type html:Tr ; |
| 61 | ui:child | 62 | ui:child |
| 62 | [ rdf:type html:Td ; | 63 | [ rdf:type html:Td ; |
| 63 | - html:class "nameValueValue"^^xsd:string ; | 64 | + html:class "nameValueName"^^xsd:string ; |
| 64 | ui:child | 65 | ui:child |
| 65 | [ rdf:type ui:TextNode ; | 66 | [ rdf:type ui:TextNode ; |
| 66 | ui:childIndex 0 ; | 67 | ui:childIndex 0 ; |
| 67 | - ui:text [ sp:varName "value"^^xsd:string | 68 | + ui:text [ sp:varName "name"^^xsd:string |
| 68 | ] | 69 | ] |
| 69 | ] ; | 70 | ] ; |
| 70 | - ui:childIndex 1 | 71 | + ui:childIndex 0 |
| 71 | ] ; | 72 | ] ; |
| 72 | ui:child | 73 | ui:child |
| 73 | [ rdf:type html:Td ; | 74 | [ rdf:type html:Td ; |
| 74 | - html:class "nameValueName"^^xsd:string ; | 75 | + html:class "nameValueValue"^^xsd:string ; |
| 75 | ui:child | 76 | ui:child |
| 76 | [ rdf:type ui:TextNode ; | 77 | [ rdf:type ui:TextNode ; |
| 77 | ui:childIndex 0 ; | 78 | ui:childIndex 0 ; |
| 78 | - ui:text [ sp:varName "name"^^xsd:string | 79 | + ui:text [ sp:varName "value"^^xsd:string |
| 79 | ] | 80 | ] |
| 80 | ] ; | 81 | ] ; |
| 81 | - ui:childIndex 0 | 82 | + ui:childIndex 1 |
| 82 | ] ; | 83 | ] ; |
| 83 | ui:childIndex 0 | 84 | ui:childIndex 0 |
| 84 | ] | 85 | ] | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:36:54 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd | 1 | # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd |
| 3 | -# imports: http://topbraid.org/spin/spinmapl | ||
| 4 | -# imports: file:///www.reportinghub.no/transform/npd/company | ||
| 5 | -# imports: file:///www.reportinghub.no/transform/npd/wbsha | ||
| 6 | -# imports: file:///www.reportinghub.no/transform/npd/wbdev | ||
| 7 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
| 8 | -# imports: file:///www.reportinghub.no/transform/npd/field | ||
| 9 | -# imports: http://www.reportinghub.no/spin/rh | ||
| 10 | -# imports: file:///www.reportinghub.no/transform/npd/facilitymoveable | ||
| 11 | -# imports: file:///www.reportinghub.no/transform/npd/wbexp | ||
| 12 | -# imports: file:///www.reportinghub.no/transform/npd/licensee | ||
| 13 | # imports: file:///www.reportinghub.no/transform/npd/baa | 2 | # imports: file:///www.reportinghub.no/transform/npd/baa |
| 14 | -# imports: file:///www.reportinghub.no/transform/npd/facilityfixed | 3 | +# imports: file:///www.reportinghub.no/transform/npd/baalicensee |
| 4 | +# imports: file:///www.reportinghub.no/transform/npd/company | ||
| 15 | # imports: file:///www.reportinghub.no/transform/npd/discovery | 5 | # imports: file:///www.reportinghub.no/transform/npd/discovery |
| 6 | +# imports: file:///www.reportinghub.no/transform/npd/facilityfixed | ||
| 7 | +# imports: file:///www.reportinghub.no/transform/npd/facilitymoveable | ||
| 8 | +# imports: file:///www.reportinghub.no/transform/npd/field | ||
| 16 | # imports: file:///www.reportinghub.no/transform/npd/licence | 9 | # imports: file:///www.reportinghub.no/transform/npd/licence |
| 17 | -# imports: file:///www.reportinghub.no/transform/npd/baalicensee | 10 | +# imports: file:///www.reportinghub.no/transform/npd/licensee |
| 11 | +# imports: file:///www.reportinghub.no/transform/npd/tufoperator | ||
| 12 | +# imports: file:///www.reportinghub.no/transform/npd/wbdev | ||
| 13 | +# imports: file:///www.reportinghub.no/transform/npd/wbexp | ||
| 18 | # imports: file:///www.reportinghub.no/transform/npd/wbid | 14 | # imports: file:///www.reportinghub.no/transform/npd/wbid |
| 15 | +# imports: file:///www.reportinghub.no/transform/npd/wbsha | ||
| 19 | # imports: http://spinrdf.org/spin | 16 | # imports: http://spinrdf.org/spin |
| 20 | -# imports: file:///www.reportinghub.no/transform/npd/tufoperator | 17 | +# imports: http://topbraid.org/spin/spinmapl |
| 18 | +# imports: http://www.reportinghub.no/npd/1.1/schema | ||
| 19 | +# imports: http://www.reportinghub.no/spin/rh | ||
| 21 | 20 | ||
| 22 | @prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> . | 21 | @prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> . |
| 23 | @prefix arg: <http://spinrdf.org/arg#> . | 22 | @prefix arg: <http://spinrdf.org/arg#> . |
| ... | @@ -56,22 +55,22 @@ | ... | @@ -56,22 +55,22 @@ |
| 56 | spinmap:context :BAA-BusinessArrangementArea ; | 55 | spinmap:context :BAA-BusinessArrangementArea ; |
| 57 | spinmap:expression spin:_arg1 ; | 56 | spinmap:expression spin:_arg1 ; |
| 58 | spinmap:sourcePredicate1 | 57 | spinmap:sourcePredicate1 |
| 59 | - <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ; | 58 | + <file:///www.reportinghub.no/transform/npd/baa#baaName> ; |
| 60 | spinmap:targetPredicate1 | 59 | spinmap:targetPredicate1 |
| 61 | - <http://www.reportinghub.no/schema/npd#id> | 60 | + <http://www.reportinghub.no/npd/schema#name> |
| 62 | ] ; | 61 | ] ; |
| 63 | spinmap:rule | 62 | spinmap:rule |
| 64 | [ rdf:type spinmap:Mapping-1-1 ; | 63 | [ rdf:type spinmap:Mapping-1-1 ; |
| 65 | spinmap:context :BAA-BusinessArrangementArea ; | 64 | spinmap:context :BAA-BusinessArrangementArea ; |
| 66 | spinmap:expression | 65 | spinmap:expression |
| 67 | - [ rdf:type spinmapl:resourceWithValue ; | 66 | + [ rdf:type spif:parseDate ; |
| 68 | - sp:arg1 spin:_arg1 ; | 67 | + arg:pattern "dd.MM.yyyy" ; |
| 69 | - spinmapl:predicate :baaKind | 68 | + sp:arg1 spin:_arg1 |
| 70 | ] ; | 69 | ] ; |
| 71 | spinmap:sourcePredicate1 | 70 | spinmap:sourcePredicate1 |
| 72 | - <file:///www.reportinghub.no/transform/npd/baa#baaKind> ; | 71 | + <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ; |
| 73 | spinmap:targetPredicate1 | 72 | spinmap:targetPredicate1 |
| 74 | - rdf:type | 73 | + <http://www.reportinghub.no/npd/schema#endDate> |
| 75 | ] ; | 74 | ] ; |
| 76 | spinmap:rule | 75 | spinmap:rule |
| 77 | [ rdf:type spinmap:Mapping-1-1 ; | 76 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -84,38 +83,43 @@ | ... | @@ -84,38 +83,43 @@ |
| 84 | spinmap:sourcePredicate1 | 83 | spinmap:sourcePredicate1 |
| 85 | <file:///www.reportinghub.no/transform/npd/baa#baaDateValidFrom> ; | 84 | <file:///www.reportinghub.no/transform/npd/baa#baaDateValidFrom> ; |
| 86 | spinmap:targetPredicate1 | 85 | spinmap:targetPredicate1 |
| 87 | - <http://www.reportinghub.no/schema/npd#startDate> | 86 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 88 | ] ; | 87 | ] ; |
| 89 | spinmap:rule | 88 | spinmap:rule |
| 90 | [ rdf:type spinmap:Mapping-1-1 ; | 89 | [ rdf:type spinmap:Mapping-1-1 ; |
| 91 | spinmap:context :BAA-BusinessArrangementArea ; | 90 | spinmap:context :BAA-BusinessArrangementArea ; |
| 92 | spinmap:expression | 91 | spinmap:expression |
| 93 | - [ rdf:type spif:parseDate ; | 92 | + [ rdf:type spinmapl:resourceWithValue ; |
| 94 | - arg:pattern "dd.MM.yyyy" ; | 93 | + sp:arg1 spin:_arg1 ; |
| 95 | - sp:arg1 spin:_arg1 | 94 | + spinmapl:predicate :baaKind |
| 96 | ] ; | 95 | ] ; |
| 97 | spinmap:sourcePredicate1 | 96 | spinmap:sourcePredicate1 |
| 98 | - <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ; | 97 | + <file:///www.reportinghub.no/transform/npd/baa#baaKind> ; |
| 99 | spinmap:targetPredicate1 | 98 | spinmap:targetPredicate1 |
| 100 | - <http://www.reportinghub.no/schema/npd#endDate> | 99 | + rdf:type |
| 101 | ] ; | 100 | ] ; |
| 102 | spinmap:rule | 101 | spinmap:rule |
| 103 | [ rdf:type spinmap:Mapping-1-1 ; | 102 | [ rdf:type spinmap:Mapping-1-1 ; |
| 104 | spinmap:context :BAA-BusinessArrangementArea ; | 103 | spinmap:context :BAA-BusinessArrangementArea ; |
| 105 | spinmap:expression spin:_arg1 ; | 104 | spinmap:expression spin:_arg1 ; |
| 106 | spinmap:sourcePredicate1 | 105 | spinmap:sourcePredicate1 |
| 107 | - <file:///www.reportinghub.no/transform/npd/baa#baaName> ; | 106 | + <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ; |
| 108 | spinmap:targetPredicate1 | 107 | spinmap:targetPredicate1 |
| 109 | - <http://www.reportinghub.no/schema/npd#name> | 108 | + <http://www.reportinghub.no/npd/schema#id> |
| 110 | ] . | 109 | ] . |
| 111 | 110 | ||
| 112 | <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> | 111 | <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> |
| 113 | spinmap:rule | 112 | spinmap:rule |
| 114 | - [ rdf:type spinmap:Mapping-0-1 ; | 113 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 115 | spinmap:context :BAALicensee-ShareOfBAA ; | 114 | spinmap:context :BAALicensee-ShareOfBAA ; |
| 116 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ; | 115 | + spinmap:expression |
| 116 | + [ rdf:type xsd:float ; | ||
| 117 | + sp:arg1 spin:_arg1 | ||
| 118 | + ] ; | ||
| 119 | + spinmap:sourcePredicate1 | ||
| 120 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ; | ||
| 117 | spinmap:targetPredicate1 | 121 | spinmap:targetPredicate1 |
| 118 | - rdf:type | 122 | + <http://www.reportinghub.no/npd/schema#percentageOfShare> |
| 119 | ] ; | 123 | ] ; |
| 120 | spinmap:rule | 124 | spinmap:rule |
| 121 | [ rdf:type spinmap:Mapping-1-1 ; | 125 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -123,13 +127,13 @@ | ... | @@ -123,13 +127,13 @@ |
| 123 | spinmap:expression | 127 | spinmap:expression |
| 124 | [ rdf:type spinmapl:resourceWithValue ; | 128 | [ rdf:type spinmapl:resourceWithValue ; |
| 125 | sp:arg1 spin:_arg1 ; | 129 | sp:arg1 spin:_arg1 ; |
| 126 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 130 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 127 | - spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> | 131 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> |
| 128 | ] ; | 132 | ] ; |
| 129 | spinmap:sourcePredicate1 | 133 | spinmap:sourcePredicate1 |
| 130 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ; | 134 | + <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ; |
| 131 | spinmap:targetPredicate1 | 135 | spinmap:targetPredicate1 |
| 132 | - <http://www.reportinghub.no/schema/npd#baaShared> | 136 | + <http://www.reportinghub.no/npd/schema#shareHolder> |
| 133 | ] ; | 137 | ] ; |
| 134 | spinmap:rule | 138 | spinmap:rule |
| 135 | [ rdf:type spinmap:Mapping-1-1 ; | 139 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -140,9 +144,9 @@ | ... | @@ -140,9 +144,9 @@ |
| 140 | sp:arg1 spin:_arg1 | 144 | sp:arg1 spin:_arg1 |
| 141 | ] ; | 145 | ] ; |
| 142 | spinmap:sourcePredicate1 | 146 | spinmap:sourcePredicate1 |
| 143 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ; | 147 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ; |
| 144 | spinmap:targetPredicate1 | 148 | spinmap:targetPredicate1 |
| 145 | - <http://www.reportinghub.no/schema/npd#startDate> | 149 | + <http://www.reportinghub.no/npd/schema#endDate> |
| 146 | ] ; | 150 | ] ; |
| 147 | spinmap:rule | 151 | spinmap:rule |
| 148 | [ rdf:type spinmap:Mapping-1-1 ; | 152 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -153,9 +157,9 @@ | ... | @@ -153,9 +157,9 @@ |
| 153 | sp:arg1 spin:_arg1 | 157 | sp:arg1 spin:_arg1 |
| 154 | ] ; | 158 | ] ; |
| 155 | spinmap:sourcePredicate1 | 159 | spinmap:sourcePredicate1 |
| 156 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ; | 160 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ; |
| 157 | spinmap:targetPredicate1 | 161 | spinmap:targetPredicate1 |
| 158 | - <http://www.reportinghub.no/schema/npd#endDate> | 162 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 159 | ] ; | 163 | ] ; |
| 160 | spinmap:rule | 164 | spinmap:rule |
| 161 | [ rdf:type spinmap:Mapping-1-1 ; | 165 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -163,59 +167,57 @@ | ... | @@ -163,59 +167,57 @@ |
| 163 | spinmap:expression | 167 | spinmap:expression |
| 164 | [ rdf:type spinmapl:resourceWithValue ; | 168 | [ rdf:type spinmapl:resourceWithValue ; |
| 165 | sp:arg1 spin:_arg1 ; | 169 | sp:arg1 spin:_arg1 ; |
| 166 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 170 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 167 | - spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | 171 | + spinmapl:type <http://www.reportinghub.no/npd/schema#BusinessArrangementArea> |
| 168 | ] ; | 172 | ] ; |
| 169 | spinmap:sourcePredicate1 | 173 | spinmap:sourcePredicate1 |
| 170 | - <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ; | 174 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ; |
| 171 | spinmap:targetPredicate1 | 175 | spinmap:targetPredicate1 |
| 172 | - <http://www.reportinghub.no/schema/npd#shareHolder> | 176 | + <http://www.reportinghub.no/npd/schema#baaShared> |
| 173 | ] ; | 177 | ] ; |
| 174 | spinmap:rule | 178 | spinmap:rule |
| 175 | - [ rdf:type spinmap:Mapping-1-1 ; | 179 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 176 | spinmap:context :BAALicensee-ShareOfBAA ; | 180 | spinmap:context :BAALicensee-ShareOfBAA ; |
| 177 | - spinmap:expression | 181 | + spinmap:expression <http://www.reportinghub.no/npd/schema#ShareOfBAA> ; |
| 178 | - [ rdf:type xsd:float ; | ||
| 179 | - sp:arg1 spin:_arg1 | ||
| 180 | - ] ; | ||
| 181 | - spinmap:sourcePredicate1 | ||
| 182 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ; | ||
| 183 | spinmap:targetPredicate1 | 182 | spinmap:targetPredicate1 |
| 184 | - <http://www.reportinghub.no/schema/npd#percentageOfShare> | 183 | + rdf:type |
| 185 | ] . | 184 | ] . |
| 186 | 185 | ||
| 187 | <file:///www.reportinghub.no/transform/npd/company#Company> | 186 | <file:///www.reportinghub.no/transform/npd/company#Company> |
| 188 | spinmap:rule | 187 | spinmap:rule |
| 189 | [ rdf:type spinmap:Mapping-1-1 ; | 188 | [ rdf:type spinmap:Mapping-1-1 ; |
| 190 | - spinmap:context :Company-Company ; | 189 | + spinmap:context :Company-ParentCompany ; |
| 191 | spinmap:expression spin:_arg1 ; | 190 | spinmap:expression spin:_arg1 ; |
| 192 | spinmap:sourcePredicate1 | 191 | spinmap:sourcePredicate1 |
| 193 | - <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ; | 192 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
| 194 | spinmap:targetPredicate1 | 193 | spinmap:targetPredicate1 |
| 195 | - <http://www.reportinghub.no/schema/npd#id> | 194 | + <http://www.reportinghub.no/npd/schema#name> |
| 196 | ] ; | 195 | ] ; |
| 197 | spinmap:rule | 196 | spinmap:rule |
| 198 | [ rdf:type spinmap:Mapping-1-1 ; | 197 | [ rdf:type spinmap:Mapping-1-1 ; |
| 199 | - spinmap:context :Company-Company ; | 198 | + spinmap:context :Company-ParentCompany ; |
| 200 | spinmap:expression spin:_arg1 ; | 199 | spinmap:expression spin:_arg1 ; |
| 201 | spinmap:sourcePredicate1 | 200 | spinmap:sourcePredicate1 |
| 202 | - <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ; | 201 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
| 203 | spinmap:targetPredicate1 | 202 | spinmap:targetPredicate1 |
| 204 | - <http://www.reportinghub.no/schema/npd#companyShortName> | 203 | + <http://www.reportinghub.no/npd/schema#companyShortName> |
| 205 | ] ; | 204 | ] ; |
| 206 | spinmap:rule | 205 | spinmap:rule |
| 207 | [ rdf:type spinmap:Mapping-1-1 ; | 206 | [ rdf:type spinmap:Mapping-1-1 ; |
| 208 | spinmap:context :Company-Company ; | 207 | spinmap:context :Company-Company ; |
| 209 | - spinmap:expression spin:_arg1 ; | 208 | + spinmap:expression |
| 209 | + [ rdf:type rhspin:parentCompanyByName ; | ||
| 210 | + arg:name spin:_arg1 | ||
| 211 | + ] ; | ||
| 210 | spinmap:sourcePredicate1 | 212 | spinmap:sourcePredicate1 |
| 211 | - <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ; | 213 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
| 212 | spinmap:targetPredicate1 | 214 | spinmap:targetPredicate1 |
| 213 | - <http://www.reportinghub.no/schema/npd#name> | 215 | + <http://www.reportinghub.no/npd/schema#parentCompany> |
| 214 | ] ; | 216 | ] ; |
| 215 | spinmap:rule | 217 | spinmap:rule |
| 216 | [ rdf:type spinmap:Mapping-0-1 ; | 218 | [ rdf:type spinmap:Mapping-0-1 ; |
| 217 | - spinmap:context :Company-Company ; | 219 | + spinmap:context :Company-ParentCompany ; |
| 218 | - spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ; | 220 | + spinmap:expression <http://www.reportinghub.no/npd/schema#ParentCompany> ; |
| 219 | spinmap:targetPredicate1 | 221 | spinmap:targetPredicate1 |
| 220 | rdf:type | 222 | rdf:type |
| 221 | ] ; | 223 | ] ; |
| ... | @@ -226,53 +228,52 @@ | ... | @@ -226,53 +228,52 @@ |
| 226 | spinmap:sourcePredicate1 | 228 | spinmap:sourcePredicate1 |
| 227 | <file:///www.reportinghub.no/transform/npd/company#cmpOrgNumberBrReg> ; | 229 | <file:///www.reportinghub.no/transform/npd/company#cmpOrgNumberBrReg> ; |
| 228 | spinmap:targetPredicate1 | 230 | spinmap:targetPredicate1 |
| 229 | - <http://www.reportinghub.no/schema/npd#organisationNumber> | 231 | + <http://www.reportinghub.no/npd/schema#organisationNumber> |
| 230 | ] ; | 232 | ] ; |
| 231 | spinmap:rule | 233 | spinmap:rule |
| 232 | [ rdf:type spinmap:Mapping-0-1 ; | 234 | [ rdf:type spinmap:Mapping-0-1 ; |
| 233 | - spinmap:context :Company-ParentCompany ; | 235 | + spinmap:context :Company-Company ; |
| 234 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ; | 236 | + spinmap:expression <http://www.reportinghub.no/npd/schema#OperatingCompany> ; |
| 235 | spinmap:targetPredicate1 | 237 | spinmap:targetPredicate1 |
| 236 | rdf:type | 238 | rdf:type |
| 237 | ] ; | 239 | ] ; |
| 238 | spinmap:rule | 240 | spinmap:rule |
| 239 | [ rdf:type spinmap:Mapping-1-1 ; | 241 | [ rdf:type spinmap:Mapping-1-1 ; |
| 240 | spinmap:context :Company-Company ; | 242 | spinmap:context :Company-Company ; |
| 241 | - spinmap:expression | 243 | + spinmap:expression spin:_arg1 ; |
| 242 | - [ rdf:type rhspin:parentCompanyByName ; | ||
| 243 | - arg:name spin:_arg1 | ||
| 244 | - ] ; | ||
| 245 | spinmap:sourcePredicate1 | 244 | spinmap:sourcePredicate1 |
| 246 | - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; | 245 | + <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ; |
| 247 | spinmap:targetPredicate1 | 246 | spinmap:targetPredicate1 |
| 248 | - <http://www.reportinghub.no/schema/npd#parentCompany> | 247 | + <http://www.reportinghub.no/npd/schema#name> |
| 249 | ] ; | 248 | ] ; |
| 250 | spinmap:rule | 249 | spinmap:rule |
| 251 | [ rdf:type spinmap:Mapping-1-1 ; | 250 | [ rdf:type spinmap:Mapping-1-1 ; |
| 252 | - spinmap:context :Company-ParentCompany ; | 251 | + spinmap:context :Company-Company ; |
| 253 | spinmap:expression spin:_arg1 ; | 252 | spinmap:expression spin:_arg1 ; |
| 254 | spinmap:sourcePredicate1 | 253 | spinmap:sourcePredicate1 |
| 255 | - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; | 254 | + <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ; |
| 256 | spinmap:targetPredicate1 | 255 | spinmap:targetPredicate1 |
| 257 | - <http://www.reportinghub.no/schema/npd#companyShortName> | 256 | + <http://www.reportinghub.no/npd/schema#companyShortName> |
| 258 | ] ; | 257 | ] ; |
| 259 | spinmap:rule | 258 | spinmap:rule |
| 260 | [ rdf:type spinmap:Mapping-1-1 ; | 259 | [ rdf:type spinmap:Mapping-1-1 ; |
| 261 | - spinmap:context :Company-ParentCompany ; | 260 | + spinmap:context :Company-Company ; |
| 262 | spinmap:expression spin:_arg1 ; | 261 | spinmap:expression spin:_arg1 ; |
| 263 | spinmap:sourcePredicate1 | 262 | spinmap:sourcePredicate1 |
| 264 | - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; | 263 | + <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ; |
| 265 | spinmap:targetPredicate1 | 264 | spinmap:targetPredicate1 |
| 266 | - <http://www.reportinghub.no/schema/npd#name> | 265 | + <http://www.reportinghub.no/npd/schema#id> |
| 267 | ] . | 266 | ] . |
| 268 | 267 | ||
| 269 | <file:///www.reportinghub.no/transform/npd/discovery#Discovery> | 268 | <file:///www.reportinghub.no/transform/npd/discovery#Discovery> |
| 270 | spinmap:rule | 269 | spinmap:rule |
| 271 | - [ rdf:type spinmap:Mapping-0-1 ; | 270 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 272 | spinmap:context :Discovery-Discovery ; | 271 | spinmap:context :Discovery-Discovery ; |
| 273 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Discovery> ; | 272 | + spinmap:expression spin:_arg1 ; |
| 273 | + spinmap:sourcePredicate1 | ||
| 274 | + <file:///www.reportinghub.no/transform/npd/discovery#dscName> ; | ||
| 274 | spinmap:targetPredicate1 | 275 | spinmap:targetPredicate1 |
| 275 | - rdf:type | 276 | + <http://www.reportinghub.no/npd/schema#name> |
| 276 | ] ; | 277 | ] ; |
| 277 | spinmap:rule | 278 | spinmap:rule |
| 278 | [ rdf:type spinmap:Mapping-1-1 ; | 279 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -280,39 +281,32 @@ | ... | @@ -280,39 +281,32 @@ |
| 280 | spinmap:expression | 281 | spinmap:expression |
| 281 | [ rdf:type spinmapl:resourceWithValue ; | 282 | [ rdf:type spinmapl:resourceWithValue ; |
| 282 | sp:arg1 spin:_arg1 ; | 283 | sp:arg1 spin:_arg1 ; |
| 283 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 284 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; |
| 284 | - spinmapl:type <http://www.reportinghub.no/schema/npd#MainNCSArea> | 285 | + spinmapl:type <http://www.reportinghub.no/npd/schema#DiscoveryActivityStatus> |
| 285 | ] ; | 286 | ] ; |
| 286 | spinmap:sourcePredicate1 | 287 | spinmap:sourcePredicate1 |
| 287 | - <file:///www.reportinghub.no/transform/npd/discovery#nmaName> ; | 288 | + <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ; |
| 288 | spinmap:targetPredicate1 | 289 | spinmap:targetPredicate1 |
| 289 | - <http://www.reportinghub.no/schema/npd#discoveryMainNcsArea> | 290 | + <http://www.reportinghub.no/npd/schema#discoveryCurrentActivityStatus> |
| 290 | ] ; | 291 | ] ; |
| 291 | spinmap:rule | 292 | spinmap:rule |
| 292 | - [ rdf:type spinmap:Mapping-1-1 ; | 293 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 293 | spinmap:context :Discovery-Discovery ; | 294 | spinmap:context :Discovery-Discovery ; |
| 294 | - spinmap:expression | 295 | + spinmap:expression <http://www.reportinghub.no/npd/schema#Discovery> ; |
| 295 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 296 | - sp:arg1 spin:_arg1 ; | ||
| 297 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 298 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> | ||
| 299 | - ] ; | ||
| 300 | - spinmap:sourcePredicate1 | ||
| 301 | - <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ; | ||
| 302 | spinmap:targetPredicate1 | 296 | spinmap:targetPredicate1 |
| 303 | - <http://www.reportinghub.no/schema/npd#discoveryOwner> | 297 | + rdf:type |
| 304 | ] ; | 298 | ] ; |
| 305 | spinmap:rule | 299 | spinmap:rule |
| 306 | [ rdf:type spinmap:Mapping-1-1 ; | 300 | [ rdf:type spinmap:Mapping-1-1 ; |
| 307 | spinmap:context :Discovery-Discovery ; | 301 | spinmap:context :Discovery-Discovery ; |
| 308 | spinmap:expression | 302 | spinmap:expression |
| 309 | - [ rdf:type xsd:integer ; | 303 | + [ rdf:type rhspin:wellBoreByName ; |
| 310 | - sp:arg1 spin:_arg1 | 304 | + arg:wellBoreName spin:_arg1 |
| 311 | ] ; | 305 | ] ; |
| 312 | spinmap:sourcePredicate1 | 306 | spinmap:sourcePredicate1 |
| 313 | - <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ; | 307 | + <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ; |
| 314 | spinmap:targetPredicate1 | 308 | spinmap:targetPredicate1 |
| 315 | - <http://www.reportinghub.no/schema/npd#discoveryYear> | 309 | + <http://www.reportinghub.no/npd/schema#discoveryWellBore> |
| 316 | ] ; | 310 | ] ; |
| 317 | spinmap:rule | 311 | spinmap:rule |
| 318 | [ rdf:type spinmap:Mapping-1-1 ; | 312 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -320,46 +314,50 @@ | ... | @@ -320,46 +314,50 @@ |
| 320 | spinmap:expression | 314 | spinmap:expression |
| 321 | [ rdf:type spinmapl:resourceWithValue ; | 315 | [ rdf:type spinmapl:resourceWithValue ; |
| 322 | sp:arg1 spin:_arg1 ; | 316 | sp:arg1 spin:_arg1 ; |
| 323 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 317 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; |
| 324 | - spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | 318 | + spinmapl:type <http://www.reportinghub.no/npd/schema#HCType> |
| 325 | ] ; | 319 | ] ; |
| 326 | spinmap:sourcePredicate1 | 320 | spinmap:sourcePredicate1 |
| 327 | - <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ; | 321 | + <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ; |
| 328 | spinmap:targetPredicate1 | 322 | spinmap:targetPredicate1 |
| 329 | - <http://www.reportinghub.no/schema/npd#discoveryOperator> | 323 | + <http://www.reportinghub.no/npd/schema#discoveryHCType> |
| 330 | ] ; | 324 | ] ; |
| 331 | spinmap:rule | 325 | spinmap:rule |
| 332 | [ rdf:type spinmap:Mapping-1-1 ; | 326 | [ rdf:type spinmap:Mapping-1-1 ; |
| 333 | spinmap:context :Discovery-Discovery ; | 327 | spinmap:context :Discovery-Discovery ; |
| 334 | spinmap:expression | 328 | spinmap:expression |
| 335 | - [ rdf:type rhspin:wellBoreByName ; | 329 | + [ rdf:type spinmapl:resourceWithValue ; |
| 336 | - arg:wellBoreName spin:_arg1 | 330 | + sp:arg1 spin:_arg1 ; |
| 331 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; | ||
| 332 | + spinmapl:type <http://www.reportinghub.no/npd/schema#Owner> | ||
| 337 | ] ; | 333 | ] ; |
| 338 | spinmap:sourcePredicate1 | 334 | spinmap:sourcePredicate1 |
| 339 | - <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ; | 335 | + <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ; |
| 340 | spinmap:targetPredicate1 | 336 | spinmap:targetPredicate1 |
| 341 | - <http://www.reportinghub.no/schema/npd#discoveryWellBore> | 337 | + <http://www.reportinghub.no/npd/schema#discoveryOwner> |
| 342 | ] ; | 338 | ] ; |
| 343 | spinmap:rule | 339 | spinmap:rule |
| 344 | [ rdf:type spinmap:Mapping-1-1 ; | 340 | [ rdf:type spinmap:Mapping-1-1 ; |
| 345 | spinmap:context :Discovery-Discovery ; | 341 | spinmap:context :Discovery-Discovery ; |
| 346 | - spinmap:expression | 342 | + spinmap:expression spin:_arg1 ; |
| 347 | - [ rdf:type rhspin:fieldById ; | ||
| 348 | - arg:id spin:_arg1 | ||
| 349 | - ] ; | ||
| 350 | spinmap:sourcePredicate1 | 343 | spinmap:sourcePredicate1 |
| 351 | - <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ; | 344 | + <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ; |
| 352 | spinmap:targetPredicate1 | 345 | spinmap:targetPredicate1 |
| 353 | - <http://www.reportinghub.no/schema/npd#discoveryField> | 346 | + <http://www.reportinghub.no/npd/schema#id> |
| 354 | ] ; | 347 | ] ; |
| 355 | spinmap:rule | 348 | spinmap:rule |
| 356 | [ rdf:type spinmap:Mapping-1-1 ; | 349 | [ rdf:type spinmap:Mapping-1-1 ; |
| 357 | spinmap:context :Discovery-Discovery ; | 350 | spinmap:context :Discovery-Discovery ; |
| 358 | - spinmap:expression spin:_arg1 ; | 351 | + spinmap:expression |
| 352 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 353 | + sp:arg1 spin:_arg1 ; | ||
| 354 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; | ||
| 355 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 356 | + ] ; | ||
| 359 | spinmap:sourcePredicate1 | 357 | spinmap:sourcePredicate1 |
| 360 | - <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ; | 358 | + <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ; |
| 361 | spinmap:targetPredicate1 | 359 | spinmap:targetPredicate1 |
| 362 | - <http://www.reportinghub.no/schema/npd#id> | 360 | + <http://www.reportinghub.no/npd/schema#discoveryOperator> |
| 363 | ] ; | 361 | ] ; |
| 364 | spinmap:rule | 362 | spinmap:rule |
| 365 | [ rdf:type spinmap:Mapping-1-1 ; | 363 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -367,78 +365,81 @@ | ... | @@ -367,78 +365,81 @@ |
| 367 | spinmap:expression | 365 | spinmap:expression |
| 368 | [ rdf:type spinmapl:resourceWithValue ; | 366 | [ rdf:type spinmapl:resourceWithValue ; |
| 369 | sp:arg1 spin:_arg1 ; | 367 | sp:arg1 spin:_arg1 ; |
| 370 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 368 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; |
| 371 | - spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus> | 369 | + spinmapl:type <http://www.reportinghub.no/npd/schema#MainNCSArea> |
| 372 | ] ; | 370 | ] ; |
| 373 | spinmap:sourcePredicate1 | 371 | spinmap:sourcePredicate1 |
| 374 | - <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ; | 372 | + <file:///www.reportinghub.no/transform/npd/discovery#nmaName> ; |
| 375 | spinmap:targetPredicate1 | 373 | spinmap:targetPredicate1 |
| 376 | - <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus> | 374 | + <http://www.reportinghub.no/npd/schema#discoveryMainNcsArea> |
| 377 | ] ; | 375 | ] ; |
| 378 | spinmap:rule | 376 | spinmap:rule |
| 379 | [ rdf:type spinmap:Mapping-1-1 ; | 377 | [ rdf:type spinmap:Mapping-1-1 ; |
| 380 | spinmap:context :Discovery-Discovery ; | 378 | spinmap:context :Discovery-Discovery ; |
| 381 | - spinmap:expression spin:_arg1 ; | 379 | + spinmap:expression |
| 380 | + [ rdf:type rhspin:fieldById ; | ||
| 381 | + arg:id spin:_arg1 | ||
| 382 | + ] ; | ||
| 382 | spinmap:sourcePredicate1 | 383 | spinmap:sourcePredicate1 |
| 383 | - <file:///www.reportinghub.no/transform/npd/discovery#dscName> ; | 384 | + <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ; |
| 384 | spinmap:targetPredicate1 | 385 | spinmap:targetPredicate1 |
| 385 | - <http://www.reportinghub.no/schema/npd#name> | 386 | + <http://www.reportinghub.no/npd/schema#discoveryField> |
| 386 | ] ; | 387 | ] ; |
| 387 | spinmap:rule | 388 | spinmap:rule |
| 388 | [ rdf:type spinmap:Mapping-1-1 ; | 389 | [ rdf:type spinmap:Mapping-1-1 ; |
| 389 | spinmap:context :Discovery-Discovery ; | 390 | spinmap:context :Discovery-Discovery ; |
| 390 | spinmap:expression | 391 | spinmap:expression |
| 391 | - [ rdf:type spinmapl:resourceWithValue ; | 392 | + [ rdf:type xsd:integer ; |
| 392 | - sp:arg1 spin:_arg1 ; | 393 | + sp:arg1 spin:_arg1 |
| 393 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 394 | - spinmapl:type <http://www.reportinghub.no/schema/npd#HCType> | ||
| 395 | ] ; | 394 | ] ; |
| 396 | spinmap:sourcePredicate1 | 395 | spinmap:sourcePredicate1 |
| 397 | - <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ; | 396 | + <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ; |
| 398 | spinmap:targetPredicate1 | 397 | spinmap:targetPredicate1 |
| 399 | - <http://www.reportinghub.no/schema/npd#discoveryHCType> | 398 | + <http://www.reportinghub.no/npd/schema#discoveryYear> |
| 400 | ] . | 399 | ] . |
| 401 | 400 | ||
| 402 | <file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> | 401 | <file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> |
| 403 | spinmap:rule | 402 | spinmap:rule |
| 404 | [ rdf:type spinmap:Mapping-1-1 ; | 403 | [ rdf:type spinmap:Mapping-1-1 ; |
| 405 | spinmap:context :FacilityFixed-FixedFacility ; | 404 | spinmap:context :FacilityFixed-FixedFacility ; |
| 406 | - spinmap:expression spin:_arg1 ; | 405 | + spinmap:expression |
| 406 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 407 | + sp:arg1 spin:_arg1 ; | ||
| 408 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; | ||
| 409 | + spinmapl:type <http://www.reportinghub.no/npd/schema#FixedFacilityPhase> | ||
| 410 | + ] ; | ||
| 407 | spinmap:sourcePredicate1 | 411 | spinmap:sourcePredicate1 |
| 408 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ; | 412 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ; |
| 409 | spinmap:targetPredicate1 | 413 | spinmap:targetPredicate1 |
| 410 | - <http://www.reportinghub.no/schema/npd#facilityKind> | 414 | + <http://www.reportinghub.no/npd/schema#fixedFacilityPhase> |
| 411 | ] ; | 415 | ] ; |
| 412 | spinmap:rule | 416 | spinmap:rule |
| 413 | [ rdf:type spinmap:Mapping-1-1 ; | 417 | [ rdf:type spinmap:Mapping-1-1 ; |
| 414 | spinmap:context :FacilityFixed-FixedFacility ; | 418 | spinmap:context :FacilityFixed-FixedFacility ; |
| 415 | spinmap:expression | 419 | spinmap:expression |
| 416 | - [ rdf:type spif:parseDate ; | 420 | + [ rdf:type spinmapl:resourceWithValue ; |
| 417 | - arg:pattern "dd.MM.yyyy" ; | 421 | + sp:arg1 spin:_arg1 ; |
| 418 | - sp:arg1 spin:_arg1 | 422 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#id> ; |
| 423 | + spinmapl:type <http://www.reportinghub.no/npd/schema#FixedFacilityParent> | ||
| 419 | ] ; | 424 | ] ; |
| 420 | spinmap:sourcePredicate1 | 425 | spinmap:sourcePredicate1 |
| 421 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ; | 426 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ; |
| 422 | spinmap:targetPredicate1 | 427 | spinmap:targetPredicate1 |
| 423 | - <http://www.reportinghub.no/schema/npd#startDate> | 428 | + <http://www.reportinghub.no/npd/schema#belongsTo> |
| 424 | ] ; | 429 | ] ; |
| 425 | spinmap:rule | 430 | spinmap:rule |
| 426 | [ rdf:type spinmap:Mapping-1-1 ; | 431 | [ rdf:type spinmap:Mapping-1-1 ; |
| 427 | spinmap:context :FacilityFixed-FixedFacility ; | 432 | spinmap:context :FacilityFixed-FixedFacility ; |
| 428 | - spinmap:expression spin:_arg1 ; | 433 | + spinmap:expression |
| 429 | - spinmap:sourcePredicate1 | 434 | + [ rdf:type spinmapl:resourceWithValue ; |
| 430 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ; | 435 | + sp:arg1 spin:_arg1 ; |
| 431 | - spinmap:targetPredicate1 | 436 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 432 | - <http://www.reportinghub.no/schema/npd#name> | 437 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> |
| 433 | ] ; | 438 | ] ; |
| 434 | - spinmap:rule | ||
| 435 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
| 436 | - spinmap:context :FacilityFixed-FixedFacility ; | ||
| 437 | - spinmap:expression spin:_arg1 ; | ||
| 438 | spinmap:sourcePredicate1 | 439 | spinmap:sourcePredicate1 |
| 439 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; | 440 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ; |
| 440 | spinmap:targetPredicate1 | 441 | spinmap:targetPredicate1 |
| 441 | - <http://www.reportinghub.no/schema/npd#id> | 442 | + <http://www.reportinghub.no/npd/schema#currentOperator> |
| 442 | ] ; | 443 | ] ; |
| 443 | spinmap:rule | 444 | spinmap:rule |
| 444 | [ rdf:type spinmap:Mapping-1-1 ; | 445 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -460,62 +461,67 @@ | ... | @@ -460,62 +461,67 @@ |
| 460 | spinmap:rule | 461 | spinmap:rule |
| 461 | [ rdf:type spinmap:Mapping-1-1 ; | 462 | [ rdf:type spinmap:Mapping-1-1 ; |
| 462 | spinmap:context :FacilityFixed-FixedFacility ; | 463 | spinmap:context :FacilityFixed-FixedFacility ; |
| 463 | - spinmap:expression | 464 | + spinmap:expression spin:_arg1 ; |
| 464 | - [ rdf:type spinmapl:resourceWithValue ; | 465 | + spinmap:sourcePredicate1 |
| 465 | - sp:arg1 spin:_arg1 ; | 466 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; |
| 466 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 467 | + spinmap:targetPredicate1 |
| 467 | - spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | 468 | + <http://www.reportinghub.no/npd/schema#id> |
| 468 | ] ; | 469 | ] ; |
| 470 | + spinmap:rule | ||
| 471 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 472 | + spinmap:context :FacilityFixed-FixedFacility ; | ||
| 473 | + spinmap:expression spin:_arg1 ; | ||
| 469 | spinmap:sourcePredicate1 | 474 | spinmap:sourcePredicate1 |
| 470 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ; | 475 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ; |
| 471 | spinmap:targetPredicate1 | 476 | spinmap:targetPredicate1 |
| 472 | - <http://www.reportinghub.no/schema/npd#currentOperator> | 477 | + <http://www.reportinghub.no/npd/schema#name> |
| 473 | ] ; | 478 | ] ; |
| 474 | spinmap:rule | 479 | spinmap:rule |
| 475 | [ rdf:type spinmap:Mapping-1-1 ; | 480 | [ rdf:type spinmap:Mapping-1-1 ; |
| 476 | spinmap:context :FacilityFixed-FixedFacility ; | 481 | spinmap:context :FacilityFixed-FixedFacility ; |
| 477 | spinmap:expression | 482 | spinmap:expression |
| 478 | - [ rdf:type spinmapl:resourceWithValue ; | 483 | + [ rdf:type spif:parseDate ; |
| 479 | - sp:arg1 spin:_arg1 ; | 484 | + arg:pattern "dd.MM.yyyy" ; |
| 480 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ; | 485 | + sp:arg1 spin:_arg1 |
| 481 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityParent> | ||
| 482 | ] ; | 486 | ] ; |
| 483 | spinmap:sourcePredicate1 | 487 | spinmap:sourcePredicate1 |
| 484 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ; | 488 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ; |
| 485 | spinmap:targetPredicate1 | 489 | spinmap:targetPredicate1 |
| 486 | - <http://www.reportinghub.no/schema/npd#belongsTo> | 490 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 487 | ] ; | 491 | ] ; |
| 488 | spinmap:rule | 492 | spinmap:rule |
| 489 | [ rdf:type spinmap:Mapping-1-1 ; | 493 | [ rdf:type spinmap:Mapping-1-1 ; |
| 490 | spinmap:context :FacilityFixed-FixedFacility ; | 494 | spinmap:context :FacilityFixed-FixedFacility ; |
| 491 | - spinmap:expression | 495 | + spinmap:expression spin:_arg1 ; |
| 492 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 493 | - sp:arg1 spin:_arg1 ; | ||
| 494 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 495 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase> | ||
| 496 | - ] ; | ||
| 497 | spinmap:sourcePredicate1 | 496 | spinmap:sourcePredicate1 |
| 498 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ; | 497 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ; |
| 499 | spinmap:targetPredicate1 | 498 | spinmap:targetPredicate1 |
| 500 | - <http://www.reportinghub.no/schema/npd#fixedFacilityPhase> | 499 | + <http://www.reportinghub.no/npd/schema#facilityKind> |
| 501 | ] . | 500 | ] . |
| 502 | 501 | ||
| 503 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> | 502 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> |
| 504 | spinmap:rule | 503 | spinmap:rule |
| 505 | - [ rdf:type spinmap:Mapping-0-1 ; | 504 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 506 | spinmap:context :FacilityMoveable-MoveableFacility ; | 505 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 507 | - spinmap:expression <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ; | 506 | + spinmap:expression |
| 507 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 508 | + sp:arg1 spin:_arg1 ; | ||
| 509 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; | ||
| 510 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 511 | + ] ; | ||
| 512 | + spinmap:sourcePredicate1 | ||
| 513 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ; | ||
| 508 | spinmap:targetPredicate1 | 514 | spinmap:targetPredicate1 |
| 509 | - rdf:type | 515 | + <http://www.reportinghub.no/npd/schema#currentlyResponsibleCompany> |
| 510 | ] ; | 516 | ] ; |
| 511 | spinmap:rule | 517 | spinmap:rule |
| 512 | [ rdf:type spinmap:Mapping-1-1 ; | 518 | [ rdf:type spinmap:Mapping-1-1 ; |
| 513 | spinmap:context :FacilityMoveable-MoveableFacility ; | 519 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 514 | spinmap:expression spin:_arg1 ; | 520 | spinmap:expression spin:_arg1 ; |
| 515 | spinmap:sourcePredicate1 | 521 | spinmap:sourcePredicate1 |
| 516 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; | 522 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ; |
| 517 | spinmap:targetPredicate1 | 523 | spinmap:targetPredicate1 |
| 518 | - <http://www.reportinghub.no/schema/npd#id> | 524 | + <http://www.reportinghub.no/npd/schema#name> |
| 519 | ] ; | 525 | ] ; |
| 520 | spinmap:rule | 526 | spinmap:rule |
| 521 | [ rdf:type spinmap:Mapping-1-1 ; | 527 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -524,60 +530,65 @@ | ... | @@ -524,60 +530,65 @@ |
| 524 | spinmap:sourcePredicate1 | 530 | spinmap:sourcePredicate1 |
| 525 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ; | 531 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ; |
| 526 | spinmap:targetPredicate1 | 532 | spinmap:targetPredicate1 |
| 527 | - <http://www.reportinghub.no/schema/npd#facilityKind> | 533 | + <http://www.reportinghub.no/npd/schema#facilityKind> |
| 528 | ] ; | 534 | ] ; |
| 529 | spinmap:rule | 535 | spinmap:rule |
| 530 | [ rdf:type spinmap:Mapping-1-1 ; | 536 | [ rdf:type spinmap:Mapping-1-1 ; |
| 531 | spinmap:context :FacilityMoveable-MoveableFacility ; | 537 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 532 | spinmap:expression spin:_arg1 ; | 538 | spinmap:expression spin:_arg1 ; |
| 533 | spinmap:sourcePredicate1 | 539 | spinmap:sourcePredicate1 |
| 534 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ; | 540 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; |
| 535 | spinmap:targetPredicate1 | 541 | spinmap:targetPredicate1 |
| 536 | - <http://www.reportinghub.no/schema/npd#name> | 542 | + <http://www.reportinghub.no/npd/schema#id> |
| 537 | ] ; | 543 | ] ; |
| 538 | spinmap:rule | 544 | spinmap:rule |
| 539 | - [ rdf:type spinmap:Mapping-1-1 ; | 545 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 540 | spinmap:context :FacilityMoveable-MoveableFacility ; | 546 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 541 | - spinmap:expression | 547 | + spinmap:expression <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ; |
| 542 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 543 | - sp:arg1 spin:_arg1 ; | ||
| 544 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 545 | - spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 546 | - ] ; | ||
| 547 | - spinmap:sourcePredicate1 | ||
| 548 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ; | ||
| 549 | spinmap:targetPredicate1 | 548 | spinmap:targetPredicate1 |
| 550 | - <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany> | 549 | + rdf:type |
| 551 | ] . | 550 | ] . |
| 552 | 551 | ||
| 553 | <file:///www.reportinghub.no/transform/npd/field#Field> | 552 | <file:///www.reportinghub.no/transform/npd/field#Field> |
| 554 | spinmap:rule | 553 | spinmap:rule |
| 555 | - [ rdf:type spinmap:Mapping-0-1 ; | 554 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 556 | spinmap:context :Field-Field ; | 555 | spinmap:context :Field-Field ; |
| 557 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ; | 556 | + spinmap:expression |
| 558 | - spinmap:targetPredicate1 | 557 | + [ rdf:type spinmapl:resourceWithValue ; |
| 559 | - rdf:type | 558 | + sp:arg1 spin:_arg1 ; |
| 559 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; | ||
| 560 | + spinmapl:type <http://www.reportinghub.no/npd/schema#FieldActivityStatus> | ||
| 561 | + ] ; | ||
| 562 | + spinmap:sourcePredicate1 | ||
| 563 | + <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ; | ||
| 564 | + spinmap:targetPredicate1 | ||
| 565 | + <http://www.reportinghub.no/npd/schema#currentActivityStatus> | ||
| 560 | ] ; | 566 | ] ; |
| 561 | spinmap:rule | 567 | spinmap:rule |
| 562 | [ rdf:type spinmap:Mapping-1-1 ; | 568 | [ rdf:type spinmap:Mapping-1-1 ; |
| 563 | spinmap:context :Field-Field ; | 569 | spinmap:context :Field-Field ; |
| 564 | spinmap:expression | 570 | spinmap:expression |
| 565 | - [ rdf:type rhspin:companyById ; | 571 | + [ rdf:type spinmapl:resourceWithValue ; |
| 566 | - arg:id spin:_arg1 | 572 | + sp:arg1 spin:_arg1 ; |
| 573 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#id> ; | ||
| 574 | + spinmapl:type <http://www.reportinghub.no/npd/schema#Owner> | ||
| 567 | ] ; | 575 | ] ; |
| 568 | spinmap:sourcePredicate1 | 576 | spinmap:sourcePredicate1 |
| 569 | - <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ; | 577 | + <file:///www.reportinghub.no/transform/npd/field#fldNpdidOwner> ; |
| 570 | spinmap:targetPredicate1 | 578 | spinmap:targetPredicate1 |
| 571 | - <http://www.reportinghub.no/schema/npd#fieldOperator> | 579 | + <http://www.reportinghub.no/npd/schema#fieldOwner> |
| 572 | ] ; | 580 | ] ; |
| 573 | spinmap:rule | 581 | spinmap:rule |
| 574 | [ rdf:type spinmap:Mapping-1-1 ; | 582 | [ rdf:type spinmap:Mapping-1-1 ; |
| 575 | spinmap:context :Field-Field ; | 583 | spinmap:context :Field-Field ; |
| 576 | - spinmap:expression spin:_arg1 ; | 584 | + spinmap:expression |
| 585 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 586 | + arg:wellBoreName spin:_arg1 | ||
| 587 | + ] ; | ||
| 577 | spinmap:sourcePredicate1 | 588 | spinmap:sourcePredicate1 |
| 578 | - <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ; | 589 | + <file:///www.reportinghub.no/transform/npd/field#wlbName> ; |
| 579 | spinmap:targetPredicate1 | 590 | spinmap:targetPredicate1 |
| 580 | - <http://www.reportinghub.no/schema/npd#id> | 591 | + <http://www.reportinghub.no/npd/schema#fieldDiscoveryWellBore> |
| 581 | ] ; | 592 | ] ; |
| 582 | spinmap:rule | 593 | spinmap:rule |
| 583 | [ rdf:type spinmap:Mapping-1-1 ; | 594 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -586,89 +597,62 @@ | ... | @@ -586,89 +597,62 @@ |
| 586 | spinmap:sourcePredicate1 | 597 | spinmap:sourcePredicate1 |
| 587 | <file:///www.reportinghub.no/transform/npd/field#fldName> ; | 598 | <file:///www.reportinghub.no/transform/npd/field#fldName> ; |
| 588 | spinmap:targetPredicate1 | 599 | spinmap:targetPredicate1 |
| 589 | - <http://www.reportinghub.no/schema/npd#name> | 600 | + <http://www.reportinghub.no/npd/schema#name> |
| 590 | ] ; | 601 | ] ; |
| 591 | spinmap:rule | 602 | spinmap:rule |
| 592 | [ rdf:type spinmap:Mapping-1-1 ; | 603 | [ rdf:type spinmap:Mapping-1-1 ; |
| 593 | spinmap:context :Field-Field ; | 604 | spinmap:context :Field-Field ; |
| 594 | - spinmap:expression | 605 | + spinmap:expression spin:_arg1 ; |
| 595 | - [ rdf:type rhspin:wellBoreByName ; | ||
| 596 | - arg:wellBoreName spin:_arg1 | ||
| 597 | - ] ; | ||
| 598 | spinmap:sourcePredicate1 | 606 | spinmap:sourcePredicate1 |
| 599 | - <file:///www.reportinghub.no/transform/npd/field#wlbName> ; | 607 | + <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ; |
| 600 | spinmap:targetPredicate1 | 608 | spinmap:targetPredicate1 |
| 601 | - <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore> | 609 | + <http://www.reportinghub.no/npd/schema#id> |
| 602 | ] ; | 610 | ] ; |
| 603 | spinmap:rule | 611 | spinmap:rule |
| 604 | [ rdf:type spinmap:Mapping-1-1 ; | 612 | [ rdf:type spinmap:Mapping-1-1 ; |
| 605 | spinmap:context :Field-Field ; | 613 | spinmap:context :Field-Field ; |
| 606 | spinmap:expression | 614 | spinmap:expression |
| 607 | - [ rdf:type spinmapl:resourceWithValue ; | 615 | + [ rdf:type rhspin:companyById ; |
| 608 | - sp:arg1 spin:_arg1 ; | 616 | + arg:id spin:_arg1 |
| 609 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ; | ||
| 610 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> | ||
| 611 | ] ; | 617 | ] ; |
| 612 | spinmap:sourcePredicate1 | 618 | spinmap:sourcePredicate1 |
| 613 | - <file:///www.reportinghub.no/transform/npd/field#fldNpdidOwner> ; | 619 | + <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ; |
| 614 | spinmap:targetPredicate1 | 620 | spinmap:targetPredicate1 |
| 615 | - <http://www.reportinghub.no/schema/npd#fieldOwner> | 621 | + <http://www.reportinghub.no/npd/schema#fieldOperator> |
| 616 | ] ; | 622 | ] ; |
| 617 | spinmap:rule | 623 | spinmap:rule |
| 618 | - [ rdf:type spinmap:Mapping-1-1 ; | 624 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 619 | spinmap:context :Field-Field ; | 625 | spinmap:context :Field-Field ; |
| 620 | - spinmap:expression | 626 | + spinmap:expression <http://www.reportinghub.no/npd/schema#Field> ; |
| 621 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 622 | - sp:arg1 spin:_arg1 ; | ||
| 623 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 624 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus> | ||
| 625 | - ] ; | ||
| 626 | - spinmap:sourcePredicate1 | ||
| 627 | - <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ; | ||
| 628 | spinmap:targetPredicate1 | 627 | spinmap:targetPredicate1 |
| 629 | - <http://www.reportinghub.no/schema/npd#currentActivityStatus> | 628 | + rdf:type |
| 630 | ] . | 629 | ] . |
| 631 | 630 | ||
| 632 | <file:///www.reportinghub.no/transform/npd/licence#Licence> | 631 | <file:///www.reportinghub.no/transform/npd/licence#Licence> |
| 633 | spinmap:rule | 632 | spinmap:rule |
| 634 | [ rdf:type spinmap:Mapping-1-1 ; | 633 | [ rdf:type spinmap:Mapping-1-1 ; |
| 635 | spinmap:context :License-License ; | 634 | spinmap:context :License-License ; |
| 636 | - spinmap:expression | 635 | + spinmap:expression spin:_arg1 ; |
| 637 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 638 | - sp:arg1 spin:_arg1 ; | ||
| 639 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 640 | - spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus> | ||
| 641 | - ] ; | ||
| 642 | spinmap:sourcePredicate1 | 636 | spinmap:sourcePredicate1 |
| 643 | - <file:///www.reportinghub.no/transform/npd/licence#prlStatus> ; | 637 | + <file:///www.reportinghub.no/transform/npd/licence#prlLicensingActivityName> ; |
| 644 | spinmap:targetPredicate1 | 638 | spinmap:targetPredicate1 |
| 645 | - <http://www.reportinghub.no/schema/npd#licenseStatus> | 639 | + <http://www.reportinghub.no/npd/schema#licensingActivity> |
| 646 | ] ; | 640 | ] ; |
| 647 | spinmap:rule | 641 | spinmap:rule |
| 648 | [ rdf:type spinmap:Mapping-1-1 ; | 642 | [ rdf:type spinmap:Mapping-1-1 ; |
| 649 | spinmap:context :License-License ; | 643 | spinmap:context :License-License ; |
| 650 | - spinmap:expression | 644 | + spinmap:expression spin:_arg1 ; |
| 651 | - [ rdf:type spif:parseDate ; | ||
| 652 | - arg:pattern "dd.MM.yyyy" ; | ||
| 653 | - sp:arg1 spin:_arg1 | ||
| 654 | - ] ; | ||
| 655 | spinmap:sourcePredicate1 | 645 | spinmap:sourcePredicate1 |
| 656 | - <file:///www.reportinghub.no/transform/npd/licence#prlDateGranted> ; | 646 | + <file:///www.reportinghub.no/transform/npd/licence#prlName> ; |
| 657 | spinmap:targetPredicate1 | 647 | spinmap:targetPredicate1 |
| 658 | - <http://www.reportinghub.no/schema/npd#startDate> | 648 | + <http://www.reportinghub.no/npd/schema#name> |
| 659 | ] ; | 649 | ] ; |
| 660 | spinmap:rule | 650 | spinmap:rule |
| 661 | - [ rdf:type spinmap:Mapping-1-1 ; | 651 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 662 | spinmap:context :License-License ; | 652 | spinmap:context :License-License ; |
| 663 | - spinmap:expression | 653 | + spinmap:expression <http://www.reportinghub.no/npd/schema#Licence> ; |
| 664 | - [ rdf:type spif:parseDate ; | ||
| 665 | - arg:pattern "dd.MM.yyyy" ; | ||
| 666 | - sp:arg1 spin:_arg1 | ||
| 667 | - ] ; | ||
| 668 | - spinmap:sourcePredicate1 | ||
| 669 | - <file:///www.reportinghub.no/transform/npd/licence#prlDateValidTo> ; | ||
| 670 | spinmap:targetPredicate1 | 654 | spinmap:targetPredicate1 |
| 671 | - <http://www.reportinghub.no/schema/npd#endDate> | 655 | + rdf:type |
| 672 | ] ; | 656 | ] ; |
| 673 | spinmap:rule | 657 | spinmap:rule |
| 674 | [ rdf:type spinmap:Mapping-1-1 ; | 658 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -677,58 +661,81 @@ | ... | @@ -677,58 +661,81 @@ |
| 677 | spinmap:sourcePredicate1 | 661 | spinmap:sourcePredicate1 |
| 678 | <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence> ; | 662 | <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence> ; |
| 679 | spinmap:targetPredicate1 | 663 | spinmap:targetPredicate1 |
| 680 | - <http://www.reportinghub.no/schema/npd#id> | 664 | + <http://www.reportinghub.no/npd/schema#id> |
| 681 | ] ; | 665 | ] ; |
| 682 | spinmap:rule | 666 | spinmap:rule |
| 683 | - [ rdf:type spinmap:Mapping-0-1 ; | 667 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 684 | spinmap:context :License-License ; | 668 | spinmap:context :License-License ; |
| 685 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ; | 669 | + spinmap:expression |
| 670 | + [ rdf:type spif:parseDate ; | ||
| 671 | + arg:pattern "dd.MM.yyyy" ; | ||
| 672 | + sp:arg1 spin:_arg1 | ||
| 673 | + ] ; | ||
| 674 | + spinmap:sourcePredicate1 | ||
| 675 | + <file:///www.reportinghub.no/transform/npd/licence#prlDateValidTo> ; | ||
| 686 | spinmap:targetPredicate1 | 676 | spinmap:targetPredicate1 |
| 687 | - rdf:type | 677 | + <http://www.reportinghub.no/npd/schema#endDate> |
| 688 | ] ; | 678 | ] ; |
| 689 | spinmap:rule | 679 | spinmap:rule |
| 690 | [ rdf:type spinmap:Mapping-1-1 ; | 680 | [ rdf:type spinmap:Mapping-1-1 ; |
| 691 | spinmap:context :License-License ; | 681 | spinmap:context :License-License ; |
| 692 | - spinmap:expression spin:_arg1 ; | 682 | + spinmap:expression |
| 683 | + [ rdf:type spif:parseDate ; | ||
| 684 | + arg:pattern "dd.MM.yyyy" ; | ||
| 685 | + sp:arg1 spin:_arg1 | ||
| 686 | + ] ; | ||
| 693 | spinmap:sourcePredicate1 | 687 | spinmap:sourcePredicate1 |
| 694 | - <file:///www.reportinghub.no/transform/npd/licence#prlName> ; | 688 | + <file:///www.reportinghub.no/transform/npd/licence#prlDateGranted> ; |
| 695 | spinmap:targetPredicate1 | 689 | spinmap:targetPredicate1 |
| 696 | - <http://www.reportinghub.no/schema/npd#name> | 690 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 697 | ] ; | 691 | ] ; |
| 698 | spinmap:rule | 692 | spinmap:rule |
| 699 | [ rdf:type spinmap:Mapping-1-1 ; | 693 | [ rdf:type spinmap:Mapping-1-1 ; |
| 700 | spinmap:context :License-License ; | 694 | spinmap:context :License-License ; |
| 701 | - spinmap:expression spin:_arg1 ; | 695 | + spinmap:expression |
| 696 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 697 | + sp:arg1 spin:_arg1 ; | ||
| 698 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; | ||
| 699 | + spinmapl:type <http://www.reportinghub.no/npd/schema#LicenceStatus> | ||
| 700 | + ] ; | ||
| 702 | spinmap:sourcePredicate1 | 701 | spinmap:sourcePredicate1 |
| 703 | - <file:///www.reportinghub.no/transform/npd/licence#prlLicensingActivityName> ; | 702 | + <file:///www.reportinghub.no/transform/npd/licence#prlStatus> ; |
| 704 | spinmap:targetPredicate1 | 703 | spinmap:targetPredicate1 |
| 705 | - <http://www.reportinghub.no/schema/npd#licensingActivity> | 704 | + <http://www.reportinghub.no/npd/schema#licenceStatus> |
| 706 | ] . | 705 | ] . |
| 707 | 706 | ||
| 708 | <file:///www.reportinghub.no/transform/npd/licensee#Licensee> | 707 | <file:///www.reportinghub.no/transform/npd/licensee#Licensee> |
| 709 | spinmap:rule | 708 | spinmap:rule |
| 709 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
| 710 | + spinmap:context :Licensee-ShareOfLicence ; | ||
| 711 | + spinmap:expression <http://www.reportinghub.no/npd/schema#ShareOfLicence> ; | ||
| 712 | + spinmap:targetPredicate1 | ||
| 713 | + rdf:type | ||
| 714 | + ] ; | ||
| 715 | + spinmap:rule | ||
| 710 | [ rdf:type spinmap:Mapping-1-1 ; | 716 | [ rdf:type spinmap:Mapping-1-1 ; |
| 711 | spinmap:context :Licensee-ShareOfLicence ; | 717 | spinmap:context :Licensee-ShareOfLicence ; |
| 712 | spinmap:expression | 718 | spinmap:expression |
| 713 | - [ rdf:type rhspin:licenceById ; | 719 | + [ rdf:type spif:parseDate ; |
| 714 | - arg:id spin:_arg1 | 720 | + arg:pattern "dd.MM.yyyy" ; |
| 721 | + sp:arg1 spin:_arg1 | ||
| 715 | ] ; | 722 | ] ; |
| 716 | spinmap:sourcePredicate1 | 723 | spinmap:sourcePredicate1 |
| 717 | - <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ; | 724 | + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ; |
| 718 | spinmap:targetPredicate1 | 725 | spinmap:targetPredicate1 |
| 719 | - <http://www.reportinghub.no/schema/npd#licenceShared> | 726 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 720 | ] ; | 727 | ] ; |
| 721 | spinmap:rule | 728 | spinmap:rule |
| 722 | [ rdf:type spinmap:Mapping-1-1 ; | 729 | [ rdf:type spinmap:Mapping-1-1 ; |
| 723 | spinmap:context :Licensee-ShareOfLicence ; | 730 | spinmap:context :Licensee-ShareOfLicence ; |
| 724 | spinmap:expression | 731 | spinmap:expression |
| 725 | - [ rdf:type xsd:float ; | 732 | + [ rdf:type rhspin:companyById ; |
| 726 | - sp:arg1 spin:_arg1 | 733 | + arg:id spin:_arg1 |
| 727 | ] ; | 734 | ] ; |
| 728 | spinmap:sourcePredicate1 | 735 | spinmap:sourcePredicate1 |
| 729 | - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ; | 736 | + <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ; |
| 730 | spinmap:targetPredicate1 | 737 | spinmap:targetPredicate1 |
| 731 | - <http://www.reportinghub.no/schema/npd#percentageOfShare> | 738 | + <http://www.reportinghub.no/npd/schema#shareHolder> |
| 732 | ] ; | 739 | ] ; |
| 733 | spinmap:rule | 740 | spinmap:rule |
| 734 | [ rdf:type spinmap:Mapping-1-1 ; | 741 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -741,48 +748,42 @@ | ... | @@ -741,48 +748,42 @@ |
| 741 | spinmap:sourcePredicate1 | 748 | spinmap:sourcePredicate1 |
| 742 | <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidTo> ; | 749 | <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidTo> ; |
| 743 | spinmap:targetPredicate1 | 750 | spinmap:targetPredicate1 |
| 744 | - <http://www.reportinghub.no/schema/npd#endDate> | 751 | + <http://www.reportinghub.no/npd/schema#endDate> |
| 745 | ] ; | 752 | ] ; |
| 746 | spinmap:rule | 753 | spinmap:rule |
| 747 | [ rdf:type spinmap:Mapping-1-1 ; | 754 | [ rdf:type spinmap:Mapping-1-1 ; |
| 748 | spinmap:context :Licensee-ShareOfLicence ; | 755 | spinmap:context :Licensee-ShareOfLicence ; |
| 749 | spinmap:expression | 756 | spinmap:expression |
| 750 | - [ rdf:type rhspin:companyById ; | 757 | + [ rdf:type xsd:float ; |
| 751 | - arg:id spin:_arg1 | 758 | + sp:arg1 spin:_arg1 |
| 752 | ] ; | 759 | ] ; |
| 753 | spinmap:sourcePredicate1 | 760 | spinmap:sourcePredicate1 |
| 754 | - <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ; | 761 | + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ; |
| 755 | spinmap:targetPredicate1 | 762 | spinmap:targetPredicate1 |
| 756 | - <http://www.reportinghub.no/schema/npd#shareHolder> | 763 | + <http://www.reportinghub.no/npd/schema#percentageOfShare> |
| 757 | ] ; | 764 | ] ; |
| 758 | spinmap:rule | 765 | spinmap:rule |
| 759 | [ rdf:type spinmap:Mapping-1-1 ; | 766 | [ rdf:type spinmap:Mapping-1-1 ; |
| 760 | spinmap:context :Licensee-ShareOfLicence ; | 767 | spinmap:context :Licensee-ShareOfLicence ; |
| 761 | spinmap:expression | 768 | spinmap:expression |
| 762 | - [ rdf:type spif:parseDate ; | 769 | + [ rdf:type rhspin:licenceById ; |
| 763 | - arg:pattern "dd.MM.yyyy" ; | 770 | + arg:id spin:_arg1 |
| 764 | - sp:arg1 spin:_arg1 | ||
| 765 | ] ; | 771 | ] ; |
| 766 | spinmap:sourcePredicate1 | 772 | spinmap:sourcePredicate1 |
| 767 | - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ; | 773 | + <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ; |
| 768 | - spinmap:targetPredicate1 | ||
| 769 | - <http://www.reportinghub.no/schema/npd#startDate> | ||
| 770 | - ] ; | ||
| 771 | - spinmap:rule | ||
| 772 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 773 | - spinmap:context :Licensee-ShareOfLicence ; | ||
| 774 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ; | ||
| 775 | spinmap:targetPredicate1 | 774 | spinmap:targetPredicate1 |
| 776 | - rdf:type | 775 | + <http://www.reportinghub.no/npd/schema#licenceShared> |
| 777 | ] . | 776 | ] . |
| 778 | 777 | ||
| 779 | <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> | 778 | <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> |
| 780 | spinmap:rule | 779 | spinmap:rule |
| 781 | - [ rdf:type spinmap:Mapping-0-1 ; | 780 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 782 | spinmap:context :TUFOperator-TUF ; | 781 | spinmap:context :TUFOperator-TUF ; |
| 783 | - spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ; | 782 | + spinmap:expression spin:_arg1 ; |
| 783 | + spinmap:sourcePredicate1 | ||
| 784 | + <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ; | ||
| 784 | spinmap:targetPredicate1 | 785 | spinmap:targetPredicate1 |
| 785 | - rdf:type | 786 | + <http://www.reportinghub.no/npd/schema#name> |
| 786 | ] ; | 787 | ] ; |
| 787 | spinmap:rule | 788 | spinmap:rule |
| 788 | [ rdf:type spinmap:Mapping-1-1 ; | 789 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -791,39 +792,37 @@ | ... | @@ -791,39 +792,37 @@ |
| 791 | spinmap:sourcePredicate1 | 792 | spinmap:sourcePredicate1 |
| 792 | <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf> ; | 793 | <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf> ; |
| 793 | spinmap:targetPredicate1 | 794 | spinmap:targetPredicate1 |
| 794 | - <http://www.reportinghub.no/schema/npd#id> | 795 | + <http://www.reportinghub.no/npd/schema#id> |
| 795 | ] ; | 796 | ] ; |
| 796 | spinmap:rule | 797 | spinmap:rule |
| 797 | - [ rdf:type spinmap:Mapping-1-1 ; | 798 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 798 | spinmap:context :TUFOperator-TUF ; | 799 | spinmap:context :TUFOperator-TUF ; |
| 799 | - spinmap:expression spin:_arg1 ; | 800 | + spinmap:expression <http://www.reportinghub.no/npd/schema#TUF> ; |
| 800 | - spinmap:sourcePredicate1 | ||
| 801 | - <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ; | ||
| 802 | spinmap:targetPredicate1 | 801 | spinmap:targetPredicate1 |
| 803 | - <http://www.reportinghub.no/schema/npd#name> | 802 | + rdf:type |
| 804 | ] . | 803 | ] . |
| 805 | 804 | ||
| 806 | <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> | 805 | <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> |
| 807 | spinmap:rule | 806 | spinmap:rule |
| 808 | [ rdf:type spinmap:Mapping-1-1 ; | 807 | [ rdf:type spinmap:Mapping-1-1 ; |
| 809 | spinmap:context :WBDev-WellBore ; | 808 | spinmap:context :WBDev-WellBore ; |
| 810 | - spinmap:expression spin:_arg1 ; | 809 | + spinmap:expression |
| 810 | + [ rdf:type rhspin:wellByName ; | ||
| 811 | + arg:wellName spin:_arg1 | ||
| 812 | + ] ; | ||
| 811 | spinmap:sourcePredicate1 | 813 | spinmap:sourcePredicate1 |
| 812 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ; | 814 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; |
| 813 | spinmap:targetPredicate1 | 815 | spinmap:targetPredicate1 |
| 814 | - <http://www.reportinghub.no/schema/npd#name> | 816 | + <http://www.reportinghub.no/npd/schema#partOfWell> |
| 815 | ] ; | 817 | ] ; |
| 816 | spinmap:rule | 818 | spinmap:rule |
| 817 | [ rdf:type spinmap:Mapping-1-1 ; | 819 | [ rdf:type spinmap:Mapping-1-1 ; |
| 818 | - spinmap:context :WBDev-WellBore ; | 820 | + spinmap:context :WBDev-Well ; |
| 819 | - spinmap:expression | 821 | + spinmap:expression spin:_arg1 ; |
| 820 | - [ rdf:type rhspin:wellByName ; | ||
| 821 | - arg:wellName spin:_arg1 | ||
| 822 | - ] ; | ||
| 823 | spinmap:sourcePredicate1 | 822 | spinmap:sourcePredicate1 |
| 824 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; | 823 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; |
| 825 | spinmap:targetPredicate1 | 824 | spinmap:targetPredicate1 |
| 826 | - <http://www.reportinghub.no/schema/npd#partOfWell> | 825 | + <http://www.reportinghub.no/npd/schema#name> |
| 827 | ] ; | 826 | ] ; |
| 828 | spinmap:rule | 827 | spinmap:rule |
| 829 | [ rdf:type spinmap:Mapping-1-1 ; | 828 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -832,81 +831,107 @@ | ... | @@ -832,81 +831,107 @@ |
| 832 | spinmap:sourcePredicate1 | 831 | spinmap:sourcePredicate1 |
| 833 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ; | 832 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ; |
| 834 | spinmap:targetPredicate1 | 833 | spinmap:targetPredicate1 |
| 835 | - <http://www.reportinghub.no/schema/npd#wellBoreType> | 834 | + <http://www.reportinghub.no/npd/schema#wellBoreType> |
| 835 | + ] ; | ||
| 836 | + spinmap:rule | ||
| 837 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 838 | + spinmap:context :WBDev-Well ; | ||
| 839 | + spinmap:expression | ||
| 840 | + [ rdf:type rhspin:fieldById ; | ||
| 841 | + arg:id spin:_arg1 | ||
| 842 | + ] ; | ||
| 843 | + spinmap:sourcePredicate1 | ||
| 844 | + <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ; | ||
| 845 | + spinmap:targetPredicate1 | ||
| 846 | + <http://www.reportinghub.no/npd/schema#wellPartOfField> | ||
| 836 | ] ; | 847 | ] ; |
| 837 | spinmap:rule | 848 | spinmap:rule |
| 838 | [ rdf:type spinmap:Mapping-1-1 ; | 849 | [ rdf:type spinmap:Mapping-1-1 ; |
| 839 | spinmap:context :WBDev-WellBore ; | 850 | spinmap:context :WBDev-WellBore ; |
| 840 | - spinmap:expression spin:_arg1 ; | 851 | + spinmap:expression |
| 852 | + [ rdf:type rhspin:licenceById ; | ||
| 853 | + arg:id spin:_arg1 | ||
| 854 | + ] ; | ||
| 841 | spinmap:sourcePredicate1 | 855 | spinmap:sourcePredicate1 |
| 842 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ; | 856 | + <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ; |
| 843 | spinmap:targetPredicate1 | 857 | spinmap:targetPredicate1 |
| 844 | - <http://www.reportinghub.no/schema/npd#id> | 858 | + <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> |
| 845 | ] ; | 859 | ] ; |
| 846 | spinmap:rule | 860 | spinmap:rule |
| 847 | [ rdf:type spinmap:Mapping-1-1 ; | 861 | [ rdf:type spinmap:Mapping-1-1 ; |
| 848 | spinmap:context :WBDev-WellBore ; | 862 | spinmap:context :WBDev-WellBore ; |
| 849 | spinmap:expression | 863 | spinmap:expression |
| 850 | - [ rdf:type spinmapl:resourceWithValue ; | 864 | + [ rdf:type spif:parseDate ; |
| 851 | - sp:arg1 spin:_arg1 ; | 865 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; |
| 852 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 866 | + sp:arg1 spin:_arg1 |
| 853 | - spinmapl:type <http://www.reportinghub.no/schema/npd#DevelopmentWellBorePurpose> | ||
| 854 | ] ; | 867 | ] ; |
| 855 | spinmap:sourcePredicate1 | 868 | spinmap:sourcePredicate1 |
| 856 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ; | 869 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbEntryDate> ; |
| 857 | spinmap:targetPredicate1 | 870 | spinmap:targetPredicate1 |
| 858 | - <http://www.reportinghub.no/schema/npd#wellBorePurpose> | 871 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 859 | ] ; | 872 | ] ; |
| 860 | spinmap:rule | 873 | spinmap:rule |
| 861 | [ rdf:type spinmap:Mapping-0-1 ; | 874 | [ rdf:type spinmap:Mapping-0-1 ; |
| 862 | - spinmap:context :WBDev-Well ; | 875 | + spinmap:context :WBDev-WellBore ; |
| 863 | - spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | 876 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 864 | spinmap:targetPredicate1 | 877 | spinmap:targetPredicate1 |
| 865 | rdf:type | 878 | rdf:type |
| 866 | ] ; | 879 | ] ; |
| 867 | spinmap:rule | 880 | spinmap:rule |
| 868 | [ rdf:type spinmap:Mapping-1-1 ; | 881 | [ rdf:type spinmap:Mapping-1-1 ; |
| 869 | - spinmap:context :WBDev-Well ; | 882 | + spinmap:context :WBDev-WellBore ; |
| 870 | spinmap:expression | 883 | spinmap:expression |
| 871 | - [ rdf:type rhspin:fieldById ; | 884 | + [ rdf:type rhspin:facilityById ; |
| 872 | arg:id spin:_arg1 | 885 | arg:id spin:_arg1 |
| 873 | ] ; | 886 | ] ; |
| 874 | spinmap:sourcePredicate1 | 887 | spinmap:sourcePredicate1 |
| 875 | - <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ; | 888 | + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ; |
| 889 | + spinmap:targetPredicate1 | ||
| 890 | + <http://www.reportinghub.no/npd/schema#drillingFacility> | ||
| 891 | + ] ; | ||
| 892 | + spinmap:rule | ||
| 893 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 894 | + spinmap:context :WBDev-WellBore ; | ||
| 895 | + spinmap:expression spin:_arg1 ; | ||
| 896 | + spinmap:sourcePredicate1 | ||
| 897 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ; | ||
| 876 | spinmap:targetPredicate1 | 898 | spinmap:targetPredicate1 |
| 877 | - <http://www.reportinghub.no/schema/npd#wellPartOfField> | 899 | + <http://www.reportinghub.no/npd/schema#name> |
| 878 | ] ; | 900 | ] ; |
| 879 | spinmap:rule | 901 | spinmap:rule |
| 880 | [ rdf:type spinmap:Mapping-1-1 ; | 902 | [ rdf:type spinmap:Mapping-1-1 ; |
| 881 | spinmap:context :WBDev-WellBore ; | 903 | spinmap:context :WBDev-WellBore ; |
| 882 | spinmap:expression | 904 | spinmap:expression |
| 883 | - [ rdf:type rhspin:licenceById ; | 905 | + [ rdf:type rhspin:facilityById ; |
| 884 | arg:id spin:_arg1 | 906 | arg:id spin:_arg1 |
| 885 | ] ; | 907 | ] ; |
| 886 | spinmap:sourcePredicate1 | 908 | spinmap:sourcePredicate1 |
| 887 | - <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ; | 909 | + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ; |
| 888 | spinmap:targetPredicate1 | 910 | spinmap:targetPredicate1 |
| 889 | - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> | 911 | + <http://www.reportinghub.no/npd/schema#productionFacility> |
| 890 | ] ; | 912 | ] ; |
| 891 | spinmap:rule | 913 | spinmap:rule |
| 892 | - [ rdf:type spinmap:Mapping-0-1 ; | 914 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 893 | spinmap:context :WBDev-WellBore ; | 915 | spinmap:context :WBDev-WellBore ; |
| 894 | - spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 916 | + spinmap:expression spin:_arg1 ; |
| 917 | + spinmap:sourcePredicate1 | ||
| 918 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ; | ||
| 895 | spinmap:targetPredicate1 | 919 | spinmap:targetPredicate1 |
| 896 | - rdf:type | 920 | + <http://www.reportinghub.no/npd/schema#id> |
| 897 | ] ; | 921 | ] ; |
| 898 | spinmap:rule | 922 | spinmap:rule |
| 899 | [ rdf:type spinmap:Mapping-1-1 ; | 923 | [ rdf:type spinmap:Mapping-1-1 ; |
| 900 | spinmap:context :WBDev-WellBore ; | 924 | spinmap:context :WBDev-WellBore ; |
| 901 | spinmap:expression | 925 | spinmap:expression |
| 902 | - [ rdf:type spif:parseDate ; | 926 | + [ rdf:type spinmapl:resourceWithValue ; |
| 903 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | 927 | + sp:arg1 spin:_arg1 ; |
| 904 | - sp:arg1 spin:_arg1 | 928 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; |
| 929 | + spinmapl:type <http://www.reportinghub.no/npd/schema#DevelopmentWellBorePurpose> | ||
| 905 | ] ; | 930 | ] ; |
| 906 | spinmap:sourcePredicate1 | 931 | spinmap:sourcePredicate1 |
| 907 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbEntryDate> ; | 932 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ; |
| 908 | spinmap:targetPredicate1 | 933 | spinmap:targetPredicate1 |
| 909 | - <http://www.reportinghub.no/schema/npd#startDate> | 934 | + <http://www.reportinghub.no/npd/schema#wellBorePurpose> |
| 910 | ] ; | 935 | ] ; |
| 911 | spinmap:rule | 936 | spinmap:rule |
| 912 | [ rdf:type spinmap:Mapping-1-1 ; | 937 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -915,16 +940,14 @@ | ... | @@ -915,16 +940,14 @@ |
| 915 | spinmap:sourcePredicate1 | 940 | spinmap:sourcePredicate1 |
| 916 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ; | 941 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ; |
| 917 | spinmap:targetPredicate1 | 942 | spinmap:targetPredicate1 |
| 918 | - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | 943 | + <http://www.reportinghub.no/npd/schema#wellBoreDrillPermit> |
| 919 | ] ; | 944 | ] ; |
| 920 | spinmap:rule | 945 | spinmap:rule |
| 921 | - [ rdf:type spinmap:Mapping-1-1 ; | 946 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 922 | spinmap:context :WBDev-Well ; | 947 | spinmap:context :WBDev-Well ; |
| 923 | - spinmap:expression spin:_arg1 ; | 948 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 924 | - spinmap:sourcePredicate1 | ||
| 925 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; | ||
| 926 | spinmap:targetPredicate1 | 949 | spinmap:targetPredicate1 |
| 927 | - <http://www.reportinghub.no/schema/npd#name> | 950 | + rdf:type |
| 928 | ] ; | 951 | ] ; |
| 929 | spinmap:rule | 952 | spinmap:rule |
| 930 | [ rdf:type spinmap:Mapping-1-1 ; | 953 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -932,13 +955,13 @@ | ... | @@ -932,13 +955,13 @@ |
| 932 | spinmap:expression | 955 | spinmap:expression |
| 933 | [ rdf:type spinmapl:resourceWithValue ; | 956 | [ rdf:type spinmapl:resourceWithValue ; |
| 934 | sp:arg1 spin:_arg1 ; | 957 | sp:arg1 spin:_arg1 ; |
| 935 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 958 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 936 | - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent> | 959 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> |
| 937 | ] ; | 960 | ] ; |
| 938 | spinmap:sourcePredicate1 | 961 | spinmap:sourcePredicate1 |
| 939 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ; | 962 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ; |
| 940 | spinmap:targetPredicate1 | 963 | spinmap:targetPredicate1 |
| 941 | - <http://www.reportinghub.no/schema/npd#wellBoreContent> | 964 | + <http://www.reportinghub.no/npd/schema#drillingOperator> |
| 942 | ] ; | 965 | ] ; |
| 943 | spinmap:rule | 966 | spinmap:rule |
| 944 | [ rdf:type spinmap:Mapping-1-1 ; | 967 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -946,13 +969,13 @@ | ... | @@ -946,13 +969,13 @@ |
| 946 | spinmap:expression | 969 | spinmap:expression |
| 947 | [ rdf:type spinmapl:resourceWithValue ; | 970 | [ rdf:type spinmapl:resourceWithValue ; |
| 948 | sp:arg1 spin:_arg1 ; | 971 | sp:arg1 spin:_arg1 ; |
| 949 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 972 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; |
| 950 | - spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | 973 | + spinmapl:type <http://www.reportinghub.no/npd/schema#WellBoreContent> |
| 951 | ] ; | 974 | ] ; |
| 952 | spinmap:sourcePredicate1 | 975 | spinmap:sourcePredicate1 |
| 953 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ; | 976 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ; |
| 954 | spinmap:targetPredicate1 | 977 | spinmap:targetPredicate1 |
| 955 | - <http://www.reportinghub.no/schema/npd#drillingOperator> | 978 | + <http://www.reportinghub.no/npd/schema#wellBoreContent> |
| 956 | ] ; | 979 | ] ; |
| 957 | spinmap:rule | 980 | spinmap:rule |
| 958 | [ rdf:type spinmap:Mapping-1-1 ; | 981 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -965,42 +988,41 @@ | ... | @@ -965,42 +988,41 @@ |
| 965 | spinmap:sourcePredicate1 | 988 | spinmap:sourcePredicate1 |
| 966 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ; | 989 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ; |
| 967 | spinmap:targetPredicate1 | 990 | spinmap:targetPredicate1 |
| 968 | - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | 991 | + <http://www.reportinghub.no/npd/schema#wellBoreCompletionDate> |
| 969 | - ] ; | 992 | + ] . |
| 993 | + | ||
| 994 | +<file:///www.reportinghub.no/transform/npd/wbexp#WBExp> | ||
| 970 | spinmap:rule | 995 | spinmap:rule |
| 971 | [ rdf:type spinmap:Mapping-1-1 ; | 996 | [ rdf:type spinmap:Mapping-1-1 ; |
| 972 | - spinmap:context :WBDev-WellBore ; | 997 | + spinmap:context :WBExp-WellBore ; |
| 973 | spinmap:expression | 998 | spinmap:expression |
| 974 | - [ rdf:type rhspin:facilityById ; | 999 | + [ rdf:type spif:parseDate ; |
| 975 | - arg:id spin:_arg1 | 1000 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; |
| 1001 | + sp:arg1 spin:_arg1 | ||
| 976 | ] ; | 1002 | ] ; |
| 977 | spinmap:sourcePredicate1 | 1003 | spinmap:sourcePredicate1 |
| 978 | - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ; | 1004 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ; |
| 979 | spinmap:targetPredicate1 | 1005 | spinmap:targetPredicate1 |
| 980 | - <http://www.reportinghub.no/schema/npd#drillingFacility> | 1006 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 981 | ] ; | 1007 | ] ; |
| 982 | spinmap:rule | 1008 | spinmap:rule |
| 983 | [ rdf:type spinmap:Mapping-1-1 ; | 1009 | [ rdf:type spinmap:Mapping-1-1 ; |
| 984 | - spinmap:context :WBDev-WellBore ; | 1010 | + spinmap:context :WBExp-WellBore ; |
| 985 | spinmap:expression | 1011 | spinmap:expression |
| 986 | - [ rdf:type rhspin:facilityById ; | 1012 | + [ rdf:type rhspin:licenceById ; |
| 987 | arg:id spin:_arg1 | 1013 | arg:id spin:_arg1 |
| 988 | ] ; | 1014 | ] ; |
| 989 | spinmap:sourcePredicate1 | 1015 | spinmap:sourcePredicate1 |
| 990 | - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ; | 1016 | + <file:///www.reportinghub.no/transform/npd/wbexp#prlNpdidProductionLicence> ; |
| 991 | spinmap:targetPredicate1 | 1017 | spinmap:targetPredicate1 |
| 992 | - <http://www.reportinghub.no/schema/npd#productionFacility> | 1018 | + <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> |
| 993 | - ] . | 1019 | + ] ; |
| 994 | - | ||
| 995 | -<file:///www.reportinghub.no/transform/npd/wbexp#WBExp> | ||
| 996 | spinmap:rule | 1020 | spinmap:rule |
| 997 | - [ rdf:type spinmap:Mapping-1-1 ; | 1021 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 998 | spinmap:context :WBExp-WellBore ; | 1022 | spinmap:context :WBExp-WellBore ; |
| 999 | - spinmap:expression spin:_arg1 ; | 1023 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 1000 | - spinmap:sourcePredicate1 | ||
| 1001 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ; | ||
| 1002 | spinmap:targetPredicate1 | 1024 | spinmap:targetPredicate1 |
| 1003 | - <http://www.reportinghub.no/schema/npd#wellBoreType> | 1025 | + rdf:type |
| 1004 | ] ; | 1026 | ] ; |
| 1005 | spinmap:rule | 1027 | spinmap:rule |
| 1006 | [ rdf:type spinmap:Mapping-1-1 ; | 1028 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1012,16 +1034,7 @@ | ... | @@ -1012,16 +1034,7 @@ |
| 1012 | spinmap:sourcePredicate1 | 1034 | spinmap:sourcePredicate1 |
| 1013 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; | 1035 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; |
| 1014 | spinmap:targetPredicate1 | 1036 | spinmap:targetPredicate1 |
| 1015 | - <http://www.reportinghub.no/schema/npd#partOfWell> | 1037 | + <http://www.reportinghub.no/npd/schema#partOfWell> |
| 1016 | - ] ; | ||
| 1017 | - spinmap:rule | ||
| 1018 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
| 1019 | - spinmap:context :WBExp-WellBore ; | ||
| 1020 | - spinmap:expression spin:_arg1 ; | ||
| 1021 | - spinmap:sourcePredicate1 | ||
| 1022 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ; | ||
| 1023 | - spinmap:targetPredicate1 | ||
| 1024 | - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | ||
| 1025 | ] ; | 1038 | ] ; |
| 1026 | spinmap:rule | 1039 | spinmap:rule |
| 1027 | [ rdf:type spinmap:Mapping-1-1 ; | 1040 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1030,71 +1043,57 @@ | ... | @@ -1030,71 +1043,57 @@ |
| 1030 | spinmap:sourcePredicate1 | 1043 | spinmap:sourcePredicate1 |
| 1031 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ; | 1044 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ; |
| 1032 | spinmap:targetPredicate1 | 1045 | spinmap:targetPredicate1 |
| 1033 | - <http://www.reportinghub.no/schema/npd#id> | 1046 | + <http://www.reportinghub.no/npd/schema#id> |
| 1034 | ] ; | 1047 | ] ; |
| 1035 | spinmap:rule | 1048 | spinmap:rule |
| 1036 | [ rdf:type spinmap:Mapping-1-1 ; | 1049 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1037 | spinmap:context :WBExp-WellBore ; | 1050 | spinmap:context :WBExp-WellBore ; |
| 1038 | spinmap:expression | 1051 | spinmap:expression |
| 1039 | - [ rdf:type rhspin:facilityById ; | 1052 | + [ rdf:type spinmapl:resourceWithValue ; |
| 1040 | - arg:id spin:_arg1 | 1053 | + sp:arg1 spin:_arg1 ; |
| 1054 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; | ||
| 1055 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 1041 | ] ; | 1056 | ] ; |
| 1042 | spinmap:sourcePredicate1 | 1057 | spinmap:sourcePredicate1 |
| 1043 | - <file:///www.reportinghub.no/transform/npd/wbexp#fclNpdidFacilityDrilling> ; | 1058 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ; |
| 1044 | spinmap:targetPredicate1 | 1059 | spinmap:targetPredicate1 |
| 1045 | - <http://www.reportinghub.no/schema/npd#drillingFacility> | 1060 | + <http://www.reportinghub.no/npd/schema#drillingOperator> |
| 1046 | ] ; | 1061 | ] ; |
| 1047 | spinmap:rule | 1062 | spinmap:rule |
| 1048 | [ rdf:type spinmap:Mapping-1-1 ; | 1063 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1049 | spinmap:context :WBExp-WellBore ; | 1064 | spinmap:context :WBExp-WellBore ; |
| 1050 | spinmap:expression | 1065 | spinmap:expression |
| 1051 | - [ rdf:type rhspin:licenceById ; | 1066 | + [ rdf:type spinmapl:resourceWithValue ; |
| 1052 | - arg:id spin:_arg1 | 1067 | + sp:arg1 spin:_arg1 ; |
| 1068 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; | ||
| 1069 | + spinmapl:type <http://www.reportinghub.no/npd/schema#ExplorationWellBorePurpose> | ||
| 1053 | ] ; | 1070 | ] ; |
| 1054 | spinmap:sourcePredicate1 | 1071 | spinmap:sourcePredicate1 |
| 1055 | - <file:///www.reportinghub.no/transform/npd/wbexp#prlNpdidProductionLicence> ; | 1072 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ; |
| 1056 | - spinmap:targetPredicate1 | ||
| 1057 | - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> | ||
| 1058 | - ] ; | ||
| 1059 | - spinmap:rule | ||
| 1060 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1061 | - spinmap:context :WBExp-Well ; | ||
| 1062 | - spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 1063 | spinmap:targetPredicate1 | 1073 | spinmap:targetPredicate1 |
| 1064 | - rdf:type | 1074 | + <http://www.reportinghub.no/npd/schema#wellBorePurpose> |
| 1065 | ] ; | 1075 | ] ; |
| 1066 | spinmap:rule | 1076 | spinmap:rule |
| 1067 | [ rdf:type spinmap:Mapping-1-1 ; | 1077 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1068 | - spinmap:context :WBExp-Well ; | 1078 | + spinmap:context :WBExp-WellBore ; |
| 1069 | - spinmap:expression | 1079 | + spinmap:expression spin:_arg1 ; |
| 1070 | - [ rdf:type rhspin:fieldById ; | ||
| 1071 | - arg:id spin:_arg1 | ||
| 1072 | - ] ; | ||
| 1073 | spinmap:sourcePredicate1 | 1080 | spinmap:sourcePredicate1 |
| 1074 | - <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ; | 1081 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ; |
| 1075 | spinmap:targetPredicate1 | 1082 | spinmap:targetPredicate1 |
| 1076 | - <http://www.reportinghub.no/schema/npd#wellPartOfField> | 1083 | + <http://www.reportinghub.no/npd/schema#wellBoreDrillPermit> |
| 1077 | ] ; | 1084 | ] ; |
| 1078 | spinmap:rule | 1085 | spinmap:rule |
| 1079 | [ rdf:type spinmap:Mapping-1-1 ; | 1086 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1080 | spinmap:context :WBExp-WellBore ; | 1087 | spinmap:context :WBExp-WellBore ; |
| 1081 | spinmap:expression | 1088 | spinmap:expression |
| 1082 | - [ rdf:type spinmapl:resourceWithValue ; | 1089 | + [ rdf:type spif:parseDate ; |
| 1083 | - sp:arg1 spin:_arg1 ; | 1090 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; |
| 1084 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 1091 | + sp:arg1 spin:_arg1 |
| 1085 | - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent> | ||
| 1086 | ] ; | 1092 | ] ; |
| 1087 | spinmap:sourcePredicate1 | 1093 | spinmap:sourcePredicate1 |
| 1088 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbContent> ; | 1094 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ; |
| 1089 | - spinmap:targetPredicate1 | ||
| 1090 | - <http://www.reportinghub.no/schema/npd#wellBoreContent> | ||
| 1091 | - ] ; | ||
| 1092 | - spinmap:rule | ||
| 1093 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1094 | - spinmap:context :WBExp-WellBore ; | ||
| 1095 | - spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 1096 | spinmap:targetPredicate1 | 1095 | spinmap:targetPredicate1 |
| 1097 | - rdf:type | 1096 | + <http://www.reportinghub.no/npd/schema#wellBoreCompletionDate> |
| 1098 | ] ; | 1097 | ] ; |
| 1099 | spinmap:rule | 1098 | spinmap:rule |
| 1100 | [ rdf:type spinmap:Mapping-1-1 ; | 1099 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1103,33 +1102,35 @@ | ... | @@ -1103,33 +1102,35 @@ |
| 1103 | spinmap:sourcePredicate1 | 1102 | spinmap:sourcePredicate1 |
| 1104 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; | 1103 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; |
| 1105 | spinmap:targetPredicate1 | 1104 | spinmap:targetPredicate1 |
| 1106 | - <http://www.reportinghub.no/schema/npd#name> | 1105 | + <http://www.reportinghub.no/npd/schema#name> |
| 1107 | ] ; | 1106 | ] ; |
| 1108 | spinmap:rule | 1107 | spinmap:rule |
| 1109 | [ rdf:type spinmap:Mapping-1-1 ; | 1108 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1110 | - spinmap:context :WBExp-WellBore ; | 1109 | + spinmap:context :WBExp-Well ; |
| 1111 | spinmap:expression | 1110 | spinmap:expression |
| 1112 | - [ rdf:type spif:parseDate ; | 1111 | + [ rdf:type rhspin:fieldById ; |
| 1113 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | 1112 | + arg:id spin:_arg1 |
| 1114 | - sp:arg1 spin:_arg1 | ||
| 1115 | ] ; | 1113 | ] ; |
| 1116 | spinmap:sourcePredicate1 | 1114 | spinmap:sourcePredicate1 |
| 1117 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ; | 1115 | + <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ; |
| 1118 | spinmap:targetPredicate1 | 1116 | spinmap:targetPredicate1 |
| 1119 | - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | 1117 | + <http://www.reportinghub.no/npd/schema#wellPartOfField> |
| 1120 | ] ; | 1118 | ] ; |
| 1121 | spinmap:rule | 1119 | spinmap:rule |
| 1122 | [ rdf:type spinmap:Mapping-1-1 ; | 1120 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1123 | spinmap:context :WBExp-WellBore ; | 1121 | spinmap:context :WBExp-WellBore ; |
| 1124 | - spinmap:expression | 1122 | + spinmap:expression spin:_arg1 ; |
| 1125 | - [ rdf:type spif:parseDate ; | ||
| 1126 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 1127 | - sp:arg1 spin:_arg1 | ||
| 1128 | - ] ; | ||
| 1129 | spinmap:sourcePredicate1 | 1123 | spinmap:sourcePredicate1 |
| 1130 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ; | 1124 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ; |
| 1125 | + spinmap:targetPredicate1 | ||
| 1126 | + <http://www.reportinghub.no/npd/schema#wellBoreType> | ||
| 1127 | + ] ; | ||
| 1128 | + spinmap:rule | ||
| 1129 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1130 | + spinmap:context :WBExp-Well ; | ||
| 1131 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 1131 | spinmap:targetPredicate1 | 1132 | spinmap:targetPredicate1 |
| 1132 | - <http://www.reportinghub.no/schema/npd#startDate> | 1133 | + rdf:type |
| 1133 | ] ; | 1134 | ] ; |
| 1134 | spinmap:rule | 1135 | spinmap:rule |
| 1135 | [ rdf:type spinmap:Mapping-1-1 ; | 1136 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1137,13 +1138,13 @@ | ... | @@ -1137,13 +1138,13 @@ |
| 1137 | spinmap:expression | 1138 | spinmap:expression |
| 1138 | [ rdf:type spinmapl:resourceWithValue ; | 1139 | [ rdf:type spinmapl:resourceWithValue ; |
| 1139 | sp:arg1 spin:_arg1 ; | 1140 | sp:arg1 spin:_arg1 ; |
| 1140 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 1141 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#code> ; |
| 1141 | - spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose> | 1142 | + spinmapl:type <http://www.reportinghub.no/npd/schema#WellBoreContent> |
| 1142 | ] ; | 1143 | ] ; |
| 1143 | spinmap:sourcePredicate1 | 1144 | spinmap:sourcePredicate1 |
| 1144 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ; | 1145 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbContent> ; |
| 1145 | spinmap:targetPredicate1 | 1146 | spinmap:targetPredicate1 |
| 1146 | - <http://www.reportinghub.no/schema/npd#wellBorePurpose> | 1147 | + <http://www.reportinghub.no/npd/schema#wellBoreContent> |
| 1147 | ] ; | 1148 | ] ; |
| 1148 | spinmap:rule | 1149 | spinmap:rule |
| 1149 | [ rdf:type spinmap:Mapping-1-1 ; | 1150 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1152,55 +1153,42 @@ | ... | @@ -1152,55 +1153,42 @@ |
| 1152 | spinmap:sourcePredicate1 | 1153 | spinmap:sourcePredicate1 |
| 1153 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> ; | 1154 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> ; |
| 1154 | spinmap:targetPredicate1 | 1155 | spinmap:targetPredicate1 |
| 1155 | - <http://www.reportinghub.no/schema/npd#name> | 1156 | + <http://www.reportinghub.no/npd/schema#name> |
| 1156 | ] ; | 1157 | ] ; |
| 1157 | spinmap:rule | 1158 | spinmap:rule |
| 1158 | [ rdf:type spinmap:Mapping-1-1 ; | 1159 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1159 | spinmap:context :WBExp-WellBore ; | 1160 | spinmap:context :WBExp-WellBore ; |
| 1160 | spinmap:expression | 1161 | spinmap:expression |
| 1161 | - [ rdf:type spinmapl:resourceWithValue ; | 1162 | + [ rdf:type rhspin:facilityById ; |
| 1162 | - sp:arg1 spin:_arg1 ; | 1163 | + arg:id spin:_arg1 |
| 1163 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 1164 | - spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 1165 | ] ; | 1164 | ] ; |
| 1166 | spinmap:sourcePredicate1 | 1165 | spinmap:sourcePredicate1 |
| 1167 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ; | 1166 | + <file:///www.reportinghub.no/transform/npd/wbexp#fclNpdidFacilityDrilling> ; |
| 1168 | spinmap:targetPredicate1 | 1167 | spinmap:targetPredicate1 |
| 1169 | - <http://www.reportinghub.no/schema/npd#drillingOperator> | 1168 | + <http://www.reportinghub.no/npd/schema#drillingFacility> |
| 1170 | ] . | 1169 | ] . |
| 1171 | 1170 | ||
| 1172 | <file:///www.reportinghub.no/transform/npd/wbid#WBId> | 1171 | <file:///www.reportinghub.no/transform/npd/wbid#WBId> |
| 1173 | spinmap:rule | 1172 | spinmap:rule |
| 1174 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1175 | - spinmap:context :WBId-Well ; | ||
| 1176 | - spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 1177 | - spinmap:targetPredicate1 | ||
| 1178 | - rdf:type | ||
| 1179 | - ] ; | ||
| 1180 | - spinmap:rule | ||
| 1181 | [ rdf:type spinmap:Mapping-1-1 ; | 1173 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1182 | - spinmap:context :WBId-Well ; | 1174 | + spinmap:context :WBId-WellBore ; |
| 1183 | - spinmap:expression spin:_arg1 ; | 1175 | + spinmap:expression |
| 1176 | + [ rdf:type rhspin:wellByName ; | ||
| 1177 | + arg:wellName spin:_arg1 | ||
| 1178 | + ] ; | ||
| 1184 | spinmap:sourcePredicate1 | 1179 | spinmap:sourcePredicate1 |
| 1185 | <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; | 1180 | <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; |
| 1186 | spinmap:targetPredicate1 | 1181 | spinmap:targetPredicate1 |
| 1187 | - <http://www.reportinghub.no/schema/npd#name> | 1182 | + <http://www.reportinghub.no/npd/schema#partOfWell> |
| 1188 | - ] ; | ||
| 1189 | - spinmap:rule | ||
| 1190 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1191 | - spinmap:context :WBId-WellBore ; | ||
| 1192 | - spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 1193 | - spinmap:targetPredicate1 | ||
| 1194 | - rdf:type | ||
| 1195 | ] ; | 1183 | ] ; |
| 1196 | spinmap:rule | 1184 | spinmap:rule |
| 1197 | [ rdf:type spinmap:Mapping-1-1 ; | 1185 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1198 | spinmap:context :WBId-WellBore ; | 1186 | spinmap:context :WBId-WellBore ; |
| 1199 | spinmap:expression spin:_arg1 ; | 1187 | spinmap:expression spin:_arg1 ; |
| 1200 | spinmap:sourcePredicate1 | 1188 | spinmap:sourcePredicate1 |
| 1201 | - <file:///www.reportinghub.no/transform/npd/wbid#wlbNpdidWellbore> ; | 1189 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ; |
| 1202 | spinmap:targetPredicate1 | 1190 | spinmap:targetPredicate1 |
| 1203 | - <http://www.reportinghub.no/schema/npd#id> | 1191 | + <http://www.reportinghub.no/npd/schema#name> |
| 1204 | ] ; | 1192 | ] ; |
| 1205 | spinmap:rule | 1193 | spinmap:rule |
| 1206 | [ rdf:type spinmap:Mapping-1-1 ; | 1194 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1209,71 +1197,63 @@ | ... | @@ -1209,71 +1197,63 @@ |
| 1209 | spinmap:sourcePredicate1 | 1197 | spinmap:sourcePredicate1 |
| 1210 | <file:///www.reportinghub.no/transform/npd/wbid#wlbWellType> ; | 1198 | <file:///www.reportinghub.no/transform/npd/wbid#wlbWellType> ; |
| 1211 | spinmap:targetPredicate1 | 1199 | spinmap:targetPredicate1 |
| 1212 | - <http://www.reportinghub.no/schema/npd#wellBoreType> | 1200 | + <http://www.reportinghub.no/npd/schema#wellBoreType> |
| 1213 | ] ; | 1201 | ] ; |
| 1214 | spinmap:rule | 1202 | spinmap:rule |
| 1215 | [ rdf:type spinmap:Mapping-1-1 ; | 1203 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1216 | spinmap:context :WBId-WellBore ; | 1204 | spinmap:context :WBId-WellBore ; |
| 1217 | spinmap:expression spin:_arg1 ; | 1205 | spinmap:expression spin:_arg1 ; |
| 1218 | spinmap:sourcePredicate1 | 1206 | spinmap:sourcePredicate1 |
| 1219 | - <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ; | 1207 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbNpdidWellbore> ; |
| 1220 | spinmap:targetPredicate1 | 1208 | spinmap:targetPredicate1 |
| 1221 | - <http://www.reportinghub.no/schema/npd#name> | 1209 | + <http://www.reportinghub.no/npd/schema#id> |
| 1222 | ] ; | 1210 | ] ; |
| 1223 | spinmap:rule | 1211 | spinmap:rule |
| 1224 | - [ rdf:type spinmap:Mapping-1-1 ; | 1212 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 1225 | spinmap:context :WBId-WellBore ; | 1213 | spinmap:context :WBId-WellBore ; |
| 1226 | - spinmap:expression | 1214 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 1227 | - [ rdf:type rhspin:wellByName ; | ||
| 1228 | - arg:wellName spin:_arg1 | ||
| 1229 | - ] ; | ||
| 1230 | - spinmap:sourcePredicate1 | ||
| 1231 | - <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; | ||
| 1232 | spinmap:targetPredicate1 | 1215 | spinmap:targetPredicate1 |
| 1233 | - <http://www.reportinghub.no/schema/npd#partOfWell> | 1216 | + rdf:type |
| 1234 | - ] . | 1217 | + ] ; |
| 1235 | - | ||
| 1236 | -<file:///www.reportinghub.no/transform/npd/wbsha#WBSha> | ||
| 1237 | spinmap:rule | 1218 | spinmap:rule |
| 1238 | [ rdf:type spinmap:Mapping-1-1 ; | 1219 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1239 | - spinmap:context :WBSha-Well ; | 1220 | + spinmap:context :WBId-Well ; |
| 1240 | spinmap:expression spin:_arg1 ; | 1221 | spinmap:expression spin:_arg1 ; |
| 1241 | spinmap:sourcePredicate1 | 1222 | spinmap:sourcePredicate1 |
| 1242 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; | 1223 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; |
| 1243 | spinmap:targetPredicate1 | 1224 | spinmap:targetPredicate1 |
| 1244 | - <http://www.reportinghub.no/schema/npd#name> | 1225 | + <http://www.reportinghub.no/npd/schema#name> |
| 1245 | ] ; | 1226 | ] ; |
| 1246 | spinmap:rule | 1227 | spinmap:rule |
| 1247 | - [ rdf:type spinmap:Mapping-1-1 ; | 1228 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 1248 | - spinmap:context :WBSha-WellBore ; | 1229 | + spinmap:context :WBId-Well ; |
| 1249 | - spinmap:expression | 1230 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 1250 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 1251 | - sp:arg1 spin:_arg1 ; | ||
| 1252 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 1253 | - spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 1254 | - ] ; | ||
| 1255 | - spinmap:sourcePredicate1 | ||
| 1256 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillingOperator> ; | ||
| 1257 | spinmap:targetPredicate1 | 1231 | spinmap:targetPredicate1 |
| 1258 | - <http://www.reportinghub.no/schema/npd#drillingOperator> | 1232 | + rdf:type |
| 1259 | - ] ; | 1233 | + ] . |
| 1234 | + | ||
| 1235 | +<file:///www.reportinghub.no/transform/npd/wbsha#WBSha> | ||
| 1260 | spinmap:rule | 1236 | spinmap:rule |
| 1261 | [ rdf:type spinmap:Mapping-1-1 ; | 1237 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1262 | spinmap:context :WBSha-WellBore ; | 1238 | spinmap:context :WBSha-WellBore ; |
| 1263 | - spinmap:expression spin:_arg1 ; | 1239 | + spinmap:expression |
| 1240 | + [ rdf:type spif:parseDate ; | ||
| 1241 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 1242 | + sp:arg1 spin:_arg1 | ||
| 1243 | + ] ; | ||
| 1264 | spinmap:sourcePredicate1 | 1244 | spinmap:sourcePredicate1 |
| 1265 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> ; | 1245 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbCompletionDate> ; |
| 1266 | spinmap:targetPredicate1 | 1246 | spinmap:targetPredicate1 |
| 1267 | - <http://www.reportinghub.no/schema/npd#name> | 1247 | + <http://www.reportinghub.no/npd/schema#wellBoreCompletionDate> |
| 1268 | ] ; | 1248 | ] ; |
| 1269 | spinmap:rule | 1249 | spinmap:rule |
| 1270 | [ rdf:type spinmap:Mapping-1-1 ; | 1250 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1271 | spinmap:context :WBSha-WellBore ; | 1251 | spinmap:context :WBSha-WellBore ; |
| 1272 | spinmap:expression spin:_arg1 ; | 1252 | spinmap:expression spin:_arg1 ; |
| 1273 | spinmap:sourcePredicate1 | 1253 | spinmap:sourcePredicate1 |
| 1274 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ; | 1254 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillPermit> ; |
| 1275 | spinmap:targetPredicate1 | 1255 | spinmap:targetPredicate1 |
| 1276 | - <http://www.reportinghub.no/schema/npd#id> | 1256 | + <http://www.reportinghub.no/npd/schema#wellBoreDrillPermit> |
| 1277 | ] ; | 1257 | ] ; |
| 1278 | spinmap:rule | 1258 | spinmap:rule |
| 1279 | [ rdf:type spinmap:Mapping-1-1 ; | 1259 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1281,13 +1261,13 @@ | ... | @@ -1281,13 +1261,13 @@ |
| 1281 | spinmap:expression | 1261 | spinmap:expression |
| 1282 | [ rdf:type spinmapl:resourceWithValue ; | 1262 | [ rdf:type spinmapl:resourceWithValue ; |
| 1283 | sp:arg1 spin:_arg1 ; | 1263 | sp:arg1 spin:_arg1 ; |
| 1284 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 1264 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; |
| 1285 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Licence> | 1265 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> |
| 1286 | ] ; | 1266 | ] ; |
| 1287 | spinmap:sourcePredicate1 | 1267 | spinmap:sourcePredicate1 |
| 1288 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbProductionLicence> ; | 1268 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillingOperator> ; |
| 1289 | spinmap:targetPredicate1 | 1269 | spinmap:targetPredicate1 |
| 1290 | - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> | 1270 | + <http://www.reportinghub.no/npd/schema#drillingOperator> |
| 1291 | ] ; | 1271 | ] ; |
| 1292 | spinmap:rule | 1272 | spinmap:rule |
| 1293 | [ rdf:type spinmap:Mapping-1-1 ; | 1273 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1300,41 +1280,49 @@ | ... | @@ -1300,41 +1280,49 @@ |
| 1300 | spinmap:sourcePredicate1 | 1280 | spinmap:sourcePredicate1 |
| 1301 | <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ; | 1281 | <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ; |
| 1302 | spinmap:targetPredicate1 | 1282 | spinmap:targetPredicate1 |
| 1303 | - <http://www.reportinghub.no/schema/npd#startDate> | 1283 | + <http://www.reportinghub.no/npd/schema#startDate> |
| 1304 | ] ; | 1284 | ] ; |
| 1305 | spinmap:rule | 1285 | spinmap:rule |
| 1306 | [ rdf:type spinmap:Mapping-1-1 ; | 1286 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1307 | spinmap:context :WBSha-WellBore ; | 1287 | spinmap:context :WBSha-WellBore ; |
| 1308 | spinmap:expression | 1288 | spinmap:expression |
| 1309 | - [ rdf:type rhspin:wellByName ; | 1289 | + [ rdf:type spinmapl:resourceWithValue ; |
| 1310 | - arg:wellName spin:_arg1 | 1290 | + sp:arg1 spin:_arg1 ; |
| 1291 | + spinmapl:predicate <http://www.reportinghub.no/npd/schema#name> ; | ||
| 1292 | + spinmapl:type <http://www.reportinghub.no/npd/schema#Licence> | ||
| 1311 | ] ; | 1293 | ] ; |
| 1312 | spinmap:sourcePredicate1 | 1294 | spinmap:sourcePredicate1 |
| 1313 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; | 1295 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbProductionLicence> ; |
| 1296 | + spinmap:targetPredicate1 | ||
| 1297 | + <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> | ||
| 1298 | + ] ; | ||
| 1299 | + spinmap:rule | ||
| 1300 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1301 | + spinmap:context :WBSha-Well ; | ||
| 1302 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 1314 | spinmap:targetPredicate1 | 1303 | spinmap:targetPredicate1 |
| 1315 | - <http://www.reportinghub.no/schema/npd#partOfWell> | 1304 | + rdf:type |
| 1316 | ] ; | 1305 | ] ; |
| 1317 | spinmap:rule | 1306 | spinmap:rule |
| 1318 | [ rdf:type spinmap:Mapping-1-1 ; | 1307 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1319 | spinmap:context :WBSha-WellBore ; | 1308 | spinmap:context :WBSha-WellBore ; |
| 1320 | spinmap:expression | 1309 | spinmap:expression |
| 1321 | - [ rdf:type spif:parseDate ; | 1310 | + [ rdf:type rhspin:wellByName ; |
| 1322 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | 1311 | + arg:wellName spin:_arg1 |
| 1323 | - sp:arg1 spin:_arg1 | ||
| 1324 | ] ; | 1312 | ] ; |
| 1325 | spinmap:sourcePredicate1 | 1313 | spinmap:sourcePredicate1 |
| 1326 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbCompletionDate> ; | 1314 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; |
| 1327 | spinmap:targetPredicate1 | 1315 | spinmap:targetPredicate1 |
| 1328 | - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | 1316 | + <http://www.reportinghub.no/npd/schema#partOfWell> |
| 1329 | ] ; | 1317 | ] ; |
| 1330 | spinmap:rule | 1318 | spinmap:rule |
| 1331 | [ rdf:type spinmap:Mapping-1-1 ; | 1319 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1332 | spinmap:context :WBSha-WellBore ; | 1320 | spinmap:context :WBSha-WellBore ; |
| 1333 | spinmap:expression spin:_arg1 ; | 1321 | spinmap:expression spin:_arg1 ; |
| 1334 | spinmap:sourcePredicate1 | 1322 | spinmap:sourcePredicate1 |
| 1335 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillPermit> ; | 1323 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> ; |
| 1336 | spinmap:targetPredicate1 | 1324 | spinmap:targetPredicate1 |
| 1337 | - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | 1325 | + <http://www.reportinghub.no/npd/schema#name> |
| 1338 | ] ; | 1326 | ] ; |
| 1339 | spinmap:rule | 1327 | spinmap:rule |
| 1340 | [ rdf:type spinmap:Mapping-0-1 ; | 1328 | [ rdf:type spinmap:Mapping-0-1 ; |
| ... | @@ -1344,11 +1332,22 @@ | ... | @@ -1344,11 +1332,22 @@ |
| 1344 | rdf:type | 1332 | rdf:type |
| 1345 | ] ; | 1333 | ] ; |
| 1346 | spinmap:rule | 1334 | spinmap:rule |
| 1347 | - [ rdf:type spinmap:Mapping-0-1 ; | 1335 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 1348 | spinmap:context :WBSha-Well ; | 1336 | spinmap:context :WBSha-Well ; |
| 1349 | - spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | 1337 | + spinmap:expression spin:_arg1 ; |
| 1338 | + spinmap:sourcePredicate1 | ||
| 1339 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; | ||
| 1350 | spinmap:targetPredicate1 | 1340 | spinmap:targetPredicate1 |
| 1351 | - rdf:type | 1341 | + <http://www.reportinghub.no/npd/schema#name> |
| 1342 | + ] ; | ||
| 1343 | + spinmap:rule | ||
| 1344 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 1345 | + spinmap:context :WBSha-WellBore ; | ||
| 1346 | + spinmap:expression spin:_arg1 ; | ||
| 1347 | + spinmap:sourcePredicate1 | ||
| 1348 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ; | ||
| 1349 | + spinmap:targetPredicate1 | ||
| 1350 | + <http://www.reportinghub.no/npd/schema#id> | ||
| 1352 | ] . | 1351 | ] . |
| 1353 | 1352 | ||
| 1354 | arg:well | 1353 | arg:well |
| ... | @@ -1360,22 +1359,22 @@ arg:wellBoreName | ... | @@ -1360,22 +1359,22 @@ arg:wellBoreName |
| 1360 | arg:wellName | 1359 | arg:wellName |
| 1361 | rdfs:subPropertyOf sp:arg . | 1360 | rdfs:subPropertyOf sp:arg . |
| 1362 | 1361 | ||
| 1363 | -<http://www.reportinghub.no/schema/npd#ParcellBAA> | 1362 | +<http://www.reportinghub.no/npd/schema#ParcellBAA> |
| 1364 | :baaKind "PARCELL"^^xsd:string . | 1363 | :baaKind "PARCELL"^^xsd:string . |
| 1365 | 1364 | ||
| 1366 | -<http://www.reportinghub.no/schema/npd#SeismicAreaBAA> | 1365 | +<http://www.reportinghub.no/npd/schema#SeismicAreaBAA> |
| 1367 | :baaKind "SEISMIC AREA"^^xsd:string . | 1366 | :baaKind "SEISMIC AREA"^^xsd:string . |
| 1368 | 1367 | ||
| 1369 | -<http://www.reportinghub.no/schema/npd#SlidingScaleBAA> | 1368 | +<http://www.reportinghub.no/npd/schema#SlidingScaleBAA> |
| 1370 | :baaKind "SLIDING SCALE"^^xsd:string . | 1369 | :baaKind "SLIDING SCALE"^^xsd:string . |
| 1371 | 1370 | ||
| 1372 | -<http://www.reportinghub.no/schema/npd#UnitizedBAA> | 1371 | +<http://www.reportinghub.no/npd/schema#UnitizedBAA> |
| 1373 | :baaKind "UNITIZED"^^xsd:string . | 1372 | :baaKind "UNITIZED"^^xsd:string . |
| 1374 | 1373 | ||
| 1375 | <http://www.reportinghub.no/transform/spreadsheets2npd> | 1374 | <http://www.reportinghub.no/transform/spreadsheets2npd> |
| 1376 | rdf:type owl:Ontology ; | 1375 | rdf:type owl:Ontology ; |
| 1377 | rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ; | 1376 | rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ; |
| 1378 | - owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/discovery> , <http://www.reportinghub.no/1.1/schema/npd> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <http://topbraid.org/spin/spinmapl> , <file:///www.reportinghub.no/transform/npd/wbsha> , <file:///www.reportinghub.no/transform/npd/licence> , <file:///www.reportinghub.no/transform/npd/facilityfixed> , <http://www.reportinghub.no/spin/rh> , <file:///www.reportinghub.no/transform/npd/baa> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/company> , <http://spinrdf.org/spin> ; | 1377 | + owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/discovery> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <http://topbraid.org/spin/spinmapl> , <file:///www.reportinghub.no/transform/npd/wbsha> , <file:///www.reportinghub.no/transform/npd/licence> , <file:///www.reportinghub.no/transform/npd/facilityfixed> , <http://www.reportinghub.no/spin/rh> , <file:///www.reportinghub.no/transform/npd/baa> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <http://www.reportinghub.no/npd/1.1/schema> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/company> , <http://spinrdf.org/spin> ; |
| 1379 | owl:versionInfo "0.1.0"^^xsd:string . | 1378 | owl:versionInfo "0.1.0"^^xsd:string . |
| 1380 | 1379 | ||
| 1381 | :BAA-BusinessArrangementArea | 1380 | :BAA-BusinessArrangementArea |
| ... | @@ -1385,7 +1384,7 @@ arg:wellName | ... | @@ -1385,7 +1384,7 @@ arg:wellName |
| 1385 | [ rdf:type :buildBAAURI ; | 1384 | [ rdf:type :buildBAAURI ; |
| 1386 | spinmap:source spinmap:_source | 1385 | spinmap:source spinmap:_source |
| 1387 | ] ; | 1386 | ] ; |
| 1388 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> . | 1387 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#BusinessArrangementArea> . |
| 1389 | 1388 | ||
| 1390 | :BAALicensee-ShareOfBAA | 1389 | :BAALicensee-ShareOfBAA |
| 1391 | rdf:type spinmap:Context ; | 1390 | rdf:type spinmap:Context ; |
| ... | @@ -1396,7 +1395,7 @@ arg:wellName | ... | @@ -1396,7 +1395,7 @@ arg:wellName |
| 1396 | [ sp:varName "source"^^xsd:string | 1395 | [ sp:varName "source"^^xsd:string |
| 1397 | ] | 1396 | ] |
| 1398 | ] ; | 1397 | ] ; |
| 1399 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#ShareOfBAA> . | 1398 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#ShareOfBAA> . |
| 1400 | 1399 | ||
| 1401 | :Company-Company | 1400 | :Company-Company |
| 1402 | rdf:type spinmap:Context ; | 1401 | rdf:type spinmap:Context ; |
| ... | @@ -1405,7 +1404,7 @@ arg:wellName | ... | @@ -1405,7 +1404,7 @@ arg:wellName |
| 1405 | [ rdf:type :buildCompanyURI ; | 1404 | [ rdf:type :buildCompanyURI ; |
| 1406 | spinmap:source spinmap:_source | 1405 | spinmap:source spinmap:_source |
| 1407 | ] ; | 1406 | ] ; |
| 1408 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#OperatingCompany> . | 1407 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#OperatingCompany> . |
| 1409 | 1408 | ||
| 1410 | :Company-ParentCompany | 1409 | :Company-ParentCompany |
| 1411 | rdf:type spinmap:Context ; | 1410 | rdf:type spinmap:Context ; |
| ... | @@ -1414,7 +1413,7 @@ arg:wellName | ... | @@ -1414,7 +1413,7 @@ arg:wellName |
| 1414 | [ rdf:type :buildParentCompanyURI ; | 1413 | [ rdf:type :buildParentCompanyURI ; |
| 1415 | spinmap:source spinmap:_source | 1414 | spinmap:source spinmap:_source |
| 1416 | ] ; | 1415 | ] ; |
| 1417 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#ParentCompany> . | 1416 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#ParentCompany> . |
| 1418 | 1417 | ||
| 1419 | :Discovery-Discovery | 1418 | :Discovery-Discovery |
| 1420 | rdf:type spinmap:Context ; | 1419 | rdf:type spinmap:Context ; |
| ... | @@ -1423,7 +1422,7 @@ arg:wellName | ... | @@ -1423,7 +1422,7 @@ arg:wellName |
| 1423 | [ rdf:type :buildDiscoveryURI ; | 1422 | [ rdf:type :buildDiscoveryURI ; |
| 1424 | spinmap:source spinmap:_source | 1423 | spinmap:source spinmap:_source |
| 1425 | ] ; | 1424 | ] ; |
| 1426 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Discovery> . | 1425 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#Discovery> . |
| 1427 | 1426 | ||
| 1428 | :FacilityFixed-FixedFacility | 1427 | :FacilityFixed-FixedFacility |
| 1429 | rdf:type spinmap:Context ; | 1428 | rdf:type spinmap:Context ; |
| ... | @@ -1452,7 +1451,7 @@ arg:wellName | ... | @@ -1452,7 +1451,7 @@ arg:wellName |
| 1452 | [ rdf:type :buildFieldURI ; | 1451 | [ rdf:type :buildFieldURI ; |
| 1453 | spinmap:source spinmap:_source | 1452 | spinmap:source spinmap:_source |
| 1454 | ] ; | 1453 | ] ; |
| 1455 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Field> . | 1454 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#Field> . |
| 1456 | 1455 | ||
| 1457 | :License-License | 1456 | :License-License |
| 1458 | rdf:type spinmap:Context ; | 1457 | rdf:type spinmap:Context ; |
| ... | @@ -1461,7 +1460,7 @@ arg:wellName | ... | @@ -1461,7 +1460,7 @@ arg:wellName |
| 1461 | [ rdf:type :buildLicenceURI ; | 1460 | [ rdf:type :buildLicenceURI ; |
| 1462 | spinmap:source spinmap:_source | 1461 | spinmap:source spinmap:_source |
| 1463 | ] ; | 1462 | ] ; |
| 1464 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Licence> . | 1463 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#Licence> . |
| 1465 | 1464 | ||
| 1466 | :Licensee-ShareOfLicence | 1465 | :Licensee-ShareOfLicence |
| 1467 | rdf:type spinmap:Context ; | 1466 | rdf:type spinmap:Context ; |
| ... | @@ -1472,7 +1471,7 @@ arg:wellName | ... | @@ -1472,7 +1471,7 @@ arg:wellName |
| 1472 | [ sp:varName "source"^^xsd:string | 1471 | [ sp:varName "source"^^xsd:string |
| 1473 | ] | 1472 | ] |
| 1474 | ] ; | 1473 | ] ; |
| 1475 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#ShareOfLicence> . | 1474 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#ShareOfLicence> . |
| 1476 | 1475 | ||
| 1477 | :TUFOperator-TUF | 1476 | :TUFOperator-TUF |
| 1478 | rdf:type spinmap:Context ; | 1477 | rdf:type spinmap:Context ; |
| ... | @@ -1481,7 +1480,7 @@ arg:wellName | ... | @@ -1481,7 +1480,7 @@ arg:wellName |
| 1481 | [ rdf:type :buildTUFURI ; | 1480 | [ rdf:type :buildTUFURI ; |
| 1482 | spinmap:source spinmap:_source | 1481 | spinmap:source spinmap:_source |
| 1483 | ] ; | 1482 | ] ; |
| 1484 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#TUF> . | 1483 | + spinmap:targetClass <http://www.reportinghub.no/npd/schema#TUF> . |
| 1485 | 1484 | ||
| 1486 | :WBDev-Well | 1485 | :WBDev-Well |
| 1487 | rdf:type spinmap:Context ; | 1486 | rdf:type spinmap:Context ; | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:36:54 BST 2011 | ||
| 2 | # baseURI: null | 1 | # baseURI: null |
| 3 | 2 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 3 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
| ... | @@ -13,11 +12,11 @@ | ... | @@ -13,11 +12,11 @@ |
| 13 | [] rdf:type inference:Configuration ; | 12 | [] rdf:type inference:Configuration ; |
| 14 | composite:child | 13 | composite:child |
| 15 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 16 | - composite:index "0"^^xsd:int | 15 | + composite:index "1"^^xsd:int |
| 17 | ] ; | 16 | ] ; |
| 18 | composite:child | 17 | composite:child |
| 19 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 18 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 20 | - composite:index "1"^^xsd:int | 19 | + composite:index "0"^^xsd:int |
| 21 | ] ; | 20 | ] ; |
| 22 | inference:completeMode | 21 | inference:completeMode |
| 23 | "true"^^xsd:boolean ; | 22 | "true"^^xsd:boolean ; | ... | ... |
| 1 | <html> | 1 | <html> |
| 2 | <head> | 2 | <head> |
| 3 | - <title>ReportingHub - Validate or Upload DDR</title> | 3 | + <title>ReportingHub - Validate/Upload DDR</title> |
| 4 | <link href="lib/rh/rh.css" rel="stylesheet" type="text/css" /> | 4 | <link href="lib/rh/rh.css" rel="stylesheet" type="text/css" /> |
| 5 | <script type="text/javascript" src="lib/rh/jquery/jquery.js"></script> | 5 | <script type="text/javascript" src="lib/rh/jquery/jquery.js"></script> |
| 6 | <script type="text/javascript" src="lib/rh/jquery/jquery.form.js"></script> | 6 | <script type="text/javascript" src="lib/rh/jquery/jquery.form.js"></script> |
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | <rhswp:Header /> | 36 | <rhswp:Header /> |
| 37 | 37 | ||
| 38 | <div id="content"> | 38 | <div id="content"> |
| 39 | - <h3>Validate or Upload a Daily Drilling Report</h3> | 39 | + <h3>Validate/Upload a Daily Drilling Report</h3> |
| 40 | <p> | 40 | <p> |
| 41 | Please select a DDR XML file: | 41 | Please select a DDR XML file: |
| 42 | </p> | 42 | </p> |
| ... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
| 51 | <script> | 51 | <script> |
| 52 | 52 | ||
| 53 | function updateAction() { | 53 | function updateAction() { |
| 54 | - var newAction = $("#validateButton").attr("checked") ? "validate-report" : "submit-report"; | 54 | + var newAction = $("#validateButton").attr("checked") ? "validate-report" : "validate-and-upload-report"; |
| 55 | $("#theForm").attr("action", newAction); | 55 | $("#theForm").attr("action", newAction); |
| 56 | } | 56 | } |
| 57 | 57 | ||
| ... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
| 64 | <input type="submit" value="Submit" /> | 64 | <input type="submit" value="Submit" /> |
| 65 | </form> | 65 | </form> |
| 66 | <br /> | 66 | <br /> |
| 67 | - <div id="output" /> | 67 | + <div id="output"></div> |
| 68 | </div> | 68 | </div> |
| 69 | </div> | 69 | </div> |
| 70 | </body> | 70 | </body> | ... | ... |
-
Please register or login to post a comment