David Leal

Added drilling equipment types for equipment failure reporting

# Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ep-drill-eqt-type: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p2: <http://example.org/file2#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .
<http://www.reportinghub.no/ep/schema/ddr#EquipmentCodeNPD>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object ep-drill-eqt-type:DrillingEquipmentType ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate rdfs:label ;
sp:subject _:b1
] [ sp:object _:b3 ;
sp:predicate dc:description ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b2 ;
sp:predicate rdfs:label ;
sp:subject spin:_this
] [ sp:object _:b3 ;
sp:predicate dc:description ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildEquipmentTypeURI ;
sp:arg1 _:b2
] ;
sp:variable _:b1
])
] .
<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b1 sp:varName "equipmentType"^^xsd:string .
_:b2 sp:varName "label"^^xsd:string .
_:b3 sp:varName "description"^^xsd:string .
# Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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 visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .
# Saved by TopBraid on Sun Aug 14 20:47:54 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/drilling-equipment-type
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://purl.org/dc/terms/
@prefix : <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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 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#> .
<http://www.reportinghub.no/ep/schema/drilling-equipment-type>
rdf:type owl:Ontology ;
owl:imports dc: , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.w3.org/2004/02/skos/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
:DrillingEquipmentType
rdf:type rdfs:Class ;
rdfs:label "drilling equipment type"^^xsd:string ;
rdfs:subClassOf owl:Class .
:drillfloor--drawworks
rdf:type :DrillingEquipmentType ;
rdfs:label "drillfloor--drawworks"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined as drilling drawworks equipment on a drilling rig."^^xsd:string .
:drillfloor--drillingcontrol
rdf:type :DrillingEquipmentType ;
rdfs:label "drillfloor--drillingcontrol"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined as drilling control equipment on a drilling rig."^^xsd:string .
:drillfloor--hpairsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "drillfloor--hpairsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined as high pressure air system equipment on a drilling rig."^^xsd:string .
:drillfloor--other
rdf:type :DrillingEquipmentType ;
rdfs:label "drillfloor--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other drillfloor equipment on a drilling rig."^^xsd:string .
:drillfloor--rotarytable
rdf:type :DrillingEquipmentType ;
rdfs:label "drillfloor--rotarytable"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined as rotary table equipment on a drilling rig."^^xsd:string .
:drillfloor--tensioningsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "drillfloor--tensioningsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined as tensioning system equipment on a drilling rig."^^xsd:string .
:drillfloor--wirelines
rdf:type :DrillingEquipmentType ;
rdfs:label "drillfloor--wirelines"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--downholedrillingtools
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be downhole drilling tool equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--drillcollars
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--drillcollars"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be drill colar equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--drillpipes
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--drillpipes"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be drillpipe equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--fishingtools
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--fishingtools"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be fishing tool equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--miscdrillstringequ
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--miscdrillstringequ"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be miscellaneous drillstring equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--other
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other drillstring and downhole equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--stabilizer
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--stabilizer"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be stabilizer equipment on a drilling rig."^^xsd:string .
:drillstringdownhole--subsandliftplugs
rdf:type :DrillingEquipmentType ;
rdfs:label "drillstringdownhole--subsandliftplugs"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be sub and lift plug equipment on a drilling rig."^^xsd:string .
:hoistingequ--crownblock
rdf:type :DrillingEquipmentType ;
rdfs:label "hoistingequ--crownblock"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined as crown block equipment on a drilling rig."^^xsd:string .
:hoistingequ--derrickstructure
rdf:type :DrillingEquipmentType ;
rdfs:label "hoistingequ--derrickstructure"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be derrick structure equipment on a drilling rig."^^xsd:string .
:hoistingequ--heavecompensator
rdf:type :DrillingEquipmentType ;
rdfs:label "hoistingequ--heavecompensator"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be heave compensator equipment on a drilling rig."^^xsd:string .
:hoistingequ--other
rdf:type :DrillingEquipmentType ;
rdfs:label "hoistingequ--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other hoisting equipment on a drilling rig."^^xsd:string .
:hoistingequ--topdrive
rdf:type :DrillingEquipmentType ;
rdfs:label "hoistingequ--topdrive"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a classdefined to be top drive equipment on a drilling rig."^^xsd:string .
:hoistingequ--travellingblock
rdf:type :DrillingEquipmentType ;
rdfs:label "hoistingequ--travellingblock"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be travelling block equipment on a drilling rig."^^xsd:string .
:materialhandlingsyst--anchorsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "materialhandlingsyst--anchorsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be anchor system on a drilling rig."^^xsd:string .
:materialhandlingsyst--boptransportsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "materialhandlingsyst--boptransportsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be Blow Out Preventer transport equipment on a drilling rig."^^xsd:string .
:materialhandlingsyst--deckcranes
rdf:type :DrillingEquipmentType ;
rdfs:label "materialhandlingsyst--deckcranes"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be deck crane equipment on a drilling rig."^^xsd:string .
:materialhandlingsyst--monorailsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "materialhandlingsyst--monorailsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be monorail equipment on a drilling rig."^^xsd:string .
:materialhandlingsyst--other
rdf:type :DrillingEquipmentType ;
rdfs:label "materialhandlingsyst--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other material handling equipment on a drilling rig."^^xsd:string .
:materialhandlingsyst--overheadcranes
rdf:type :DrillingEquipmentType ;
rdfs:label "materialhandlingsyst--overheadcranes"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be overhead crane equipment on a drilling rig."^^xsd:string .
:materialhandlingsyst--utilitywinchs
rdf:type :DrillingEquipmentType ;
rdfs:label "materialhandlingsyst--utilitywinchs"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be utility winch equipment on a drilling rig."^^xsd:string .
:miscellaneousequsyst--acousticpositionref
rdf:type :DrillingEquipmentType ;
rdfs:label "miscellaneousequsyst--acousticpositionref"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be acoustic position reference equipment on a drilling rig."^^xsd:string .
:miscellaneousequsyst--hydrpneumpowerpacks
rdf:type :DrillingEquipmentType ;
rdfs:label "miscellaneousequsyst--hydrpneumpowerpacks"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be hydraulic or pneumatic power pack system on a drilling rig."^^xsd:string .
:miscellaneousequsyst--miscinstrandauxilequ
rdf:type :DrillingEquipmentType ;
rdfs:label "miscellaneousequsyst--miscinstrandauxilequ"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be miscellaneous instrument and auxiliary equipment on a drilling rig."^^xsd:string .
:miscellaneousequsyst--other
rdf:type :DrillingEquipmentType ;
rdfs:label "miscellaneousequsyst--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other miscellaneous system on a drilling rig."^^xsd:string .
:miscellaneousequsyst--subseainspectionsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "miscellaneousequsyst--subseainspectionsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be subsea inspection system equipment on a drilling rig."^^xsd:string .
:miscellaneousequsyst--wellheadsubsearuntest
rdf:type :DrillingEquipmentType ;
rdfs:label "miscellaneousequsyst--wellheadsubsearuntest"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be wellhead and subsea run and test equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--bulkairsystem
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--bulkairsystem"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be bulk air equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--bulkstoragetransfer
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--bulkstoragetransfer"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be mud bulk storage and transfer equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--drillwatersyst
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--drillwatersyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be drilling water equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--hpequipment
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--hpequipment"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be high pressure mud equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--mudadditivesyst
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--mudadditivesyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be mud additive equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--mudmixingstorage
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--mudmixingstorage"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be mud mixing and storage equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--mudsolidscontrol
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--mudsolidscontrol"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be mud solids control equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--mudsupply
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--mudsupply"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be mud supply equipment on a drilling rig."^^xsd:string .
:mudandbulksyst--other
rdf:type :DrillingEquipmentType ;
rdfs:label "mudandbulksyst--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other mud and bulk equipment on a drilling rig."^^xsd:string .
:pipehandlingequsyst--drillfloortubehandlsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "pipehandlingequsyst--drillfloortubehandlsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be drillfloor tube handling equipment on a drilling rig."^^xsd:string .
:pipehandlingequsyst--elevator
rdf:type :DrillingEquipmentType ;
rdfs:label "pipehandlingequsyst--elevator"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be pipe elevator system on a drilling rig."^^xsd:string .
:pipehandlingequsyst--manualtong
rdf:type :DrillingEquipmentType ;
rdfs:label "pipehandlingequsyst--manualtong"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be manual tong equipment on a drilling rig."^^xsd:string .
:pipehandlingequsyst--other
rdf:type :DrillingEquipmentType ;
rdfs:label "pipehandlingequsyst--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other pipe handling equipment on a drilling rig."^^xsd:string .
:pipehandlingequsyst--powerpacks
rdf:type :DrillingEquipmentType ;
rdfs:label "pipehandlingequsyst--powerpacks"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be drilling power pack equipment on a drilling rig."^^xsd:string .
:pipehandlingequsyst--slipsandspiders
rdf:type :DrillingEquipmentType ;
rdfs:label "pipehandlingequsyst--slipsandspiders"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class that is defined to be slips and speider equipment on a drilling rig."^^xsd:string .
:pipehandlingequsyst--verticalpipehandlingequsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "pipehandlingequsyst--verticalpipehandlingequsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be vertical pipe handling equipment/system on a drilling rig."^^xsd:string .
:serviceequ--cementingunit
rdf:type :DrillingEquipmentType ;
rdfs:label "serviceequ--cementingunit"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be cementing unit equipment on a drilling rig."^^xsd:string .
:serviceequ--electrloggingequ
rdf:type :DrillingEquipmentType ;
rdfs:label "serviceequ--electrloggingequ"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be electrical logging equipment on a drilling rig."^^xsd:string .
:serviceequ--mudloggingequ
rdf:type :DrillingEquipmentType ;
rdfs:label "serviceequ--mudloggingequ"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be mud logging equipment on a drilling rig."^^xsd:string .
:serviceequ--other
rdf:type :DrillingEquipmentType ;
rdfs:label "serviceequ--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other service equipment on a drilling rig."^^xsd:string .
:serviceequ--specialserviceequ
rdf:type :DrillingEquipmentType ;
rdfs:label "serviceequ--specialserviceequ"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be special service equipment on a drilling rig."^^xsd:string .
:serviceequ--wellheadtubularequ
rdf:type :DrillingEquipmentType ;
rdfs:label "serviceequ--wellheadtubularequ"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be wellhead and tubular equipment on a drilling rig."^^xsd:string .
:serviceequ--welltestingequ
rdf:type :DrillingEquipmentType ;
rdfs:label "serviceequ--welltestingequ"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be well testing equipment on a drilling rig."^^xsd:string .
:wellcontrolequsyst--bopcontrolsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "wellcontrolequsyst--bopcontrolsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be blow out preventer control system on a drilling rig."^^xsd:string .
:wellcontrolequsyst--bopstack
rdf:type :DrillingEquipmentType ;
rdfs:label "wellcontrolequsyst--bopstack"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be bop stack equipment on a drilling rig."^^xsd:string .
:wellcontrolequsyst--chokekillsyst
rdf:type :DrillingEquipmentType ;
rdfs:label "wellcontrolequsyst--chokekillsyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be choke and kill system on a drilling rig."^^xsd:string .
:wellcontrolequsyst--diverter
rdf:type :DrillingEquipmentType ;
rdfs:label "wellcontrolequsyst--diverter"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be diverter equipment on a drilling rig."^^xsd:string .
:wellcontrolequsyst--other
rdf:type :DrillingEquipmentType ;
rdfs:label "wellcontrolequsyst--other"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be other well control equipment on a drilling rig."^^xsd:string .
:wellcontrolequsyst--risersyst
rdf:type :DrillingEquipmentType ;
rdfs:label "wellcontrolequsyst--risersyst"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be riser system on a drilling rig."^^xsd:string .
:wellcontrolequsyst--shallowgasstack
rdf:type :DrillingEquipmentType ;
rdfs:label "wellcontrolequsyst--shallowgasstack"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
dc:description "A CDRS equipment class that is a class defined to be shallow gas stack equipment on a drilling rig."^^xsd:string .
# Saved by TopBraid on Sat Aug 13 16:08:32 BST 2011
# Saved by TopBraid on Sun Aug 14 20:00:53 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -92,13 +92,30 @@ ep-spin-lib:buildDailyDrillingReportURI
])
] .
ep-spin-lib:buildEquipmentTypeURI
rdf:type spin:Function ;
rdfs:label "build equpment type URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b4) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#" ;
sp:arg2 spin:_arg1
] ;
sp:variable _:b4
])
] .
ep-spin-lib:buildPartActivityURI
rdf:type spin:Function ;
rdfs:label "build PartActivity URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b4) ;
sp:resultVariables (_:b5) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -111,7 +128,7 @@ ep-spin-lib:buildPartActivityURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b4
sp:variable _:b5
])
] .
......@@ -121,14 +138,14 @@ ep-spin-lib:buildRigURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b5) ;
sp:resultVariables (_:b6) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ;
sp:arg2 spin:_arg1
] ;
sp:variable _:b5
sp:variable _:b6
])
] .
......@@ -138,7 +155,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b6) ;
sp:resultVariables (_:b7) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -151,7 +168,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b6
sp:variable _:b7
])
] .
......@@ -161,7 +178,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b7) ;
sp:resultVariables (_:b8) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -174,7 +191,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b7
sp:variable _:b8
])
] .
......@@ -184,7 +201,7 @@ ep-spin-lib:buildURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b8) ;
sp:resultVariables (_:b9) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:iri ;
......@@ -193,7 +210,7 @@ ep-spin-lib:buildURI
sp:arg2 spin:_arg2
]
] ;
sp:variable _:b8
sp:variable _:b9
])
] ;
spin:constraint
......@@ -213,7 +230,7 @@ ep-spin-lib:normalizeString
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b9) ;
sp:resultVariables (_:b10) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
......@@ -221,67 +238,67 @@ ep-spin-lib:normalizeString
sp:arg2 "\\((.*)\\)" ;
sp:arg3 ""
] ;
sp:variable _:b10
sp:variable _:b11
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 _:b10
sp:arg1 _:b11
] ;
sp:variable _:b11
sp:variable _:b12
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:encodeURL ;
sp:arg1 _:b11
sp:arg1 _:b12
] ;
sp:variable _:b12
sp:variable _:b13
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b12 ;
sp:arg1 _:b13 ;
sp:arg2 "%2F" ;
sp:arg3 "_"
] ;
sp:variable _:b13
sp:variable _:b14
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b13 ;
sp:arg1 _:b14 ;
sp:arg2 "%[0-9A-F][0-9A-F]" ;
sp:arg3 ""
] ;
sp:variable _:b14
sp:variable _:b15
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b14 ;
sp:arg1 _:b15 ;
sp:arg2 "\\+" ;
sp:arg3 "_"
] ;
sp:variable _:b15
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b15 ;
sp:arg1 _:b16 ;
sp:arg2 "_+" ;
sp:arg3 "_"
] ;
sp:variable _:b16
sp:variable _:b17
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b16 ;
sp:arg1 _:b17 ;
sp:arg2 "\\*" ;
sp:arg3 ""
] ;
sp:variable _:b17
sp:variable _:b18
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:string ;
sp:arg1 [ rdf:type smf:upperCase ;
sp:arg1 _:b17
sp:arg1 _:b18
]
] ;
sp:variable _:b9
sp:variable _:b10
])
] ;
spin:constraint
......@@ -296,7 +313,7 @@ ep-spin-lib:selectActivitySuccessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b18) ;
sp:resultVariables (_:b19) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -307,7 +324,7 @@ ep-spin-lib:selectActivitySuccessType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity>
] ;
sp:variable _:b18
sp:variable _:b19
])
] .
......@@ -317,7 +334,7 @@ ep-spin-lib:selectDailyDrillingReportType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b19) ;
sp:resultVariables (_:b20) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -335,7 +352,7 @@ ep-spin-lib:selectDailyDrillingReportType
sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
]
] ;
sp:variable _:b19
sp:variable _:b20
])
] .
......@@ -345,7 +362,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b20) ;
sp:resultVariables (_:b21) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -412,7 +429,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
]
]
] ;
sp:variable _:b20
sp:variable _:b21
])
] .
......@@ -422,7 +439,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b21) ;
sp:resultVariables (_:b22) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:if ;
......@@ -1006,7 +1023,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
] ;
sp:variable _:b21
sp:variable _:b22
])
] .
......@@ -1016,7 +1033,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b22) ;
sp:resultVariables (_:b23) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1027,7 +1044,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig>
] ;
sp:variable _:b22
sp:variable _:b23
])
] .
......@@ -1037,7 +1054,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b23) ;
sp:resultVariables (_:b24) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1083,7 +1100,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
] ;
sp:variable _:b23
sp:variable _:b24
])
] .
......@@ -1093,7 +1110,7 @@ ep-spin-lib:selectPressureTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b24) ;
sp:resultVariables (_:b25) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:if ;
......@@ -1110,7 +1127,7 @@ ep-spin-lib:selectPressureTestType
sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest>
]
] ;
sp:variable _:b24
sp:variable _:b25
])
] .
......@@ -1120,8 +1137,8 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b25) ;
sp:where ([ sp:object _:b25 ;
sp:resultVariables (_:b26) ;
sp:where ([ sp:object _:b26 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ;
sp:subject spin:_arg1
])
......@@ -1133,7 +1150,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b26) ;
sp:resultVariables (_:b27) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1144,7 +1161,7 @@ ep-spin-lib:selectWellBoreHphtType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
] ;
sp:variable _:b26
sp:variable _:b27
])
] .
......@@ -1154,7 +1171,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b27) ;
sp:resultVariables (_:b28) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1165,59 +1182,68 @@ ep-spin-lib:selectWellBoreTightnessType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
] ;
sp:variable _:b27
sp:variable _:b28
])
] .
_:b27
_:b28
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b26
_:b27
sp:varName "wellBoreHphtType"^^xsd:string .
_:b25
_:b26
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b24
_:b25
sp:varName "pressureTestType"^^xsd:string .
_:b23
_:b24
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b22
_:b23
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b21
_:b22
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b19
_:b21
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b20
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b17
_:b19
sp:varName "activitySuccessType"^^xsd:string .
_:b18
sp:varName "t4"^^xsd:string .
_:b16
_:b17
sp:varName "t3"^^xsd:string .
_:b15
_:b16
sp:varName "t2"^^xsd:string .
_:b14
_:b15
sp:varName "t1"^^xsd:string .
_:b13
_:b14
sp:varName "t0b"^^xsd:string .
_:b12
_:b13
sp:varName "t0a"^^xsd:string .
_:b11
_:b12
sp:varName "s2"^^xsd:string .
_:b10
_:b11
sp:varName "s1"^^xsd:string .
_:b9 sp:varName "normalizedStr"^^xsd:string .
_:b10
sp:varName "normalizedStr"^^xsd:string .
_:b9 sp:varName "uri"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
......@@ -1227,16 +1253,10 @@ _:b6 sp:varName "uri"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b18
sp:varName "activitySuccessType"^^xsd:string .
_:b20
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
......
# Saved by TopBraid on Sat Aug 13 16:08:32 BST 2011
# Saved by TopBraid on Sun Aug 14 20:00:53 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......