Showing
16 changed files
with
210 additions
and
34 deletions
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Mon Aug 01 13:33:06 PDT 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 15:07:45 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/core |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | +# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | ||
| 4 | 5 | ||
| 6 | +@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | ||
| 5 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 7 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 6 | @prefix ep-core-1.1: <http://www.reportinghub.no/ep/schema/1.1/core#> . | 8 | @prefix ep-core-1.1: <http://www.reportinghub.no/ep/schema/1.1/core#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -11,7 +13,7 @@ | ... | @@ -11,7 +13,7 @@ |
| 11 | 13 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.1/core> | 14 | <http://www.reportinghub.no/ep/schema/1.1/core> |
| 13 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> ; | 16 | + owl:imports <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.linkedmodel.org/1.2/schema/vaem> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | 18 | ||
| 17 | ep-core:basisFor | 19 | ep-core:basisFor |
| ... | @@ -19,7 +21,7 @@ ep-core:basisFor | ... | @@ -19,7 +21,7 @@ ep-core:basisFor |
| 19 | rdfs:label "basis for"^^xsd:string . | 21 | rdfs:label "basis for"^^xsd:string . |
| 20 | 22 | ||
| 21 | ep-core:derivedFrom | 23 | ep-core:derivedFrom |
| 22 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 24 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 23 | rdfs:label "derived from"^^xsd:string . | 25 | rdfs:label "derived from"^^xsd:string . |
| 24 | 26 | ||
| 25 | ep-core:hasPart | 27 | ep-core:hasPart | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Tue Jul 26 22:48:40 CEST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 13:47:58 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/equipment | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/equipment |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
| 4 | 4 | ||
| 5 | +@prefix : <http://www.reportinghub.no/ep/schema/equipment#> . | ||
| 5 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | 6 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . |
| 6 | -@prefix ep-eqt-1.1: <http://www.reportinghub.no/ep/schema/1.1/equipment#> . | ||
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | 11 | ||
| 12 | -<http://www.reportinghub.no/ep/schema/1.1/equipment> | 12 | +<http://www.reportinghub.no/ep/schema/equipment> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Jul 26 22:56:33 CEST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 14:54:00 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/report | 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 | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
| 5 | 4 | ||
| 5 | +@prefix : <http://www.reportinghub.no/ep/schema/report#> . | ||
| 6 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | 6 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . |
| 7 | -@prefix ep-report-1.1: <http://www.reportinghub.no/ep/schema/1.1/report#> . | ||
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | 11 | ||
| 13 | -<http://www.reportinghub.no/ep/schema/1.1/report> | 12 | +<http://www.reportinghub.no/ep/schema/report> |
| 14 | rdf:type owl:Ontology ; | 13 | 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> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | + | ||
| 17 | +ep-report:DailyDrillingReport | ||
| 18 | + rdf:type owl:Class ; | ||
| 19 | + rdfs:subClassOf ep-report:Report . | ||
| 20 | + | ||
| 21 | +ep-report:FinalDailyDrillingReport | ||
| 22 | + rdf:type owl:Class ; | ||
| 23 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 24 | + | ||
| 25 | +ep-report:NormalDailyDrillingReport | ||
| 26 | + rdf:type owl:Class ; | ||
| 27 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 28 | + | ||
| 29 | +ep-report:PreliminaryDailyDrillingReport | ||
| 30 | + rdf:type owl:Class ; | ||
| 31 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 32 | + | ||
| 33 | +ep-report:Report | ||
| 34 | + rdf:type owl:Class ; | ||
| 35 | + rdfs:subClassOf owl:Thing . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 10:01:25 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 14:29:37 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/well | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/well |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
| 4 | 4 | ||
| 5 | +@prefix : <http://www.reportinghub.no/ep/schema/well#> . | ||
| 5 | @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | 6 | @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . |
| 6 | -@prefix ep-well-1.1: <http://www.reportinghub.no/ep/schema/1.1/well#> . | ||
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | 11 | ||
| 12 | -<http://www.reportinghub.no/ep/schema/1.1/well> | 12 | +<http://www.reportinghub.no/ep/schema/well> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| ... | @@ -29,13 +29,13 @@ ep-well:Well | ... | @@ -29,13 +29,13 @@ ep-well:Well |
| 29 | rdfs:subClassOf owl:Thing ; | 29 | rdfs:subClassOf owl:Thing ; |
| 30 | rdfs:subClassOf | 30 | rdfs:subClassOf |
| 31 | [ rdf:type owl:Restriction ; | 31 | [ rdf:type owl:Restriction ; |
| 32 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 32 | + owl:allValuesFrom ep-well:WellBore ; |
| 33 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 33 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
| 34 | ] ; | 34 | ] ; |
| 35 | rdfs:subClassOf | 35 | rdfs:subClassOf |
| 36 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
| 37 | - owl:allValuesFrom ep-well:WellBore ; | 37 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 38 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 38 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
| 39 | ] . | 39 | ] . |
| 40 | 40 | ||
| 41 | ep-well:WellBore | 41 | ep-well:WellBore | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 09:22:54 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 16:06:56 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr | ||
| 3 | # imports: http://spinrdf.org/spin | 4 | # imports: http://spinrdf.org/spin |
| 4 | 5 | ||
| 5 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 6 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| ... | @@ -16,7 +17,7 @@ | ... | @@ -16,7 +17,7 @@ |
| 16 | 17 | ||
| 17 | <http://www.reportinghub.no/ep/spin/1.1/lib> | 18 | <http://www.reportinghub.no/ep/spin/1.1/lib> |
| 18 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| 19 | - owl:imports <http://spinrdf.org/spin> ; | 20 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ; |
| 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 21 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 21 | 22 | ||
| 22 | ep-spin-lib:Function | 23 | ep-spin-lib:Function |
| ... | @@ -233,7 +234,130 @@ ep-spin-lib:normalizeString | ... | @@ -233,7 +234,130 @@ ep-spin-lib:normalizeString |
| 233 | spl:valueType xsd:string | 234 | spl:valueType xsd:string |
| 234 | ] . | 235 | ] . |
| 235 | 236 | ||
| 236 | -_:b3 sp:varName "uri"^^xsd:string . | 237 | +ep-spin-lib:selectDailyDrillingReportType |
| 238 | + rdf:type spin:Function ; | ||
| 239 | + rdfs:label "select DailyDrillingReportType"^^xsd:string ; | ||
| 240 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 241 | + spin:body | ||
| 242 | + [ rdf:type sp:Select ; | ||
| 243 | + sp:resultVariables (_:b16) ; | ||
| 244 | + sp:where ([ rdf:type sp:Bind ; | ||
| 245 | + sp:expression | ||
| 246 | + [ rdf:type smf:if ; | ||
| 247 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 248 | + sp:arg1 spin:_arg1 ; | ||
| 249 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ORV_normal> | ||
| 250 | + ] ; | ||
| 251 | + sp:arg2 <http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport> ; | ||
| 252 | + sp:arg3 [ rdf:type smf:if ; | ||
| 253 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 254 | + sp:arg1 spin:_arg1 ; | ||
| 255 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ORV_preliminary> | ||
| 256 | + ] ; | ||
| 257 | + sp:arg2 <http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport> ; | ||
| 258 | + sp:arg3 [ rdf:type smf:if ; | ||
| 259 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 260 | + sp:arg1 spin:_arg1 ; | ||
| 261 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ORV_final> | ||
| 262 | + ] ; | ||
| 263 | + sp:arg2 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | ||
| 264 | + ] | ||
| 265 | + ] | ||
| 266 | + ] ; | ||
| 267 | + sp:variable _:b16 | ||
| 268 | + ]) | ||
| 269 | + ] . | ||
| 270 | + | ||
| 271 | +ep-spin-lib:selectPressureTestType | ||
| 272 | + rdf:type spin:Function ; | ||
| 273 | + rdfs:label "select PressureTestType"^^xsd:string ; | ||
| 274 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 275 | + spin:body | ||
| 276 | + [ rdf:type sp:Select ; | ||
| 277 | + sp:resultVariables (_:b17) ; | ||
| 278 | + sp:where ([ rdf:type sp:Bind ; | ||
| 279 | + sp:expression | ||
| 280 | + [ rdf:type smf:if ; | ||
| 281 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 282 | + sp:arg1 spin:_arg1 ; | ||
| 283 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#PT_formationintegritytest> | ||
| 284 | + ] ; | ||
| 285 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#FormationIntegrityTest> ; | ||
| 286 | + sp:arg3 [ rdf:type smf:if ; | ||
| 287 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 288 | + sp:arg1 spin:_arg1 ; | ||
| 289 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#PT_leakofftest> | ||
| 290 | + ] ; | ||
| 291 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#LeakOffTest> | ||
| 292 | + ] | ||
| 293 | + ] ; | ||
| 294 | + sp:variable _:b17 | ||
| 295 | + ]) | ||
| 296 | + ] . | ||
| 297 | + | ||
| 298 | +ep-spin-lib:selectWellBoreDrillingType | ||
| 299 | + rdf:type spin:Function ; | ||
| 300 | + rdfs:label "select WellBoreDrillingType"^^xsd:string ; | ||
| 301 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 302 | + spin:body | ||
| 303 | + [ rdf:type sp:Select ; | ||
| 304 | + sp:resultVariables (_:b18) ; | ||
| 305 | + sp:where ([ rdf:type sp:Bind ; | ||
| 306 | + sp:expression | ||
| 307 | + [ rdf:type smf:if ; | ||
| 308 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 309 | + sp:arg1 spin:_arg1 ; | ||
| 310 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_bypass> | ||
| 311 | + ] ; | ||
| 312 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-bypass> ; | ||
| 313 | + sp:arg3 [ rdf:type smf:if ; | ||
| 314 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 315 | + sp:arg1 spin:_arg1 ; | ||
| 316 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_initial> | ||
| 317 | + ] ; | ||
| 318 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-initial> ; | ||
| 319 | + sp:arg3 [ rdf:type smf:if ; | ||
| 320 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 321 | + sp:arg1 spin:_arg1 ; | ||
| 322 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_redrill> | ||
| 323 | + ] ; | ||
| 324 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-redrill> ; | ||
| 325 | + sp:arg3 [ rdf:type smf:if ; | ||
| 326 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 327 | + sp:arg1 spin:_arg1 ; | ||
| 328 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_reentry> | ||
| 329 | + ] ; | ||
| 330 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-re-entry> ; | ||
| 331 | + sp:arg3 [ rdf:type smf:if ; | ||
| 332 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 333 | + sp:arg1 spin:_arg1 ; | ||
| 334 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_respud> | ||
| 335 | + ] ; | ||
| 336 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-re-spud> ; | ||
| 337 | + sp:arg3 [ rdf:type smf:if ; | ||
| 338 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 339 | + sp:arg1 spin:_arg1 ; | ||
| 340 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_sidetrack> | ||
| 341 | + ] ; | ||
| 342 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-sidetrack> | ||
| 343 | + ] | ||
| 344 | + ] | ||
| 345 | + ] | ||
| 346 | + ] | ||
| 347 | + ] | ||
| 348 | + ] ; | ||
| 349 | + sp:variable _:b18 | ||
| 350 | + ]) | ||
| 351 | + ] . | ||
| 352 | + | ||
| 353 | +_:b16 | ||
| 354 | + sp:varName "dailyDrillingReportType"^^xsd:string . | ||
| 355 | + | ||
| 356 | +_:b18 | ||
| 357 | + sp:varName "wellBoreDrillingType"^^xsd:string . | ||
| 358 | + | ||
| 359 | +_:b17 | ||
| 360 | + sp:varName "pressureTestType"^^xsd:string . | ||
| 237 | 361 | ||
| 238 | _:b15 | 362 | _:b15 |
| 239 | sp:varName "t4"^^xsd:string . | 363 | sp:varName "t4"^^xsd:string . |
| ... | @@ -265,6 +389,8 @@ _:b5 sp:varName "uri"^^xsd:string . | ... | @@ -265,6 +389,8 @@ _:b5 sp:varName "uri"^^xsd:string . |
| 265 | 389 | ||
| 266 | _:b4 sp:varName "uri"^^xsd:string . | 390 | _:b4 sp:varName "uri"^^xsd:string . |
| 267 | 391 | ||
| 392 | +_:b3 sp:varName "uri"^^xsd:string . | ||
| 393 | + | ||
| 268 | _:b2 sp:varName "uri"^^xsd:string . | 394 | _:b2 sp:varName "uri"^^xsd:string . |
| 269 | 395 | ||
| 270 | _:b1 sp:varName "uri"^^xsd:string . | 396 | _:b1 sp:varName "uri"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 09:22:54 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 16:06:56 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Thu Aug 04 10:29:52 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 16:09:10 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 10:31:12 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 14:25:22 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization |
| 3 | # imports: file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml | 3 | # imports: file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml |
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/report | ||
| 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 7 | +# imports: http://www.reportinghub.no/ep/schema/equipment | ||
| 6 | # imports: http://spinrdf.org/spin | 8 | # imports: http://spinrdf.org/spin |
| 9 | +# imports: http://www.reportinghub.no/ep/schema/activity | ||
| 10 | +# imports: http://www.reportinghub.no/ep/schema/well | ||
| 7 | 11 | ||
| 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 12 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
| 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -16,5 +20,5 @@ | ... | @@ -16,5 +20,5 @@ |
| 16 | 20 | ||
| 17 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 21 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
| 18 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 19 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; | 23 | + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/schema/activity> , <http://spinrdf.org/spin> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/equipment> ; |
| 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 10:31:12 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 14:25:22 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Thu Aug 04 10:01:34 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 14:29:43 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | 2 | # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL |
| 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://purl.org/dc/elements/1.1/ | 4 | # imports: http://purl.org/dc/elements/1.1/ |
| 5 | # imports: http://www.w3.org/2004/02/skos/core | 5 | # imports: http://www.w3.org/2004/02/skos/core |
| 6 | +# imports: http://www.reportinghub.no/ep/schema/report | ||
| 6 | # imports: http://www.reportinghub.no/iso15926/nativeOWL | 7 | # imports: http://www.reportinghub.no/iso15926/nativeOWL |
| 8 | +# imports: http://www.reportinghub.no/ep/schema/equipment | ||
| 7 | # imports: http://purl.org/dc/terms/ | 9 | # imports: http://purl.org/dc/terms/ |
| 10 | +# imports: http://www.reportinghub.no/ep/schema/well | ||
| 11 | +# imports: http://www.reportinghub.no/ep/schema/activity | ||
| 8 | 12 | ||
| 9 | @prefix : <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | 13 | @prefix : <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . |
| 10 | @prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> . | 14 | @prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> . |
| ... | @@ -19,5 +23,5 @@ | ... | @@ -19,5 +23,5 @@ |
| 19 | 23 | ||
| 20 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> | 24 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> |
| 21 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> ; | 26 | + owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/activity> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/iso15926/nativeOWL> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 09:41:43 BST 2011 | 1 | +# Saved by TopBraid on Thu Aug 04 15:12:00 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/iso15926/nativeOWL | 2 | # baseURI: http://www.reportinghub.no/iso15926/nativeOWL |
| 3 | # imports: http://purl.org/dc/elements/1.1/ | 3 | # imports: http://purl.org/dc/elements/1.1/ |
| 4 | # imports: http://www.w3.org/2004/02/skos/core | 4 | # imports: http://www.w3.org/2004/02/skos/core |
| ... | @@ -12,24 +12,45 @@ | ... | @@ -12,24 +12,45 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/iso15926/nativeOWL> | 13 | <http://www.reportinghub.no/iso15926/nativeOWL> |
| 14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> ; | 15 | + owl:imports <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://purl.org/dc/elements/1.1/> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | +:Activity | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "activity"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf :PossibleIndividual . | ||
| 22 | + | ||
| 18 | :PossibleIndividual | 23 | :PossibleIndividual |
| 19 | rdf:type owl:Class ; | 24 | rdf:type owl:Class ; |
| 20 | rdfs:label "possible individual"^^xsd:string ; | 25 | rdfs:label "possible individual"^^xsd:string ; |
| 21 | rdfs:subClassOf owl:Thing . | 26 | rdfs:subClassOf owl:Thing . |
| 22 | 27 | ||
| 28 | +:hasPart | ||
| 29 | + rdf:type owl:TransitiveProperty ; | ||
| 30 | + rdfs:domain :PossibleIndividual ; | ||
| 31 | + rdfs:label "has part"^^xsd:string ; | ||
| 32 | + rdfs:range :PossibleIndividual ; | ||
| 33 | + owl:inverseOf :partOf . | ||
| 34 | + | ||
| 23 | :hasTemporalPart | 35 | :hasTemporalPart |
| 24 | rdf:type owl:TransitiveProperty ; | 36 | rdf:type owl:TransitiveProperty ; |
| 25 | rdfs:domain :PossibleIndividual ; | 37 | rdfs:domain :PossibleIndividual ; |
| 26 | rdfs:label "has temporal part"^^xsd:string ; | 38 | rdfs:label "has temporal part"^^xsd:string ; |
| 27 | rdfs:range :PossibleIndividual ; | 39 | rdfs:range :PossibleIndividual ; |
| 40 | + rdfs:subPropertyOf :hasPart ; | ||
| 28 | owl:inverseOf :temporalPartOf . | 41 | owl:inverseOf :temporalPartOf . |
| 29 | 42 | ||
| 43 | +:partOf | ||
| 44 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | ||
| 45 | + rdfs:domain :PossibleIndividual ; | ||
| 46 | + rdfs:label "part of"^^xsd:string ; | ||
| 47 | + rdfs:range :PossibleIndividual ; | ||
| 48 | + owl:inverseOf :hasPart . | ||
| 49 | + | ||
| 30 | :temporalPartOf | 50 | :temporalPartOf |
| 31 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 51 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 32 | rdfs:domain :PossibleIndividual ; | 52 | rdfs:domain :PossibleIndividual ; |
| 33 | rdfs:label "temporal part of"^^xsd:string ; | 53 | rdfs:label "temporal part of"^^xsd:string ; |
| 34 | rdfs:range :PossibleIndividual ; | 54 | rdfs:range :PossibleIndividual ; |
| 55 | + rdfs:subPropertyOf :partOf ; | ||
| 35 | owl:inverseOf :hasTemporalPart . | 56 | owl:inverseOf :hasTemporalPart . | ... | ... |
-
Please register or login to post a comment