Changed "WellBore" to "TemporalPartOfAWellBore" and "WellBore-wholeLife" to "Wel…
…lBore". Similarly for "Well" and "Rig".
Showing
17 changed files
with
276 additions
and
217 deletions
.project
0 → 100644
DJL_test/TEST_EP-DDR.ttl
0 → 100644
1 | +# Saved by TopBraid on Tue Sep 13 16:38:53 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/DJL_test/unnamed | ||
3 | +# imports: http://www.witsml.org/schemas/1series | ||
4 | +# imports: http://spinrdf.org/spin | ||
5 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | ||
6 | + | ||
7 | +@prefix : <http://www.reportinghub.no/DJL_test/unnamed#> . | ||
8 | +@prefix NPD_1104121247072: <http://www.reportinghub.no/examples/ddr/NPD_110412124707#> . | ||
9 | +@prefix TemplateTest: <file:///EPIM-Ontologies/www.reportinghub.no/examples/xml/TemplateTest.xml#> . | ||
10 | +@prefix TemplateTest1: <file:///www.reportinghub.no/examples/xml/TemplateTest.xml#> . | ||
11 | +@prefix collector: <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . | ||
12 | +@prefix normalization: <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | ||
13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
16 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
17 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
18 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
19 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
20 | + | ||
21 | +<http://www.reportinghub.no/DJL_test/unnamed> | ||
22 | + rdf:type owl:Ontology ; | ||
23 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> ; | ||
24 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
DJL_test/TEST_EP-DDR.ttl.tbc
0 → 100644
1 | +# Saved by TopBraid on Tue Sep 13 16:38:53 BST 2011 | ||
2 | +# baseURI: null | ||
3 | + | ||
4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
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 visual: <http://topbraid.org/visual#> . | ||
11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | + | ||
13 | +[] rdf:type inference:Configuration ; | ||
14 | + composite:child | ||
15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
16 | + <http://spinrdf.org/spin#topSPINOptions> | ||
17 | + "singlePass" ; | ||
18 | + composite:index "0"^^xsd:int | ||
19 | + ] . |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Thu Sep 15 15:42:36 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 17:29:24 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | 4 | ||
... | @@ -32,28 +32,23 @@ ep-fac:FixedOrMoveableRigType | ... | @@ -32,28 +32,23 @@ ep-fac:FixedOrMoveableRigType |
32 | rdfs:subClassOf owl:Class . | 32 | rdfs:subClassOf owl:Class . |
33 | 33 | ||
34 | ep-fac:FixedRig | 34 | ep-fac:FixedRig |
35 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 35 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
36 | rdfs:label "fixed rig"^^xsd:string ; | 36 | rdfs:label "fixed rig"^^xsd:string ; |
37 | - rdfs:subClassOf ep-fac:Rig-WholeLife , ep-fac:FixedFacility . | 37 | + rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . |
38 | 38 | ||
39 | ep-fac:MoveableFacility | 39 | ep-fac:MoveableFacility |
40 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
41 | rdfs:subClassOf ep-fac:Facility . | 41 | rdfs:subClassOf ep-fac:Facility . |
42 | 42 | ||
43 | ep-fac:MoveableRig | 43 | ep-fac:MoveableRig |
44 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 44 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
45 | rdfs:label "moveable rig"^^xsd:string ; | 45 | rdfs:label "moveable rig"^^xsd:string ; |
46 | - rdfs:subClassOf ep-fac:Rig-WholeLife , ep-fac:MoveableFacility . | 46 | + rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . |
47 | 47 | ||
48 | ep-fac:Rig | 48 | ep-fac:Rig |
49 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
50 | - rdfs:label "all or part of the life of a rig"^^xsd:string ; | 50 | + rdfs:label "rig (whole life)"^^xsd:string ; |
51 | - rdfs:subClassOf ep-fac:Facility . | 51 | + rdfs:subClassOf ep-fac:TemporalPartOfARig . |
52 | - | ||
53 | -ep-fac:Rig-WholeLife | ||
54 | - rdf:type owl:Class ; | ||
55 | - rdfs:label "rig"^^xsd:string ; | ||
56 | - rdfs:subClassOf ep-fac:Rig . | ||
57 | 52 | ||
58 | ep-fac:SubSurfaceFixedFacility | 53 | ep-fac:SubSurfaceFixedFacility |
59 | rdf:type owl:Class ; | 54 | rdf:type owl:Class ; |
... | @@ -68,8 +63,13 @@ ep-fac:SurroundingWater | ... | @@ -68,8 +63,13 @@ ep-fac:SurroundingWater |
68 | rdfs:label "surrounding water"^^xsd:string ; | 63 | rdfs:label "surrounding water"^^xsd:string ; |
69 | rdfs:subClassOf ep-core:PhysicalObject . | 64 | rdfs:subClassOf ep-core:PhysicalObject . |
70 | 65 | ||
66 | +ep-fac:TemporalPartOfARig | ||
67 | + rdf:type owl:Class ; | ||
68 | + rdfs:label "(temporal part of a) rig"^^xsd:string ; | ||
69 | + rdfs:subClassOf ep-fac:Facility . | ||
70 | + | ||
71 | ep-fac:depthOfSurroundingWater | 71 | ep-fac:depthOfSurroundingWater |
72 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 72 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
73 | rdfs:domain ep-fac:SurroundingWater ; | 73 | rdfs:domain ep-fac:SurroundingWater ; |
74 | rdfs:label "depth of surrounding water"^^xsd:string ; | 74 | rdfs:label "depth of surrounding water"^^xsd:string ; |
75 | rdfs:range ep-core:Length . | 75 | rdfs:range ep-core:Length . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Tue Sep 13 16:35:02 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo |
3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 18 | ||
19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> | 19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> |
20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
21 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ; | 21 | + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
23 | 23 | ||
24 | ddr:Obj_drillReport | 24 | ddr:Obj_drillReport |
... | @@ -31,7 +31,7 @@ ddr:Obj_drillReport | ... | @@ -31,7 +31,7 @@ ddr:Obj_drillReport |
31 | ] [ sp:object _:b1 ; | 31 | ] [ sp:object _:b1 ; |
32 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 32 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
33 | sp:subject _:b2 | 33 | sp:subject _:b2 |
34 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 34 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
35 | sp:predicate rdf:type ; | 35 | sp:predicate rdf:type ; |
36 | sp:subject _:b3 | 36 | sp:subject _:b3 |
37 | ] [ sp:object _:b4 ; | 37 | ] [ sp:object _:b4 ; |
... | @@ -537,224 +537,224 @@ ddr:Obj_drillReport | ... | @@ -537,224 +537,224 @@ ddr:Obj_drillReport |
537 | ]) | 537 | ]) |
538 | ] . | 538 | ] . |
539 | 539 | ||
540 | -_:b56 | 540 | +_:b1 sp:varName "wellControlIncident"^^xsd:string . |
541 | - sp:varName "densityScalePore"^^xsd:string . | ||
542 | - | ||
543 | -_:b62 | ||
544 | - sp:varName "pressureScaleShutInDrill"^^xsd:string . | ||
545 | 541 | ||
546 | -_:b59 | 542 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
547 | - sp:varName "pressureScaleShutInCasing"^^xsd:string . | ||
548 | 543 | ||
549 | -_:b27 | 544 | +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string . |
550 | - sp:varName "pressureScaleMaxChoke"^^xsd:string . | ||
551 | 545 | ||
552 | -_:b49 | 546 | +_:b5 sp:varName "dTimStartOfIncident"^^xsd:string . |
553 | - sp:varName "temperatureScale"^^xsd:string . | ||
554 | 547 | ||
555 | -_:b53 | 548 | +_:b6 sp:varName "dTimEndOfIncident"^^xsd:string . |
556 | - sp:varName "densityScaleWtMud"^^xsd:string . | ||
557 | 549 | ||
558 | -_:b41 | 550 | +_:b9 sp:varName "formation"^^xsd:string . |
559 | - sp:varName "lengthScaleMdCsgLast"^^xsd:string . | ||
560 | 551 | ||
561 | -_:b43 | 552 | +_:b11 |
562 | - sp:varName "lengthScaleDiaCsgLast"^^xsd:string . | 553 | + sp:varName "realMdIn"^^xsd:string . |
563 | 554 | ||
564 | -_:b46 | 555 | +_:b12 |
565 | - sp:varName "lengthScaleMdBit"^^xsd:string . | 556 | + sp:varName "lengthScaleMdIn"^^xsd:string . |
566 | 557 | ||
567 | -_:b30 | 558 | +_:b14 |
568 | - sp:varName "lengthScaleDia"^^xsd:string . | 559 | + sp:varName "realTvdIn"^^xsd:string . |
569 | 560 | ||
570 | _:b15 | 561 | _:b15 |
571 | sp:varName "lengthScaleTvdIn"^^xsd:string . | 562 | sp:varName "lengthScaleTvdIn"^^xsd:string . |
572 | 563 | ||
573 | -_:b12 | 564 | +_:b17 |
574 | - sp:varName "lengthScaleMdIn"^^xsd:string . | 565 | + sp:varName "realDuration"^^xsd:string . |
575 | 566 | ||
576 | _:b18 | 567 | _:b18 |
577 | sp:varName "timeDurationScale"^^xsd:string . | 568 | sp:varName "timeDurationScale"^^xsd:string . |
578 | 569 | ||
579 | -_:b35 | ||
580 | - sp:varName "volumeScale"^^xsd:string . | ||
581 | - | ||
582 | -_:b32 | ||
583 | - sp:varName "wellKillingType"^^xsd:string . | ||
584 | - | ||
585 | _:b19 | 570 | _:b19 |
586 | sp:varName "wellControlIncidentType"^^xsd:string . | 571 | sp:varName "wellControlIncidentType"^^xsd:string . |
587 | 572 | ||
573 | +_:b21 | ||
574 | + sp:varName "drillingActivityPurposeType"^^xsd:string . | ||
575 | + | ||
588 | _:b22 | 576 | _:b22 |
589 | sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 577 | sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
590 | 578 | ||
591 | -_:b21 | 579 | +_:b26 |
592 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 580 | + sp:varName "realMaxChoke"^^xsd:string . |
593 | 581 | ||
594 | -_:b1 sp:varName "wellControlIncident"^^xsd:string . | 582 | +_:b27 |
583 | + sp:varName "pressureScaleMaxChoke"^^xsd:string . | ||
595 | 584 | ||
596 | -_:b99 | 585 | +_:b29 |
597 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 586 | + sp:varName "realDia"^^xsd:string . |
598 | 587 | ||
599 | -_:b98 | 588 | +_:b30 |
600 | - sp:varName "localname"^^xsd:string . | 589 | + sp:varName "lengthScaleDia"^^xsd:string . |
590 | + | ||
591 | +_:b32 | ||
592 | + sp:varName "wellKillingType"^^xsd:string . | ||
593 | + | ||
594 | +_:b34 | ||
595 | + sp:varName "realVol"^^xsd:string . | ||
596 | + | ||
597 | +_:b35 | ||
598 | + sp:varName "volumeScale"^^xsd:string . | ||
601 | 599 | ||
602 | _:b36 | 600 | _:b36 |
603 | sp:varName "description"^^xsd:string . | 601 | sp:varName "description"^^xsd:string . |
604 | 602 | ||
605 | -_:b26 | 603 | +_:b40 |
606 | - sp:varName "realMaxChoke"^^xsd:string . | 604 | + sp:varName "realMdCsgLast"^^xsd:string . |
607 | 605 | ||
608 | -_:b97 | 606 | +_:b41 |
609 | - sp:varName "uomMaxChoke"^^xsd:string . | 607 | + sp:varName "lengthScaleMdCsgLast"^^xsd:string . |
610 | 608 | ||
611 | -_:b96 | 609 | +_:b42 |
612 | - sp:varName "presMaxChoke"^^xsd:string . | 610 | + sp:varName "realDiaCsgLast"^^xsd:string . |
613 | 611 | ||
614 | -_:b48 | 612 | +_:b43 |
615 | - sp:varName "realTemp"^^xsd:string . | 613 | + sp:varName "lengthScaleDiaCsgLast"^^xsd:string . |
616 | 614 | ||
617 | -_:b95 | 615 | +_:b45 |
618 | - sp:varName "uomTemp"^^xsd:string . | 616 | + sp:varName "realMdBit"^^xsd:string . |
619 | 617 | ||
620 | -_:b94 | 618 | +_:b46 |
621 | - sp:varName "tempBottom"^^xsd:string . | 619 | + sp:varName "lengthScaleMdBit"^^xsd:string . |
622 | 620 | ||
623 | -_:b9 sp:varName "formation"^^xsd:string . | 621 | +_:b48 |
622 | + sp:varName "realTemp"^^xsd:string . | ||
624 | 623 | ||
625 | -_:b93 | 624 | +_:b49 |
626 | - sp:varName "killingType"^^xsd:string . | 625 | + sp:varName "temperatureScale"^^xsd:string . |
627 | 626 | ||
628 | -_:b92 | 627 | +_:b52 |
629 | - sp:varName "incidentType"^^xsd:string . | 628 | + sp:varName "realWtMud"^^xsd:string . |
630 | 629 | ||
631 | -_:b61 | 630 | +_:b53 |
632 | - sp:varName "realShutInDrill"^^xsd:string . | 631 | + sp:varName "densityScaleWtMud"^^xsd:string . |
633 | 632 | ||
634 | -_:b91 | 633 | +_:b55 |
635 | - sp:varName "uomShutInDrill"^^xsd:string . | 634 | + sp:varName "realPore"^^xsd:string . |
636 | 635 | ||
637 | -_:b90 | 636 | +_:b56 |
638 | - sp:varName "presShutInDrill"^^xsd:string . | 637 | + sp:varName "densityScalePore"^^xsd:string . |
639 | 638 | ||
640 | _:b58 | 639 | _:b58 |
641 | sp:varName "realShutInCasing"^^xsd:string . | 640 | sp:varName "realShutInCasing"^^xsd:string . |
642 | 641 | ||
643 | -_:b89 | 642 | +_:b59 |
644 | - sp:varName "uomShutInCasing"^^xsd:string . | 643 | + sp:varName "pressureScaleShutInCasing"^^xsd:string . |
645 | - | ||
646 | -_:b88 | ||
647 | - sp:varName "presShutInCasing"^^xsd:string . | ||
648 | 644 | ||
649 | -_:b34 | 645 | +_:b61 |
650 | - sp:varName "realVol"^^xsd:string . | 646 | + sp:varName "realShutInDrill"^^xsd:string . |
651 | 647 | ||
652 | -_:b87 | 648 | +_:b62 |
653 | - sp:varName "uomVol"^^xsd:string . | 649 | + sp:varName "pressureScaleShutInDrill"^^xsd:string . |
654 | 650 | ||
655 | -_:b86 | 651 | +_:b63 |
656 | - sp:varName "volMudGained"^^xsd:string . | 652 | + sp:varName "nameWellBore"^^xsd:string . |
657 | 653 | ||
658 | -_:b40 | 654 | +_:b64 |
659 | - sp:varName "realMdCsgLast"^^xsd:string . | 655 | + sp:varName "dTimStart"^^xsd:string . |
660 | 656 | ||
661 | -_:b85 | 657 | +_:b65 |
662 | - sp:varName "uomMdCsgLast"^^xsd:string . | 658 | + sp:varName "controlIncidentInfo"^^xsd:string . |
663 | 659 | ||
664 | -_:b84 | 660 | +_:b66 |
665 | - sp:varName "mdCsgLast"^^xsd:string . | 661 | + sp:varName "mdIn"^^xsd:string . |
666 | 662 | ||
667 | -_:b42 | 663 | +_:b67 |
668 | - sp:varName "realDiaCsgLast"^^xsd:string . | 664 | + sp:varName "uomMdIn"^^xsd:string . |
669 | 665 | ||
670 | -_:b83 | 666 | +_:b68 |
671 | - sp:varName "uomDiaCsgLast"^^xsd:string . | 667 | + sp:varName "tvdIn"^^xsd:string . |
672 | 668 | ||
673 | -_:b82 | 669 | +_:b69 |
674 | - sp:varName "diaCsgLast"^^xsd:string . | 670 | + sp:varName "uomTvdIn"^^xsd:string . |
675 | 671 | ||
676 | -_:b55 | 672 | +_:b70 |
677 | - sp:varName "realPore"^^xsd:string . | 673 | + sp:varName "phase"^^xsd:string . |
678 | 674 | ||
679 | -_:b81 | 675 | +_:b71 |
680 | - sp:varName "uomPore"^^xsd:string . | 676 | + sp:varName "proprietaryCode"^^xsd:string . |
681 | 677 | ||
682 | -_:b80 | 678 | +_:b72 |
683 | - sp:varName "porePressure"^^xsd:string . | 679 | + sp:varName "eTimLost"^^xsd:string . |
684 | 680 | ||
685 | -_:b52 | 681 | +_:b73 |
686 | - sp:varName "realWtMud"^^xsd:string . | 682 | + sp:varName "uomDuration"^^xsd:string . |
687 | 683 | ||
688 | -_:b79 | 684 | +_:b74 |
689 | - sp:varName "uomWtMud"^^xsd:string . | 685 | + sp:varName "diaBit"^^xsd:string . |
690 | 686 | ||
691 | -_:b78 | 687 | +_:b75 |
692 | - sp:varName "wtMud"^^xsd:string . | 688 | + sp:varName "uomDia"^^xsd:string . |
693 | 689 | ||
694 | -_:b45 | 690 | +_:b76 |
695 | - sp:varName "realMdBit"^^xsd:string . | 691 | + sp:varName "mdBit"^^xsd:string . |
696 | 692 | ||
697 | _:b77 | 693 | _:b77 |
698 | sp:varName "uomMdBit"^^xsd:string . | 694 | sp:varName "uomMdBit"^^xsd:string . |
699 | 695 | ||
700 | -_:b76 | 696 | +_:b78 |
701 | - sp:varName "mdBit"^^xsd:string . | 697 | + sp:varName "wtMud"^^xsd:string . |
702 | 698 | ||
703 | -_:b29 | 699 | +_:b79 |
704 | - sp:varName "realDia"^^xsd:string . | 700 | + sp:varName "uomWtMud"^^xsd:string . |
705 | 701 | ||
706 | -_:b75 | 702 | +_:b80 |
707 | - sp:varName "uomDia"^^xsd:string . | 703 | + sp:varName "porePressure"^^xsd:string . |
708 | 704 | ||
709 | -_:b74 | 705 | +_:b81 |
710 | - sp:varName "diaBit"^^xsd:string . | 706 | + sp:varName "uomPore"^^xsd:string . |
711 | 707 | ||
712 | -_:b6 sp:varName "dTimEndOfIncident"^^xsd:string . | 708 | +_:b82 |
709 | + sp:varName "diaCsgLast"^^xsd:string . | ||
713 | 710 | ||
714 | -_:b17 | 711 | +_:b83 |
715 | - sp:varName "realDuration"^^xsd:string . | 712 | + sp:varName "uomDiaCsgLast"^^xsd:string . |
716 | 713 | ||
717 | -_:b73 | 714 | +_:b84 |
718 | - sp:varName "uomDuration"^^xsd:string . | 715 | + sp:varName "mdCsgLast"^^xsd:string . |
719 | 716 | ||
720 | -_:b72 | 717 | +_:b85 |
721 | - sp:varName "eTimLost"^^xsd:string . | 718 | + sp:varName "uomMdCsgLast"^^xsd:string . |
722 | 719 | ||
723 | -_:b71 | 720 | +_:b86 |
724 | - sp:varName "proprietaryCode"^^xsd:string . | 721 | + sp:varName "volMudGained"^^xsd:string . |
725 | 722 | ||
726 | -_:b70 | 723 | +_:b87 |
727 | - sp:varName "phase"^^xsd:string . | 724 | + sp:varName "uomVol"^^xsd:string . |
728 | 725 | ||
729 | -_:b14 | 726 | +_:b88 |
730 | - sp:varName "realTvdIn"^^xsd:string . | 727 | + sp:varName "presShutInCasing"^^xsd:string . |
731 | 728 | ||
732 | -_:b69 | 729 | +_:b89 |
733 | - sp:varName "uomTvdIn"^^xsd:string . | 730 | + sp:varName "uomShutInCasing"^^xsd:string . |
734 | 731 | ||
735 | -_:b68 | 732 | +_:b90 |
736 | - sp:varName "tvdIn"^^xsd:string . | 733 | + sp:varName "presShutInDrill"^^xsd:string . |
737 | 734 | ||
738 | -_:b11 | 735 | +_:b91 |
739 | - sp:varName "realMdIn"^^xsd:string . | 736 | + sp:varName "uomShutInDrill"^^xsd:string . |
740 | 737 | ||
741 | -_:b67 | 738 | +_:b92 |
742 | - sp:varName "uomMdIn"^^xsd:string . | 739 | + sp:varName "incidentType"^^xsd:string . |
743 | 740 | ||
744 | -_:b66 | 741 | +_:b93 |
745 | - sp:varName "mdIn"^^xsd:string . | 742 | + sp:varName "killingType"^^xsd:string . |
746 | 743 | ||
747 | -_:b5 sp:varName "dTimStartOfIncident"^^xsd:string . | 744 | +_:b94 |
745 | + sp:varName "tempBottom"^^xsd:string . | ||
748 | 746 | ||
749 | -_:b65 | 747 | +_:b95 |
750 | - sp:varName "controlIncidentInfo"^^xsd:string . | 748 | + sp:varName "uomTemp"^^xsd:string . |
751 | 749 | ||
752 | -_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string . | 750 | +_:b96 |
751 | + sp:varName "presMaxChoke"^^xsd:string . | ||
753 | 752 | ||
754 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 753 | +_:b97 |
754 | + sp:varName "uomMaxChoke"^^xsd:string . | ||
755 | 755 | ||
756 | -_:b64 | 756 | +_:b98 |
757 | - sp:varName "dTimStart"^^xsd:string . | 757 | + sp:varName "localname"^^xsd:string . |
758 | 758 | ||
759 | -_:b63 | 759 | +_:b99 |
760 | - sp:varName "nameWellBore"^^xsd:string . | 760 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Tue Sep 13 16:35:02 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 17:50:44 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 Sun Sep 11 06:50:58 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 17:51:20 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff could not be displayed because it is too large.
1 | -# Saved by TopBraid on Sun Sep 11 06:50:42 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 17:35:12 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo |
3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
71 | sp:subject | 71 | sp:subject |
72 | [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 72 | [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string |
73 | ] | 73 | ] |
74 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ; | 74 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
75 | sp:predicate rdf:type ; | 75 | sp:predicate rdf:type ; |
76 | sp:subject _:b4 | 76 | sp:subject _:b4 |
77 | ] [ sp:object _:b6 ; | 77 | ] [ sp:object _:b6 ; |
... | @@ -117,35 +117,35 @@ | ... | @@ -117,35 +117,35 @@ |
117 | 117 | ||
118 | <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> | 118 | <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> |
119 | rdf:type owl:Ontology ; | 119 | rdf:type owl:Ontology ; |
120 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | 120 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
121 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 121 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
122 | 122 | ||
123 | -_:b13 | 123 | +_:b1 sp:varName "preliminaryZonation"^^xsd:string . |
124 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
125 | 124 | ||
126 | -_:b12 | 125 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
127 | - sp:varName "index"^^xsd:string . | ||
128 | 126 | ||
129 | -_:b11 | 127 | +_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string . |
130 | - sp:varName "stratInfo"^^xsd:string . | ||
131 | 128 | ||
132 | -_:b10 | 129 | +_:b4 sp:varName "wellBore"^^xsd:string . |
133 | - sp:varName "dTimStart"^^xsd:string . | ||
134 | 130 | ||
135 | -_:b9 sp:varName "nameWellBore"^^xsd:string . | 131 | +_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string . |
136 | 132 | ||
137 | -_:b8 sp:varName "description"^^xsd:string . | 133 | +_:b6 sp:varName "mdTop"^^xsd:string . |
138 | 134 | ||
139 | _:b7 sp:varName "tvdTop"^^xsd:string . | 135 | _:b7 sp:varName "tvdTop"^^xsd:string . |
140 | 136 | ||
141 | -_:b6 sp:varName "mdTop"^^xsd:string . | 137 | +_:b8 sp:varName "description"^^xsd:string . |
142 | 138 | ||
143 | -_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string . | 139 | +_:b9 sp:varName "nameWellBore"^^xsd:string . |
144 | 140 | ||
145 | -_:b4 sp:varName "wellBore"^^xsd:string . | 141 | +_:b10 |
142 | + sp:varName "dTimStart"^^xsd:string . | ||
146 | 143 | ||
147 | -_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string . | 144 | +_:b11 |
145 | + sp:varName "stratInfo"^^xsd:string . | ||
148 | 146 | ||
149 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 147 | +_:b12 |
148 | + sp:varName "index"^^xsd:string . | ||
150 | 149 | ||
151 | -_:b1 sp:varName "preliminaryZonation"^^xsd:string . | 150 | +_:b13 |
151 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 11 06:50:42 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 17:35:12 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 Sun Sep 11 15:12:53 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 16 17:43:10 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias |
3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
... | @@ -23,13 +23,13 @@ | ... | @@ -23,13 +23,13 @@ |
23 | 23 | ||
24 | <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> | 24 | <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> |
25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
26 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 26 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
28 | 28 | ||
29 | ddr:Obj_drillReport | 29 | ddr:Obj_drillReport |
30 | spin:rule | 30 | spin:rule |
31 | [ rdf:type sp:Construct ; | 31 | [ rdf:type sp:Construct ; |
32 | - rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ; | 32 | + rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ; |
33 | sp:templates ([ sp:object _:b1 ; | 33 | sp:templates ([ sp:object _:b1 ; |
34 | sp:predicate _:b2 ; | 34 | sp:predicate _:b2 ; |
35 | sp:subject _:b3 | 35 | sp:subject _:b3 |
... | @@ -41,7 +41,7 @@ ddr:Obj_drillReport | ... | @@ -41,7 +41,7 @@ ddr:Obj_drillReport |
41 | sp:predicate ddr:dTimStart ; | 41 | sp:predicate ddr:dTimStart ; |
42 | sp:subject spin:_this | 42 | sp:subject spin:_this |
43 | ] [ sp:object _:b6 ; | 43 | ] [ sp:object _:b6 ; |
44 | - sp:predicate ddr:wellAliasRef ; | 44 | + sp:predicate ddr:wellboreAliasRef ; |
45 | sp:subject spin:_this | 45 | sp:subject spin:_this |
46 | ] [ sp:object _:b1 ; | 46 | ] [ sp:object _:b1 ; |
47 | sp:predicate ddr:name ; | 47 | sp:predicate ddr:name ; |
... | @@ -50,12 +50,12 @@ ddr:Obj_drillReport | ... | @@ -50,12 +50,12 @@ ddr:Obj_drillReport |
50 | sp:predicate ddr:namingSystemRef ; | 50 | sp:predicate ddr:namingSystemRef ; |
51 | sp:subject _:b6 | 51 | sp:subject _:b6 |
52 | ] [ sp:object _:b8 ; | 52 | ] [ sp:object _:b8 ; |
53 | - sp:predicate ep-activity:onWell ; | 53 | + sp:predicate ep-activity:onWellBore ; |
54 | sp:subject _:b9 | 54 | sp:subject _:b9 |
55 | ] [ sp:object _:b3 ; | 55 | ] [ sp:object _:b3 ; |
56 | sp:predicate ep-core:temporalPartOf ; | 56 | sp:predicate ep-core:temporalPartOf ; |
57 | sp:subject _:b8 | 57 | sp:subject _:b8 |
58 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well-WholeLife> ; | 58 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
59 | sp:predicate rdf:type ; | 59 | sp:predicate rdf:type ; |
60 | sp:subject _:b3 | 60 | sp:subject _:b3 |
61 | ] [ rdf:type sp:Bind ; | 61 | ] [ rdf:type sp:Bind ; |
... | @@ -81,7 +81,7 @@ ddr:Obj_drillReport | ... | @@ -81,7 +81,7 @@ ddr:Obj_drillReport |
81 | ] ; | 81 | ] ; |
82 | spin:rule | 82 | spin:rule |
83 | [ rdf:type sp:Construct ; | 83 | [ rdf:type sp:Construct ; |
84 | - rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ; | 84 | + rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ; |
85 | sp:templates ([ sp:object _:b11 ; | 85 | sp:templates ([ sp:object _:b11 ; |
86 | sp:predicate _:b12 ; | 86 | sp:predicate _:b12 ; |
87 | sp:subject _:b13 | 87 | sp:subject _:b13 |
... | @@ -93,7 +93,7 @@ ddr:Obj_drillReport | ... | @@ -93,7 +93,7 @@ ddr:Obj_drillReport |
93 | sp:predicate ddr:dTimStart ; | 93 | sp:predicate ddr:dTimStart ; |
94 | sp:subject spin:_this | 94 | sp:subject spin:_this |
95 | ] [ sp:object _:b16 ; | 95 | ] [ sp:object _:b16 ; |
96 | - sp:predicate ddr:wellboreAliasRef ; | 96 | + sp:predicate ddr:wellAliasRef ; |
97 | sp:subject spin:_this | 97 | sp:subject spin:_this |
98 | ] [ sp:object _:b11 ; | 98 | ] [ sp:object _:b11 ; |
99 | sp:predicate ddr:name ; | 99 | sp:predicate ddr:name ; |
... | @@ -102,12 +102,12 @@ ddr:Obj_drillReport | ... | @@ -102,12 +102,12 @@ ddr:Obj_drillReport |
102 | sp:predicate ddr:namingSystemRef ; | 102 | sp:predicate ddr:namingSystemRef ; |
103 | sp:subject _:b16 | 103 | sp:subject _:b16 |
104 | ] [ sp:object _:b18 ; | 104 | ] [ sp:object _:b18 ; |
105 | - sp:predicate ep-activity:onWellBore ; | 105 | + sp:predicate ep-activity:onWell ; |
106 | sp:subject _:b19 | 106 | sp:subject _:b19 |
107 | ] [ sp:object _:b13 ; | 107 | ] [ sp:object _:b13 ; |
108 | sp:predicate ep-core:temporalPartOf ; | 108 | sp:predicate ep-core:temporalPartOf ; |
109 | sp:subject _:b18 | 109 | sp:subject _:b18 |
110 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ; | 110 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
111 | sp:predicate rdf:type ; | 111 | sp:predicate rdf:type ; |
112 | sp:subject _:b13 | 112 | sp:subject _:b13 |
113 | ] [ rdf:type sp:Bind ; | 113 | ] [ rdf:type sp:Bind ; |
... | @@ -132,69 +132,69 @@ ddr:Obj_drillReport | ... | @@ -132,69 +132,69 @@ ddr:Obj_drillReport |
132 | ]) | 132 | ]) |
133 | ] . | 133 | ] . |
134 | 134 | ||
135 | -[] rdf:type sp:Modify . | 135 | +_:b11 |
136 | - | 136 | + sp:varName "name"^^xsd:string . |
137 | -[] rdf:type fn:starts-with . | ||
138 | 137 | ||
139 | -[] rdf:type smf:trim . | 138 | +_:b12 |
139 | + sp:varName "labelOfSystem"^^xsd:string . | ||
140 | 140 | ||
141 | -[] rdf:type smf:regex . | 141 | +_:b13 |
142 | + sp:varName "well"^^xsd:string . | ||
142 | 143 | ||
143 | -_:b20 | 144 | +_:b14 |
144 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 145 | + sp:varName "nameWellBore"^^xsd:string . |
145 | 146 | ||
146 | -_:b19 | 147 | +_:b15 |
147 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 148 | + sp:varName "dTimStart"^^xsd:string . |
148 | 149 | ||
149 | -_:b18 | 150 | +_:b16 |
150 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 151 | + sp:varName "wellAlias"^^xsd:string . |
151 | 152 | ||
152 | _:b17 | 153 | _:b17 |
153 | sp:varName "namingSystem"^^xsd:string . | 154 | sp:varName "namingSystem"^^xsd:string . |
154 | 155 | ||
155 | -_:b16 | 156 | +_:b18 |
156 | - sp:varName "wellBoreAlias"^^xsd:string . | 157 | + sp:varName "temporalPartOfAWell"^^xsd:string . |
157 | 158 | ||
158 | -_:b15 | 159 | +_:b19 |
159 | - sp:varName "dTimStart"^^xsd:string . | 160 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
160 | 161 | ||
161 | -_:b14 | 162 | +_:b20 |
162 | - sp:varName "nameWellBore"^^xsd:string . | 163 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
163 | 164 | ||
164 | -_:b13 | 165 | +_:b1 sp:varName "name"^^xsd:string . |
165 | - sp:varName "wellBore"^^xsd:string . | ||
166 | 166 | ||
167 | -_:b12 | 167 | +_:b2 sp:varName "labelOfSystem"^^xsd:string . |
168 | - sp:varName "labelOfSystem"^^xsd:string . | ||
169 | 168 | ||
170 | -_:b11 | 169 | +_:b3 sp:varName "wellBore"^^xsd:string . |
171 | - sp:varName "name"^^xsd:string . | ||
172 | 170 | ||
173 | _:b4 sp:varName "nameWellBore"^^xsd:string . | 171 | _:b4 sp:varName "nameWellBore"^^xsd:string . |
174 | 172 | ||
175 | _:b5 sp:varName "dTimStart"^^xsd:string . | 173 | _:b5 sp:varName "dTimStart"^^xsd:string . |
176 | 174 | ||
177 | -_:b6 sp:varName "wellAlias"^^xsd:string . | 175 | +_:b6 sp:varName "wellBoreAlias"^^xsd:string . |
178 | - | ||
179 | -_:b1 sp:varName "name"^^xsd:string . | ||
180 | 176 | ||
181 | _:b7 sp:varName "namingSystem"^^xsd:string . | 177 | _:b7 sp:varName "namingSystem"^^xsd:string . |
182 | 178 | ||
183 | -_:b9 sp:varName "dailyDrillingActivity"^^xsd:string . | 179 | +_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
184 | - | ||
185 | -_:b8 sp:varName "temporalPartOfAWell"^^xsd:string . | ||
186 | 180 | ||
187 | -_:b3 sp:varName "well"^^xsd:string . | 181 | +_:b9 sp:varName "dailyDrillingActivity"^^xsd:string . |
188 | 182 | ||
189 | _:b10 | 183 | _:b10 |
190 | sp:varName "normalizedWellBoreName"^^xsd:string . | 184 | sp:varName "normalizedWellBoreName"^^xsd:string . |
191 | 185 | ||
192 | -_:b2 sp:varName "labelOfSystem"^^xsd:string . | 186 | +[] rdf:type sp:Modify . |
193 | 187 | ||
194 | -([]) . | 188 | +[] rdf:type fn:starts-with . |
195 | 189 | ||
196 | -([]) . | 190 | +[] rdf:type smf:trim . |
191 | + | ||
192 | +[] rdf:type smf:regex . | ||
197 | 193 | ||
198 | ([] [] [ rdf:type sp:Filter | 194 | ([] [] [ rdf:type sp:Filter |
199 | ] [ rdf:type sp:Bind | 195 | ] [ rdf:type sp:Bind |
200 | ]) . | 196 | ]) . |
197 | + | ||
198 | +([]) . | ||
199 | + | ||
200 | +([]) . | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -38,6 +38,11 @@ | ... | @@ -38,6 +38,11 @@ |
38 | <witsml:tvd uom="m">4561</witsml:tvd> | 38 | <witsml:tvd uom="m">4561</witsml:tvd> |
39 | <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop> | 39 | <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop> |
40 | <witsml:diaHole uom="in">43.33</witsml:diaHole> | 40 | <witsml:diaHole uom="in">43.33</witsml:diaHole> |
41 | + <witsml:mdDiaHole uom="m">1000</witsml:mdDiaHole> | ||
42 | + <witsml:diaPilot uom="in">12</witsml:diaPilot> | ||
43 | + <witsml:mdDiaPilotPlan uom="m">2000</witsml:mdDiaPilotPlan> | ||
44 | + <witsml:tvdDiaPilotPlan uom="m">1800</witsml:tvdDiaPilotPlan> | ||
45 | + <witsml:typeWellbore>initial</witsml:typeWellbore> | ||
41 | <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff> | 46 | <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff> |
42 | <witsml:tvdKickoff uom="m">1245</witsml:tvdKickoff> | 47 | <witsml:tvdKickoff uom="m">1245</witsml:tvdKickoff> |
43 | <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm> | 48 | <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm> | ... | ... |
-
Please register or login to post a comment