Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Leal
2011-08-14 20:50:14 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9bd1548cb43a9e31d5f3d1733cd6070ac57d0654
9bd1548c
1 parent
bc3719f8
Added drilling equipment types for equipment failure reporting
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
585 additions
and
74 deletions
www.reportinghub.no/ep/extract/EXTRACT_ddr-EquipmentType-(v1.1).ttl
www.reportinghub.no/ep/extract/EXTRACT_ddr-EquipmentType-(v1.1).ttl.tbc
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-DRILLING-EQUIPMENT-TYPE-v1.0.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
www.reportinghub.no/ep/extract/EXTRACT_ddr-EquipmentType-(v1.1).ttl
0 → 100644
View file @
9bd1548
# 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
.
www.reportinghub.no/ep/extract/EXTRACT_ddr-EquipmentType-(v1.1).ttl.tbc
0 → 100644
View file @
9bd1548
# 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
]
.
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-DRILLING-EQUIPMENT-TYPE-v1.0.ttl
0 → 100644
View file @
9bd1548
# 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
.
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
View file @
9bd1548
# Saved by TopBraid on S
at Aug 13 16:08:32
BST 2011
# Saved by TopBraid on S
un 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
(
_:
b
4
)
;
sp:
resultVariables
(
_:
b
5
)
;
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
_:
b
4
sp:
variable
_:
b
5
])
]
.
...
...
@@ -121,14 +138,14 @@ ep-spin-lib:buildRigURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
5
)
;
sp:
resultVariables
(
_:
b
6
)
;
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
_:
b
5
sp:
variable
_:
b
6
])
]
.
...
...
@@ -138,7 +155,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
6
)
;
sp:
resultVariables
(
_:
b
7
)
;
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
_:
b
6
sp:
variable
_:
b
7
])
]
.
...
...
@@ -161,7 +178,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
7
)
;
sp:
resultVariables
(
_:
b
8
)
;
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
_:
b
7
sp:
variable
_:
b
8
])
]
.
...
...
@@ -184,7 +201,7 @@ ep-spin-lib:buildURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
8
)
;
sp:
resultVariables
(
_:
b
9
)
;
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
_:
b
8
sp:
variable
_:
b
9
])
]
;
spin:
constraint
...
...
@@ -213,7 +230,7 @@ ep-spin-lib:normalizeString
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
9
)
;
sp:
resultVariables
(
_:
b
10
)
;
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
_:
b1
0
sp:
variable
_:
b1
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
trim
;
sp:
arg1
_:
b1
0
sp:
arg1
_:
b1
1
]
;
sp:
variable
_:
b1
1
sp:
variable
_:
b1
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
encodeURL
;
sp:
arg1
_:
b1
1
sp:
arg1
_:
b1
2
]
;
sp:
variable
_:
b1
2
sp:
variable
_:
b1
3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b1
2
;
sp:
arg1
_:
b1
3
;
sp:
arg2
"%2F"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b1
3
sp:
variable
_:
b1
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b1
3
;
sp:
arg1
_:
b1
4
;
sp:
arg2
"%[0-9A-F][0-9A-F]"
;
sp:
arg3
""
]
;
sp:
variable
_:
b1
4
sp:
variable
_:
b1
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b1
4
;
sp:
arg1
_:
b1
5
;
sp:
arg2
"\\+"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b1
5
sp:
variable
_:
b1
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b1
5
;
sp:
arg1
_:
b1
6
;
sp:
arg2
"_+"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b1
6
sp:
variable
_:
b1
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b1
6
;
sp:
arg1
_:
b1
7
;
sp:
arg2
"\\*"
;
sp:
arg3
""
]
;
sp:
variable
_:
b1
7
sp:
variable
_:
b1
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
xsd:
string
;
sp:
arg1
[
rdf:
type
smf:
upperCase
;
sp:
arg1
_:
b1
7
sp:
arg1
_:
b1
8
]
]
;
sp:
variable
_:
b
9
sp:
variable
_:
b
10
])
]
;
spin:
constraint
...
...
@@ -296,7 +313,7 @@ ep-spin-lib:selectActivitySuccessType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
8
)
;
sp:
resultVariables
(
_:
b1
9
)
;
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
_:
b1
8
sp:
variable
_:
b1
9
])
]
.
...
...
@@ -317,7 +334,7 @@ ep-spin-lib:selectDailyDrillingReportType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
19
)
;
sp:
resultVariables
(
_:
b
20
)
;
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
_:
b
19
sp:
variable
_:
b
20
])
]
.
...
...
@@ -345,7 +362,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
0
)
;
sp:
resultVariables
(
_:
b2
1
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -412,7 +429,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
]
]
]
;
sp:
variable
_:
b2
0
sp:
variable
_:
b2
1
])
]
.
...
...
@@ -422,7 +439,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
1
)
;
sp:
resultVariables
(
_:
b2
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
if
;
...
...
@@ -1006,7 +1023,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
]
;
sp:
variable
_:
b2
1
sp:
variable
_:
b2
2
])
]
.
...
...
@@ -1016,7 +1033,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
2
)
;
sp:
resultVariables
(
_:
b2
3
)
;
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
_:
b2
2
sp:
variable
_:
b2
3
])
]
.
...
...
@@ -1037,7 +1054,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
3
)
;
sp:
resultVariables
(
_:
b2
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1083,7 +1100,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
]
;
sp:
variable
_:
b2
3
sp:
variable
_:
b2
4
])
]
.
...
...
@@ -1093,7 +1110,7 @@ ep-spin-lib:selectPressureTestType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
4
)
;
sp:
resultVariables
(
_:
b2
5
)
;
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
_:
b2
4
sp:
variable
_:
b2
5
])
]
.
...
...
@@ -1120,8 +1137,8 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
5
)
;
sp:
where
([
sp:
object
_:
b2
5
;
sp:
resultVariables
(
_:
b2
6
)
;
sp:
where
([
sp:
object
_:
b2
6
;
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
(
_:
b2
6
)
;
sp:
resultVariables
(
_:
b2
7
)
;
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
_:
b2
6
sp:
variable
_:
b2
7
])
]
.
...
...
@@ -1154,7 +1171,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
7
)
;
sp:
resultVariables
(
_:
b2
8
)
;
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
_:
b2
7
sp:
variable
_:
b2
8
])
]
.
_:
b2
7
_:
b2
8
sp:
varName
"wellBoreTightnessType"
^^
xsd:
string
.
_:
b2
6
_:
b2
7
sp:
varName
"wellBoreHphtType"
^^
xsd:
string
.
_:
b2
5
_:
b2
6
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b2
4
_:
b2
5
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b2
3
_:
b2
4
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b2
2
_:
b2
3
sp:
varName
"fixedOrMoveableRigType"
^^
xsd:
string
.
_:
b2
1
_:
b2
2
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
.
_:
b1
6
_:
b1
7
sp:
varName
"t3"
^^
xsd:
string
.
_:
b1
5
_:
b1
6
sp:
varName
"t2"
^^
xsd:
string
.
_:
b1
4
_:
b1
5
sp:
varName
"t1"
^^
xsd:
string
.
_:
b1
3
_:
b1
4
sp:
varName
"t0b"
^^
xsd:
string
.
_:
b1
2
_:
b1
3
sp:
varName
"t0a"
^^
xsd:
string
.
_:
b1
1
_:
b1
2
sp:
varName
"s2"
^^
xsd:
string
.
_:
b1
0
_:
b1
1
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
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
View file @
9bd1548
# Saved by TopBraid on S
at Aug 13 16:08:32
BST 2011
# Saved by TopBraid on S
un Aug 14 20:00:53
BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
Please
register
or
login
to post a comment