SPIN_EP-DDR-tables-v1.0.spin.ttl 12.6 KB
# Saved by TopBraid on Mon Aug 15 00:07:43 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/ddr-tables-v1.0
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/spin/rh

@prefix ddr-tables:  <http://www.reportinghub.no/ep/spin/ddr-tables#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rhspin:  <http://www.reportinghub.no/spin/rh#> .
@prefix sp:      <http://spinrdf.org/sp#> .
@prefix spin:    <http://spinrdf.org/spin#> .
@prefix spl:     <http://spinrdf.org/spl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

ddr-tables:BitRecord
      rdf:type rhspin:TableTemplate ;
      rdfs:label "Bit Record"^^xsd:string ;
      rdfs:subClassOf rhspin:DDRTableTemplates ;
      spin:body
              [ rdf:type sp:Select ;
                sp:resultVariables ([ sp:varName "bitSize"^^xsd:string
                          ] [ sp:varName "runNop"^^xsd:string
                          ] [ sp:varName "startDepth"^^xsd:string
                          ] [ sp:varName "endDepth"^^xsd:string
                          ] _:b1 _:b2 [ sp:varName "state"^^xsd:string
                          ] _:b3 [ sp:varName "drill24h"^^xsd:string
                          ] [ sp:varName "rop"^^xsd:string
                          ]) ;
                sp:where ([ sp:object _:b4 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
                            sp:subject
                                    [ sp:varName "report"^^xsd:string
                                    ]
                          ] [ sp:object _:b5 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
                            sp:subject _:b4
                          ] [ sp:object
                                    [ sp:varName "startTime"^^xsd:string
                                    ] ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
                            sp:subject _:b5
                          ] [ sp:object
                                    [ sp:varName "endTime"^^xsd:string
                                    ] ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
                            sp:subject _:b5
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b2 ;
                                        sp:predicate rdf:type ;
                                        sp:subject _:b5
                                      ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
                                        sp:predicate rdf:type ;
                                        sp:subject _:b2
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b6 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
                                        sp:subject _:b5
                                      ] [ sp:object _:b7 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
                                        sp:subject _:b6
                                      ] [ sp:object _:b1 ;
                                        sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
                                        sp:subject _:b7
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b3 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ;
                                        sp:subject _:b5
                                      ])
                          ])
              ] ;
      rhspin:tableHeaders ("Bit Size in"^^xsd:string "Run No."^^xsd:string "Manufacturer"^^xsd:string "Model"^^xsd:string "Hours Drilled"^^xsd:string "MD Start m"^^xsd:string "MD End m"^^xsd:string "Hole Made (last 24H)"^^xsd:string "Hours Drilled (last24H)"^^xsd:string "ROP m/h"^^xsd:string) .

ddr-tables:EquipmentFailure
      rdf:type rhspin:TableTemplate ;
      rdfs:label "Equipment Failure Information"^^xsd:string ;
      rdfs:subClassOf rhspin:DDRTableTemplates ;
      spin:body
              [ rdf:type sp:Select ;
                sp:orderBy (_:b8) ;
                sp:resultVariables (_:b8 _:b9 _:b10 [ sp:varName "activity"^^xsd:string
                          ] [ sp:varName "downtime"^^xsd:string
                          ] [ sp:varName "repairedTime"^^xsd:string
                          ] _:b11) ;
                sp:where ([ sp:object _:b12 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
                            sp:subject
                                    [ sp:varName "report"^^xsd:string
                                    ]
                          ] [ sp:object _:b13 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
                            sp:subject _:b12
                          ] [ sp:object _:b8 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
                            sp:subject _:b13
                          ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-equipment_failure> ;
                            sp:predicate rdf:type ;
                            sp:subject _:b13
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b14 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
                                        sp:subject _:b13
                                      ] [ sp:object _:b15 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
                                        sp:subject _:b14
                                      ] [ sp:object _:b9 ;
                                        sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
                                        sp:subject _:b15
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b14 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
                                        sp:subject _:b13
                                      ] [ sp:object _:b16 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
                                        sp:subject _:b14
                                      ] [ sp:object _:b10 ;
                                        sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
                                        sp:subject _:b16
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b11 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ;
                                        sp:subject _:b13
                                      ])
                          ])
              ] ;
      rhspin:tableHeaders ("Start Time"^^xsd:string "Depth mMD"^^xsd:string "Depth mTVD"^^xsd:string "Sub Equip Syst Class"^^xsd:string "Operation Downtime"^^xsd:string "Equipment Repaired"^^xsd:string "Failure Description"^^xsd:string) .

ddr-tables:Operations
      rdf:type rhspin:TableTemplate ;
      rdfs:label "Operations"^^xsd:string ;
      rdfs:subClassOf rhspin:DDRTableTemplates ;
      spin:body
              [ rdf:type sp:Select ;
                sp:orderBy (_:b17) ;
                sp:resultVariables (_:b17 _:b18 [ sp:varName "startDepth"^^xsd:string
                          ] [ sp:varName "endDepth"^^xsd:string
                          ] _:b19 _:b20 [ sp:varName "state"^^xsd:string
                          ] _:b21) ;
                sp:where ([ sp:object _:b22 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
                            sp:subject
                                    [ sp:varName "report"^^xsd:string
                                    ]
                          ] [ sp:object _:b23 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
                            sp:subject _:b22
                          ] [ sp:object _:b17 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
                            sp:subject _:b23
                          ] [ sp:object _:b18 ;
                            sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
                            sp:subject _:b23
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b20 ;
                                        sp:predicate rdf:type ;
                                        sp:subject _:b23
                                      ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
                                        sp:predicate rdf:type ;
                                        sp:subject _:b20
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b24 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
                                        sp:subject _:b23
                                      ] [ sp:object _:b25 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
                                        sp:subject _:b24
                                      ] [ sp:object _:b19 ;
                                        sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
                                        sp:subject _:b25
                                      ])
                          ] [ rdf:type sp:Optional ;
                            sp:elements ([ sp:object _:b21 ;
                                        sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ;
                                        sp:subject _:b23
                                      ])
                          ])
              ] ;
      rhspin:tableHeaders ("Start Time"^^xsd:string "End Time"^^xsd:string "Start Depth mMD"^^xsd:string "End Depth mMD"^^xsd:string "Depth mMD"^^xsd:string "Main - Sub Activity"^^xsd:string "State"^^xsd:string "Remark"^^xsd:string) .

<http://www.reportinghub.no/ep/spin/ddr-tables-v1.0>
      rdf:type owl:Ontology ;
      rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ;
      owl:versionInfo "0.1.0"^^xsd:string .

_:b3  sp:varName "remark"^^xsd:string .

_:b1  sp:varName "depth"^^xsd:string .

_:b7  sp:varName "md"^^xsd:string .

_:b6  sp:varName "wellbore"^^xsd:string .

_:b2  sp:varName "activity"^^xsd:string .

_:b5  sp:varName "part"^^xsd:string .

_:b4  sp:varName "reportOn"^^xsd:string .

_:b25
      sp:varName "md"^^xsd:string .

_:b24
      sp:varName "wellbore"^^xsd:string .

_:b23
      sp:varName "part"^^xsd:string .

_:b22
      sp:varName "reportOn"^^xsd:string .

_:b21
      sp:varName "remark"^^xsd:string .

_:b20
      sp:varName "activity"^^xsd:string .

_:b19
      sp:varName "depth"^^xsd:string .

_:b18
      sp:varName "endTime"^^xsd:string .

_:b17
      sp:varName "startTime"^^xsd:string .

_:b16
      sp:varName "tvd"^^xsd:string .

_:b15
      sp:varName "md"^^xsd:string .

_:b14
      sp:varName "wellbore"^^xsd:string .

_:b13
      sp:varName "part"^^xsd:string .

_:b12
      sp:varName "reportOn"^^xsd:string .

_:b11
      sp:varName "failureDescription"^^xsd:string .

_:b10
      sp:varName "depthTVD"^^xsd:string .

_:b9  sp:varName "depthMD"^^xsd:string .

_:b8  sp:varName "startTime"^^xsd:string .