Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Leal
2012-11-27 21:55:30 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68d1bb4eeb85ab9bef9f29d6d17308a21eb0a901
68d1bb4e
1 parent
83046075
Added the processing of versions
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
131 additions
and
116 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-ACTIVITY-V1.0.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
View file @
68d1bb4
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-ACTIVITY-V1.0.ttl
View file @
68d1bb4
...
...
@@ -48,7 +48,7 @@
<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
rdf:
type
owl:
Class
;
rdfs:
label
"production well test"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#
ProductionActivity>
,
<http://www.reportinghub.no/ep/schema/activity#WellTest
>
.
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#
WellTest>
,
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity
>
.
<http://www.reportinghub.no/ep/schema/activity#WellOperation>
rdf:
type
ep-prodact:
ProductionActivityType
.
...
...
@@ -94,12 +94,12 @@ ep-prodact:AccidentPreventionExercise
rdfs:
subClassOf
ep-prodact:
DrillOrExcercise
.
ep-prodact:
AdministerFirstAid
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"administer first aid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MedicalTreatment
.
ep-prodact:
AirTrafficOperation
rdf:
type
ep-prodact:
ProductionActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionActivityType
;
rdfs:
label
"air traffic operation"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
...
...
@@ -124,32 +124,32 @@ ep-prodact:AlertType
rdfs:
subClassOf
owl:
Class
.
ep-prodact:
AllocateSplitFactors
rdf:
type
ep-prodact:
SplitFactorDeterminationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SplitFactorDeterminationType
;
rdfs:
label
"allocate split factors"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
AnnualProductionActivity
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
comment
"not used in the MPR"
^^
xsd:
string
;
rdfs:
label
"annual production activity"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
AnnualProductionActivityToDate
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
label
"annual production activity to date"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
AnnualProductionOperationToDate
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
comment
"production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"
^^
xsd:
string
;
rdfs:
label
"annual production operation to date"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
AnnualProductionActivityToDate
,
ep-prodact:
ProductionOperation
.
rdfs:
subClassOf
ep-prodact:
ProductionOperation
,
ep-prodact:
AnnualProductionActivityToDate
.
ep-prodact:
AnnualProductionVolumeActivityToEndOfReportingPeriod
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
comment
"not used in the MPR"
^^
xsd:
string
;
rdfs:
label
"annual production volume activity to the end of the reporting period"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
AnnualProductionActivityToDate
,
ep-prodact:
ProductionVolumeActivity
.
rdfs:
subClassOf
ep-prodact:
ProductionVolumeActivity
,
ep-prodact:
AnnualProductionActivityToDate
.
ep-prodact:
BasketMovement
rdf:
type
owl:
Class
;
...
...
@@ -162,40 +162,45 @@ ep-prodact:CargoShipOperation
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
ConstructionOperation
rdf:
type
ep-prodact:
ProductionActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionActivityType
;
rdfs:
label
"construction operation"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
CumulativeProductionActivitySinceProductionBegan
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
comment
"not used in the MPR"
^^
xsd:
string
;
rdfs:
label
"cumulative production activity since production began"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
DailyProductionOperation
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
comment
"not used in the MPR"
^^
xsd:
string
;
rdfs:
label
"daily production operation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperation
.
ep-prodact:
DailyProductionOperationProcessingLoss
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"daily production operation processing loss"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
DailyProductionVolumeActivity
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
comment
"not used in the MPR"
^^
xsd:
string
;
rdfs:
label
"daily production volume activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionVolumeActivity
.
ep-prodact:
DataAcquisitionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"data acquisition activity"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
DefinedHazardAndAccidentSituation
rdf:
type
owl:
Class
;
rdfs:
label
"defined hazard and accident situation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Incident
.
ep-prodact:
Deviation
rdf:
type
ep-prodact:
ProductionActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionActivityType
;
rdfs:
label
"deviation"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
...
...
@@ -205,77 +210,77 @@ ep-prodact:DischargeWater
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
DrillOrExcercise
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"drill or exercise"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
ExtendedMaintenanceTurnaround
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"extended maintenance turnaround"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
ExtendedMaintenanceTurnaroundExportTerminal
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"extended maintenance turnaround export terminal"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ExtendedMaintenanceTurnaround
.
ep-prodact:
Fire
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"fire"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Incident
.
ep-prodact:
FluidLevelTest
rdf:
type
owl:
Class
;
rdfs:
label
"fluid level test"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#
ProductionActivity>
,
<http://www.reportinghub.no/ep/schema/activity#WellTest
>
.
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#
WellTest>
,
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity
>
.
ep-prodact:
FluidSampling-DST
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - DST"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-RFTorMDT
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - RFT or MDT"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-bottomhole
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - bottomhole"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-formationTester
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - formation tester"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-recombined
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - recombined"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-separatorGas
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - separator gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-separatorOil
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - separator oil"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-separatorWater
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - separator water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-synthetic
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - synthetic"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
ep-prodact:
FluidSampling-wellhead
rdf:
type
ep-prodact:
FluidSamplingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
FluidSamplingType
;
rdfs:
label
"fluid sampling - wellhead"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
FluidSamplingAndAnalysis
.
...
...
@@ -301,7 +306,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
HSEProblem
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"HSE problem"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
...
...
@@ -316,14 +321,14 @@ ep-prodact:Incident
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
InitialWellTest
rdf:
type
ep-prodact:
WellTestReasonType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
WellTestReasonType
;
rdfs:
label
"initial"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#WellTest>
.
ep-prodact:
InjectionWellTest
rdf:
type
owl:
Class
;
rdfs:
label
"injection well test"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#
ProductionActivity>
,
<http://www.reportinghub.no/ep/schema/activity#WellTest
>
.
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#
WellTest>
,
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity
>
.
ep-prodact:
Injury
rdf:
type
owl:
Class
;
...
...
@@ -331,22 +336,22 @@ ep-prodact:Injury
rdfs:
subClassOf
ep-prodact:
AccidentOrInjury
.
ep-prodact:
IssueBillOfLading
rdf:
type
ep-prodact:
SalesActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SalesActivityType
;
rdfs:
label
"issue bill of lading"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
SalesActivity
.
ep-prodact:
IssueWorkPermit
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"issue work permit"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
IssueWorkPermitWithSJA
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"issue work permit with SJA"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
IssueWorkPermit
.
ep-prodact:
JobObservation
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"job observation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
...
...
@@ -361,12 +366,12 @@ ep-prodact:LostTimeAccident
rdfs:
subClassOf
ep-prodact:
Incident
.
ep-prodact:
LostTimeIncident
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"lost time incident"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Incident
.
ep-prodact:
MaintenanceActivity
rdf:
type
ep-prodact:
ProductionActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionActivityType
;
rdfs:
label
"maintenance activity"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
...
...
@@ -376,7 +381,7 @@ ep-prodact:MakeAComment
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
MakeATransaction
rdf:
type
ep-prodact:
SalesActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SalesActivityType
;
rdfs:
label
"make a transaction"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
SalesActivity
.
...
...
@@ -386,12 +391,12 @@ ep-prodact:MarineOperation
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
MarkedGasLossOfExport
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"marked gas loss of export"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
MarkedOilLossOfExport
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"marked oil loss of export"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
...
...
@@ -401,7 +406,7 @@ ep-prodact:MeasurePropertiesOfAFlow
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
MeasureSplitFactors
rdf:
type
ep-prodact:
SplitFactorDeterminationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SplitFactorDeterminationType
;
rdfs:
label
"measure split factors"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
...
...
@@ -411,23 +416,23 @@ ep-prodact:MedicalTreatment
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
MedicalTreatmentInjury
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"medical treatment"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Injury
.
ep-prodact:
ModificationProject
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"modification project"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
MonthlyProductionActivityToEndOfReportingPeriod
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
comment
"not used in the MPR"
^^
xsd:
string
;
rdfs:
label
"monthly production activity to the end of the reporting period"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
MonthlyProductionOperationToDate
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
label
"monthly production operation to date"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperation
.
...
...
@@ -442,22 +447,22 @@ ep-prodact:MovementOfProductType
rdfs:
subClassOf
owl:
Class
.
ep-prodact:
NearMiss
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"near miss"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
OperationMistakes
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"operation mistakes"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
OtherReasonWellTest
rdf:
type
ep-prodact:
WellTestReasonType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
WellTestReasonType
;
rdfs:
label
"other"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#WellTest>
.
ep-prodact:
PeriodicWellTest
rdf:
type
ep-prodact:
WellTestReasonType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
WellTestReasonType
;
rdfs:
label
"periodic"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#WellTest>
.
...
...
@@ -467,27 +472,27 @@ ep-prodact:PersonnelSafetyIntroduction
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
PlannedMaintenanceTurnaround
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"planned maintenace turnaround"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
PowerStationFailure
rdf:
type
ep-prodact:
ProductionActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionActivityType
;
rdfs:
label
"power station failure"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
PreventiveMaintenanceTopside
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"preventive maintenace topside"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
ProcessAndOperationProblem
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"process and operation problem"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
ProductCompletedLifting
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product completed lifting"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
...
...
@@ -497,77 +502,77 @@ ep-prodact:ProductDespatch
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
ProductGain-Loss
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product gain/loss"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductInputToStorage
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product input to storage"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductLifted
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product lifted"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductLiftingEntitlement
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product lifting entitlement"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductLiftingEntitlementRemaining
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product lifting entitlement remaining"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductLinePack
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product line pack"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductMassAdjustment
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product mass adjustment"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductPartialLifting
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product partial lifting"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductPipelineLifting
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product pipeline lifting"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductProductionImbalance
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product production imbalance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductSwap
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product swap"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductTankerLifting
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product tanker lifting"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductTransaction
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product transaction"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductTransfer
rdf:
type
ep-prodact:
MovementOfProductType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
MovementOfProductType
;
rdfs:
label
"product transfer"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
MovementOfProduct
.
ep-prodact:
ProductionActivityLastingLessThanAYear
rdf:
type
ep-prodact:
ProductionOperationClassByDuration
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionOperationClassByDuration
;
rdfs:
label
"production activity lasting less than a year"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
...
...
@@ -577,7 +582,7 @@ ep-prodact:ProductionActivityType
rdfs:
subClassOf
owl:
Class
.
ep-prodact:
ProductionOperation
rdf:
type
ep-prodact:
ProductionActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ProductionActivityType
;
rdfs:
comment
"production activity that is all of what is done in the operation of a facility during a period"
^^
xsd:
string
;
rdfs:
label
"production operation"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
...
...
@@ -604,12 +609,12 @@ ep-prodact:ProductionOperationProcessingLoss
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
ProductionOperationProcessingLossForUnspecifiedReason
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"production operation processing loss for unspecified reason"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
ProductionOperationProcessingRegulatoryReference
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"production operation processing regulatory reference"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
...
...
@@ -641,22 +646,22 @@ ep-prodact:ReasonForLossOfProcessingType
rdfs:
subClassOf
owl:
Class
.
ep-prodact:
ReleaseToAir
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"release to air"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
SpillOrLeak
.
ep-prodact:
ReleaseToWater
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"release to water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
SpillOrLeak
.
ep-prodact:
ReportHazard
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"report hazard"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
ReservoirLoss
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"reservoir loss"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
...
...
@@ -666,12 +671,12 @@ ep-prodact:RestrictedWork
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
RestrictedWorkInjury
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"restricted work injury"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Injury
.
ep-prodact:
RevisionWellTest
rdf:
type
ep-prodact:
WellTestReasonType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
WellTestReasonType
;
rdfs:
label
"revision"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#WellTest>
.
...
...
@@ -686,7 +691,7 @@ ep-prodact:SafetyConsideration
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
SafetyMeeting
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"safety meeting"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
...
...
@@ -701,12 +706,12 @@ ep-prodact:SalesActivityType
rdfs:
subClassOf
owl:
Class
.
ep-prodact:
SentAshore
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"sent ashore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
SevereAccident
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"severe accident"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Incident
.
...
...
@@ -716,12 +721,12 @@ ep-prodact:ShutdownProduction
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
.
ep-prodact:
SickOnBoard
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"sick on board"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
HealthSafetyAndEnvironmentActivity
.
ep-prodact:
SpillOrLeak
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"spill or leak"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Incident
.
...
...
@@ -736,7 +741,7 @@ ep-prodact:StandbyVesselOperation
rdfs:
subClassOf
ep-prodact:
MarineOperation
.
ep-prodact:
StrikeOrLockout
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"strike or lock-out"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
...
...
@@ -746,22 +751,22 @@ ep-prodact:SupplyShipOperation
rdfs:
subClassOf
ep-prodact:
MarineOperation
.
ep-prodact:
TestingAndLogging
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"testing and logging"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
ThirdPartyProcessingLoss
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"third party processing loss"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
TopsideEquipmentFailureMaintenance
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"topside equipment failure maintenance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
TrafficAccident
rdf:
type
ep-prodact:
SafetyActivityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
SafetyActivityType
;
rdfs:
label
"traffic accident"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
Incident
.
...
...
@@ -771,12 +776,12 @@ ep-prodact:TransportationActivity
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
UnavailableTankerStorage
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"unavailable tanker storage"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
UnknownReasonWellTest
rdf:
type
ep-prodact:
WellTestReasonType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
WellTestReasonType
;
rdfs:
label
"unknown"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#WellTest>
.
...
...
@@ -786,27 +791,27 @@ ep-prodact:WaterCleaningOperation
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
WeatherProblem
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"weather problem"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
WellEquipmentFailureMaintenance
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"well equipment failure maintenance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
WellPlannedOperations
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"well planned operations"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
WellPreventiveMaintenance
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"well preventive maintenance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
ep-prodact:
WellProblems
rdf:
type
ep-prodact:
ReasonForLossOfProcessingType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodact:
ReasonForLossOfProcessingType
;
rdfs:
label
"well problems"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodact:
ProductionOperationProcessingLoss
.
...
...
@@ -841,7 +846,7 @@ ep-prodact:buyer
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization>
.
ep-prodact:
cargoBatchNumber
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"cargo batch number"
^^
xsd:
string
.
ep-prodact:
cargoLoaded
...
...
@@ -851,7 +856,7 @@ ep-prodact:cargoLoaded
rdfs:
range
ep-core:
PhysicalObject
.
ep-prodact:
cargoNumber
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"cargo number"
^^
xsd:
string
.
ep-prodact:
causedBy
...
...
@@ -886,6 +891,16 @@ ep-prodact:coulterCounter
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
ep-core:
MassPerUnitMassConcentration
.
ep-prodact:
describes
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#Activity>
;
rdfs:
range
ep-core:
PhysicalThing
.
ep-prodact:
descriptionOfSource
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ep-prodact:
DataAcquisitionActivity
;
rdfs:
label
"description of source"
^^
xsd:
string
.
ep-prodact:
destination
rdf:
type
owl:
TransitiveProperty
;
rdfs:
domain
ep-prodact:
MovementOfProduct
;
...
...
@@ -899,7 +914,7 @@ ep-prodact:facilityShutdown
rdfs:
range
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
ep-prodact:
glycolDensity
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
range
ep-core:
Density
.
ep-prodact:
hasDischargeFlow
...
...
@@ -909,7 +924,7 @@ ep-prodact:hasDischargeFlow
rdfs:
range
<http://www.reportinghub.no/ep/schema/flow#Flow>
.
ep-prodact:
hasGasLiftChoke
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#WellTest>
;
rdfs:
label
"has gas lift choke"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke>
.
...
...
@@ -927,7 +942,7 @@ ep-prodact:hasPredecessor
rdfs:
range
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
hasShutInPressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
;
rdfs:
label
"has shut-in pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
...
...
@@ -939,25 +954,25 @@ ep-prodact:hasValidPredecessor
rdfs:
range
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
ep-prodact:
injectionWellTestMaximumAnnularPressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-prodact:
InjectionWellTest
;
rdfs:
label
"injection well test maximum annular pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-prodact:
injectionWellTestMinimumAnnularPressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-prodact:
InjectionWellTest
;
rdfs:
label
"injection well test minimum annular pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-prodact:
injectionWellTestWellheadFlowingPressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-prodact:
InjectionWellTest
;
rdfs:
label
"injection well test wellhead flowing pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-prodact:
injectionWellTestWellheadMaximumPressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-prodact:
InjectionWellTest
;
rdfs:
label
"injection well test wellhead maximum pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
...
...
@@ -969,7 +984,7 @@ ep-prodact:measuredFlow
rdfs:
range
<http://www.reportinghub.no/ep/schema/flow#Flow>
.
ep-prodact:
movedProduct
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-prodact:
MovementOfProduct
;
rdfs:
label
"moved product"
^^
xsd:
string
.
...
...
@@ -1014,7 +1029,7 @@ ep-prodact:noOfSpillsOrLeaks
rdfs:
range
xsd:
integer
.
ep-prodact:
noOfSystemAlarms
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
label
"number of system alarms"
^^
xsd:
string
;
rdfs:
range
xsd:
integer
.
...
...
@@ -1024,7 +1039,7 @@ ep-prodact:oilInWater
rdfs:
range
ep-core:
MassPerUnitMassConcentration
.
ep-prodact:
onProductionFacility
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
label
"on facility"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility>
.
...
...
@@ -1049,7 +1064,7 @@ ep-prodact:phenolDensity
rdfs:
range
ep-core:
Density
.
ep-prodact:
processingLost
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-prodact:
ProductionOperationProcessingLoss
;
rdfs:
range
ep-material:
QuantityOfMaterial
.
...
...
@@ -1059,13 +1074,13 @@ ep-prodact:productionActivityPeriodClassification
rdfs:
range
ep-prodact:
ProductionOperationClassByDuration
.
ep-prodact:
productionOperator
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
;
rdfs:
label
"production operator"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-prodact:
remainingActivity
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-prodact:
LastPartOfTypeRemainingActivityPair
;
rdfs:
label
"remaining activity"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/activity#Activity>
.
...
...
@@ -1100,7 +1115,7 @@ ep-prodact:samplingPerformedAt
rdfs:
range
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
ep-prodact:
samplingPerformedAtPointInSpace
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-prodact:
FluidSamplingAndAnalysis
;
rdfs:
label
"sampling performed at point in space"
^^
xsd:
string
;
rdfs:
range
ep-core:
TemporalPartOfAPointInSpace
.
...
...
@@ -1124,13 +1139,13 @@ ep-prodact:sourceOrganization
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-prodact:
testedWellBoreInterval
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/activity#WellTest>
;
rdfs:
label
"tested wellbore interval"
^^
xsd:
string
;
rdfs:
range
ep-core:
PhysicalObject
.
ep-prodact:
timeWorked
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-prodact:
ProductionOperation
;
rdfs:
label
"time worked"
^^
xsd:
string
;
rdfs:
range
ep-core:
TimeDuration
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0.ttl
View file @
68d1bb4
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment