David Price

Clean up many uses of outdated DDR proxy schema.

......@@ -3,7 +3,6 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
......@@ -43,7 +42,7 @@
<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b1 sp:varName "dailyDrillingActivityPurposeType"^^xsd:string .
......
# Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(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/1.0/drilling-equipment-type
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(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-EquipmentType-(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/1.0/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 .
# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(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-EquipmentType-(v1.1)>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
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
] .
# 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
] .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
# baseURI: http://www.reportinghub.no/ep/spin/drilling-tables
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
# imports: http://www.reportinghub.no/spin/rh
@prefix arg: <http://spinrdf.org/arg#> .
......@@ -19,7 +19,7 @@
<http://www.reportinghub.no/ep/spin/drilling-tables>
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://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ;
owl:versionInfo "0.1.0"^^xsd:string .
drilling-tables:DailyAndForecastComments
......
# baseURI: http://www.reportinghub.no/ep/spin/queries
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix queries: <http://www.reportinghub.no/ep/spin/queries#> .
......@@ -28,7 +30,7 @@
<http://www.reportinghub.no/ep/spin/queries>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
queries:TestQuery1
......@@ -42,10 +44,9 @@ queries:TestQuery1
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "An optional integer value."^^xsd:string ;
spl:optional "true"^^xsd:boolean ;
spl:predicate <http://spinrdf.org/arg#arg3> ;
spl:valueType xsd:integer
rdfs:comment "A string argument"^^xsd:string ;
spl:predicate <http://spinrdf.org/arg#arg1> ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
......@@ -55,9 +56,10 @@ queries:TestQuery1
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "A string argument"^^xsd:string ;
spl:predicate <http://spinrdf.org/arg#arg1> ;
spl:valueType xsd:string
rdfs:comment "An optional integer value."^^xsd:string ;
spl:optional "true"^^xsd:boolean ;
spl:predicate <http://spinrdf.org/arg#arg3> ;
spl:valueType xsd:integer
] .
queries:TestQuery2
......@@ -71,13 +73,13 @@ queries:TestQuery2
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "A string argument"^^xsd:string ;
spl:predicate <http://spinrdf.org/arg#arg1> ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "A float value"^^xsd:string ;
spl:predicate <http://spinrdf.org/arg#arg2> ;
spl:valueType xsd:float
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "A string argument"^^xsd:string ;
spl:predicate <http://spinrdf.org/arg#arg1> ;
spl:valueType xsd:string
] .
......
# Saved by TopBraid on Sun Sep 11 18:25:18 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://spinrdf.org/spin
# imports: http://topbraid.org/sxml
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix arg: <http://spinrdf.org/arg#> .
@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@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 smf: <http://topbraid.org/sparqlmotionfunctions#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spif: <http://spinrdf.org/spif#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix sxml: <http://topbraid.org/sxml#> .
@prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ddr:Cs_activity
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 030 - Construct ep-activity type statements"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ;
sp:predicate rdf:type ;
sp:subject spin:_this
]) ;
sp:where ()
] ;
sxml:element "witsml:activity"^^xsd:string .
ddr:Cs_alias
sxml:element "witsml:rigAlias"^^xsd:string , "witsml:alias" .
ddr:Cs_bitRecord
sxml:element "witsml:bitRecord" .
ddr:Cs_documentAudit
sxml:element "witsml:documentAudit" .
ddr:Cs_documentEvent
sxml:element "witsml:documentEvent" .
ddr:Cs_documentFileCreation
sxml:element "witsml:documentFileCreation" .
ddr:Cs_documentInfo
sxml:element "witsml:documentInfo" .
ddr:Cs_documentSecurityInfo
sxml:element "witsml:documentSecurityInfo" .
ddr:Cs_drillReportControlIncidentInfo
sxml:element "witsml:controlIncidentInfo"^^xsd:string .
ddr:Cs_drillReportCoreInfo
sxml:element "witsml:coreInfo"^^xsd:string .
ddr:Cs_drillReportEquipFailureInfo
sxml:element "witsml:equipFailureInfo"^^xsd:string .
ddr:Cs_drillReportFormTestInfo
sxml:element "witsml:formTestInfo"^^xsd:string .
ddr:Cs_drillReportGasReadingInfo
sxml:element "witsml:gasReadingInfo"^^xsd:string .
ddr:Cs_drillReportLithShowInfo
sxml:element "witsml:lithShowInfo"^^xsd:string .
ddr:Cs_drillReportLogInfo
sxml:element "witsml:logInfo"^^xsd:string .
ddr:Cs_drillReportPerfInfo
sxml:element "witsml:perfInfo"^^xsd:string .
ddr:Cs_drillReportPorePressure
sxml:element "witsml:porePressure"^^xsd:string .
ddr:Cs_drillReportStatusInfo
sxml:element "witsml:statusInfo"^^xsd:string .
ddr:Cs_drillReportStratInfo
sxml:element "witsml:stratInfo"^^xsd:string .
ddr:Cs_drillReportSurveyStation
sxml:element "witsml:surveyStation"^^xsd:string .
ddr:Cs_drillReportWellTestInfo
sxml:element "witsml:wellTestInfo"^^xsd:string .
ddr:Cs_drillReportWellboreInfo
sxml:element "witsml:wellboreInfo"^^xsd:string .
ddr:Cs_fluid
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 031 - Construct ep-activity fluid statements"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#FluidActivity> ;
sp:predicate rdf:type ;
sp:subject spin:_this
]) ;
sp:where ()
] ;
sxml:element "witsml:fluid" .
ddr:Cs_geodeticModel
sxml:element "witsml:geodeticModel" .
ddr:Cs_localCRS
sxml:element "witsml:localCRS" .
ddr:Cs_location
sxml:element "witsml:location" .
ddr:Cs_projectionx
sxml:element "witsml:projectionx" .
ddr:Cs_refWellWellbore
sxml:element "witsml:refWellWellbore" .
ddr:Cs_refWellWellboreRig
sxml:element "witsml:refWellWellboreRig" .
ddr:Cs_wellAlias
sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias"^^xsd:string .
ddr:Cs_wellCRS
sxml:element "witsml:wellCRS" .
ddr:Cs_wellDatum
sxml:element "witsml:wellDatum" .
ddr:DrillReports
sxml:element "witsml:drillReports"^^xsd:string .
ddr:Obj_drillReport
sxml:element "witsml:drillReport"^^xsd:string .
ddr:Thing
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate ddr:uom ;
sp:subject _:b2
] [ sp:object _:b4 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b2
] [ sp:object _:b2 ;
sp:predicate _:b5 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b6
] [ sp:object _:b5 ;
sp:predicate rdf:predicate ;
sp:subject _:b6
] [ sp:object _:b4 ;
sp:predicate rdf:object ;
sp:subject _:b6
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b7
]) ;
sp:where ([ sp:object _:b7 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b8 ;
sp:predicate rdf:type ;
sp:subject _:b7
] [ sp:object _:b3 ;
sp:predicate ddr:uom ;
sp:subject _:b7
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "aNode"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b7
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b8
] ;
sp:variable _:b9
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
sp:arg2 _:b9
]
] ;
sp:variable _:b5
] [ sp:object owl:ObjectProperty ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object _:b5 ;
sp:predicate owl:onProperty ;
sp:subject _:b10
] [ sp:object _:b1 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b10 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b7
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:predicate sxml:text ;
sp:subject _:b12
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:double ;
sp:arg1 _:b13
] ;
sp:variable _:b4
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ;
sp:templates ([ sp:object _:b14 ;
sp:predicate _:b15 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b16
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b16
] [ sp:object _:b15 ;
sp:predicate rdf:predicate ;
sp:subject _:b16
] [ sp:object _:b14 ;
sp:predicate rdf:object ;
sp:subject _:b16
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b17
]) ;
sp:where ([ sp:object _:b17 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b18 ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b17
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:titleCase ;
sp:arg1 [ rdf:type afn:localname ;
sp:arg1 _:b18
]
] ;
sp:variable _:b19
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#enum" ;
sp:arg2 _:b19
]
] ;
sp:variable _:b15
] [ sp:object owl:ObjectProperty ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b15 ;
sp:predicate owl:onProperty ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b20 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b22
] [ rdf:type sp:TriplePath ;
sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b21
] [ sp:object _:b23 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b17
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b23
] [ sp:object _:b24 ;
sp:predicate sxml:text ;
sp:subject _:b23
] [ sp:object _:b21 ;
sp:predicate rdf:type ;
sp:subject _:b14
] [ sp:object _:b24 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b14
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 020 - Construct all other object properties"^^xsd:string ;
sp:templates ([ sp:object _:b25 ;
sp:predicate _:b26 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b27
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b27
] [ sp:object _:b26 ;
sp:predicate rdf:predicate ;
sp:subject _:b27
] [ sp:object _:b25 ;
sp:predicate rdf:object ;
sp:subject _:b27
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b25
]) ;
sp:where ([ sp:object _:b28 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b29
] [ sp:object _:b26 ;
sp:predicate owl:onProperty ;
sp:subject _:b29
] [ sp:object _:b28 ;
sp:predicate rdf:type ;
sp:subject _:b25
] [ sp:object _:b25 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "aNode"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b25
])
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "xmlTag"^^xsd:string
] ;
sp:predicate sxml:tag ;
sp:subject _:b25
])
] [ sp:object _:b30 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b29 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b30
]) ;
spin:thisUnbound "true"^^xsd:boolean
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 009 - Construct all datatype values"^^xsd:string ;
sp:templates ([ sp:object _:b31 ;
sp:predicate _:b32 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b33
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b33
] [ sp:object _:b32 ;
sp:predicate rdf:predicate ;
sp:subject _:b33
] [ sp:object _:b31 ;
sp:predicate rdf:object ;
sp:subject _:b33
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b34
]) ;
sp:where ([ sp:object _:b34 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b35 ;
sp:predicate rdf:type ;
sp:subject _:b34
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "aNode"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b34
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b35
] ;
sp:variable _:b36
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
sp:arg2 _:b36
]
] ;
sp:variable _:b32
] [ sp:object owl:DatatypeProperty ;
sp:predicate rdf:type ;
sp:subject _:b32
] [ sp:object _:b32 ;
sp:predicate owl:onProperty ;
sp:subject _:b37
] [ sp:object _:b38 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b37
] [ sp:object rdfs:Datatype ;
sp:predicate rdf:type ;
sp:subject _:b38
] [ rdf:type sp:TriplePath ;
sp:object _:b39 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b38
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:eq ;
sp:arg1 [ rdf:type afn:namespace ;
sp:arg1 _:b39
] ;
sp:arg2 "http://www.w3.org/2001/XMLSchema#"
]
] [ sp:object _:b40 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b34
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b40
] [ sp:object _:b41 ;
sp:predicate sxml:text ;
sp:subject _:b40
] [ sp:object _:b42 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b37 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b42
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:cast ;
sp:arg1 _:b41
] ;
sp:variable _:b31
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 018 - Construct all object properties that need to match on tags"^^xsd:string ;
sp:templates ([ sp:object
[ sp:varName "child"^^xsd:string
] ;
sp:predicate
[ sp:varName "formalProperty"^^xsd:string
] ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b43
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b43
] [ sp:object
[ sp:varName "formalProperty"^^xsd:string
] ;
sp:predicate rdf:predicate ;
sp:subject _:b43
] [ sp:object
[ sp:varName "child"^^xsd:string
] ;
sp:predicate rdf:object ;
sp:subject _:b43
] [ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject
[ sp:varName "child"^^xsd:string
]
]) ;
sp:where ([ sp:object
[ sp:varName "childType"^^xsd:string
] ;
sp:predicate owl:allValuesFrom ;
sp:subject
[ sp:varName "valuesRestriction"^^xsd:string
]
] [ sp:object
[ sp:varName "childType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "child"^^xsd:string
]
] [ sp:object
[ sp:varName "child"^^xsd:string
] ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "aNode"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject
[ sp:varName "child"^^xsd:string
]
])
] [ sp:object
[ sp:varName "xmlTag"^^xsd:string
] ;
sp:predicate sxml:tag ;
sp:subject
[ sp:varName "child"^^xsd:string
]
] [ sp:object
[ sp:varName "formalProperty"^^xsd:string
] ;
sp:predicate owl:onProperty ;
sp:subject
[ sp:varName "valuesRestriction"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 [ sp:varName "formalProperty"^^xsd:string
]
] ;
sp:variable
[ sp:varName "propertyName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:regex ;
sp:arg1 [ sp:varName "xmlTag"^^xsd:string
] ;
sp:arg2 "(.*):(.*)" ;
sp:arg3 "$2"
] ;
sp:variable
[ sp:varName "tagName"^^xsd:string
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:eq ;
sp:arg1 [ sp:varName "tagName"^^xsd:string
] ;
sp:arg2 [ sp:varName "propertyName"^^xsd:string
]
]
] [ sp:object
[ sp:varName "instType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "valuesRestriction"^^xsd:string
] ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject
[ sp:varName "instType"^^xsd:string
]
]) ;
spin:thisUnbound "true"^^xsd:boolean
] .
ddr:TimestampedCommentString
sxml:element "witsml:extendedReport"^^xsd:string .
ddr:schemaLocation
rdfs:domain ddr:Obj_drillReports ;
sxml:attribute "xsi:schemaLocation"^^xsd:string .
ddr:uom
sxml:attribute "uom"^^xsd:string .
ddr:version
rdfs:domain ddr:DrillReports ;
sxml:attribute "version"^^xsd:string .
<http://www.reportinghub.no/ep/transform/1.1/ddr>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:Thing
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b44 _:b45 _:b46 _:b47) ;
sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ;
sp:predicate rdf:type ;
sp:subject _:b48
] [ rdf:type sp:TriplePath ;
sp:object _:b49 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child>
] ;
sp:subject _:b48
] [ sp:object _:b50 ;
sp:predicate <http://topbraid.org/sxsd#name> ;
sp:subject _:b48
] [ sp:object _:b47 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b49
] [ sp:object _:b51 ;
sp:predicate <http://topbraid.org/sxsd#name> ;
sp:subject _:b49
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:titleCase ;
sp:arg1 _:b51
] ;
sp:variable _:b52
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
sp:arg2 _:b52
]
] ;
sp:variable _:b46
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:titleCase ;
sp:arg1 _:b50 ;
sp:arg2 "[a-z]s"
] ;
sp:variable _:b53
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
sp:arg2 _:b53
]
] ;
sp:variable _:b45
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/map/ddr#" ;
sp:arg2 _:b53 ;
sp:arg3 "-has" ;
sp:arg4 _:b52
]
] ;
sp:variable _:b44
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b54 _:b55 _:b56 _:b57) ;
sp:where ([ sp:object _:b57 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b56
] [ sp:object _:b56 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b55
] [ rdf:type sp:Union ;
sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
sp:predicate rdf:type ;
sp:subject _:b55
]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
sp:predicate rdf:type ;
sp:subject _:b55
]))
] [ sp:object _:b55 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b54
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:where ([ sp:object
[ sp:varName "p"^^xsd:string
] ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b58
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "b"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b58
])
])
] ;
spin:update
[ rdf:type sp:Modify ;
sp:deletePattern ([ sp:object _:b59 ;
sp:predicate rdfs:label ;
sp:subject _:b60
]) ;
sp:insertPattern ([ sp:object _:b61 ;
sp:predicate rdfs:label ;
sp:subject _:b60
]) ;
sp:where ([ sp:object _:b60 ;
sp:predicate owl:onProperty ;
sp:subject
[ sp:varName "r"^^xsd:string
]
] [ sp:object _:b59 ;
sp:predicate rdfs:label ;
sp:subject _:b60
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type fn:starts-with ;
sp:arg1 _:b59 ;
sp:arg2 "has"
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 [ rdf:type smf:regex ;
sp:arg1 _:b59 ;
sp:arg2 "has(.*)" ;
sp:arg3 "$1"
]
] ;
sp:variable _:b61
])
] .
[] sxml:tag "witsml:porePressure"^^xsd:string .
_:b61
sp:varName "newLabel"^^xsd:string .
_:b60
sp:varName "p"^^xsd:string .
_:b59
sp:varName "oldLabel"^^xsd:string .
_:b53
sp:varName "tcname"^^xsd:string .
_:b52
sp:varName "tcpname"^^xsd:string .
_:b51
sp:varName "pname"^^xsd:string .
_:b50
sp:varName "name"^^xsd:string .
_:b49
sp:varName "c"^^xsd:string .
_:b48
sp:varName "s"^^xsd:string .
_:b47
sp:varName "mre"^^xsd:string .
_:b46
sp:varName "ddrPU"^^xsd:string .
_:b45
sp:varName "ddrCU"^^xsd:string .
_:b44
sp:varName "ddrCPU"^^xsd:string .
_:b57
sp:varName "e"^^xsd:string .
_:b56
sp:varName "s"^^xsd:string .
_:b55
sp:varName "p"^^xsd:string .
_:b54
sp:varName "pp"^^xsd:string .
_:b58
sp:varName "c"^^xsd:string .
_:b13
sp:varName "text"^^xsd:string .
_:b12
sp:varName "textNode"^^xsd:string .
_:b11
sp:varName "instType"^^xsd:string .
_:b10
sp:varName "allValuesRestriction"^^xsd:string .
_:b9 sp:varName "childLocalName"^^xsd:string .
_:b8 sp:varName "childType"^^xsd:string .
_:b7 sp:varName "child"^^xsd:string .
_:b5 sp:varName "opnameU"^^xsd:string .
_:b4 sp:varName "value"^^xsd:string .
_:b3 sp:varName "uom"^^xsd:string .
_:b1 sp:varName "rangeU"^^xsd:string .
_:b24
sp:varName "text"^^xsd:string .
_:b23
sp:varName "textNode"^^xsd:string .
_:b22
sp:varName "instType"^^xsd:string .
_:b21
sp:varName "rangeU"^^xsd:string .
_:b20
sp:varName "valuesRestriction"^^xsd:string .
_:b19
sp:varName "childLocalName"^^xsd:string .
_:b18
sp:varName "childType"^^xsd:string .
_:b17
sp:varName "child"^^xsd:string .
_:b15
sp:varName "opnameU"^^xsd:string .
_:b14
sp:varName "enumeratedValue"^^xsd:string .
_:b30
sp:varName "instType"^^xsd:string .
_:b29
sp:varName "valuesRestriction"^^xsd:string .
_:b28
sp:varName "childType"^^xsd:string .
_:b26
sp:varName "formalProperty"^^xsd:string .
_:b25
sp:varName "child"^^xsd:string .
_:b42
sp:varName "instType"^^xsd:string .
_:b41
sp:varName "text"^^xsd:string .
_:b40
sp:varName "textNode"^^xsd:string .
_:b39
sp:varName "someXSDtype"^^xsd:string .
_:b38
sp:varName "rangeType"^^xsd:string .
_:b37
sp:varName "valuesRestriction"^^xsd:string .
_:b36
sp:varName "childLocalName"^^xsd:string .
_:b35
sp:varName "childType"^^xsd:string .
_:b34
sp:varName "child"^^xsd:string .
_:b32
sp:varName "dtpnameU"^^xsd:string .
_:b31
sp:varName "value"^^xsd:string .
# Saved by TopBraid on Sun Sep 11 18:25:18 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
] ;
inference:completeMode
"true"^^xsd:boolean .
# baseURI: http://www.reportinghub.no/examples/ddr/NPD_110412124707
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
@prefix : <http://www.reportinghub.no/examples/ddr/NPD_110412124707#> .
@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> .
@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-actpurp: <http://www.reportinghub.no/ep/schema/activity-purpose#> .
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r>
ddr:drillReport <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> ;
rdf:predicate ddr:drillReport ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r>
] ;
ddr:activity <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> ;
ddr:bitRecord <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> ;
ddr:createDate "2011-04-12T10:47:00.001Z"^^xsd:dateTime ;
ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
ddr:enumVersionKind ddr:ORV_normal ;
ddr:fluid <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> ;
ddr:name "25/8-C-23"^^xsd:string ;
ddr:nameWell "25/8-C-23"^^xsd:string ;
ddr:nameWellbore "25/08-C-23 B"^^xsd:string ;
ddr:statusInfo <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> ;
ddr:wellAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> ;
ddr:wellDatum <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> ;
ddr:wellboreAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> ;
ddr:wellboreInfo <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "25/8-C-23"^^xsd:string ;
rdf:predicate ddr:nameWell ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "25/08-C-23 B"^^xsd:string ;
rdf:predicate ddr:nameWellbore ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> ;
rdf:predicate ddr:wellDatum ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:elevation
[ rdf:type ddr:WellElevationCoord ;
dtype:value "32"^^xsd:double ;
ddr:uom "m"
] ;
ddr:enumCode ddr:ECE_KB ;
ddr:name "Kelly Bushing"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Kelly Bushing"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ECE_KB ;
rdf:predicate ddr:enumCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "32"^^xsd:double ;
rdf:predicate ddr:elevation ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> ;
rdf:predicate ddr:wellDatum ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:elevation
[ rdf:type ddr:WellElevationCoord ;
dtype:value "32"^^xsd:double ;
ddr:uom "m"
] ;
ddr:enumCode ddr:ECE_SL ;
ddr:name "Sea Level"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Sea Level"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ECE_SL ;
rdf:predicate ddr:enumCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "32"^^xsd:double ;
rdf:predicate ddr:elevation ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> ;
rdf:predicate ddr:wellboreInfo ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:dTimSpud "2011-01-24T06:00:00.001Z"^^xsd:dateTime ;
ddr:drillContractor "KCA Deutag"^^xsd:string ;
ddr:operator "Esso Norway"^^xsd:string ;
ddr:rigAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-01-24T06:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimSpud ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Esso Norway"^^xsd:string ;
rdf:predicate ddr:operator ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "KCA Deutag"^^xsd:string ;
rdf:predicate ddr:drillContractor ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> ;
rdf:predicate ddr:rigAlias ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
] ;
ddr:name "Ringhorne"^^xsd:string ;
ddr:namingSystem "NPD Name"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Ringhorne"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "NPD Name"^^xsd:string ;
rdf:predicate ddr:namingSystem ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> ;
rdf:predicate ddr:rigAlias ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
] ;
ddr:name "280849"^^xsd:string ;
ddr:namingSystem "NPD Code"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "280849"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "NPD Code"^^xsd:string ;
rdf:predicate ddr:namingSystem ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> ;
rdf:predicate ddr:statusInfo ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:dTim "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
ddr:distDrill _:b1 ;
ddr:elevKelly _:b2 ;
ddr:enumPresTestType
ddr:PT_formationintegritytest ;
ddr:forecast24Hr "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ;
ddr:md _:b3 ;
ddr:ropCurrent _:b4 ;
ddr:sum24Hr "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTim ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6292"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:PT_formationintegritytest ;
rdf:predicate ddr:enumPresTestType ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "138"^^xsd:double ;
rdf:predicate ddr:distDrill ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "60.2999992370605"^^xsd:double ;
rdf:predicate ddr:elevKelly ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string ;
rdf:predicate ddr:sum24Hr ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ;
rdf:predicate ddr:forecast24Hr ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "9.51724137931035"^^xsd:double ;
rdf:predicate ddr:ropCurrent ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> ;
rdf:predicate ddr:bitRecord ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:codeMfg "HCM 607"^^xsd:string ;
ddr:diaBit
[ rdf:type ddr:LengthMeasure ;
dtype:value "8.50000015393957"^^xsd:double ;
ddr:uom "in"
] ;
ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
ddr:numBit "b6"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "b6"^^xsd:string ;
rdf:predicate ddr:numBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "8.50000015393957"^^xsd:double ;
rdf:predicate ddr:diaBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Hughes-Christensen"^^xsd:string ;
rdf:predicate ddr:manufacturer ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "HCM 607"^^xsd:string ;
rdf:predicate ddr:codeMfg ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> ;
rdf:predicate ddr:bitRecord ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:codeMfg "HCM 607"^^xsd:string ;
ddr:diaBit
[ rdf:type ddr:LengthMeasure ;
dtype:value "8.50000015393957"^^xsd:double ;
ddr:uom "in"
] ;
ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
ddr:numBit "b6"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "b6"^^xsd:string ;
rdf:predicate ddr:numBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "8.50000015393957"^^xsd:double ;
rdf:predicate ddr:diaBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Hughes-Christensen"^^xsd:string ;
rdf:predicate ddr:manufacturer ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "HCM 607"^^xsd:string ;
rdf:predicate ddr:codeMfg ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> ;
rdf:predicate ddr:bitRecord ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:codeMfg "HCM 607"^^xsd:string ;
ddr:diaBit
[ rdf:type ddr:LengthMeasure ;
dtype:value "8.50000015393957"^^xsd:double ;
ddr:uom "in"
] ;
ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
ddr:numBit "b6"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "b6"^^xsd:string ;
rdf:predicate ddr:numBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "8.50000015393957"^^xsd:double ;
rdf:predicate ddr:diaBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Hughes-Christensen"^^xsd:string ;
rdf:predicate ddr:manufacturer ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "HCM 607"^^xsd:string ;
rdf:predicate ddr:codeMfg ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> ;
rdf:predicate ddr:bitRecord ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:codeMfg "HCM 607"^^xsd:string ;
ddr:diaBit
[ rdf:type ddr:LengthMeasure ;
dtype:value "8.50000015393957"^^xsd:double ;
ddr:uom "in"
] ;
ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
ddr:numBit "b6"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "b6"^^xsd:string ;
rdf:predicate ddr:numBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "8.50000015393957"^^xsd:double ;
rdf:predicate ddr:diaBit ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Hughes-Christensen"^^xsd:string ;
rdf:predicate ddr:manufacturer ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "HCM 607"^^xsd:string ;
rdf:predicate ddr:codeMfg ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> ;
rdf:predicate ddr:fluid ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:dTim "2011-04-05T09:00:00.001Z"^^xsd:dateTime ;
ddr:density
[ rdf:type ddr:DensityMeasure ;
dtype:value "1370"^^xsd:double ;
ddr:uom "g/cm3"
] ;
ddr:enumMudClass ddr:MC_oilbased ;
ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6162"^^xsd:double ;
ddr:uom "m"
] ;
ddr:presBopRating
[ rdf:type ddr:PressureMeasureBar ;
dtype:value "344.7378515625"^^xsd:double ;
ddr:uom "bar"
] ;
ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
dtype:value "19"^^xsd:double ;
ddr:uom "mPa.s"
] ;
ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.94559164957"^^xsd:double ;
ddr:uom "m"
] ;
ddr:type "Oil Based"^^xsd:string ;
ddr:yp [ rdf:type ddr:PressureMeasure ;
dtype:value "5.745631"^^xsd:double ;
ddr:uom "Pa"
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Oil Based"^^xsd:string ;
rdf:predicate ddr:type ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T09:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTim ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6162"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.94559164957"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "344.7378515625"^^xsd:double ;
rdf:predicate ddr:presBopRating ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MC_oilbased ;
rdf:predicate ddr:enumMudClass ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1370"^^xsd:double ;
rdf:predicate ddr:density ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "19"^^xsd:double ;
rdf:predicate ddr:pv ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "5.745631"^^xsd:double ;
rdf:predicate ddr:yp ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> ;
rdf:predicate ddr:fluid ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:dTim "2011-04-05T14:00:00.001Z"^^xsd:dateTime ;
ddr:density
[ rdf:type ddr:DensityMeasure ;
dtype:value "1380"^^xsd:double ;
ddr:uom "g/cm3"
] ;
ddr:enumMudClass ddr:MC_oilbased ;
ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6162"^^xsd:double ;
ddr:uom "m"
] ;
ddr:presBopRating
[ rdf:type ddr:PressureMeasureBar ;
dtype:value "344.7378515625"^^xsd:double ;
ddr:uom "bar"
] ;
ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
dtype:value "17"^^xsd:double ;
ddr:uom "mPa.s"
] ;
ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.94559164957"^^xsd:double ;
ddr:uom "m"
] ;
ddr:type "Oil Based"^^xsd:string ;
ddr:yp [ rdf:type ddr:PressureMeasure ;
dtype:value "5.266829"^^xsd:double ;
ddr:uom "Pa"
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Oil Based"^^xsd:string ;
rdf:predicate ddr:type ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T14:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTim ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6162"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.94559164957"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "344.7378515625"^^xsd:double ;
rdf:predicate ddr:presBopRating ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MC_oilbased ;
rdf:predicate ddr:enumMudClass ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1380"^^xsd:double ;
rdf:predicate ddr:density ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "17"^^xsd:double ;
rdf:predicate ddr:pv ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "5.266829"^^xsd:double ;
rdf:predicate ddr:yp ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "25/8-C-23"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> ;
rdf:predicate ddr:fluid ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:dTim "2011-04-05T20:45:00.001Z"^^xsd:dateTime ;
ddr:density
[ rdf:type ddr:DensityMeasure ;
dtype:value "1370"^^xsd:double ;
ddr:uom "g/cm3"
] ;
ddr:enumMudClass ddr:MC_oilbased ;
ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6225"^^xsd:double ;
ddr:uom "m"
] ;
ddr:presBopRating
[ rdf:type ddr:PressureMeasureBar ;
dtype:value "344.7378515625"^^xsd:double ;
ddr:uom "bar"
] ;
ddr:presBopRating
[ rdf:type ddr:PressureMeasureBar ;
dtype:value "344.7378515625"^^xsd:double ;
ddr:uom "bar"
] ;
ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
dtype:value "17"^^xsd:double ;
ddr:uom "mPa.s"
] ;
ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.96139825117"^^xsd:double ;
ddr:uom "m"
] ;
ddr:type "Oil Based"^^xsd:string ;
ddr:yp [ rdf:type ddr:PressureMeasure ;
dtype:value "5.745631"^^xsd:double ;
ddr:uom "Pa"
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Oil Based"^^xsd:string ;
rdf:predicate ddr:type ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T20:45:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTim ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6225"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.96139825117"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "344.7378515625"^^xsd:double ;
rdf:predicate ddr:presBopRating ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "344.7378515625"^^xsd:double ;
rdf:predicate ddr:presBopRating ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MC_oilbased ;
rdf:predicate ddr:enumMudClass ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1370"^^xsd:double ;
rdf:predicate ddr:density ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "17"^^xsd:double ;
rdf:predicate ddr:pv ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-9>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "5.745631"^^xsd:double ;
rdf:predicate ddr:yp ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> ;
rdf:predicate ddr:fluid ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:dTim "2011-04-06T04:00:00.001Z"^^xsd:dateTime ;
ddr:density
[ rdf:type ddr:DensityMeasure ;
dtype:value "1380"^^xsd:double ;
ddr:uom "g/cm3"
] ;
ddr:enumMudClass ddr:MC_oilbased ;
ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6280"^^xsd:double ;
ddr:uom "m"
] ;
ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
dtype:value "18"^^xsd:double ;
ddr:uom "mPa.s"
] ;
ddr:type "Oil Based"^^xsd:string ;
ddr:yp [ rdf:type ddr:PressureMeasure ;
dtype:value "7.182039"^^xsd:double ;
ddr:uom "Pa"
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Oil Based"^^xsd:string ;
rdf:predicate ddr:type ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-06T04:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTim ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6280"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MC_oilbased ;
rdf:predicate ddr:enumMudClass ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1380"^^xsd:double ;
rdf:predicate ddr:density ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "18"^^xsd:double ;
rdf:predicate ddr:pv ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "7.182039"^^xsd:double ;
rdf:predicate ddr:yp ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
rdf:type ep-activity:DrillingActivity ;
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> ;
rdf:predicate ddr:activity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:comments """Continue to circulate and condition mud after hole attempting to pack off. Pump 1600 lpm / 177-185 bar, 150 RPM. Loss rate reduced to 15 m3/hr.
ECD: 1,53 - 1,56 sg.
Cuttings weight:
0600hrs - 8kg/min (150 RPM, 1600 lpm)"""^^xsd:string ;
ddr:dTimEnd "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
ddr:enumPhase ddr:P_fixed ;
ddr:enumProprietaryCode
ddr:ACNPD_drilling--circulatingconditioning ;
ddr:enumState ddr:MAE_ok ;
ddr:enumStateDetailActivity
ddr:SDA_success ;
ddr:md _:b5 ;
ddr:tvd _:b6 .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimStart ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimEnd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6154"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.94758440832"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:P_fixed ;
rdf:predicate ddr:enumPhase ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ACNPD_drilling--circulatingconditioning ;
rdf:predicate ddr:enumProprietaryCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MAE_ok ;
rdf:predicate ddr:enumState ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:SDA_success ;
rdf:predicate ddr:enumStateDetailActivity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object """Continue to circulate and condition mud after hole attempting to pack off. Pump 1600 lpm / 177-185 bar, 150 RPM. Loss rate reduced to 15 m3/hr.
ECD: 1,53 - 1,56 sg.
Cuttings weight:
0600hrs - 8kg/min (150 RPM, 1600 lpm)"""^^xsd:string ;
rdf:predicate ddr:comments ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
rdf:type ep-activity:DrillingActivity ;
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> ;
rdf:predicate ddr:activity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:comments """Continue drilling 8-1/2\" production hole section. Reduce RPM to 80 and increase pump rate to 1850 lpm to send downlink. Resume drilling f/ 6154m to 6162m. 1600 lpm, 180 bar, 31-33 kNm drilling torque, 3-4 ton WOB. Losses while drilling from 8 m3/hr to 12,2m3/hr
ECD: 1,50-1,55 sg
Cuttings weight
0700hrs - 6 kg/min
0800hrs - 6 kg/min"""^^xsd:string ;
ddr:dTimEnd "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
ddr:enumPhase ddr:P_fixed ;
ddr:enumProprietaryCode
ddr:ACNPD_drilling--drill ;
ddr:enumState ddr:MAE_ok ;
ddr:enumStateDetailActivity
ddr:SDA_success ;
ddr:md _:b7 ;
ddr:tvd _:b8 .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimStart ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimEnd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6162"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.94559164957"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:P_fixed ;
rdf:predicate ddr:enumPhase ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ACNPD_drilling--drill ;
rdf:predicate ddr:enumProprietaryCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MAE_ok ;
rdf:predicate ddr:enumState ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:SDA_success ;
rdf:predicate ddr:enumStateDetailActivity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object """Continue drilling 8-1/2\" production hole section. Reduce RPM to 80 and increase pump rate to 1850 lpm to send downlink. Resume drilling f/ 6154m to 6162m. 1600 lpm, 180 bar, 31-33 kNm drilling torque, 3-4 ton WOB. Losses while drilling from 8 m3/hr to 12,2m3/hr
ECD: 1,50-1,55 sg
Cuttings weight
0700hrs - 6 kg/min
0800hrs - 6 kg/min"""^^xsd:string ;
rdf:predicate ddr:comments ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
rdf:type ep-activity:DrillingActivity ;
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> ;
rdf:predicate ddr:activity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:comments """Circulate and condtion hole to remove cuttings and attempt to heal loss rate. Pump 1600 lpm, 180 bar, 150 RPM. Step up pump rate from 1600 lpm to 1850 lpm in 50 lpm incriments. Observed stabile losses of 16-17 m3/hr while circulating. Reduced RPMs to 130 while stepping up flow rates to maintain stable losses. Continue circulating hole clean with 1800 lpm, 212 bar, 130 RPM, 30 kNm torque. Record string weights while circulating. 130 ton Up weight (145 ton peak), 60 ton Down weight (45 ton peak), 87 ton Rotating weight.
Losses between 9 m3/hr to 23 m3/hr
ECD: 1,54 to 1,57 sg
Cuttings weight:
0900hrs - 6 kg/min
1030hrs - 6 kg/min
1100hrs - 6 kg/min
1200hrs - 6 kg/min
1320hrs - 5,5 kg/min
1400hrs - 3 kg/min"""^^xsd:string ;
ddr:dTimEnd "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
ddr:enumPhase ddr:P_fixed ;
ddr:enumProprietaryCode
ddr:ACNPD_drilling--circulatingconditioning ;
ddr:enumState ddr:MAE_ok ;
ddr:enumStateDetailActivity
ddr:SDA_success ;
ddr:md _:b9 ;
ddr:tvd _:b10 .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimStart ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimEnd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6162"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.94559164957"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:P_fixed ;
rdf:predicate ddr:enumPhase ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ACNPD_drilling--circulatingconditioning ;
rdf:predicate ddr:enumProprietaryCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MAE_ok ;
rdf:predicate ddr:enumState ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:SDA_success ;
rdf:predicate ddr:enumStateDetailActivity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object """Circulate and condtion hole to remove cuttings and attempt to heal loss rate. Pump 1600 lpm, 180 bar, 150 RPM. Step up pump rate from 1600 lpm to 1850 lpm in 50 lpm incriments. Observed stabile losses of 16-17 m3/hr while circulating. Reduced RPMs to 130 while stepping up flow rates to maintain stable losses. Continue circulating hole clean with 1800 lpm, 212 bar, 130 RPM, 30 kNm torque. Record string weights while circulating. 130 ton Up weight (145 ton peak), 60 ton Down weight (45 ton peak), 87 ton Rotating weight.
Losses between 9 m3/hr to 23 m3/hr
ECD: 1,54 to 1,57 sg
Cuttings weight:
0900hrs - 6 kg/min
1030hrs - 6 kg/min
1100hrs - 6 kg/min
1200hrs - 6 kg/min
1320hrs - 5,5 kg/min
1400hrs - 3 kg/min"""^^xsd:string ;
rdf:predicate ddr:comments ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
rdf:type ep-activity:DrillingActivity ;
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> ;
rdf:predicate ddr:activity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:comments """Continue drilling 8-1/2\" production hole section from 6162m to 6169m. 1700 lpm, 194 bar, 31-33 kNm drilling torque, 2-3 ton WOB. Lossrate 9 m3/hr to 12 m3/hr
ECD: 1,54 sg
Cuttings weight
1500hrs - 3,5 kg/min
Sand Zones:
"""^^xsd:string ;
ddr:dTimEnd "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
ddr:enumPhase ddr:P_fixed ;
ddr:enumProprietaryCode
ddr:ACNPD_drilling--drill ;
ddr:enumState ddr:MAE_ok ;
ddr:enumStateDetailActivity
ddr:SDA_success ;
ddr:md _:b11 ;
ddr:tvd _:b12 .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimStart ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimEnd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6169"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.94641821816"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:P_fixed ;
rdf:predicate ddr:enumPhase ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ACNPD_drilling--drill ;
rdf:predicate ddr:enumProprietaryCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MAE_ok ;
rdf:predicate ddr:enumState ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:SDA_success ;
rdf:predicate ddr:enumStateDetailActivity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object """Continue drilling 8-1/2\" production hole section from 6162m to 6169m. 1700 lpm, 194 bar, 31-33 kNm drilling torque, 2-3 ton WOB. Lossrate 9 m3/hr to 12 m3/hr
ECD: 1,54 sg
Cuttings weight
1500hrs - 3,5 kg/min
Sand Zones:
"""^^xsd:string ;
rdf:predicate ddr:comments ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
rdf:type ep-activity:DrillingActivity ;
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> ;
rdf:predicate ddr:activity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:comments "Grease wash pipe."^^xsd:string ;
ddr:dTimEnd "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
ddr:enumPhase ddr:P_fixed ;
ddr:enumProprietaryCode
ddr:ACNPD_interruption--maintain ;
ddr:enumState ddr:MAE_ok ;
ddr:enumStateDetailActivity
ddr:SDA_success ;
ddr:md _:b13 ;
ddr:tvd _:b14 .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimStart ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimEnd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6169"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "1799.94641821816"^^xsd:double ;
rdf:predicate ddr:tvd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:P_fixed ;
rdf:predicate ddr:enumPhase ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ACNPD_interruption--maintain ;
rdf:predicate ddr:enumProprietaryCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MAE_ok ;
rdf:predicate ddr:enumState ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:SDA_success ;
rdf:predicate ddr:enumStateDetailActivity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "Grease wash pipe."^^xsd:string ;
rdf:predicate ddr:comments ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
rdf:type ep-activity:DrillingActivity ;
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> ;
rdf:predicate ddr:activity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:comments """Continue drilling 8-1/2\" production hole section from 6169m to 6292m. Drill with 1800-1850 lpm, 210-218 bar, 150 RPM, 33-34 kNm torque. Losses increasing while drilling from 6 m3/hr to 18m3/hr.
Losses:
6169m - 6230m = 6 m3/hr to 9m3/hr
ECD = 1,56 to 1,59 sg
6230m - 6281m = 9,3 m3/hr to 14,7 m3/hr
ECD = 1,56 to 1,59 sg
6284m - 6292m = 15m3/hr to 17,9 m3/hr
ECD = 1,55 to 1,56 sg
Cuttings weight
1600hrs - 5 kg/min
1700hrs - 7,5 kg/min
1800hrs - 16,5 kg/min
1900hrs - 13 kg/min
2000hrs - 19 kg/min
2100hrs - 12 kg/min
2200hrs - 9 kg/min
2300hrs - 9 kg/min
0000hrs - 2 kg/min
0100hrs - 3 kg/min
0200hrs - 3 kg/min
0300hrs - 2 kg/min
0400hrs - 2 kg/min
0500hrs - 3 kg/min
0600hrs -
Sand Zones:
6195m - 6196,4m
6202m - 6204,5m
6215m - 6224,5m
6226,5m - 6235,5m
6238m - 6248,7m
6250m - 6254m
6255,4m - 6264m
6266m - 6269,5m
6272,5m - 6274m
6275m - 6276m
6277m - 6280m
0,08m above, 1,29m to the right of plan."""^^xsd:string ;
ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
ddr:enumPhase ddr:P_fixed ;
ddr:enumProprietaryCode
ddr:ACNPD_drilling--drill ;
ddr:enumState ddr:MAE_ok ;
ddr:enumStateDetailActivity
ddr:SDA_success ;
ddr:md _:b15 .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimStart ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimEnd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-2>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6292"^^xsd:double ;
rdf:predicate ddr:md ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:P_fixed ;
rdf:predicate ddr:enumPhase ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ACNPD_drilling--drill ;
rdf:predicate ddr:enumProprietaryCode ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:MAE_ok ;
rdf:predicate ddr:enumState ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:SDA_success ;
rdf:predicate ddr:enumStateDetailActivity ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object """Continue drilling 8-1/2\" production hole section from 6169m to 6292m. Drill with 1800-1850 lpm, 210-218 bar, 150 RPM, 33-34 kNm torque. Losses increasing while drilling from 6 m3/hr to 18m3/hr.
Losses:
6169m - 6230m = 6 m3/hr to 9m3/hr
ECD = 1,56 to 1,59 sg
6230m - 6281m = 9,3 m3/hr to 14,7 m3/hr
ECD = 1,56 to 1,59 sg
6284m - 6292m = 15m3/hr to 17,9 m3/hr
ECD = 1,55 to 1,56 sg
Cuttings weight
1600hrs - 5 kg/min
1700hrs - 7,5 kg/min
1800hrs - 16,5 kg/min
1900hrs - 13 kg/min
2000hrs - 19 kg/min
2100hrs - 12 kg/min
2200hrs - 9 kg/min
2300hrs - 9 kg/min
0000hrs - 2 kg/min
0100hrs - 3 kg/min
0200hrs - 3 kg/min
0300hrs - 2 kg/min
0400hrs - 2 kg/min
0500hrs - 3 kg/min
0600hrs -
Sand Zones:
6195m - 6196,4m
6202m - 6204,5m
6215m - 6224,5m
6226,5m - 6235,5m
6238m - 6248,7m
6250m - 6254m
6255,4m - 6264m
6266m - 6269,5m
6272,5m - 6274m
6275m - 6276m
6277m - 6280m
0,08m above, 1,29m to the right of plan."""^^xsd:string ;
rdf:predicate ddr:comments ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-3>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimStart ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-4>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:dTimEnd ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-5>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:ORV_normal ;
rdf:predicate ddr:enumVersionKind ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-6>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "2011-04-12T10:47:00.001Z"^^xsd:dateTime ;
rdf:predicate ddr:createDate ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> ;
rdf:predicate ddr:wellAlias ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:enumNamingSystem
ddr:WNS_NPDcode ;
ddr:name "25/8-C-23"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "25/8-C-23"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:WNS_NPDcode ;
rdf:predicate ddr:enumNamingSystem ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> ;
rdf:predicate ddr:wellboreAlias ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:enumNamingSystem
ddr:WNS_NPDcode ;
ddr:name "25/8-C-23 B"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "25/8-C-23 B"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:WNS_NPDcode ;
rdf:predicate ddr:enumNamingSystem ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> ;
rdf:predicate ddr:wellboreAlias ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
] ;
ddr:enumNamingSystem
ddr:WNS_NPDnumber ;
ddr:name "6480"^^xsd:string .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9-0>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object "6480"^^xsd:string ;
rdf:predicate ddr:name ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9>
] .
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9-1>
ep-core:basisFor
[ rdf:type rdf:Statement ;
rdf:object ddr:WNS_NPDnumber ;
rdf:predicate ddr:enumNamingSystem ;
rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9>
] .
<http://www.reportinghub.no/examples/ddr/NPD_110412124707>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/np/data/npd/Well-25_8-C-23>
rdf:type ep-well:Well ;
ep-core:hasPart <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ep-core:name "25/8-C-23"^^xsd:string ;
ep-core:npdCode "25/8-C-23"^^xsd:string .
<http://www.reportinghub.no/np/data/npd/WellBore-6480>
rdf:type ep-well:WellBore ;
ep-core:name "25/08-C-23 B"^^xsd:string ;
ep-core:npdCode "25/8-C-23 B"^^xsd:string ;
ep-core:npdNumber "6480"^^xsd:string .
<https://www.reportinghub.no/ep/data/DailyDrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z>
rdf:type ep-activity:DailyDrillingActivity ;
ep-activity:finishedAt
"2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
ep-activity:onRig <https://www.reportinghub.no/ep/data/Rig/280849$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> ;
ep-activity:onWell <http://www.reportinghub.no/np/data/npd/Well-25_8-C-23> ;
ep-activity:onWellBore
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> ;
ep-activity:startedAt
"2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
ep-core:hasPart <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T14:15:00.001Z$25> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:15:00.001Z$23> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z$22> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:15:00.001Z$27> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:00:00.001Z$26> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T08:30:00.001Z$24> ;
ep-core:hasPart
[ rdf:type <http://www.reportinghub.no/ep/schema/1.0/activity#FormationIntegrityTest>
] ;
ddr:distDrill _:b1 ;
ddr:forecast24Hr "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ;
ddr:ropCurrent _:b4 ;
ddr:sum24Hr "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string .
<https://www.reportinghub.no/ep/data/DailyDrillingReport/25_08-C-23_B$2011-04-12T10:47:00.001Z>
rdf:type ep-report:NormalDailyDrillingReport , ep-report:DailyDrillingReport ;
ep-activity:createdAt
"2011-04-12T10:47:00.001Z"^^xsd:dateTime ;
ep-activity:reportOn
<https://www.reportinghub.no/ep/data/DailyDrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z> ;
ep-core:name "25/8-C-23"^^xsd:string .
<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z$22>
rdf:type ep-actpurp:Drilling--circulatingconditioning , ep-activity:DrillingActivity ;
ep-activity:onWellBore
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:15:00.001Z> ;
ddr:dTimEnd "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime .
<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:15:00.001Z$23>
rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ;
ep-activity:onWellBore
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:15:00.001Z$2011-04-05T08:30:00.001Z> ;
ddr:dTimEnd "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T06:15:00.001Z"^^xsd:dateTime .
<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T08:30:00.001Z$24>
rdf:type ep-actpurp:Drilling--circulatingconditioning , ep-activity:DrillingActivity ;
ep-activity:onWellBore
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T08:30:00.001Z$2011-04-05T14:15:00.001Z> ;
ddr:dTimEnd "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T08:30:00.001Z"^^xsd:dateTime .
<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T14:15:00.001Z$25>
rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ;
ep-activity:onWellBore
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T14:15:00.001Z$2011-04-05T15:00:00.001Z> ;
ddr:dTimEnd "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T14:15:00.001Z"^^xsd:dateTime .
<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:00:00.001Z$26>
rdf:type ep-actpurp:Interruption--maintain , ep-activity:DrillingActivity ;
ep-activity:onWellBore
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:00:00.001Z$2011-04-05T15:15:00.001Z> ;
ddr:dTimEnd "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T15:00:00.001Z"^^xsd:dateTime .
<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:15:00.001Z$27>
rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ;
ep-activity:onWellBore
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:15:00.001Z$2011-04-06T06:00:00.001Z> ;
ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
ddr:dTimStart "2011-04-05T15:15:00.001Z"^^xsd:dateTime .
<https://www.reportinghub.no/ep/data/Rig/280849>
rdf:type ep-fac:Rig ;
ep-core:npdCode "280849"^^xsd:string ;
ep-core:npdName "Ringhorne"^^xsd:string .
<https://www.reportinghub.no/ep/data/Rig/280849$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z>
rdf:type ep-fac:TemporalPartOfARig ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/Rig/280849> .
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z>
rdf:type ep-well:TemporalPartOfAWellBore ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ddr:elevKelly _:b2 ;
ddr:md _:b3 .
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:15:00.001Z>
rdf:type ep-well:TemporalPartOfAWellBore ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ddr:md _:b5 ;
ddr:tvd _:b6 .
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:15:00.001Z$2011-04-05T08:30:00.001Z>
rdf:type ep-well:TemporalPartOfAWellBore ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ddr:md _:b7 ;
ddr:tvd _:b8 .
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T08:30:00.001Z$2011-04-05T14:15:00.001Z>
rdf:type ep-well:TemporalPartOfAWellBore ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ddr:md _:b9 ;
ddr:tvd _:b10 .
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T14:15:00.001Z$2011-04-05T15:00:00.001Z>
rdf:type ep-well:TemporalPartOfAWellBore ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ddr:md _:b11 ;
ddr:tvd _:b12 .
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:00:00.001Z$2011-04-05T15:15:00.001Z>
rdf:type ep-well:TemporalPartOfAWellBore ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ddr:md _:b13 ;
ddr:tvd _:b14 .
<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:15:00.001Z$2011-04-06T06:00:00.001Z>
rdf:type ep-well:TemporalPartOfAWellBore ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
ddr:md _:b15 .
_:b6 rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.94758440832"^^xsd:double ;
ddr:uom "m" .
_:b5 rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6154"^^xsd:double ;
ddr:uom "m" .
_:b8 rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.94559164957"^^xsd:double ;
ddr:uom "m" .
_:b7 rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6162"^^xsd:double ;
ddr:uom "m" .
_:b10
rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.94559164957"^^xsd:double ;
ddr:uom "m" .
_:b9 rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6162"^^xsd:double ;
ddr:uom "m" .
_:b11
rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6169"^^xsd:double ;
ddr:uom "m" .
_:b12
rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.94641821816"^^xsd:double ;
ddr:uom "m" .
_:b14
rdf:type ddr:WellVerticalDepthCoord ;
dtype:value "1799.94641821816"^^xsd:double ;
ddr:uom "m" .
_:b13
rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6169"^^xsd:double ;
ddr:uom "m" .
_:b15
rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6292"^^xsd:double ;
ddr:uom "m" .
_:b4 rdf:type ddr:VelocityMeasureMetresPerHour ;
dtype:value "9.51724137931035"^^xsd:double ;
ddr:uom "m/h" .
_:b2 rdf:type ddr:WellElevationCoord ;
dtype:value "60.2999992370605"^^xsd:double ;
ddr:uom "m" .
_:b3 rdf:type ddr:MeasuredDepthCoord ;
dtype:value "6292"^^xsd:double ;
ddr:uom "m" .
_:b1 rdf:type ddr:LengthMeasure ;
dtype:value "138"^^xsd:double ;
ddr:uom "m" .
......@@ -3,7 +3,6 @@
# imports: http://purl.org/dc/terms/
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
......@@ -20,5 +19,5 @@
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL>
rdf:type owl:Ontology ;
owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
......@@ -3,7 +3,6 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
......@@ -44,7 +43,7 @@ arg:template
<http://www.reportinghub.no/swp/ddr>
rdf:type owl:Ontology ;
owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/spin/ddr-tables> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/spin/rh> ;
owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/ddr-tables> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/spin/rh> ;
owl:versionInfo "0.1.0"^^xsd:string .
ddrswp:DailyDrillingReportView
......@@ -72,15 +71,15 @@ ddrswp:Table
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The SPIN Template to execute."^^xsd:string ;
spl:predicate arg:template ;
spl:valueType spin:Template
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The report that serves as root of the template."^^xsd:string ;
spl:optional "true"^^xsd:boolean ;
spl:predicate arg:report ;
spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The SPIN Template to execute."^^xsd:string ;
spl:predicate arg:template ;
spl:valueType spin:Template
] ;
ui:prototype <http://www.reportinghub.no/swp/DDRTable.uispin.html> .
......
......@@ -3,7 +3,6 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
......@@ -17,6 +16,7 @@
@prefix html: <http://uispin.org/html#> .
@prefix let: <http://uispin.org/let#> .
@prefix letrs: <http://uispin.org/letrs#> .
@prefix nptswp: <http://www.reportinghub.no/swp/npt#> .
@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#> .
......@@ -24,7 +24,6 @@
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix ui: <http://uispin.org/ui#> .
@prefix nptswp: <http://www.reportinghub.no/swp/npt#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
arg:startDate
......@@ -103,54 +102,54 @@ arg:wellBore
<http://www.reportinghub.no/swp/npt>
rdf:type owl:Ontology ;
owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/spin/rh> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/spin/rh> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "0.1.0"^^xsd:string .
nptswp:Table
nptswp:NonProductiveTimeReportView
rdf:type ui:NodeClass ;
rdfs:comment "An HTML table displaying the results of a given SPIN template for a given npt. The template should also provide rhspin:tableHeaders."^^xsd:string ;
rdfs:label "Table"^^xsd:string ;
rdfs:label "Weekly drilling report view"^^xsd:string ;
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The SPIN Template to execute."^^xsd:string ;
spl:predicate arg:template ;
spl:valueType spin:Template
rdfs:comment "The start date of the report to display."^^xsd:string ;
spl:predicate arg:startDate ;
spl:valueType xsd:date
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The well bore of the report."^^xsd:string ;
rdfs:comment "The well bore."^^xsd:string ;
spl:predicate arg:wellBore ;
spl:valueType ep-well:WellBore
] ;
ui:headIncludes
[ rdf:type html:Link ;
html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
html:rel "stylesheet"^^xsd:string ;
html:type "text/css"^^xsd:string
] ;
ui:prototype <http://www.reportinghub.no/swp/NonProductiveTimeReport.uispin.html> .
nptswp:Table
rdf:type ui:NodeClass ;
rdfs:comment "An HTML table displaying the results of a given SPIN template for a given npt. The template should also provide rhspin:tableHeaders."^^xsd:string ;
rdfs:label "Table"^^xsd:string ;
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The start date of the report."^^xsd:string ;
spl:predicate arg:startDate ;
spl:valueType xsd:date
] ;
ui:prototype <http://www.reportinghub.no/swp/NPTTable.uispin.html> .
nptswp:NonProductiveTimeReportView
rdf:type ui:NodeClass ;
rdfs:label "Weekly drilling report view"^^xsd:string ;
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The well bore."^^xsd:string ;
rdfs:comment "The well bore of the report."^^xsd:string ;
spl:predicate arg:wellBore ;
spl:valueType ep-well:WellBore
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The start date of the report to display."^^xsd:string ;
spl:predicate arg:startDate ;
spl:valueType xsd:date
] ;
ui:headIncludes
[ rdf:type html:Link ;
html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
html:rel "stylesheet"^^xsd:string ;
html:type "text/css"^^xsd:string
rdfs:comment "The SPIN Template to execute."^^xsd:string ;
spl:predicate arg:template ;
spl:valueType spin:Template
] ;
ui:prototype <http://www.reportinghub.no/swp/NonProductiveTimeReport.uispin.html> .
ui:prototype <http://www.reportinghub.no/swp/NPTTable.uispin.html> .
......
......@@ -3,7 +3,6 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
......@@ -103,7 +102,7 @@ arg:wellBore
<http://www.reportinghub.no/swp/wdr>
rdf:type owl:Ontology ;
owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/spin/rh> ;
owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
wdrswp:Table
......@@ -113,9 +112,9 @@ wdrswp:Table
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The SPIN Template to execute."^^xsd:string ;
spl:predicate arg:template ;
spl:valueType spin:Template
rdfs:comment "The start date of the report."^^xsd:string ;
spl:predicate arg:startDate ;
spl:valueType xsd:date
] ;
spin:constraint
[ rdf:type spl:Argument ;
......@@ -125,9 +124,9 @@ wdrswp:Table
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The start date of the report."^^xsd:string ;
spl:predicate arg:startDate ;
spl:valueType xsd:date
rdfs:comment "The SPIN Template to execute."^^xsd:string ;
spl:predicate arg:template ;
spl:valueType spin:Template
] ;
ui:prototype <http://www.reportinghub.no/swp/WDRTable.uispin.html> .
......@@ -137,16 +136,16 @@ wdrswp:WeeklyDrillingReportView
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The well bore."^^xsd:string ;
spl:predicate arg:wellBore ;
spl:valueType ep-well:WellBore
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The start date of the report to display."^^xsd:string ;
spl:predicate arg:startDate ;
spl:valueType xsd:date
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The well bore."^^xsd:string ;
spl:predicate arg:wellBore ;
spl:valueType ep-well:WellBore
] ;
ui:headIncludes
[ rdf:type html:Link ;
html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
......