David Leal

Organization and Production-organization schemas merged

1 -# Saved by TopBraid on Sun Sep 11 08:18:34 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/organization 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/organization
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 2 # imports: http://www.reportinghub.no/ep/schema/1.0/core
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 4
5 @prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . 5 @prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -10,20 +10,115 @@ ...@@ -10,20 +10,115 @@
10 10
11 <http://www.reportinghub.no/ep/schema/1.0/organization> 11 <http://www.reportinghub.no/ep/schema/1.0/organization>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 owl:versionInfo "0.1.0"^^xsd:string . 14 owl:versionInfo "0.1.0"^^xsd:string .
15 15
16 +ep-org:CateringCrew
17 + rdf:type owl:Class , ep-org:CrewType ;
18 + rdfs:label "catering crew"^^xsd:string ;
19 + rdfs:subClassOf ep-org:Crew .
20 +
21 +ep-org:CommercialEntity
22 + rdf:type owl:Class ;
23 + rdfs:label "commercial entity"^^xsd:string ;
24 + rdfs:subClassOf ep-org:PersonOrOrganization .
25 +
16 ep-org:Company 26 ep-org:Company
17 rdf:type owl:Class ; 27 rdf:type owl:Class ;
18 rdfs:label "Company"^^xsd:string ; 28 rdfs:label "Company"^^xsd:string ;
19 rdfs:subClassOf ep-org:Organization-WholeLife . 29 rdfs:subClassOf ep-org:Organization-WholeLife .
20 30
31 +ep-org:ContractorCrew
32 + rdf:type owl:Class , ep-org:CrewType ;
33 + rdfs:label "contractor crew"^^xsd:string ;
34 + rdfs:subClassOf ep-org:Crew .
35 +
36 +ep-org:Crew
37 + rdf:type owl:Class ;
38 + rdfs:label "crew"^^xsd:string ;
39 + rdfs:subClassOf ep-org:Organization .
40 +
41 +ep-org:CrewType
42 + rdf:type rdfs:Class ;
43 + rdfs:label "crew type"^^xsd:string ;
44 + rdfs:subClassOf owl:Class .
45 +
46 +ep-org:DayVisitorCrew
47 + rdf:type owl:Class , ep-org:CrewType ;
48 + rdfs:label "day visitor crew"^^xsd:string ;
49 + rdfs:subClassOf ep-org:Crew .
50 +
51 +ep-org:DrillingContractCrew
52 + rdf:type owl:Class , ep-org:CrewType ;
53 + rdfs:label "drilling contract crew"^^xsd:string ;
54 + rdfs:subClassOf ep-org:Crew .
55 +
56 +ep-org:NonOperatorOvernightVisitorCrew
57 + rdf:type owl:Class , ep-org:CrewType ;
58 + rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
59 + rdfs:subClassOf ep-org:Crew .
60 +
61 +ep-org:OperatorNormalCrew
62 + rdf:type owl:Class , ep-org:CrewType ;
63 + rdfs:label "operator normal crew"^^xsd:string ;
64 + rdfs:subClassOf ep-org:Crew .
65 +
66 +ep-org:OperatorOvernightVisitorCrew
67 + rdf:type owl:Class , ep-org:CrewType ;
68 + rdfs:label "operator overnight visitor crew"^^xsd:string ;
69 + rdfs:subClassOf ep-org:Crew .
70 +
21 ep-org:Organization 71 ep-org:Organization
22 rdf:type owl:Class ; 72 rdf:type owl:Class ;
23 rdfs:label "organization"^^xsd:string ; 73 rdfs:label "organization"^^xsd:string ;
24 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 74 + rdfs:subClassOf ep-org:PersonOrOrganization , <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
25 75
26 ep-org:Organization-WholeLife 76 ep-org:Organization-WholeLife
27 rdf:type owl:Class ; 77 rdf:type owl:Class ;
28 rdfs:label "organization - whole life"^^xsd:string ; 78 rdfs:label "organization - whole life"^^xsd:string ;
29 rdfs:subClassOf ep-org:Organization . 79 rdfs:subClassOf ep-org:Organization .
80 +
81 +ep-org:Person
82 + rdf:type owl:Class ;
83 + rdfs:subClassOf ep-org:PersonOrOrganization .
84 +
85 +ep-org:PersonOrOrganization
86 + rdf:type owl:Class ;
87 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
88 +
89 +ep-org:PersonRole
90 + rdf:type owl:Class ;
91 + rdfs:label "person role"^^xsd:string ;
92 + rdfs:subClassOf ep-org:Person .
93 +
94 +ep-org:PersonRoleType
95 + rdf:type rdfs:Class ;
96 + rdfs:label "person role type"^^xsd:string ;
97 + rdfs:subClassOf owl:Class .
98 +
99 +ep-org:TotalCrew
100 + rdf:type owl:Class , ep-org:CrewType ;
101 + rdfs:label "total crew"^^xsd:string ;
102 + rdfs:subClassOf ep-org:Crew .
103 +
104 +ep-org:WholeLifePerson
105 + rdf:type owl:Class ;
106 + rdfs:label "whole life person"^^xsd:string ;
107 + rdfs:subClassOf ep-org:Person .
108 +
109 +ep-org:hasCrew
110 + rdf:type owl:ObjectProperty ;
111 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
112 + rdfs:label "has crew"^^xsd:string ;
113 + rdfs:range ep-org:Crew .
114 +
115 +ep-org:numberInCrew
116 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
117 + rdfs:domain ep-org:Crew ;
118 + rdfs:label "number in crew"^^xsd:string .
119 +
120 +ep-org:owner
121 + rdf:type owl:ObjectProperty ;
122 + rdfs:domain owl:Thing ;
123 + rdfs:label "owner"^^xsd:string ;
124 + rdfs:range ep-org:PersonOrOrganization .
......
...@@ -6,12 +6,13 @@ ...@@ -6,12 +6,13 @@
6 # imports: http://www.reportinghub.no/ep/schema/1.0/flow 6 # imports: http://www.reportinghub.no/ep/schema/1.0/flow
7 # imports: http://www.reportinghub.no/ep/schema/1.0/geography 7 # imports: http://www.reportinghub.no/ep/schema/1.0/geography
8 # imports: http://www.reportinghub.no/ep/schema/1.0/material 8 # imports: http://www.reportinghub.no/ep/schema/1.0/material
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
9 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core 10 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core
10 # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment 11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility 12 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
12 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
13 # imports: http://www.reportinghub.no/ep/schema/1.0/well 13 # imports: http://www.reportinghub.no/ep/schema/1.0/well
14 14
15 +# c14n-version: 3
15 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 16 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
16 @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 17 @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
17 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 18 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
...@@ -19,1115 +20,1255 @@ ...@@ -19,1115 +20,1255 @@
19 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 20 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
20 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 21 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
21 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 22 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
22 -
23 <http://www.reportinghub.no/ep/schema/1.0/production-activity> 23 <http://www.reportinghub.no/ep/schema/1.0/production-activity>
24 rdf:type owl:Ontology ; 24 rdf:type owl:Ontology ;
25 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <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/production-core> ; 25 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> ;
26 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 26 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
27 - 27 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
28 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> ;
29 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> ;
30 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/geography> ;
31 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> ;
32 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> ;
33 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
34 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ;
35 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> ;
36 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ;
37 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
38 +.
28 <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> 39 <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity>
29 - rdf:type ep-prodact:ProductionOperationClassByDuration . 40 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
30 - 41 +.
31 <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> 42 <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity>
32 - rdf:type ep-prodact:ProductionOperationClassByDuration . 43 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
33 - 44 +.
34 <http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> 45 <http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate>
35 rdf:type owl:Class ; 46 rdf:type owl:Class ;
36 rdfs:label "production activity to date"^^xsd:string ; 47 rdfs:label "production activity to date"^^xsd:string ;
37 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 48 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
38 - 49 +.
39 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 50 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
40 rdf:type owl:Class ; 51 rdf:type owl:Class ;
41 rdfs:label "production well test"^^xsd:string ; 52 rdfs:label "production well test"^^xsd:string ;
42 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 53 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
43 - 54 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
55 +.
44 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 56 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
45 - rdf:type ep-prodact:ProductionOperationClassByDuration . 57 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
46 - 58 +.
47 <http://www.reportinghub.no/ep/schema/activity#WellOperation> 59 <http://www.reportinghub.no/ep/schema/activity#WellOperation>
48 - rdf:type ep-prodact:ProductionActivityType . 60 + rdf:type ep-prodact:ProductionActivityType ;
49 - 61 +.
50 <http://www.reportinghub.no/ep/schema/activity#hasFlow> 62 <http://www.reportinghub.no/ep/schema/activity#hasFlow>
51 rdf:type owl:ObjectProperty ; 63 rdf:type owl:ObjectProperty ;
52 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 64 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
53 rdfs:label "has flow"^^xsd:string ; 65 rdfs:label "has flow"^^xsd:string ;
54 - rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . 66 + rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> ;
55 - 67 +.
56 ep-prodact:AccidentOrInjury 68 ep-prodact:AccidentOrInjury
57 rdf:type owl:Class ; 69 rdf:type owl:Class ;
58 rdfs:label "accident or injury"^^xsd:string ; 70 rdfs:label "accident or injury"^^xsd:string ;
59 - rdfs:subClassOf ep-prodact:Incident . 71 + rdfs:subClassOf ep-prodact:Incident ;
60 - 72 +.
61 ep-prodact:AccidentPreventionExercise 73 ep-prodact:AccidentPreventionExercise
62 rdf:type owl:Class ; 74 rdf:type owl:Class ;
63 rdfs:label "accident prevention exercise"^^xsd:string ; 75 rdfs:label "accident prevention exercise"^^xsd:string ;
64 - rdfs:subClassOf ep-prodact:DrillOrExcercise . 76 + rdfs:subClassOf ep-prodact:DrillOrExcercise ;
65 - 77 +.
66 ep-prodact:AdministerFirstAid 78 ep-prodact:AdministerFirstAid
67 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 79 + rdf:type ep-prodact:SafetyActivityType ;
80 + rdf:type owl:Class ;
68 rdfs:label "administer first aid"^^xsd:string ; 81 rdfs:label "administer first aid"^^xsd:string ;
69 - rdfs:subClassOf ep-prodact:MedicalTreatment . 82 + rdfs:subClassOf ep-prodact:MedicalTreatment ;
70 - 83 +.
71 ep-prodact:AirTrafficOperation 84 ep-prodact:AirTrafficOperation
72 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 85 + rdf:type ep-prodact:ProductionActivityType ;
86 + rdf:type owl:Class ;
73 rdfs:label "air traffic operation"^^xsd:string ; 87 rdfs:label "air traffic operation"^^xsd:string ;
74 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 88 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
75 - 89 + rdfs:subClassOf ep-prodact:TransportationActivity ;
90 +.
76 ep-prodact:Alarm 91 ep-prodact:Alarm
77 rdf:type owl:Class ; 92 rdf:type owl:Class ;
78 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 93 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
79 - 94 +.
80 ep-prodact:AlarmType 95 ep-prodact:AlarmType
81 rdf:type rdfs:Class ; 96 rdf:type rdfs:Class ;
82 rdfs:label "alarm type"^^xsd:string ; 97 rdfs:label "alarm type"^^xsd:string ;
83 - rdfs:subClassOf owl:Class . 98 + rdfs:subClassOf owl:Class ;
84 - 99 +.
85 ep-prodact:AlertLevel 100 ep-prodact:AlertLevel
86 rdf:type rdfs:Class ; 101 rdf:type rdfs:Class ;
87 rdfs:label "alert level"^^xsd:string ; 102 rdfs:label "alert level"^^xsd:string ;
88 - rdfs:subClassOf owl:Class . 103 + rdfs:subClassOf owl:Class ;
89 - 104 +.
90 ep-prodact:AlertType 105 ep-prodact:AlertType
91 rdf:type rdfs:Class ; 106 rdf:type rdfs:Class ;
92 rdfs:label "alert type"^^xsd:string ; 107 rdfs:label "alert type"^^xsd:string ;
93 - rdfs:subClassOf owl:Class . 108 + rdfs:subClassOf owl:Class ;
94 - 109 +.
95 ep-prodact:AllocateSplitFactors 110 ep-prodact:AllocateSplitFactors
96 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 111 + rdf:type ep-prodact:SplitFactorDeterminationType ;
112 + rdf:type owl:Class ;
97 rdfs:label "allocate split factors"^^xsd:string ; 113 rdfs:label "allocate split factors"^^xsd:string ;
98 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 114 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
99 - 115 +.
100 ep-prodact:AnnualProductionActivity 116 ep-prodact:AnnualProductionActivity
101 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 117 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
102 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 118 + rdf:type owl:Class ;
103 - 119 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
120 +.
104 ep-prodact:AnnualProductionActivityToDate 121 ep-prodact:AnnualProductionActivityToDate
105 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 122 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
106 - rdfs:subClassOf ep-prodact:AnnualProductionActivity . 123 + rdf:type owl:Class ;
107 - 124 + rdfs:subClassOf ep-prodact:AnnualProductionActivity ;
125 +.
108 ep-prodact:AnnualProductionOperationToDate 126 ep-prodact:AnnualProductionOperationToDate
109 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 127 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
128 + rdf:type owl:Class ;
110 rdfs:label "annual production operation to date"^^xsd:string ; 129 rdfs:label "annual production operation to date"^^xsd:string ;
111 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . 130 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate ;
112 - 131 + rdfs:subClassOf ep-prodact:ProductionOperation ;
132 +.
113 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 133 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
114 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 134 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
115 - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . 135 + rdf:type owl:Class ;
116 - 136 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate ;
137 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity ;
138 +.
117 ep-prodact:BasketMovement 139 ep-prodact:BasketMovement
118 rdf:type owl:Class ; 140 rdf:type owl:Class ;
119 rdfs:label "basket movement"^^xsd:string ; 141 rdfs:label "basket movement"^^xsd:string ;
120 - rdfs:subClassOf ep-prodact:MarineOperation . 142 + rdfs:subClassOf ep-prodact:MarineOperation ;
121 - 143 +.
122 ep-prodact:CargoShipOperation 144 ep-prodact:CargoShipOperation
123 rdf:type owl:Class ; 145 rdf:type owl:Class ;
124 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 146 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
125 - 147 + rdfs:subClassOf ep-prodact:TransportationActivity ;
148 +.
126 ep-prodact:ConstructionOperation 149 ep-prodact:ConstructionOperation
127 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 150 + rdf:type ep-prodact:ProductionActivityType ;
151 + rdf:type owl:Class ;
128 rdfs:label "construction operation"^^xsd:string ; 152 rdfs:label "construction operation"^^xsd:string ;
129 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 153 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
130 - 154 +.
131 ep-prodact:CumulativeProductionActivitySinceProductionBegan 155 ep-prodact:CumulativeProductionActivitySinceProductionBegan
132 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 156 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
133 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 157 + rdf:type owl:Class ;
134 - 158 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
159 +.
135 ep-prodact:DailyProductionOperation 160 ep-prodact:DailyProductionOperation
136 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 161 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
162 + rdf:type owl:Class ;
137 rdfs:label "daily production operation"^^xsd:string ; 163 rdfs:label "daily production operation"^^xsd:string ;
138 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperation . 164 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ;
139 - 165 + rdfs:subClassOf ep-prodact:ProductionOperation ;
166 +.
140 ep-prodact:DailyProductionOperationProcessingLoss 167 ep-prodact:DailyProductionOperationProcessingLoss
141 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 168 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
169 + rdf:type owl:Class ;
142 rdfs:label "daily production operation processing loss"^^xsd:string ; 170 rdfs:label "daily production operation processing loss"^^xsd:string ;
143 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 171 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
144 - 172 +.
145 ep-prodact:DailyProductionVolumeActivity 173 ep-prodact:DailyProductionVolumeActivity
146 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 174 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
147 - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . 175 + rdf:type owl:Class ;
148 - 176 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ;
177 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity ;
178 +.
149 ep-prodact:DefinedHazardAndAccidentSituation 179 ep-prodact:DefinedHazardAndAccidentSituation
150 rdf:type owl:Class ; 180 rdf:type owl:Class ;
151 rdfs:label "defined hazard and accident situation"^^xsd:string ; 181 rdfs:label "defined hazard and accident situation"^^xsd:string ;
152 - rdfs:subClassOf ep-prodact:Incident . 182 + rdfs:subClassOf ep-prodact:Incident ;
153 - 183 +.
154 ep-prodact:Deviation 184 ep-prodact:Deviation
155 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 185 + rdf:type ep-prodact:ProductionActivityType ;
186 + rdf:type owl:Class ;
156 rdfs:label "deviation"^^xsd:string ; 187 rdfs:label "deviation"^^xsd:string ;
157 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 188 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
158 - 189 +.
159 ep-prodact:DischargeWater 190 ep-prodact:DischargeWater
160 rdf:type owl:Class ; 191 rdf:type owl:Class ;
161 rdfs:label "discharge water"^^xsd:string ; 192 rdfs:label "discharge water"^^xsd:string ;
162 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 193 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
163 - 194 +.
164 ep-prodact:DrillOrExcercise 195 ep-prodact:DrillOrExcercise
165 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 196 + rdf:type ep-prodact:SafetyActivityType ;
197 + rdf:type owl:Class ;
166 rdfs:label "drill or exercise"^^xsd:string ; 198 rdfs:label "drill or exercise"^^xsd:string ;
167 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 199 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
168 - 200 +.
169 ep-prodact:ExtendedMaintenanceTurnaround 201 ep-prodact:ExtendedMaintenanceTurnaround
170 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 202 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
203 + rdf:type owl:Class ;
171 rdfs:label "extended maintenance turnaround"^^xsd:string ; 204 rdfs:label "extended maintenance turnaround"^^xsd:string ;
172 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 205 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
173 - 206 +.
174 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 207 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
175 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 208 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
209 + rdf:type owl:Class ;
176 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 210 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
177 - rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 211 + rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround ;
178 - 212 +.
179 ep-prodact:Fire 213 ep-prodact:Fire
180 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 214 + rdf:type ep-prodact:SafetyActivityType ;
215 + rdf:type owl:Class ;
181 rdfs:label "fire"^^xsd:string ; 216 rdfs:label "fire"^^xsd:string ;
182 - rdfs:subClassOf ep-prodact:Incident . 217 + rdfs:subClassOf ep-prodact:Incident ;
183 - 218 +.
184 ep-prodact:FluidLevelTest 219 ep-prodact:FluidLevelTest
185 rdf:type owl:Class ; 220 rdf:type owl:Class ;
186 rdfs:label "fluid level test"^^xsd:string ; 221 rdfs:label "fluid level test"^^xsd:string ;
187 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 222 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
188 - 223 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
224 +.
189 ep-prodact:FluidSampling-DST 225 ep-prodact:FluidSampling-DST
190 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 226 + rdf:type ep-prodact:FluidSamplingType ;
227 + rdf:type owl:Class ;
191 rdfs:label "fluid sampling - DST"^^xsd:string ; 228 rdfs:label "fluid sampling - DST"^^xsd:string ;
192 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 229 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
193 - 230 +.
194 ep-prodact:FluidSampling-RFTorMDT 231 ep-prodact:FluidSampling-RFTorMDT
195 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 232 + rdf:type ep-prodact:FluidSamplingType ;
233 + rdf:type owl:Class ;
196 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 234 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
197 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 235 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
198 - 236 +.
199 ep-prodact:FluidSampling-bottomhole 237 ep-prodact:FluidSampling-bottomhole
200 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 238 + rdf:type ep-prodact:FluidSamplingType ;
239 + rdf:type owl:Class ;
201 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 240 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
202 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 241 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
203 - 242 +.
204 ep-prodact:FluidSampling-formationTester 243 ep-prodact:FluidSampling-formationTester
205 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 244 + rdf:type ep-prodact:FluidSamplingType ;
245 + rdf:type owl:Class ;
206 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 246 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
207 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 247 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
208 - 248 +.
209 ep-prodact:FluidSampling-recombined 249 ep-prodact:FluidSampling-recombined
210 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 250 + rdf:type ep-prodact:FluidSamplingType ;
251 + rdf:type owl:Class ;
211 rdfs:label "fluid sampling - recombined"^^xsd:string ; 252 rdfs:label "fluid sampling - recombined"^^xsd:string ;
212 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 253 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
213 - 254 +.
214 ep-prodact:FluidSampling-separatorGas 255 ep-prodact:FluidSampling-separatorGas
215 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 256 + rdf:type ep-prodact:FluidSamplingType ;
257 + rdf:type owl:Class ;
216 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 258 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
217 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 259 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
218 - 260 +.
219 ep-prodact:FluidSampling-separatorOil 261 ep-prodact:FluidSampling-separatorOil
220 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 262 + rdf:type ep-prodact:FluidSamplingType ;
263 + rdf:type owl:Class ;
221 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 264 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
222 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 265 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
223 - 266 +.
224 ep-prodact:FluidSampling-separatorWater 267 ep-prodact:FluidSampling-separatorWater
225 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 268 + rdf:type ep-prodact:FluidSamplingType ;
269 + rdf:type owl:Class ;
226 rdfs:label "fluid sampling - separator water"^^xsd:string ; 270 rdfs:label "fluid sampling - separator water"^^xsd:string ;
227 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 271 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
228 - 272 +.
229 ep-prodact:FluidSampling-synthetic 273 ep-prodact:FluidSampling-synthetic
230 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 274 + rdf:type ep-prodact:FluidSamplingType ;
275 + rdf:type owl:Class ;
231 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 276 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
232 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 277 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
233 - 278 +.
234 ep-prodact:FluidSampling-wellhead 279 ep-prodact:FluidSampling-wellhead
235 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 280 + rdf:type ep-prodact:FluidSamplingType ;
281 + rdf:type owl:Class ;
236 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 282 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
237 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 283 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
238 - 284 +.
239 ep-prodact:FluidSamplingAndAnalysis 285 ep-prodact:FluidSamplingAndAnalysis
240 rdf:type owl:Class ; 286 rdf:type owl:Class ;
241 rdfs:label "fluid sampling and analysis"^^xsd:string ; 287 rdfs:label "fluid sampling and analysis"^^xsd:string ;
242 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 288 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
243 - 289 +.
244 ep-prodact:FluidSamplingType 290 ep-prodact:FluidSamplingType
245 rdf:type rdfs:Class ; 291 rdf:type rdfs:Class ;
246 rdfs:label "fluid sampling type"^^xsd:string ; 292 rdfs:label "fluid sampling type"^^xsd:string ;
247 - rdfs:subClassOf owl:Class . 293 + rdfs:subClassOf owl:Class ;
248 - 294 +.
249 ep-prodact:FusionOfHSEActivitiesOverPeriod 295 ep-prodact:FusionOfHSEActivitiesOverPeriod
250 rdf:type owl:Class ; 296 rdf:type owl:Class ;
251 - rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . 297 + rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ;
252 - 298 +.
253 ep-prodact:FusionOfPartsOfProductionActivityOverPeriod 299 ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
254 rdf:type owl:Class ; 300 rdf:type owl:Class ;
255 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 301 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
256 - 302 +.
257 ep-prodact:HSEProblem 303 ep-prodact:HSEProblem
258 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 304 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
305 + rdf:type owl:Class ;
259 rdfs:label "HSE problem"^^xsd:string ; 306 rdfs:label "HSE problem"^^xsd:string ;
260 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 307 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
261 - 308 +.
262 ep-prodact:HealthSafetyAndEnvironmentActivity 309 ep-prodact:HealthSafetyAndEnvironmentActivity
263 rdf:type owl:Class ; 310 rdf:type owl:Class ;
264 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 311 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
265 - 312 +.
266 ep-prodact:Incident 313 ep-prodact:Incident
267 rdf:type owl:Class ; 314 rdf:type owl:Class ;
268 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 315 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
269 - 316 +.
270 ep-prodact:InitialWellTest 317 ep-prodact:InitialWellTest
271 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 318 + rdf:type ep-prodact:WellTestReasonType ;
319 + rdf:type owl:Class ;
272 rdfs:label "initial"^^xsd:string ; 320 rdfs:label "initial"^^xsd:string ;
273 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 321 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
274 - 322 +.
275 ep-prodact:InjectionWellTest 323 ep-prodact:InjectionWellTest
276 rdf:type owl:Class ; 324 rdf:type owl:Class ;
277 rdfs:label "injection well test"^^xsd:string ; 325 rdfs:label "injection well test"^^xsd:string ;
278 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 326 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
279 - 327 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
328 +.
280 ep-prodact:Injury 329 ep-prodact:Injury
281 rdf:type owl:Class ; 330 rdf:type owl:Class ;
282 rdfs:label "injury"^^xsd:string ; 331 rdfs:label "injury"^^xsd:string ;
283 - rdfs:subClassOf ep-prodact:AccidentOrInjury . 332 + rdfs:subClassOf ep-prodact:AccidentOrInjury ;
284 - 333 +.
285 ep-prodact:IssueBillOfLading 334 ep-prodact:IssueBillOfLading
286 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 335 + rdf:type ep-prodact:SalesActivityType ;
336 + rdf:type owl:Class ;
287 rdfs:label "issue bill of lading"^^xsd:string ; 337 rdfs:label "issue bill of lading"^^xsd:string ;
288 - rdfs:subClassOf ep-prodact:SalesActivity . 338 + rdfs:subClassOf ep-prodact:SalesActivity ;
289 - 339 +.
290 ep-prodact:IssueWorkPermit 340 ep-prodact:IssueWorkPermit
291 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 341 + rdf:type ep-prodact:SafetyActivityType ;
342 + rdf:type owl:Class ;
292 rdfs:label "issue work permit"^^xsd:string ; 343 rdfs:label "issue work permit"^^xsd:string ;
293 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 344 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
294 - 345 +.
295 ep-prodact:IssueWorkPermitWithSJA 346 ep-prodact:IssueWorkPermitWithSJA
296 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 347 + rdf:type ep-prodact:SafetyActivityType ;
348 + rdf:type owl:Class ;
297 rdfs:label "issue work permit with SJA"^^xsd:string ; 349 rdfs:label "issue work permit with SJA"^^xsd:string ;
298 - rdfs:subClassOf ep-prodact:IssueWorkPermit . 350 + rdfs:subClassOf ep-prodact:IssueWorkPermit ;
299 - 351 +.
300 ep-prodact:JobObservation 352 ep-prodact:JobObservation
301 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 353 + rdf:type ep-prodact:SafetyActivityType ;
354 + rdf:type owl:Class ;
302 rdfs:label "job observation"^^xsd:string ; 355 rdfs:label "job observation"^^xsd:string ;
303 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 356 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
304 - 357 +.
305 ep-prodact:LastPartOfTypeRemainingActivityPair 358 ep-prodact:LastPartOfTypeRemainingActivityPair
306 rdf:type owl:Class ; 359 rdf:type owl:Class ;
307 rdfs:label "last part of type - remaining activity pair"^^xsd:string ; 360 rdfs:label "last part of type - remaining activity pair"^^xsd:string ;
308 - rdfs:subClassOf owl:Thing . 361 + rdfs:subClassOf owl:Thing ;
309 - 362 +.
310 ep-prodact:LostTimeAccident 363 ep-prodact:LostTimeAccident
311 rdf:type owl:Class ; 364 rdf:type owl:Class ;
312 - rdfs:subClassOf ep-prodact:Incident . 365 + rdfs:subClassOf ep-prodact:Incident ;
313 - 366 +.
314 ep-prodact:LostTimeIncident 367 ep-prodact:LostTimeIncident
315 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 368 + rdf:type ep-prodact:SafetyActivityType ;
369 + rdf:type owl:Class ;
316 rdfs:label "lost time incident"^^xsd:string ; 370 rdfs:label "lost time incident"^^xsd:string ;
317 - rdfs:subClassOf ep-prodact:Incident . 371 + rdfs:subClassOf ep-prodact:Incident ;
318 - 372 +.
319 ep-prodact:MaintenanceActivity 373 ep-prodact:MaintenanceActivity
320 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 374 + rdf:type ep-prodact:ProductionActivityType ;
375 + rdf:type owl:Class ;
321 rdfs:label "maintenance activity"^^xsd:string ; 376 rdfs:label "maintenance activity"^^xsd:string ;
322 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 377 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
323 - 378 +.
324 ep-prodact:MakeAComment 379 ep-prodact:MakeAComment
325 rdf:type owl:Class ; 380 rdf:type owl:Class ;
326 rdfs:label "make a comment"^^xsd:string ; 381 rdfs:label "make a comment"^^xsd:string ;
327 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 382 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
328 - 383 +.
329 ep-prodact:MakeATransaction 384 ep-prodact:MakeATransaction
330 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 385 + rdf:type ep-prodact:SalesActivityType ;
386 + rdf:type owl:Class ;
331 rdfs:label "make a transaction"^^xsd:string ; 387 rdfs:label "make a transaction"^^xsd:string ;
332 - rdfs:subClassOf ep-prodact:SalesActivity . 388 + rdfs:subClassOf ep-prodact:SalesActivity ;
333 - 389 +.
334 ep-prodact:MarineOperation 390 ep-prodact:MarineOperation
335 rdf:type owl:Class ; 391 rdf:type owl:Class ;
336 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 392 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
337 - 393 + rdfs:subClassOf ep-prodact:TransportationActivity ;
394 +.
338 ep-prodact:MarkedGasLossOfExport 395 ep-prodact:MarkedGasLossOfExport
339 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 396 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
397 + rdf:type owl:Class ;
340 rdfs:label "marked gas loss of export"^^xsd:string ; 398 rdfs:label "marked gas loss of export"^^xsd:string ;
341 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 399 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
342 - 400 +.
343 ep-prodact:MarkedOilLossOfExport 401 ep-prodact:MarkedOilLossOfExport
344 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 402 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
403 + rdf:type owl:Class ;
345 rdfs:label "marked oil loss of export"^^xsd:string ; 404 rdfs:label "marked oil loss of export"^^xsd:string ;
346 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 405 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
347 - 406 +.
348 ep-prodact:MeasurePropertiesOfAFlow 407 ep-prodact:MeasurePropertiesOfAFlow
349 rdf:type owl:Class ; 408 rdf:type owl:Class ;
350 rdfs:label "measure properties of a flow"^^xsd:string ; 409 rdfs:label "measure properties of a flow"^^xsd:string ;
351 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 410 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
352 - 411 +.
353 ep-prodact:MeasureSplitFactors 412 ep-prodact:MeasureSplitFactors
354 - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; 413 + rdf:type ep-prodact:SplitFactorDeterminationType ;
414 + rdf:type owl:Class ;
355 rdfs:label "measure split factors"^^xsd:string ; 415 rdfs:label "measure split factors"^^xsd:string ;
356 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 416 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
357 - 417 +.
358 ep-prodact:MedicalTreatment 418 ep-prodact:MedicalTreatment
359 rdf:type owl:Class ; 419 rdf:type owl:Class ;
360 rdfs:label "medical treatment"^^xsd:string ; 420 rdfs:label "medical treatment"^^xsd:string ;
361 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 421 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
362 - 422 +.
363 ep-prodact:MedicalTreatmentInjury 423 ep-prodact:MedicalTreatmentInjury
364 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 424 + rdf:type ep-prodact:SafetyActivityType ;
425 + rdf:type owl:Class ;
365 rdfs:label "medical treatment"^^xsd:string ; 426 rdfs:label "medical treatment"^^xsd:string ;
366 - rdfs:subClassOf ep-prodact:Injury . 427 + rdfs:subClassOf ep-prodact:Injury ;
367 - 428 +.
368 ep-prodact:ModificationProject 429 ep-prodact:ModificationProject
369 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 430 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
431 + rdf:type owl:Class ;
370 rdfs:label "modification project"^^xsd:string ; 432 rdfs:label "modification project"^^xsd:string ;
371 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 433 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
372 - 434 +.
373 ep-prodact:MonthlyProductionActivity 435 ep-prodact:MonthlyProductionActivity
374 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 436 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
437 + rdf:type owl:Class ;
375 rdfs:label "monthly production activity"^^xsd:string ; 438 rdfs:label "monthly production activity"^^xsd:string ;
376 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 439 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
377 - 440 +.
378 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 441 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
379 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 442 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
380 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 443 + rdf:type owl:Class ;
381 - 444 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> ;
445 +.
382 ep-prodact:MonthlyProductionOperationToDate 446 ep-prodact:MonthlyProductionOperationToDate
383 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 447 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
448 + rdf:type owl:Class ;
384 rdfs:label "monthly production to date"^^xsd:string ; 449 rdfs:label "monthly production to date"^^xsd:string ;
385 - rdfs:subClassOf ep-prodact:ProductionOperation . 450 + rdfs:subClassOf ep-prodact:ProductionOperation ;
386 - 451 +.
387 ep-prodact:MovementOfProduct 452 ep-prodact:MovementOfProduct
388 rdf:type owl:Class ; 453 rdf:type owl:Class ;
389 rdfs:label "movement of product"^^xsd:string ; 454 rdfs:label "movement of product"^^xsd:string ;
390 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 455 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
391 - 456 +.
392 ep-prodact:MovementOfProductType 457 ep-prodact:MovementOfProductType
393 rdf:type rdfs:Class ; 458 rdf:type rdfs:Class ;
394 rdfs:label "movement of product type"^^xsd:string ; 459 rdfs:label "movement of product type"^^xsd:string ;
395 - rdfs:subClassOf owl:Class . 460 + rdfs:subClassOf owl:Class ;
396 - 461 +.
397 ep-prodact:NearMiss 462 ep-prodact:NearMiss
398 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 463 + rdf:type ep-prodact:SafetyActivityType ;
464 + rdf:type owl:Class ;
399 rdfs:label "near miss"^^xsd:string ; 465 rdfs:label "near miss"^^xsd:string ;
400 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 466 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
401 - 467 +.
402 ep-prodact:NotablePartOfProductionActivity 468 ep-prodact:NotablePartOfProductionActivity
403 rdf:type owl:Class ; 469 rdf:type owl:Class ;
404 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 470 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
405 - 471 +.
406 ep-prodact:OperationMistakes 472 ep-prodact:OperationMistakes
407 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 473 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
474 + rdf:type owl:Class ;
408 rdfs:label "operation mistakes"^^xsd:string ; 475 rdfs:label "operation mistakes"^^xsd:string ;
409 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 476 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
410 - 477 +.
411 ep-prodact:OtherProductionActivity 478 ep-prodact:OtherProductionActivity
412 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 479 + rdf:type ep-prodact:ProductionActivityType ;
480 + rdf:type owl:Class ;
413 rdfs:label "other production activity"^^xsd:string ; 481 rdfs:label "other production activity"^^xsd:string ;
414 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 482 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
415 - 483 +.
416 ep-prodact:OtherReasonWellTest 484 ep-prodact:OtherReasonWellTest
417 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 485 + rdf:type ep-prodact:WellTestReasonType ;
486 + rdf:type owl:Class ;
418 rdfs:label "other"^^xsd:string ; 487 rdfs:label "other"^^xsd:string ;
419 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 488 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
420 - 489 +.
421 ep-prodact:PartOfProductionActivity 490 ep-prodact:PartOfProductionActivity
422 rdf:type owl:Class ; 491 rdf:type owl:Class ;
423 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 492 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
424 - 493 +.
425 ep-prodact:PeriodicWellTest 494 ep-prodact:PeriodicWellTest
426 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 495 + rdf:type ep-prodact:WellTestReasonType ;
496 + rdf:type owl:Class ;
427 rdfs:label "periodic"^^xsd:string ; 497 rdfs:label "periodic"^^xsd:string ;
428 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 498 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
429 - 499 +.
430 ep-prodact:PersonnelSafetyIntroduction 500 ep-prodact:PersonnelSafetyIntroduction
431 rdf:type owl:Class ; 501 rdf:type owl:Class ;
432 rdfs:label "personnel safety introduction"^^xsd:string ; 502 rdfs:label "personnel safety introduction"^^xsd:string ;
433 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 503 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
434 - 504 +.
435 ep-prodact:PlannedMaintenanceTurnaround 505 ep-prodact:PlannedMaintenanceTurnaround
436 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 506 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
507 + rdf:type owl:Class ;
437 rdfs:label "planned maintenace turnaround"^^xsd:string ; 508 rdfs:label "planned maintenace turnaround"^^xsd:string ;
438 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 509 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
439 - 510 +.
440 ep-prodact:PowerStationFailure 511 ep-prodact:PowerStationFailure
441 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 512 + rdf:type ep-prodact:ProductionActivityType ;
513 + rdf:type owl:Class ;
442 rdfs:label "power station failure"^^xsd:string ; 514 rdfs:label "power station failure"^^xsd:string ;
443 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 515 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
444 - 516 +.
445 ep-prodact:PreventiveMaintenanceTopside 517 ep-prodact:PreventiveMaintenanceTopside
446 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 518 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
519 + rdf:type owl:Class ;
447 rdfs:label "preventive maintenace topside"^^xsd:string ; 520 rdfs:label "preventive maintenace topside"^^xsd:string ;
448 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 521 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
449 - 522 +.
450 ep-prodact:ProcessAndOperationProblem 523 ep-prodact:ProcessAndOperationProblem
451 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 524 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
525 + rdf:type owl:Class ;
452 rdfs:label "process and operation problem"^^xsd:string ; 526 rdfs:label "process and operation problem"^^xsd:string ;
453 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 527 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
454 - 528 +.
455 ep-prodact:ProductCompletedLifting 529 ep-prodact:ProductCompletedLifting
456 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 530 + rdf:type ep-prodact:MovementOfProductType ;
531 + rdf:type owl:Class ;
457 rdfs:label "product completed lifting"^^xsd:string ; 532 rdfs:label "product completed lifting"^^xsd:string ;
458 - rdfs:subClassOf ep-prodact:MovementOfProduct . 533 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
459 - 534 +.
460 ep-prodact:ProductDespatch 535 ep-prodact:ProductDespatch
461 rdf:type owl:Class ; 536 rdf:type owl:Class ;
462 rdfs:label "product despatch"^^xsd:string ; 537 rdfs:label "product despatch"^^xsd:string ;
463 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 538 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
464 - 539 +.
465 ep-prodact:ProductGain-Loss 540 ep-prodact:ProductGain-Loss
466 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 541 + rdf:type ep-prodact:MovementOfProductType ;
542 + rdf:type owl:Class ;
467 rdfs:label "product gain/loss"^^xsd:string ; 543 rdfs:label "product gain/loss"^^xsd:string ;
468 - rdfs:subClassOf ep-prodact:MovementOfProduct . 544 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
469 - 545 +.
470 ep-prodact:ProductInputToStorage 546 ep-prodact:ProductInputToStorage
471 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 547 + rdf:type ep-prodact:MovementOfProductType ;
548 + rdf:type owl:Class ;
472 rdfs:label "product input to storage"^^xsd:string ; 549 rdfs:label "product input to storage"^^xsd:string ;
473 - rdfs:subClassOf ep-prodact:MovementOfProduct . 550 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
474 - 551 +.
475 ep-prodact:ProductLifted 552 ep-prodact:ProductLifted
476 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 553 + rdf:type ep-prodact:MovementOfProductType ;
554 + rdf:type owl:Class ;
477 rdfs:label "product lifted"^^xsd:string ; 555 rdfs:label "product lifted"^^xsd:string ;
478 - rdfs:subClassOf ep-prodact:MovementOfProduct . 556 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
479 - 557 +.
480 ep-prodact:ProductLiftingEntitlement 558 ep-prodact:ProductLiftingEntitlement
481 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 559 + rdf:type ep-prodact:MovementOfProductType ;
560 + rdf:type owl:Class ;
482 rdfs:label "product lifting entitlement"^^xsd:string ; 561 rdfs:label "product lifting entitlement"^^xsd:string ;
483 - rdfs:subClassOf ep-prodact:MovementOfProduct . 562 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
484 - 563 +.
485 ep-prodact:ProductLiftingEntitlementRemaining 564 ep-prodact:ProductLiftingEntitlementRemaining
486 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 565 + rdf:type ep-prodact:MovementOfProductType ;
566 + rdf:type owl:Class ;
487 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 567 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
488 - rdfs:subClassOf ep-prodact:MovementOfProduct . 568 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
489 - 569 +.
490 ep-prodact:ProductLinePack 570 ep-prodact:ProductLinePack
491 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 571 + rdf:type ep-prodact:MovementOfProductType ;
572 + rdf:type owl:Class ;
492 rdfs:label "product line pack"^^xsd:string ; 573 rdfs:label "product line pack"^^xsd:string ;
493 - rdfs:subClassOf ep-prodact:MovementOfProduct . 574 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
494 - 575 +.
495 ep-prodact:ProductMassAdjustment 576 ep-prodact:ProductMassAdjustment
496 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 577 + rdf:type ep-prodact:MovementOfProductType ;
578 + rdf:type owl:Class ;
497 rdfs:label "product mass adjustment"^^xsd:string ; 579 rdfs:label "product mass adjustment"^^xsd:string ;
498 - rdfs:subClassOf ep-prodact:MovementOfProduct . 580 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
499 - 581 +.
500 ep-prodact:ProductPartialLifting 582 ep-prodact:ProductPartialLifting
501 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 583 + rdf:type ep-prodact:MovementOfProductType ;
584 + rdf:type owl:Class ;
502 rdfs:label "product partial lifting"^^xsd:string ; 585 rdfs:label "product partial lifting"^^xsd:string ;
503 - rdfs:subClassOf ep-prodact:MovementOfProduct . 586 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
504 - 587 +.
505 ep-prodact:ProductPipelineLifting 588 ep-prodact:ProductPipelineLifting
506 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 589 + rdf:type ep-prodact:MovementOfProductType ;
590 + rdf:type owl:Class ;
507 rdfs:label "product pipeline lifting"^^xsd:string ; 591 rdfs:label "product pipeline lifting"^^xsd:string ;
508 - rdfs:subClassOf ep-prodact:MovementOfProduct . 592 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
509 - 593 +.
510 ep-prodact:ProductProductionImbalance 594 ep-prodact:ProductProductionImbalance
511 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 595 + rdf:type ep-prodact:MovementOfProductType ;
596 + rdf:type owl:Class ;
512 rdfs:label "product production imbalance"^^xsd:string ; 597 rdfs:label "product production imbalance"^^xsd:string ;
513 - rdfs:subClassOf ep-prodact:MovementOfProduct . 598 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
514 - 599 +.
515 ep-prodact:ProductSwap 600 ep-prodact:ProductSwap
516 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 601 + rdf:type ep-prodact:MovementOfProductType ;
602 + rdf:type owl:Class ;
517 rdfs:label "product swap"^^xsd:string ; 603 rdfs:label "product swap"^^xsd:string ;
518 - rdfs:subClassOf ep-prodact:MovementOfProduct . 604 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
519 - 605 +.
520 ep-prodact:ProductTankerLifting 606 ep-prodact:ProductTankerLifting
521 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 607 + rdf:type ep-prodact:MovementOfProductType ;
608 + rdf:type owl:Class ;
522 rdfs:label "product tanker lifting"^^xsd:string ; 609 rdfs:label "product tanker lifting"^^xsd:string ;
523 - rdfs:subClassOf ep-prodact:MovementOfProduct . 610 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
524 - 611 +.
525 ep-prodact:ProductTransaction 612 ep-prodact:ProductTransaction
526 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 613 + rdf:type ep-prodact:MovementOfProductType ;
614 + rdf:type owl:Class ;
527 rdfs:label "product transaction"^^xsd:string ; 615 rdfs:label "product transaction"^^xsd:string ;
528 - rdfs:subClassOf ep-prodact:MovementOfProduct . 616 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
529 - 617 +.
530 ep-prodact:ProductTransfer 618 ep-prodact:ProductTransfer
531 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 619 + rdf:type ep-prodact:MovementOfProductType ;
620 + rdf:type owl:Class ;
532 rdfs:label "product transfer"^^xsd:string ; 621 rdfs:label "product transfer"^^xsd:string ;
533 - rdfs:subClassOf ep-prodact:MovementOfProduct . 622 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
534 - 623 +.
535 ep-prodact:ProductionActivityLastingLessThanAYear 624 ep-prodact:ProductionActivityLastingLessThanAYear
536 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 625 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
537 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 626 + rdf:type owl:Class ;
538 - 627 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
628 +.
539 ep-prodact:ProductionActivityType 629 ep-prodact:ProductionActivityType
540 rdf:type rdfs:Class ; 630 rdf:type rdfs:Class ;
541 rdfs:label "production activity type"^^xsd:string ; 631 rdfs:label "production activity type"^^xsd:string ;
542 - rdfs:subClassOf owl:Class . 632 + rdfs:subClassOf owl:Class ;
543 - 633 +.
544 ep-prodact:ProductionOperation 634 ep-prodact:ProductionOperation
545 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 635 + rdf:type ep-prodact:ProductionActivityType ;
636 + rdf:type owl:Class ;
546 rdfs:label "production operation"^^xsd:string ; 637 rdfs:label "production operation"^^xsd:string ;
547 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 638 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
548 - 639 +.
549 ep-prodact:ProductionOperationClassByDuration 640 ep-prodact:ProductionOperationClassByDuration
550 rdf:type rdfs:Class ; 641 rdf:type rdfs:Class ;
551 - rdfs:subClassOf owl:Class . 642 + rdfs:subClassOf owl:Class ;
552 - 643 +.
553 ep-prodact:ProductionOperationInjection 644 ep-prodact:ProductionOperationInjection
554 rdf:type owl:Class ; 645 rdf:type owl:Class ;
555 rdfs:label "production operation injection"^^xsd:string ; 646 rdfs:label "production operation injection"^^xsd:string ;
556 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 647 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
557 - 648 +.
558 ep-prodact:ProductionOperationMethodType 649 ep-prodact:ProductionOperationMethodType
559 rdf:type rdfs:Class ; 650 rdf:type rdfs:Class ;
560 rdfs:comment "e.g. 'flowing', 'pumping', 'gas lifted'"^^xsd:string ; 651 rdfs:comment "e.g. 'flowing', 'pumping', 'gas lifted'"^^xsd:string ;
561 rdfs:label "production operation method type"^^xsd:string ; 652 rdfs:label "production operation method type"^^xsd:string ;
562 - rdfs:subClassOf owl:Class . 653 + rdfs:subClassOf owl:Class ;
563 - 654 +.
564 ep-prodact:ProductionOperationProcessingLoss 655 ep-prodact:ProductionOperationProcessingLoss
565 rdf:type owl:Class ; 656 rdf:type owl:Class ;
566 rdfs:label "production operation processing loss"^^xsd:string ; 657 rdfs:label "production operation processing loss"^^xsd:string ;
567 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 658 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
568 - 659 +.
569 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 660 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
570 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 661 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
662 + rdf:type owl:Class ;
571 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 663 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
572 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 664 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
573 - 665 +.
574 ep-prodact:ProductionOperationProcessingRegulatoryReference 666 ep-prodact:ProductionOperationProcessingRegulatoryReference
575 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 667 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
668 + rdf:type owl:Class ;
576 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 669 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
577 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 670 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
578 - 671 +.
579 ep-prodact:ProductionOperationProduction 672 ep-prodact:ProductionOperationProduction
580 rdf:type owl:Class ; 673 rdf:type owl:Class ;
581 rdfs:label "production operation production"^^xsd:string ; 674 rdfs:label "production operation production"^^xsd:string ;
582 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 675 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
583 - 676 +.
584 ep-prodact:ProductionOperationProductionAndInjection 677 ep-prodact:ProductionOperationProductionAndInjection
585 rdf:type owl:Class ; 678 rdf:type owl:Class ;
586 rdfs:label "production operation production and injection"^^xsd:string ; 679 rdfs:label "production operation production and injection"^^xsd:string ;
587 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 680 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
588 - 681 +.
589 ep-prodact:ProductionVolumeActivity 682 ep-prodact:ProductionVolumeActivity
590 rdf:type owl:Class ; 683 rdf:type owl:Class ;
591 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 684 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
592 - 685 +.
593 ep-prodact:RaiseAnAlert 686 ep-prodact:RaiseAnAlert
594 rdf:type owl:Class ; 687 rdf:type owl:Class ;
595 rdfs:label "raise an alert"^^xsd:string ; 688 rdfs:label "raise an alert"^^xsd:string ;
596 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 689 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
597 - 690 +.
598 ep-prodact:ReasonForLossOfProcessingType 691 ep-prodact:ReasonForLossOfProcessingType
599 rdf:type rdfs:Class ; 692 rdf:type rdfs:Class ;
600 rdfs:label "reason for loss of processing type"^^xsd:string ; 693 rdfs:label "reason for loss of processing type"^^xsd:string ;
601 - rdfs:subClassOf owl:Class . 694 + rdfs:subClassOf owl:Class ;
602 - 695 +.
603 ep-prodact:ReleaseToAir 696 ep-prodact:ReleaseToAir
604 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 697 + rdf:type ep-prodact:SafetyActivityType ;
698 + rdf:type owl:Class ;
605 rdfs:label "release to air"^^xsd:string ; 699 rdfs:label "release to air"^^xsd:string ;
606 - rdfs:subClassOf ep-prodact:SpillOrLeak . 700 + rdfs:subClassOf ep-prodact:SpillOrLeak ;
607 - 701 +.
608 ep-prodact:ReleaseToWater 702 ep-prodact:ReleaseToWater
609 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 703 + rdf:type ep-prodact:SafetyActivityType ;
704 + rdf:type owl:Class ;
610 rdfs:label "release to water"^^xsd:string ; 705 rdfs:label "release to water"^^xsd:string ;
611 - rdfs:subClassOf ep-prodact:SpillOrLeak . 706 + rdfs:subClassOf ep-prodact:SpillOrLeak ;
612 - 707 +.
613 ep-prodact:ReportHazard 708 ep-prodact:ReportHazard
614 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 709 + rdf:type ep-prodact:SafetyActivityType ;
710 + rdf:type owl:Class ;
615 rdfs:label "report hazard"^^xsd:string ; 711 rdfs:label "report hazard"^^xsd:string ;
616 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 712 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
617 - 713 +.
618 ep-prodact:ReservoirLoss 714 ep-prodact:ReservoirLoss
619 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 715 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
716 + rdf:type owl:Class ;
620 rdfs:label "reservoir loss"^^xsd:string ; 717 rdfs:label "reservoir loss"^^xsd:string ;
621 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 718 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
622 - 719 +.
623 ep-prodact:RestrictedWork 720 ep-prodact:RestrictedWork
624 rdf:type owl:Class ; 721 rdf:type owl:Class ;
625 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 722 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
626 - 723 +.
627 ep-prodact:RestrictedWorkInjury 724 ep-prodact:RestrictedWorkInjury
628 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 725 + rdf:type ep-prodact:SafetyActivityType ;
726 + rdf:type owl:Class ;
629 rdfs:label "restricted work injury"^^xsd:string ; 727 rdfs:label "restricted work injury"^^xsd:string ;
630 - rdfs:subClassOf ep-prodact:Injury . 728 + rdfs:subClassOf ep-prodact:Injury ;
631 - 729 +.
632 ep-prodact:RevisionWellTest 730 ep-prodact:RevisionWellTest
633 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 731 + rdf:type ep-prodact:WellTestReasonType ;
732 + rdf:type owl:Class ;
634 rdfs:label "revision"^^xsd:string ; 733 rdfs:label "revision"^^xsd:string ;
635 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 734 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
636 - 735 +.
637 ep-prodact:SafetyActivityType 736 ep-prodact:SafetyActivityType
638 rdf:type rdfs:Class ; 737 rdf:type rdfs:Class ;
639 rdfs:label "safety activity type"^^xsd:string ; 738 rdfs:label "safety activity type"^^xsd:string ;
640 - rdfs:subClassOf owl:Class . 739 + rdfs:subClassOf owl:Class ;
641 - 740 +.
642 ep-prodact:SafetyConsideration 741 ep-prodact:SafetyConsideration
643 rdf:type owl:Class ; 742 rdf:type owl:Class ;
644 rdfs:label "safety consideration"^^xsd:string ; 743 rdfs:label "safety consideration"^^xsd:string ;
645 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 744 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
646 - 745 +.
647 ep-prodact:SafetyMeeting 746 ep-prodact:SafetyMeeting
648 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 747 + rdf:type ep-prodact:SafetyActivityType ;
748 + rdf:type owl:Class ;
649 rdfs:label "safety meeting"^^xsd:string ; 749 rdfs:label "safety meeting"^^xsd:string ;
650 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 750 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
651 - 751 +.
652 ep-prodact:SalesActivity 752 ep-prodact:SalesActivity
653 rdf:type owl:Class ; 753 rdf:type owl:Class ;
654 rdfs:label "sales activity"^^xsd:string ; 754 rdfs:label "sales activity"^^xsd:string ;
655 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 755 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
656 - 756 +.
657 ep-prodact:SalesActivityType 757 ep-prodact:SalesActivityType
658 rdf:type rdfs:Class ; 758 rdf:type rdfs:Class ;
659 rdfs:label "sales activity type"^^xsd:string ; 759 rdfs:label "sales activity type"^^xsd:string ;
660 - rdfs:subClassOf owl:Class . 760 + rdfs:subClassOf owl:Class ;
661 - 761 +.
662 ep-prodact:SentAshore 762 ep-prodact:SentAshore
663 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 763 + rdf:type ep-prodact:SafetyActivityType ;
764 + rdf:type owl:Class ;
664 rdfs:label "sent ashore"^^xsd:string ; 765 rdfs:label "sent ashore"^^xsd:string ;
665 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 766 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
666 - 767 +.
667 ep-prodact:SevereAccident 768 ep-prodact:SevereAccident
668 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 769 + rdf:type ep-prodact:SafetyActivityType ;
770 + rdf:type owl:Class ;
669 rdfs:label "severe accident"^^xsd:string ; 771 rdfs:label "severe accident"^^xsd:string ;
670 - rdfs:subClassOf ep-prodact:Incident . 772 + rdfs:subClassOf ep-prodact:Incident ;
671 - 773 +.
672 ep-prodact:ShutdownProduction 774 ep-prodact:ShutdownProduction
673 rdf:type owl:Class ; 775 rdf:type owl:Class ;
674 rdfs:label "shutdown production"^^xsd:string ; 776 rdfs:label "shutdown production"^^xsd:string ;
675 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 777 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
676 - 778 +.
677 ep-prodact:SickOnBoard 779 ep-prodact:SickOnBoard
678 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 780 + rdf:type ep-prodact:SafetyActivityType ;
781 + rdf:type owl:Class ;
679 rdfs:label "sick on board"^^xsd:string ; 782 rdfs:label "sick on board"^^xsd:string ;
680 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 783 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
681 - 784 +.
682 ep-prodact:SpillOrLeak 785 ep-prodact:SpillOrLeak
683 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 786 + rdf:type ep-prodact:SafetyActivityType ;
787 + rdf:type owl:Class ;
684 rdfs:label "spill or leak"^^xsd:string ; 788 rdfs:label "spill or leak"^^xsd:string ;
685 - rdfs:subClassOf ep-prodact:Incident . 789 + rdfs:subClassOf ep-prodact:Incident ;
686 - 790 +.
687 ep-prodact:SplitFactorDeterminationType 791 ep-prodact:SplitFactorDeterminationType
688 rdf:type rdfs:Class ; 792 rdf:type rdfs:Class ;
689 rdfs:label "split factor determination type"^^xsd:string ; 793 rdfs:label "split factor determination type"^^xsd:string ;
690 - rdfs:subClassOf owl:Class . 794 + rdfs:subClassOf owl:Class ;
691 - 795 +.
692 ep-prodact:StandbyVesselOperation 796 ep-prodact:StandbyVesselOperation
693 rdf:type owl:Class ; 797 rdf:type owl:Class ;
694 rdfs:label "standby vessel operation"^^xsd:string ; 798 rdfs:label "standby vessel operation"^^xsd:string ;
695 - rdfs:subClassOf ep-prodact:MarineOperation . 799 + rdfs:subClassOf ep-prodact:MarineOperation ;
696 - 800 +.
697 ep-prodact:StrikeOrLockout 801 ep-prodact:StrikeOrLockout
698 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 802 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
803 + rdf:type owl:Class ;
699 rdfs:label "strike or lock-out"^^xsd:string ; 804 rdfs:label "strike or lock-out"^^xsd:string ;
700 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 805 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
701 - 806 +.
702 ep-prodact:SupplyShipOperation 807 ep-prodact:SupplyShipOperation
703 rdf:type owl:Class ; 808 rdf:type owl:Class ;
704 rdfs:label "supply ship operation"^^xsd:string ; 809 rdfs:label "supply ship operation"^^xsd:string ;
705 - rdfs:subClassOf ep-prodact:MarineOperation . 810 + rdfs:subClassOf ep-prodact:MarineOperation ;
706 - 811 +.
707 ep-prodact:TestingAndLogging 812 ep-prodact:TestingAndLogging
708 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 813 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
814 + rdf:type owl:Class ;
709 rdfs:label "testing and logging"^^xsd:string ; 815 rdfs:label "testing and logging"^^xsd:string ;
710 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 816 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
711 - 817 +.
712 ep-prodact:ThirdPartyProcessingLoss 818 ep-prodact:ThirdPartyProcessingLoss
713 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 819 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
820 + rdf:type owl:Class ;
714 rdfs:label "third party processing loss"^^xsd:string ; 821 rdfs:label "third party processing loss"^^xsd:string ;
715 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 822 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
716 - 823 +.
717 ep-prodact:TopsideEquipmentFailureMaintenance 824 ep-prodact:TopsideEquipmentFailureMaintenance
718 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 825 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
826 + rdf:type owl:Class ;
719 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 827 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
720 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 828 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
721 - 829 +.
722 ep-prodact:TrafficAccident 830 ep-prodact:TrafficAccident
723 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 831 + rdf:type ep-prodact:SafetyActivityType ;
832 + rdf:type owl:Class ;
724 rdfs:label "traffic accident"^^xsd:string ; 833 rdfs:label "traffic accident"^^xsd:string ;
725 - rdfs:subClassOf ep-prodact:Incident . 834 + rdfs:subClassOf ep-prodact:Incident ;
726 - 835 +.
727 ep-prodact:TransportationActivity 836 ep-prodact:TransportationActivity
728 rdf:type owl:Class ; 837 rdf:type owl:Class ;
729 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 838 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
730 - 839 +.
731 ep-prodact:UnavailableTankerStorage 840 ep-prodact:UnavailableTankerStorage
732 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 841 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
842 + rdf:type owl:Class ;
733 rdfs:label "unavailable tanker storage"^^xsd:string ; 843 rdfs:label "unavailable tanker storage"^^xsd:string ;
734 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 844 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
735 - 845 +.
736 ep-prodact:UnknownReasonWellTest 846 ep-prodact:UnknownReasonWellTest
737 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 847 + rdf:type ep-prodact:WellTestReasonType ;
848 + rdf:type owl:Class ;
738 rdfs:label "unknown"^^xsd:string ; 849 rdfs:label "unknown"^^xsd:string ;
739 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 850 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
740 - 851 +.
741 ep-prodact:WaterCleaningOperation 852 ep-prodact:WaterCleaningOperation
742 rdf:type owl:Class ; 853 rdf:type owl:Class ;
743 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 854 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
744 - 855 +.
745 ep-prodact:WeatherProblem 856 ep-prodact:WeatherProblem
746 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 857 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
858 + rdf:type owl:Class ;
747 rdfs:label "weather problem"^^xsd:string ; 859 rdfs:label "weather problem"^^xsd:string ;
748 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 860 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
749 - 861 +.
750 ep-prodact:WellEquipmentFailureMaintenance 862 ep-prodact:WellEquipmentFailureMaintenance
751 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 863 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
864 + rdf:type owl:Class ;
752 rdfs:label "well equipment failure maintenance"^^xsd:string ; 865 rdfs:label "well equipment failure maintenance"^^xsd:string ;
753 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 866 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
754 - 867 +.
755 ep-prodact:WellPlannedOperations 868 ep-prodact:WellPlannedOperations
756 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 869 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
870 + rdf:type owl:Class ;
757 rdfs:label "well planned operations"^^xsd:string ; 871 rdfs:label "well planned operations"^^xsd:string ;
758 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 872 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
759 - 873 +.
760 ep-prodact:WellPreventiveMaintenance 874 ep-prodact:WellPreventiveMaintenance
761 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 875 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
876 + rdf:type owl:Class ;
762 rdfs:label "well preventive maintenance"^^xsd:string ; 877 rdfs:label "well preventive maintenance"^^xsd:string ;
763 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 878 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
764 - 879 +.
765 ep-prodact:WellProblems 880 ep-prodact:WellProblems
766 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 881 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
882 + rdf:type owl:Class ;
767 rdfs:label "well problems"^^xsd:string ; 883 rdfs:label "well problems"^^xsd:string ;
768 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 884 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
769 - 885 +.
770 ep-prodact:WellTestReasonType 886 ep-prodact:WellTestReasonType
771 rdf:type rdfs:Class ; 887 rdf:type rdfs:Class ;
772 rdfs:label "well test reason type"^^xsd:string ; 888 rdfs:label "well test reason type"^^xsd:string ;
773 - rdfs:subClassOf owl:Class . 889 + rdfs:subClassOf owl:Class ;
774 - 890 +.
775 ep-prodact:accountNumber 891 ep-prodact:accountNumber
776 rdf:type owl:DatatypeProperty ; 892 rdf:type owl:DatatypeProperty ;
777 rdfs:domain ep-prodact:SalesActivity ; 893 rdfs:domain ep-prodact:SalesActivity ;
778 - rdfs:label "account number"^^xsd:string . 894 + rdfs:label "account number"^^xsd:string ;
779 - 895 +.
780 ep-prodact:alertUpon 896 ep-prodact:alertUpon
781 rdf:type owl:ObjectProperty ; 897 rdf:type owl:ObjectProperty ;
782 rdfs:domain ep-prodact:RaiseAnAlert ; 898 rdfs:domain ep-prodact:RaiseAnAlert ;
783 rdfs:label "alert upon"^^xsd:string ; 899 rdfs:label "alert upon"^^xsd:string ;
784 - rdfs:range owl:Thing . 900 + rdfs:range owl:Thing ;
785 - 901 +.
786 ep-prodact:ammoniumDensity 902 ep-prodact:ammoniumDensity
787 rdf:type owl:ObjectProperty ; 903 rdf:type owl:ObjectProperty ;
788 - rdfs:range ep-core:Density . 904 + rdfs:range ep-core:Density ;
789 - 905 +.
790 ep-prodact:amountOfOil 906 ep-prodact:amountOfOil
791 rdf:type owl:ObjectProperty ; 907 rdf:type owl:ObjectProperty ;
792 - rdfs:range ep-core:Mass . 908 + rdfs:range ep-core:Mass ;
793 - 909 +.
794 ep-prodact:buyer 910 ep-prodact:buyer
795 rdf:type owl:ObjectProperty ; 911 rdf:type owl:ObjectProperty ;
796 rdfs:domain ep-prodact:SalesActivity ; 912 rdfs:domain ep-prodact:SalesActivity ;
797 rdfs:label "buyer"^^xsd:string ; 913 rdfs:label "buyer"^^xsd:string ;
798 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 914 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
799 - 915 +.
800 ep-prodact:cargoBatchNumber 916 ep-prodact:cargoBatchNumber
801 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 917 + rdf:type owl:DatatypeProperty ;
802 - rdfs:label "cargo batch number"^^xsd:string . 918 + rdf:type owl:FunctionalProperty ;
803 - 919 + rdfs:label "cargo batch number"^^xsd:string ;
920 +.
804 ep-prodact:cargoLoaded 921 ep-prodact:cargoLoaded
805 rdf:type owl:ObjectProperty ; 922 rdf:type owl:ObjectProperty ;
806 rdfs:domain ep-prodact:CargoShipOperation ; 923 rdfs:domain ep-prodact:CargoShipOperation ;
807 rdfs:label "cargo loaded"^^xsd:string ; 924 rdfs:label "cargo loaded"^^xsd:string ;
808 - rdfs:range ep-core:PhysicalObject . 925 + rdfs:range ep-core:PhysicalObject ;
809 - 926 +.
810 ep-prodact:cargoNumber 927 ep-prodact:cargoNumber
811 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 928 + rdf:type owl:DatatypeProperty ;
812 - rdfs:label "cargo number"^^xsd:string . 929 + rdf:type owl:FunctionalProperty ;
813 - 930 + rdfs:label "cargo number"^^xsd:string ;
931 +.
814 ep-prodact:causedBy 932 ep-prodact:causedBy
815 rdf:type owl:ObjectProperty ; 933 rdf:type owl:ObjectProperty ;
816 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 934 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
817 rdfs:label "caused by"^^xsd:string ; 935 rdfs:label "caused by"^^xsd:string ;
818 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 936 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
819 - 937 +.
820 ep-prodact:classificationBySafetyActivityType 938 ep-prodact:classificationBySafetyActivityType
821 rdf:type owl:ObjectProperty ; 939 rdf:type owl:ObjectProperty ;
822 rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; 940 rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ;
823 - rdfs:range ep-prodact:SafetyActivityType . 941 + rdfs:range ep-prodact:SafetyActivityType ;
824 - 942 +.
825 ep-prodact:commentMade 943 ep-prodact:commentMade
826 rdf:type owl:DatatypeProperty ; 944 rdf:type owl:DatatypeProperty ;
827 rdfs:domain ep-prodact:MakeAComment ; 945 rdfs:domain ep-prodact:MakeAComment ;
828 - rdfs:label "comment made"^^xsd:string . 946 + rdfs:label "comment made"^^xsd:string ;
829 - 947 +.
830 ep-prodact:commentUpon 948 ep-prodact:commentUpon
831 rdf:type owl:ObjectProperty ; 949 rdf:type owl:ObjectProperty ;
832 rdfs:domain ep-prodact:MakeAComment ; 950 rdfs:domain ep-prodact:MakeAComment ;
833 rdfs:label "comment upon"^^xsd:string ; 951 rdfs:label "comment upon"^^xsd:string ;
834 - rdfs:range owl:Thing . 952 + rdfs:range owl:Thing ;
835 - 953 +.
836 ep-prodact:commentator 954 ep-prodact:commentator
837 rdf:type owl:ObjectProperty ; 955 rdf:type owl:ObjectProperty ;
838 rdfs:domain ep-prodact:MakeAComment ; 956 rdfs:domain ep-prodact:MakeAComment ;
839 rdfs:label "commentator"^^xsd:string ; 957 rdfs:label "commentator"^^xsd:string ;
840 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . 958 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> ;
841 - 959 +.
842 ep-prodact:coulterCounter 960 ep-prodact:coulterCounter
843 rdf:type owl:ObjectProperty ; 961 rdf:type owl:ObjectProperty ;
844 - rdfs:range ep-core:MassPerUnitMassConcentration . 962 + rdfs:range ep-core:MassPerUnitMassConcentration ;
845 - 963 +.
846 ep-prodact:destination 964 ep-prodact:destination
847 rdf:type owl:TransitiveProperty ; 965 rdf:type owl:TransitiveProperty ;
848 rdfs:domain ep-prodact:MovementOfProduct ; 966 rdfs:domain ep-prodact:MovementOfProduct ;
849 rdfs:label "destination"^^xsd:string ; 967 rdfs:label "destination"^^xsd:string ;
850 - rdfs:range <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> . 968 + rdfs:range <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> ;
851 - 969 +.
852 ep-prodact:facilityShutdown 970 ep-prodact:facilityShutdown
853 rdf:type owl:ObjectProperty ; 971 rdf:type owl:ObjectProperty ;
854 rdfs:domain ep-prodact:ShutdownProduction ; 972 rdfs:domain ep-prodact:ShutdownProduction ;
855 rdfs:label "facility shutdown"^^xsd:string ; 973 rdfs:label "facility shutdown"^^xsd:string ;
856 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 974 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
857 - 975 +.
858 ep-prodact:forComment 976 ep-prodact:forComment
859 rdf:type owl:ObjectProperty ; 977 rdf:type owl:ObjectProperty ;
860 rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 978 rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
861 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 979 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
862 - rdfs:label "for comment"^^xsd:string . 980 + rdfs:label "for comment"^^xsd:string ;
863 - 981 +.
864 ep-prodact:glycolDensity 982 ep-prodact:glycolDensity
865 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 983 + rdf:type ep-core:Class_of_indirect_property ;
866 - rdfs:range ep-core:Density . 984 + rdf:type owl:FunctionalProperty ;
867 - 985 + rdf:type owl:ObjectProperty ;
986 + rdfs:range ep-core:Density ;
987 +.
868 ep-prodact:hasDischargeFlow 988 ep-prodact:hasDischargeFlow
869 rdf:type owl:ObjectProperty ; 989 rdf:type owl:ObjectProperty ;
870 rdfs:domain ep-prodact:DischargeWater ; 990 rdfs:domain ep-prodact:DischargeWater ;
871 rdfs:label "has discharge flow"^^xsd:string ; 991 rdfs:label "has discharge flow"^^xsd:string ;
872 - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 992 + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> ;
873 - 993 +.
874 ep-prodact:hasGasLiftChoke 994 ep-prodact:hasGasLiftChoke
875 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 995 + rdf:type owl:FunctionalProperty ;
996 + rdf:type owl:ObjectProperty ;
876 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 997 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
877 rdfs:label "has gas lift choke"^^xsd:string ; 998 rdfs:label "has gas lift choke"^^xsd:string ;
878 - rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 999 + rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> ;
879 - 1000 +.
880 ep-prodact:hasLastPartOfTypeRemainingActivityPair 1001 ep-prodact:hasLastPartOfTypeRemainingActivityPair
881 rdf:type owl:ObjectProperty ; 1002 rdf:type owl:ObjectProperty ;
882 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1003 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
883 rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; 1004 rdfs:label "has last part of type - remaining activity pair"^^xsd:string ;
884 - rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . 1005 + rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair ;
885 - 1006 +.
886 ep-prodact:hasPart 1007 ep-prodact:hasPart
887 rdf:type owl:ObjectProperty ; 1008 rdf:type owl:ObjectProperty ;
888 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1009 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
889 - rdfs:range ep-prodact:PartOfProductionActivity . 1010 + rdfs:range ep-prodact:PartOfProductionActivity ;
890 - 1011 +.
891 ep-prodact:hasPredecessor 1012 ep-prodact:hasPredecessor
892 rdf:type owl:TransitiveProperty ; 1013 rdf:type owl:TransitiveProperty ;
893 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1014 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
894 rdfs:label "has predecessor"^^xsd:string ; 1015 rdfs:label "has predecessor"^^xsd:string ;
895 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1016 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
896 - 1017 +.
897 ep-prodact:hasShutInPressure 1018 ep-prodact:hasShutInPressure
898 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1019 + rdf:type ep-core:Class_of_indirect_property ;
1020 + rdf:type owl:FunctionalProperty ;
1021 + rdf:type owl:ObjectProperty ;
899 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 1022 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
900 rdfs:label "has shut-in pressure"^^xsd:string ; 1023 rdfs:label "has shut-in pressure"^^xsd:string ;
901 - rdfs:range ep-core:Pressure . 1024 + rdfs:range ep-core:Pressure ;
902 - 1025 +.
903 ep-prodact:hasValidPredecessor 1026 ep-prodact:hasValidPredecessor
904 rdf:type owl:TransitiveProperty ; 1027 rdf:type owl:TransitiveProperty ;
905 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1028 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
906 rdfs:label "has valid predecessor"^^xsd:string ; 1029 rdfs:label "has valid predecessor"^^xsd:string ;
907 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1030 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
908 - 1031 +.
909 ep-prodact:injectionWellTestMaximumAnnularPressure 1032 ep-prodact:injectionWellTestMaximumAnnularPressure
910 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1033 + rdf:type ep-core:Class_of_indirect_property ;
1034 + rdf:type owl:FunctionalProperty ;
1035 + rdf:type owl:ObjectProperty ;
911 rdfs:domain ep-prodact:InjectionWellTest ; 1036 rdfs:domain ep-prodact:InjectionWellTest ;
912 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 1037 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
913 - rdfs:range ep-core:Pressure . 1038 + rdfs:range ep-core:Pressure ;
914 - 1039 +.
915 ep-prodact:injectionWellTestMinimumAnnularPressure 1040 ep-prodact:injectionWellTestMinimumAnnularPressure
916 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1041 + rdf:type ep-core:Class_of_indirect_property ;
1042 + rdf:type owl:FunctionalProperty ;
1043 + rdf:type owl:ObjectProperty ;
917 rdfs:domain ep-prodact:InjectionWellTest ; 1044 rdfs:domain ep-prodact:InjectionWellTest ;
918 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 1045 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
919 - rdfs:range ep-core:Pressure . 1046 + rdfs:range ep-core:Pressure ;
920 - 1047 +.
921 ep-prodact:injectionWellTestWellheadFlowingPressure 1048 ep-prodact:injectionWellTestWellheadFlowingPressure
922 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1049 + rdf:type ep-core:Class_of_indirect_property ;
1050 + rdf:type owl:FunctionalProperty ;
1051 + rdf:type owl:ObjectProperty ;
923 rdfs:domain ep-prodact:InjectionWellTest ; 1052 rdfs:domain ep-prodact:InjectionWellTest ;
924 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 1053 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
925 - rdfs:range ep-core:Pressure . 1054 + rdfs:range ep-core:Pressure ;
926 - 1055 +.
927 ep-prodact:injectionWellTestWellheadMaximumPressure 1056 ep-prodact:injectionWellTestWellheadMaximumPressure
928 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1057 + rdf:type ep-core:Class_of_indirect_property ;
1058 + rdf:type owl:FunctionalProperty ;
1059 + rdf:type owl:ObjectProperty ;
929 rdfs:domain ep-prodact:InjectionWellTest ; 1060 rdfs:domain ep-prodact:InjectionWellTest ;
930 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 1061 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
931 - rdfs:range ep-core:Pressure . 1062 + rdfs:range ep-core:Pressure ;
932 - 1063 +.
933 ep-prodact:measuredFlow 1064 ep-prodact:measuredFlow
934 rdf:type owl:ObjectProperty ; 1065 rdf:type owl:ObjectProperty ;
935 rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; 1066 rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ;
936 rdfs:label "measured flow"^^xsd:string ; 1067 rdfs:label "measured flow"^^xsd:string ;
937 - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 1068 + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> ;
938 - 1069 +.
939 ep-prodact:movedProduct 1070 ep-prodact:movedProduct
940 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1071 + rdf:type owl:FunctionalProperty ;
1072 + rdf:type owl:ObjectProperty ;
941 rdfs:domain ep-prodact:MovementOfProduct ; 1073 rdfs:domain ep-prodact:MovementOfProduct ;
942 - rdfs:label "moved product"^^xsd:string . 1074 + rdfs:label "moved product"^^xsd:string ;
943 - 1075 +.
944 ep-prodact:noOfDrillsOrExcercises 1076 ep-prodact:noOfDrillsOrExcercises
945 rdf:type owl:DatatypeProperty ; 1077 rdf:type owl:DatatypeProperty ;
946 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1078 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
947 - rdfs:range xsd:integer . 1079 + rdfs:range xsd:integer ;
948 - 1080 +.
949 ep-prodact:noOfFirstAidEvents 1081 ep-prodact:noOfFirstAidEvents
950 rdf:type owl:DatatypeProperty ; 1082 rdf:type owl:DatatypeProperty ;
951 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1083 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
952 - rdfs:range xsd:integer . 1084 + rdfs:range xsd:integer ;
953 - 1085 +.
954 ep-prodact:noOfHazardReportCards 1086 ep-prodact:noOfHazardReportCards
955 rdf:type owl:DatatypeProperty ; 1087 rdf:type owl:DatatypeProperty ;
956 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1088 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
957 - rdfs:range xsd:integer . 1089 + rdfs:range xsd:integer ;
958 - 1090 +.
959 ep-prodact:noOfMiscellaneousHseEvents 1091 ep-prodact:noOfMiscellaneousHseEvents
960 rdf:type owl:DatatypeProperty ; 1092 rdf:type owl:DatatypeProperty ;
961 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1093 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
962 - rdfs:range xsd:integer . 1094 + rdfs:range xsd:integer ;
963 - 1095 +.
964 ep-prodact:noOfPermitsWithSjaIssued 1096 ep-prodact:noOfPermitsWithSjaIssued
965 rdf:type owl:DatatypeProperty ; 1097 rdf:type owl:DatatypeProperty ;
966 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1098 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
967 - rdfs:range xsd:integer . 1099 + rdfs:range xsd:integer ;
968 - 1100 +.
969 ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries 1101 ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries
970 rdf:type owl:DatatypeProperty ; 1102 rdf:type owl:DatatypeProperty ;
971 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1103 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
972 - rdfs:range xsd:integer . 1104 + rdfs:range xsd:integer ;
973 - 1105 +.
974 ep-prodact:noOfSafetyMeetings 1106 ep-prodact:noOfSafetyMeetings
975 rdf:type owl:DatatypeProperty ; 1107 rdf:type owl:DatatypeProperty ;
976 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1108 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
977 - rdfs:range xsd:integer . 1109 + rdfs:range xsd:integer ;
978 - 1110 +.
979 ep-prodact:noOfSpillsOrLeaks 1111 ep-prodact:noOfSpillsOrLeaks
980 rdf:type owl:DatatypeProperty ; 1112 rdf:type owl:DatatypeProperty ;
981 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1113 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
982 - rdfs:range xsd:integer . 1114 + rdfs:range xsd:integer ;
983 - 1115 +.
984 ep-prodact:noOfSystemAlarms 1116 ep-prodact:noOfSystemAlarms
985 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1117 + rdf:type owl:DatatypeProperty ;
1118 + rdf:type owl:FunctionalProperty ;
986 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1119 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
987 rdfs:label "number of system alarms"^^xsd:string ; 1120 rdfs:label "number of system alarms"^^xsd:string ;
988 - rdfs:range xsd:integer . 1121 + rdfs:range xsd:integer ;
989 - 1122 +.
990 ep-prodact:oilInWater 1123 ep-prodact:oilInWater
991 rdf:type owl:ObjectProperty ; 1124 rdf:type owl:ObjectProperty ;
992 - rdfs:range ep-core:MassPerUnitMassConcentration . 1125 + rdfs:range ep-core:MassPerUnitMassConcentration ;
993 - 1126 +.
994 ep-prodact:onProductionFacility 1127 ep-prodact:onProductionFacility
995 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1128 + rdf:type owl:FunctionalProperty ;
1129 + rdf:type owl:ObjectProperty ;
996 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1130 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
997 rdfs:label "on facility"^^xsd:string ; 1131 rdfs:label "on facility"^^xsd:string ;
998 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 1132 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
999 - 1133 +.
1000 ep-prodact:oxygenInWater 1134 ep-prodact:oxygenInWater
1001 rdf:type owl:ObjectProperty ; 1135 rdf:type owl:ObjectProperty ;
1002 - rdfs:range ep-core:MassPerUnitMassConcentration . 1136 + rdfs:range ep-core:MassPerUnitMassConcentration ;
1003 - 1137 +.
1004 ep-prodact:performedByPersonOrOrganization 1138 ep-prodact:performedByPersonOrOrganization
1005 rdf:type owl:ObjectProperty ; 1139 rdf:type owl:ObjectProperty ;
1006 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1140 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1007 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 1141 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
1008 - 1142 +.
1009 ep-prodact:performedByShip 1143 ep-prodact:performedByShip
1010 rdf:type owl:ObjectProperty ; 1144 rdf:type owl:ObjectProperty ;
1011 rdfs:domain ep-prodact:MarineOperation ; 1145 rdfs:domain ep-prodact:MarineOperation ;
1012 rdfs:label "performed by ship"^^xsd:string ; 1146 rdfs:label "performed by ship"^^xsd:string ;
1013 - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . 1147 + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> ;
1014 - 1148 +.
1015 ep-prodact:phenolDensity 1149 ep-prodact:phenolDensity
1016 rdf:type owl:ObjectProperty ; 1150 rdf:type owl:ObjectProperty ;
1017 - rdfs:range ep-core:Density . 1151 + rdfs:range ep-core:Density ;
1018 - 1152 +.
1019 ep-prodact:processingLost 1153 ep-prodact:processingLost
1020 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1154 + rdf:type owl:FunctionalProperty ;
1155 + rdf:type owl:ObjectProperty ;
1021 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1156 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1022 - rdfs:range ep-material:QuantityOfMaterial . 1157 + rdfs:range ep-material:QuantityOfMaterial ;
1023 - 1158 +.
1024 ep-prodact:productionActivityPeriodClassification 1159 ep-prodact:productionActivityPeriodClassification
1025 rdf:type owl:ObjectProperty ; 1160 rdf:type owl:ObjectProperty ;
1026 rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; 1161 rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ;
1027 - rdfs:range ep-prodact:ProductionOperationClassByDuration . 1162 + rdfs:range ep-prodact:ProductionOperationClassByDuration ;
1028 - 1163 +.
1029 ep-prodact:productionOperator 1164 ep-prodact:productionOperator
1030 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1165 + rdf:type owl:FunctionalProperty ;
1166 + rdf:type owl:ObjectProperty ;
1031 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1167 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1032 rdfs:label "production operator"^^xsd:string ; 1168 rdfs:label "production operator"^^xsd:string ;
1033 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1169 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> ;
1034 - 1170 +.
1035 ep-prodact:remainingActivity 1171 ep-prodact:remainingActivity
1036 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1172 + rdf:type owl:FunctionalProperty ;
1173 + rdf:type owl:ObjectProperty ;
1037 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1174 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1038 rdfs:label "remaining activity"^^xsd:string ; 1175 rdfs:label "remaining activity"^^xsd:string ;
1039 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1176 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1040 - 1177 +.
1041 ep-prodact:residualChlorideInWater 1178 ep-prodact:residualChlorideInWater
1042 rdf:type owl:ObjectProperty ; 1179 rdf:type owl:ObjectProperty ;
1043 - rdfs:range ep-core:MassPerUnitMassConcentration . 1180 + rdfs:range ep-core:MassPerUnitMassConcentration ;
1044 - 1181 +.
1045 ep-prodact:salesAdministrator 1182 ep-prodact:salesAdministrator
1046 rdf:type owl:ObjectProperty ; 1183 rdf:type owl:ObjectProperty ;
1047 rdfs:domain ep-prodact:SalesActivity ; 1184 rdfs:domain ep-prodact:SalesActivity ;
1048 rdfs:label "sales administrator"^^xsd:string ; 1185 rdfs:label "sales administrator"^^xsd:string ;
1049 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 1186 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
1050 - 1187 +.
1051 ep-prodact:samplePhValue 1188 ep-prodact:samplePhValue
1052 rdf:type owl:DatatypeProperty ; 1189 rdf:type owl:DatatypeProperty ;
1053 - rdfs:range xsd:double . 1190 + rdfs:range xsd:double ;
1054 - 1191 +.
1055 ep-prodact:sampleTurbidity 1192 ep-prodact:sampleTurbidity
1056 rdf:type owl:DatatypeProperty ; 1193 rdf:type owl:DatatypeProperty ;
1057 - rdfs:range xsd:double . 1194 + rdfs:range xsd:double ;
1058 - 1195 +.
1059 ep-prodact:sampledMaterial 1196 ep-prodact:sampledMaterial
1060 rdf:type owl:ObjectProperty ; 1197 rdf:type owl:ObjectProperty ;
1061 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1198 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1062 rdfs:label "sampled material"^^xsd:string ; 1199 rdfs:label "sampled material"^^xsd:string ;
1063 - rdfs:range ep-material:QuantityOfMaterial . 1200 + rdfs:range ep-material:QuantityOfMaterial ;
1064 - 1201 +.
1065 ep-prodact:samplingPerformedAt 1202 ep-prodact:samplingPerformedAt
1066 rdf:type owl:ObjectProperty ; 1203 rdf:type owl:ObjectProperty ;
1067 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1204 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1068 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 1205 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
1069 - 1206 +.
1070 ep-prodact:samplingPerformedAtPointInSpace 1207 ep-prodact:samplingPerformedAtPointInSpace
1071 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1208 + rdf:type owl:FunctionalProperty ;
1209 + rdf:type owl:ObjectProperty ;
1072 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1210 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1073 - rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . 1211 + rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> ;
1074 - 1212 +.
1075 ep-prodact:seller 1213 ep-prodact:seller
1076 rdf:type owl:ObjectProperty ; 1214 rdf:type owl:ObjectProperty ;
1077 rdfs:domain ep-prodact:SalesActivity ; 1215 rdfs:domain ep-prodact:SalesActivity ;
1078 rdfs:label "seller"^^xsd:string ; 1216 rdfs:label "seller"^^xsd:string ;
1079 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 1217 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
1080 - 1218 +.
1081 ep-prodact:shipper 1219 ep-prodact:shipper
1082 rdf:type owl:ObjectProperty ; 1220 rdf:type owl:ObjectProperty ;
1083 rdfs:domain ep-prodact:MovementOfProduct ; 1221 rdfs:domain ep-prodact:MovementOfProduct ;
1084 rdfs:label "shipper"^^xsd:string ; 1222 rdfs:label "shipper"^^xsd:string ;
1085 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1223 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> ;
1086 - 1224 +.
1087 ep-prodact:sourceOrganization 1225 ep-prodact:sourceOrganization
1088 rdf:type owl:ObjectProperty ; 1226 rdf:type owl:ObjectProperty ;
1089 rdfs:domain ep-prodact:MovementOfProduct ; 1227 rdfs:domain ep-prodact:MovementOfProduct ;
1090 rdfs:label "source organization"^^xsd:string ; 1228 rdfs:label "source organization"^^xsd:string ;
1091 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1229 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> ;
1092 - 1230 +.
1093 ep-prodact:testedWellBoreInterval 1231 ep-prodact:testedWellBoreInterval
1094 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1232 + rdf:type owl:FunctionalProperty ;
1233 + rdf:type owl:ObjectProperty ;
1095 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1234 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1096 rdfs:label "tested wellbore interval"^^xsd:string ; 1235 rdfs:label "tested wellbore interval"^^xsd:string ;
1097 - rdfs:range ep-core:PhysicalObject . 1236 + rdfs:range ep-core:PhysicalObject ;
1098 - 1237 +.
1099 ep-prodact:timeWorked 1238 ep-prodact:timeWorked
1100 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1239 + rdf:type ep-core:Class_of_indirect_property ;
1240 + rdf:type owl:FunctionalProperty ;
1241 + rdf:type owl:ObjectProperty ;
1101 rdfs:domain ep-prodact:ProductionOperation ; 1242 rdfs:domain ep-prodact:ProductionOperation ;
1102 rdfs:label "time worked"^^xsd:string ; 1243 rdfs:label "time worked"^^xsd:string ;
1103 - rdfs:range ep-core:TimeDuration . 1244 + rdfs:range ep-core:TimeDuration ;
1104 - 1245 +.
1105 ep-prodact:totalNoOfPermitsIssued 1246 ep-prodact:totalNoOfPermitsIssued
1106 rdf:type owl:DatatypeProperty ; 1247 rdf:type owl:DatatypeProperty ;
1107 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1248 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1108 - rdfs:range xsd:integer . 1249 + rdfs:range xsd:integer ;
1109 - 1250 +.
1110 ep-prodact:totalOrganicCarbonInWater 1251 ep-prodact:totalOrganicCarbonInWater
1111 rdf:type owl:ObjectProperty ; 1252 rdf:type owl:ObjectProperty ;
1112 - rdfs:range ep-core:MassPerUnitMassConcentration . 1253 + rdfs:range ep-core:MassPerUnitMassConcentration ;
1113 - 1254 +.
1114 ep-prodact:typeOfPartCommentedOn 1255 ep-prodact:typeOfPartCommentedOn
1115 rdf:type owl:ObjectProperty ; 1256 rdf:type owl:ObjectProperty ;
1116 rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 1257 rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
1117 rdfs:domain owl:Class ; 1258 rdfs:domain owl:Class ;
1118 - rdfs:label "type of part commented on"^^xsd:string . 1259 + rdfs:label "type of part commented on"^^xsd:string ;
1119 - 1260 +.
1120 ep-prodact:waterSampleTaken 1261 ep-prodact:waterSampleTaken
1121 rdf:type owl:ObjectProperty ; 1262 rdf:type owl:ObjectProperty ;
1122 - rdfs:domain ep-prodact:WaterCleaningOperation . 1263 + rdfs:domain ep-prodact:WaterCleaningOperation ;
1123 - 1264 +.
1124 ep-prodact:xpathToDataInSourceXmlFile 1265 ep-prodact:xpathToDataInSourceXmlFile
1125 rdf:type owl:DatatypeProperty ; 1266 rdf:type owl:DatatypeProperty ;
1126 rdfs:domain ep-prodact:RaiseAnAlert ; 1267 rdfs:domain ep-prodact:RaiseAnAlert ;
1127 - rdfs:label "XPATH to data source in XML file"^^xsd:string . 1268 + rdfs:label "XPATH to data source in XML file"^^xsd:string ;
1128 - 1269 +.
1129 ep-prodact:yearlyActivityToDate 1270 ep-prodact:yearlyActivityToDate
1130 rdf:type owl:ObjectProperty ; 1271 rdf:type owl:ObjectProperty ;
1131 rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; 1272 rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
1132 - rdfs:range ep-prodact:AnnualProductionActivityToDate . 1273 + rdfs:range ep-prodact:AnnualProductionActivityToDate ;
1133 - 1274 +.
......
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment
2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility 3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
5 4
6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 5 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . 6 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> .
...@@ -13,7 +12,7 @@ ...@@ -13,7 +12,7 @@
13 12
14 <http://www.reportinghub.no/ep/schema/1.0/production-equipment> 13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment>
15 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 17
19 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -40,56 +39,23 @@ ep-prodeqt:DownHoleControlValve ...@@ -40,56 +39,23 @@ ep-prodeqt:DownHoleControlValve
40 rdfs:label "down hole control valve"^^xsd:string ; 39 rdfs:label "down hole control valve"^^xsd:string ;
41 rdfs:subClassOf ep-prodeqt:Valve . 40 rdfs:subClassOf ep-prodeqt:Valve .
42 41
43 -ep-prodeqt:FlowMeter 42 +ep-prodeqt:FlowLine
44 - rdf:type owl:Class ;
45 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
46 -
47 -ep-prodeqt:GasLiftChoke
48 - rdf:type owl:Class ;
49 - rdfs:label "gas lift choke"^^xsd:string ;
50 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
51 -
52 -ep-prodeqt:PressureMeter
53 - rdf:type owl:Class ;
54 - rdfs:label "pressure meter"^^xsd:string ;
55 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
56 -
57 -ep-prodeqt:RegulatingValve
58 rdf:type owl:Class ; 43 rdf:type owl:Class ;
59 - rdfs:label "regulating valve"^^xsd:string ; 44 + rdfs:subClassOf ep-prodeqt:TemporalPartOfAFlowLine .
60 - rdfs:subClassOf ep-prodeqt:Valve .
61 45
62 -ep-prodeqt:SleeveValve 46 +ep-prodeqt:FlowLine-Production
63 rdf:type owl:Class ; 47 rdf:type owl:Class ;
64 - rdfs:label "sleeve valve"^^xsd:string ; 48 + rdfs:subClassOf ep-prodeqt:FlowLine .
65 - rdfs:subClassOf ep-prodeqt:Valve .
66 49
67 -ep-prodeqt:TemperatureMeter 50 +ep-prodeqt:FlowMeter
68 rdf:type owl:Class ; 51 rdf:type owl:Class ;
69 - rdfs:label "temperature meter"^^xsd:string ;
70 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 52 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
71 53
72 -ep-prodeqt:Valve 54 +ep-prodeqt:GasLiftChoke
73 rdf:type owl:Class ; 55 rdf:type owl:Class ;
74 - rdfs:label "valve"^^xsd:string ; 56 + rdfs:label "gas lift choke"^^xsd:string ;
75 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 57 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
76 58
77 -ep-prodeqt:hasCaptain
78 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
79 - rdfs:label "has captain"^^xsd:string ;
80 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> .
81 -
82 -ep-prodeqt:hasValvePosition
83 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
84 - rdfs:domain ep-prodeqt:Valve ;
85 - rdfs:label "has valve position"^^xsd:string ;
86 - rdfs:range ep-core:Ratio .
87 -
88 -ep-prodfac:Pipeline
89 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
90 - rdfs:label "pipeline"^^xsd:string ;
91 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
92 -
93 ep-prodeqt:Manifold 59 ep-prodeqt:Manifold
94 rdf:type owl:Class ; 60 rdf:type owl:Class ;
95 rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold . 61 rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold .
...@@ -102,14 +68,34 @@ ep-prodeqt:Manifold-Production ...@@ -102,14 +68,34 @@ ep-prodeqt:Manifold-Production
102 rdf:type owl:Class ; 68 rdf:type owl:Class ;
103 rdfs:subClassOf ep-prodeqt:Manifold . 69 rdfs:subClassOf ep-prodeqt:Manifold .
104 70
71 +ep-prodeqt:PressureMeter
72 + rdf:type owl:Class ;
73 + rdfs:label "pressure meter"^^xsd:string ;
74 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
75 +
76 +ep-prodeqt:RegulatingValve
77 + rdf:type owl:Class ;
78 + rdfs:label "regulating valve"^^xsd:string ;
79 + rdfs:subClassOf ep-prodeqt:Valve .
80 +
105 ep-prodeqt:Separator 81 ep-prodeqt:Separator
106 rdf:type owl:Class ; 82 rdf:type owl:Class ;
107 rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator . 83 rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator .
108 84
85 +ep-prodeqt:SleeveValve
86 + rdf:type owl:Class ;
87 + rdfs:label "sleeve valve"^^xsd:string ;
88 + rdfs:subClassOf ep-prodeqt:Valve .
89 +
109 ep-prodeqt:Tank 90 ep-prodeqt:Tank
110 rdf:type owl:Class ; 91 rdf:type owl:Class ;
111 rdfs:subClassOf ep-prodeqt:TemporalPartOfATank . 92 rdfs:subClassOf ep-prodeqt:TemporalPartOfATank .
112 93
94 +ep-prodeqt:TemperatureMeter
95 + rdf:type owl:Class ;
96 + rdfs:label "temperature meter"^^xsd:string ;
97 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
98 +
113 ep-prodeqt:TemporalPartOfAFlowLine 99 ep-prodeqt:TemporalPartOfAFlowLine
114 rdf:type owl:Class ; 100 rdf:type owl:Class ;
115 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 101 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
...@@ -126,32 +112,23 @@ ep-prodeqt:TemporalPartOfATank ...@@ -126,32 +112,23 @@ ep-prodeqt:TemporalPartOfATank
126 rdf:type owl:Class ; 112 rdf:type owl:Class ;
127 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 113 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
128 114
129 -ep-prodeqt:Manifold 115 +ep-prodeqt:Valve
130 - rdf:type owl:Class ;
131 - rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold .
132 -
133 -ep-prodeqt:Manifold-Injection
134 - rdf:type owl:Class ;
135 - rdfs:subClassOf ep-prodeqt:Manifold .
136 -
137 -ep-prodeqt:Manifold-Production
138 - rdf:type owl:Class ;
139 - rdfs:subClassOf ep-prodeqt:Manifold .
140 -
141 -ep-prodeqt:Separator
142 - rdf:type owl:Class ;
143 - rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator .
144 -
145 -ep-prodeqt:Tank
146 - rdf:type owl:Class ;
147 - rdfs:subClassOf ep-prodeqt:TemporalPartOfATank .
148 -
149 -ep-prodeqt:FlowLine
150 rdf:type owl:Class ; 116 rdf:type owl:Class ;
151 - rdfs:subClassOf ep-prodeqt:TemporalPartOfAFlowLine . 117 + rdfs:label "valve"^^xsd:string ;
118 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
152 119
153 -ep-prodeqt:FlowLine-Production 120 +ep-prodeqt:hasCaptain
154 - rdf:type owl:Class ; 121 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
155 - rdfs:subClassOf ep-prodeqt:FlowLine . 122 + rdfs:label "has captain"^^xsd:string ;
123 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> .
156 124
125 +ep-prodeqt:hasValvePosition
126 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
127 + rdfs:domain ep-prodeqt:Valve ;
128 + rdfs:label "has valve position"^^xsd:string ;
129 + rdfs:range ep-core:Ratio .
157 130
131 +ep-prodfac:Pipeline
132 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
133 + rdfs:label "pipeline"^^xsd:string ;
134 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 15 + owl:imports <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/production-well> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
60 rdf:type ep-prodfac:ProductionFacilityType . 60 rdf:type ep-prodfac:ProductionFacilityType .
61 61
62 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 62 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
63 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 63 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
64 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 64 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
65 rdfs:label "facility operator"^^xsd:string ; 65 rdfs:label "facility operator"^^xsd:string ;
66 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 66 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -74,6 +74,9 @@ ...@@ -74,6 +74,9 @@
74 <http://www.reportinghub.no/ep/schema/geography#Terminal> 74 <http://www.reportinghub.no/ep/schema/geography#Terminal>
75 rdf:type ep-prodfac:ProductionFacilityType . 75 rdf:type ep-prodfac:ProductionFacilityType .
76 76
77 +<http://www.reportinghub.no/ep/schema/organization#CommercialEntity>
78 + rdf:type ep-prodfac:ProductionFacilityType .
79 +
77 <http://www.reportinghub.no/ep/schema/organization#Company> 80 <http://www.reportinghub.no/ep/schema/organization#Company>
78 rdf:type ep-prodfac:ProductionFacilityType . 81 rdf:type ep-prodfac:ProductionFacilityType .
79 82
...@@ -101,22 +104,22 @@ ep-prodfac:Boat ...@@ -101,22 +104,22 @@ ep-prodfac:Boat
101 rdfs:subClassOf ep-prodfac:ShipOrBoat . 104 rdfs:subClassOf ep-prodfac:ShipOrBoat .
102 105
103 ep-prodfac:Field-area 106 ep-prodfac:Field-area
104 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 107 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
105 rdfs:label "field - area"^^xsd:string ; 108 rdfs:label "field - area"^^xsd:string ;
106 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 109 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
107 110
108 ep-prodfac:Field-group 111 ep-prodfac:Field-group
109 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 112 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
110 rdfs:label "field - group"^^xsd:string ; 113 rdfs:label "field - group"^^xsd:string ;
111 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 114 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
112 115
113 ep-prodfac:Field-part 116 ep-prodfac:Field-part
114 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 117 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
115 rdfs:label "field - part"^^xsd:string ; 118 rdfs:label "field - part"^^xsd:string ;
116 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 119 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
117 120
118 ep-prodfac:Installation 121 ep-prodfac:Installation
119 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 122 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
120 rdfs:label "installation"^^xsd:string ; 123 rdfs:label "installation"^^xsd:string ;
121 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 124 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
122 125
...@@ -126,17 +129,17 @@ ep-prodfac:OilTanker ...@@ -126,17 +129,17 @@ ep-prodfac:OilTanker
126 rdfs:subClassOf ep-prodfac:Ship . 129 rdfs:subClassOf ep-prodfac:Ship .
127 130
128 ep-prodfac:Plant 131 ep-prodfac:Plant
129 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 132 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
130 rdfs:label "plant"^^xsd:string ; 133 rdfs:label "plant"^^xsd:string ;
131 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 134 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
132 135
133 ep-prodfac:Plant-processing 136 ep-prodfac:Plant-processing
134 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 137 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
135 rdfs:label "plant - processing"^^xsd:string ; 138 rdfs:label "plant - processing"^^xsd:string ;
136 rdfs:subClassOf ep-prodfac:Plant . 139 rdfs:subClassOf ep-prodfac:Plant .
137 140
138 ep-prodfac:ProcessingFacility 141 ep-prodfac:ProcessingFacility
139 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 142 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
140 rdfs:label "processing facility"^^xsd:string ; 143 rdfs:label "processing facility"^^xsd:string ;
141 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 144 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
142 145
...@@ -155,7 +158,7 @@ ep-prodfac:ShipOrBoat ...@@ -155,7 +158,7 @@ ep-prodfac:ShipOrBoat
155 rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . 158 rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
156 159
157 ep-prodfac:StorageFacility 160 ep-prodfac:StorageFacility
158 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 161 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
159 rdfs:label "storage facility"^^xsd:string ; 162 rdfs:label "storage facility"^^xsd:string ;
160 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 163 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
161 164
...@@ -169,7 +172,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat ...@@ -169,7 +172,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat
169 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 172 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
170 173
171 ep-prodfac:TrunkLine 174 ep-prodfac:TrunkLine
172 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 175 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
173 rdfs:label "trunk line"^^xsd:string ; 176 rdfs:label "trunk line"^^xsd:string ;
174 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 177 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
175 178
...@@ -214,14 +217,11 @@ ep-prodfac:numberOfPersonnelOnBoard ...@@ -214,14 +217,11 @@ ep-prodfac:numberOfPersonnelOnBoard
214 rdfs:range xsd:integer . 217 rdfs:range xsd:integer .
215 218
216 ep-prodfac:operatingTime 219 ep-prodfac:operatingTime
217 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 220 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
218 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 221 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
219 rdfs:label "operating time"^^xsd:string ; 222 rdfs:label "operating time"^^xsd:string ;
220 rdfs:range ep-core:TimeDuration . 223 rdfs:range ep-core:TimeDuration .
221 224
222 -<http://www.reportinghub.no/ep/schema/production-organization#CommercialEntity>
223 - rdf:type ep-prodfac:ProductionFacilityType .
224 -
225 <http://www.reportinghub.no/ep/schema/production-well#RockFormation> 225 <http://www.reportinghub.no/ep/schema/production-well#RockFormation>
226 rdf:type ep-prodfac:ProductionFacilityType . 226 rdf:type ep-prodfac:ProductionFacilityType .
227 227
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-organization
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 -
5 -@prefix ep-prodorg: <http://www.reportinghub.no/ep/schema/production-organization#> .
6 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<http://www.reportinghub.no/ep/schema/1.0/production-organization>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
14 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 -
16 -<http://www.reportinghub.no/ep/schema/organization#Organization>
17 - rdfs:subClassOf ep-prodorg:PersonOrOrganization .
18 -
19 -ep-prodorg:CateringCrew
20 - rdf:type owl:Class , ep-prodorg:CrewType ;
21 - rdfs:label "catering crew"^^xsd:string ;
22 - rdfs:subClassOf ep-prodorg:Crew .
23 -
24 -ep-prodorg:CommercialEntity
25 - rdf:type owl:Class ;
26 - rdfs:label "commercial entity"^^xsd:string ;
27 - rdfs:subClassOf ep-prodorg:PersonOrOrganization .
28 -
29 -ep-prodorg:ContractorCrew
30 - rdf:type owl:Class , ep-prodorg:CrewType ;
31 - rdfs:label "contractor crew"^^xsd:string ;
32 - rdfs:subClassOf ep-prodorg:Crew .
33 -
34 -ep-prodorg:Crew
35 - rdf:type owl:Class ;
36 - rdfs:label "crew"^^xsd:string ;
37 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Organization> .
38 -
39 -ep-prodorg:CrewType
40 - rdf:type rdfs:Class ;
41 - rdfs:label "crew type"^^xsd:string ;
42 - rdfs:subClassOf owl:Class .
43 -
44 -ep-prodorg:DayVisitorCrew
45 - rdf:type owl:Class , ep-prodorg:CrewType ;
46 - rdfs:label "day visitor crew"^^xsd:string ;
47 - rdfs:subClassOf ep-prodorg:Crew .
48 -
49 -ep-prodorg:DrillingContractCrew
50 - rdf:type owl:Class , ep-prodorg:CrewType ;
51 - rdfs:label "drilling contract crew"^^xsd:string ;
52 - rdfs:subClassOf ep-prodorg:Crew .
53 -
54 -ep-prodorg:NonOperatorOvernightVisitorCrew
55 - rdf:type ep-prodorg:CrewType , owl:Class ;
56 - rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
57 - rdfs:subClassOf ep-prodorg:Crew .
58 -
59 -ep-prodorg:OperatorNormalCrew
60 - rdf:type owl:Class , ep-prodorg:CrewType ;
61 - rdfs:label "operator normal crew"^^xsd:string ;
62 - rdfs:subClassOf ep-prodorg:Crew .
63 -
64 -ep-prodorg:OperatorOvernightVisitorCrew
65 - rdf:type owl:Class , ep-prodorg:CrewType ;
66 - rdfs:label "operator overnight visitor crew"^^xsd:string ;
67 - rdfs:subClassOf ep-prodorg:Crew .
68 -
69 -ep-prodorg:Person
70 - rdf:type owl:Class ;
71 - rdfs:subClassOf ep-prodorg:PersonOrOrganization .
72 -
73 -ep-prodorg:PersonOrOrganization
74 - rdf:type owl:Class ;
75 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
76 -
77 -ep-prodorg:PersonRole
78 - rdf:type owl:Class ;
79 - rdfs:label "person role"^^xsd:string ;
80 - rdfs:subClassOf ep-prodorg:Person .
81 -
82 -ep-prodorg:PersonRoleType
83 - rdf:type rdfs:Class ;
84 - rdfs:label "person role type"^^xsd:string ;
85 - rdfs:subClassOf owl:Class .
86 -
87 -ep-prodorg:TotalCrew
88 - rdf:type owl:Class , ep-prodorg:CrewType ;
89 - rdfs:label "total crew"^^xsd:string ;
90 - rdfs:subClassOf ep-prodorg:Crew .
91 -
92 -ep-prodorg:WholeLifePerson
93 - rdf:type owl:Class ;
94 - rdfs:label "whole life person"^^xsd:string ;
95 - rdfs:subClassOf ep-prodorg:Person .
96 -
97 -ep-prodorg:hasCrew
98 - rdf:type owl:ObjectProperty ;
99 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
100 - rdfs:label "has crew"^^xsd:string ;
101 - rdfs:range ep-prodorg:Crew .
102 -
103 -ep-prodorg:numberInCrew
104 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
105 - rdfs:domain ep-prodorg:Crew ;
106 - rdfs:label "number in crew"^^xsd:string .
107 -
108 -ep-prodorg:owner
109 - rdf:type owl:ObjectProperty ;
110 - rdfs:domain owl:Thing ;
111 - rdfs:label "owner"^^xsd:string ;
112 - rdfs:range ep-prodorg:PersonOrOrganization .
1 -# Saved by TopBraid on Tue Oct 25 15:16:16 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/geography
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
8 -# imports: http://www.reportinghub.no/np/schema/1.0/npd
9 # imports: http://www.reportinghub.no/ep/schema/1.0/flow 2 # imports: http://www.reportinghub.no/ep/schema/1.0/flow
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/geography
10 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 4 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core 5 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
12 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report 8 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
10 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
13 11
14 @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> . 12 @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> .
15 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -19,5 +17,5 @@ ...@@ -19,5 +17,5 @@
19 17
20 <http://www.reportinghub.no/ep/schema/1.0/production> 18 <http://www.reportinghub.no/ep/schema/1.0/production>
21 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
22 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; 20 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ;
23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
...@@ -263,50 +263,50 @@ ep-mpr-spin-lib:selectCrewType ...@@ -263,50 +263,50 @@ ep-mpr-spin-lib:selectCrewType
263 sp:arg1 spin:_arg1 ; 263 sp:arg1 spin:_arg1 ;
264 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_cateringcrew> 264 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_cateringcrew>
265 ] ; 265 ] ;
266 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#CateringCrew> ; 266 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#CateringCrew> ;
267 sp:arg3 [ rdf:type sp:if ; 267 sp:arg3 [ rdf:type sp:if ;
268 sp:arg1 [ rdf:type sp:eq ; 268 sp:arg1 [ rdf:type sp:eq ;
269 sp:arg1 spin:_arg1 ; 269 sp:arg1 spin:_arg1 ;
270 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_contractorcrew> 270 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_contractorcrew>
271 ] ; 271 ] ;
272 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#ContractorCrew> ; 272 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#ContractorCrew> ;
273 sp:arg3 [ rdf:type sp:if ; 273 sp:arg3 [ rdf:type sp:if ;
274 sp:arg1 [ rdf:type sp:eq ; 274 sp:arg1 [ rdf:type sp:eq ;
275 sp:arg1 spin:_arg1 ; 275 sp:arg1 spin:_arg1 ;
276 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_dayvisitors> 276 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_dayvisitors>
277 ] ; 277 ] ;
278 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#DayVisitorCrew> ; 278 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#DayVisitorCrew> ;
279 sp:arg3 [ rdf:type sp:if ; 279 sp:arg3 [ rdf:type sp:if ;
280 sp:arg1 [ rdf:type sp:eq ; 280 sp:arg1 [ rdf:type sp:eq ;
281 sp:arg1 spin:_arg1 ; 281 sp:arg1 spin:_arg1 ;
282 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_drillingcontractcrew> 282 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_drillingcontractcrew>
283 ] ; 283 ] ;
284 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#DrillingContractCrew> ; 284 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#DrillingContractCrew> ;
285 sp:arg3 [ rdf:type sp:if ; 285 sp:arg3 [ rdf:type sp:if ;
286 sp:arg1 [ rdf:type sp:eq ; 286 sp:arg1 [ rdf:type sp:eq ;
287 sp:arg1 spin:_arg1 ; 287 sp:arg1 spin:_arg1 ;
288 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_owncrew> 288 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_owncrew>
289 ] ; 289 ] ;
290 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#OperatorNormalCrew> ; 290 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#OperatorNormalCrew> ;
291 sp:arg3 [ rdf:type sp:if ; 291 sp:arg3 [ rdf:type sp:if ;
292 sp:arg1 [ rdf:type sp:eq ; 292 sp:arg1 [ rdf:type sp:eq ;
293 sp:arg1 spin:_arg1 ; 293 sp:arg1 spin:_arg1 ;
294 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_ownothercrew> 294 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_ownothercrew>
295 ] ; 295 ] ;
296 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#OperatorOvernightVisitorCrew> ; 296 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#OperatorOvernightVisitorCrew> ;
297 sp:arg3 [ rdf:type sp:if ; 297 sp:arg3 [ rdf:type sp:if ;
298 sp:arg1 [ rdf:type sp:eq ; 298 sp:arg1 [ rdf:type sp:eq ;
299 sp:arg1 spin:_arg1 ; 299 sp:arg1 spin:_arg1 ;
300 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_othercrew> 300 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_othercrew>
301 ] ; 301 ] ;
302 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#NonOperatorOvernightVisitorCrew> ; 302 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#NonOperatorOvernightVisitorCrew> ;
303 sp:arg3 [ rdf:type sp:if ; 303 sp:arg3 [ rdf:type sp:if ;
304 sp:arg1 [ rdf:type sp:eq ; 304 sp:arg1 [ rdf:type sp:eq ;
305 sp:arg1 spin:_arg1 ; 305 sp:arg1 spin:_arg1 ;
306 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_personnelonboard> 306 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_personnelonboard>
307 ] ; 307 ] ;
308 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#TotalCrew> ; 308 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#TotalCrew> ;
309 - sp:arg3 <http://www.reportinghub.no/ep/schema/production-organization#Crew> 309 + sp:arg3 <http://www.reportinghub.no/ep/schema/organization#Crew>
310 ] 310 ]
311 ] 311 ]
312 ] 312 ]
...@@ -4166,7 +4166,7 @@ ep-mpr-spin-lib:selectProductionFacilityType ...@@ -4166,7 +4166,7 @@ ep-mpr-spin-lib:selectProductionFacilityType
4166 sp:arg1 spin:_arg1 ; 4166 sp:arg1 spin:_arg1 ;
4167 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_commercialentity> 4167 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_commercialentity>
4168 ] ; 4168 ] ;
4169 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#CommercialEntity> ; 4169 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#CommercialEntity> ;
4170 sp:arg3 [ rdf:type sp:if ; 4170 sp:arg3 [ rdf:type sp:if ;
4171 sp:arg1 [ rdf:type sp:eq ; 4171 sp:arg1 [ rdf:type sp:eq ;
4172 sp:arg1 spin:_arg1 ; 4172 sp:arg1 spin:_arg1 ;
......
1 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations 1 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 5 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
5 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core 6 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
7 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report 7 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report
8 # imports: http://www.witsml.org/schemas/131/addendum/combo 8 # imports: http://www.witsml.org/schemas/131/addendum/combo
9 9
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 38
39 <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> 39 <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations>
40 rdf:type owl:Ontology ; 40 rdf:type owl:Ontology ;
41 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; 41 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
42 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 42 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
43 43
44 <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> 44 <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite>
...@@ -497,7 +497,7 @@ ...@@ -497,7 +497,7 @@
497 ] [ sp:object _:b11 ; 497 ] [ sp:object _:b11 ;
498 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 498 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
499 sp:subject _:b10 499 sp:subject _:b10
500 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; 500 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ;
501 sp:predicate rdf:type ; 501 sp:predicate rdf:type ;
502 sp:subject _:b11 502 sp:subject _:b11
503 ] [ sp:object 503 ] [ sp:object
......
...@@ -96,13 +96,13 @@ ...@@ -96,13 +96,13 @@
96 sp:subject 96 sp:subject
97 [ sp:varName "commentingActivity"^^xsd:string 97 [ sp:varName "commentingActivity"^^xsd:string
98 ] 98 ]
99 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; 99 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ;
100 sp:predicate rdf:type ; 100 sp:predicate rdf:type ;
101 sp:subject _:b3 101 sp:subject _:b3
102 ] [ sp:object _:b4 ; 102 ] [ sp:object _:b4 ;
103 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 103 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
104 sp:subject _:b3 104 sp:subject _:b3
105 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 105 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
106 sp:predicate rdf:type ; 106 sp:predicate rdf:type ;
107 sp:subject _:b4 107 sp:subject _:b4
108 ] [ sp:object 108 ] [ sp:object
...@@ -110,12 +110,12 @@ ...@@ -110,12 +110,12 @@
110 ] ; 110 ] ;
111 sp:predicate rdf:type ; 111 sp:predicate rdf:type ;
112 sp:subject _:b4 112 sp:subject _:b4
113 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; 113 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ;
114 sp:predicate rdf:type ; 114 sp:predicate rdf:type ;
115 sp:subject 115 sp:subject
116 [ sp:varName "personRoleType"^^xsd:string 116 [ sp:varName "personRoleType"^^xsd:string
117 ] 117 ]
118 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 118 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
119 sp:predicate rdfs:subClassOf ; 119 sp:predicate rdfs:subClassOf ;
120 sp:subject 120 sp:subject
121 [ sp:varName "personRoleType"^^xsd:string 121 [ sp:varName "personRoleType"^^xsd:string
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
166 sp:subject 166 sp:subject
167 [ sp:varName "commentingActivity"^^xsd:string 167 [ sp:varName "commentingActivity"^^xsd:string
168 ] 168 ]
169 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; 169 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ;
170 sp:predicate rdf:type ; 170 sp:predicate rdf:type ;
171 sp:subject _:b5 171 sp:subject _:b5
172 ] [ sp:object 172 ] [ sp:object
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
174 ] ; 174 ] ;
175 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 175 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
176 sp:subject _:b5 176 sp:subject _:b5
177 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#WholeLifePerson> ; 177 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#WholeLifePerson> ;
178 sp:predicate rdf:type ; 178 sp:predicate rdf:type ;
179 sp:subject 179 sp:subject
180 [ sp:varName "person"^^xsd:string 180 [ sp:varName "person"^^xsd:string
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
216 sp:subject 216 sp:subject
217 [ sp:varName "commentator"^^xsd:string 217 [ sp:varName "commentator"^^xsd:string
218 ] 218 ]
219 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 219 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
220 sp:predicate rdf:type ; 220 sp:predicate rdf:type ;
221 sp:subject _:b6 221 sp:subject _:b6
222 ] [ sp:object 222 ] [ sp:object
...@@ -224,12 +224,12 @@ ...@@ -224,12 +224,12 @@
224 ] ; 224 ] ;
225 sp:predicate rdf:type ; 225 sp:predicate rdf:type ;
226 sp:subject _:b6 226 sp:subject _:b6
227 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; 227 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ;
228 sp:predicate rdf:type ; 228 sp:predicate rdf:type ;
229 sp:subject 229 sp:subject
230 [ sp:varName "personRoleType"^^xsd:string 230 [ sp:varName "personRoleType"^^xsd:string
231 ] 231 ]
232 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 232 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
233 sp:predicate rdfs:subClassOf ; 233 sp:predicate rdfs:subClassOf ;
234 sp:subject 234 sp:subject
235 [ sp:varName "personRoleType"^^xsd:string 235 [ sp:varName "personRoleType"^^xsd:string
......
...@@ -21,21 +21,24 @@ ...@@ -21,21 +21,24 @@
21 <http://www.epim.no/schemas/mprml/1#A_Global-Objects> 21 <http://www.epim.no/schemas/mprml/1#A_Global-Objects>
22 spin:rule 22 spin:rule
23 [ rdf:type sp:Construct ; 23 [ rdf:type sp:Construct ;
24 - rdfs:comment "STEP 40101 Set the hours worked in reporting period"^^xsd:string ; 24 + rdfs:comment "STEP 40104 Set the crew numbers"^^xsd:string ;
25 sp:templates ([ sp:object _:b1 ; 25 sp:templates ([ sp:object _:b1 ;
26 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; 26 + sp:predicate <http://www.reportinghub.no/ep/schema/organization#hasCrew> ;
27 sp:subject 27 sp:subject
28 - [ sp:varName "productionOperation"^^xsd:string 28 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
29 ] 29 ]
30 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 30 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Crew> ;
31 sp:predicate rdf:type ; 31 sp:predicate rdf:type ;
32 sp:subject _:b1 32 sp:subject _:b1
33 ] [ sp:object 33 ] [ sp:object
34 - [ sp:varName "realWork"^^xsd:string 34 + [ sp:varName "crewType"^^xsd:string
35 ] ; 35 ] ;
36 - sp:predicate 36 + sp:predicate rdf:type ;
37 - [ sp:varName "workScale"^^xsd:string 37 + sp:subject _:b1
38 + ] [ sp:object
39 + [ sp:varName "crewCount"^^xsd:string
38 ] ; 40 ] ;
41 + sp:predicate <http://www.reportinghub.no/ep/schema/organization#numberInCrew> ;
39 sp:subject _:b1 42 sp:subject _:b1
40 ]) ; 43 ]) ;
41 sp:where ([ sp:object spin:_this ; 44 sp:where ([ sp:object spin:_this ;
...@@ -84,68 +87,93 @@ ...@@ -84,68 +87,93 @@
84 sp:subject 87 sp:subject
85 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 88 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
86 ] 89 ]
87 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
88 - sp:predicate rdf:type ;
89 - sp:subject
90 - [ sp:varName "productionOperation"^^xsd:string
91 - ]
92 ] [ sp:object 90 ] [ sp:object
93 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 91 + [ sp:varName "crewCountRef"^^xsd:string
94 - ] ;
95 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
96 - sp:subject
97 - [ sp:varName "productionOperation"^^xsd:string
98 - ]
99 - ] [ sp:object
100 - [ sp:varName "workRef"^^xsd:string
101 ] ; 92 ] ;
102 - sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; 93 + sp:predicate <http://www.epim.no/schemas/mprml/1#crewCountRef> ;
103 sp:subject 94 sp:subject
104 [ sp:varName "installationReportRef"^^xsd:string 95 [ sp:varName "installationReportRef"^^xsd:string
105 ] 96 ]
106 ] [ sp:object 97 ] [ sp:object
107 - [ sp:varName "realWork"^^xsd:string 98 + [ sp:varName "crewCount"^^xsd:string
108 ] ; 99 ] ;
109 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 100 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
110 sp:subject 101 sp:subject
111 - [ sp:varName "workRef"^^xsd:string 102 + [ sp:varName "crewCountRef"^^xsd:string
112 ] 103 ]
113 ] [ sp:object 104 ] [ sp:object
114 - [ sp:varName "uomWork"^^xsd:string 105 + [ sp:varName "typeRef"^^xsd:string
115 ] ; 106 ] ;
116 - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; 107 + sp:predicate <http://www.epim.no/schemas/mprml/1#typeRef> ;
117 sp:subject 108 sp:subject
118 - [ sp:varName "workRef"^^xsd:string 109 + [ sp:varName "crewCountRef"^^xsd:string
119 ] 110 ]
120 ] [ rdf:type sp:Bind ; 111 ] [ rdf:type sp:Bind ;
121 sp:expression 112 sp:expression
122 - [ rdf:type ep-mpr-spin-lib:selectDurationScale ; 113 + [ rdf:type ep-mpr-spin-lib:selectCrewType ;
123 - sp:arg1 [ sp:varName "uomWork"^^xsd:string 114 + sp:arg1 [ sp:varName "typeRef"^^xsd:string
124 ] 115 ]
125 ] ; 116 ] ;
126 sp:variable 117 sp:variable
127 - [ sp:varName "workScale"^^xsd:string 118 + [ sp:varName "crewType"^^xsd:string
128 ] 119 ]
129 ]) 120 ])
130 ] ; 121 ] ;
131 spin:rule 122 spin:rule
132 [ rdf:type sp:Construct ; 123 [ rdf:type sp:Construct ;
133 - rdfs:comment "STEP 40102 Set the hours worked month to date"^^xsd:string ; 124 + rdfs:comment "STEP 40100 Create the ProductionOperationInstallationReport; the ProductionOperationActivity; and set the facility and number of beds"^^xsd:string ;
134 - sp:templates ([ sp:object _:b2 ; 125 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionOperationInstallationReport> ;
135 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
136 - sp:subject
137 - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
138 - ]
139 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
140 sp:predicate rdf:type ; 126 sp:predicate rdf:type ;
141 sp:subject _:b2 127 sp:subject _:b2
142 ] [ sp:object 128 ] [ sp:object
143 - [ sp:varName "realWorkMonthToDate"^^xsd:string 129 + [ sp:varName "productionOperationReport"^^xsd:string
144 ] ; 130 ] ;
145 - sp:predicate 131 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
146 - [ sp:varName "workMonthToDateScale"^^xsd:string 132 + sp:subject _:b2
133 + ] [ sp:object
134 + [ sp:varName "installationReportRef"^^xsd:string
147 ] ; 135 ] ;
136 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
137 + sp:subject _:b2
138 + ] [ sp:object _:b3 ;
139 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
148 sp:subject _:b2 140 sp:subject _:b2
141 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
142 + sp:predicate rdf:type ;
143 + sp:subject _:b3
144 + ] [ sp:object
145 + [ sp:varName "productionFacility"^^xsd:string
146 + ] ;
147 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
148 + sp:subject _:b3
149 + ] [ sp:object
150 + [ sp:varName "installationReportRef"^^xsd:string
151 + ] ;
152 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
153 + sp:subject _:b3
154 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
155 + sp:predicate rdf:type ;
156 + sp:subject _:b4
157 + ] [ sp:object _:b3 ;
158 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
159 + sp:subject _:b4
160 + ] [ sp:object _:b5 ;
161 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
162 + sp:subject _:b4
163 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ;
164 + sp:predicate rdf:type ;
165 + sp:subject _:b5
166 + ] [ sp:object _:b6 ;
167 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
168 + sp:subject _:b4
169 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ;
170 + sp:predicate rdf:type ;
171 + sp:subject _:b6
172 + ] [ sp:object
173 + [ sp:varName "bedsAvailable"^^xsd:string
174 + ] ;
175 + sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ;
176 + sp:subject _:b3
149 ]) ; 177 ]) ;
150 sp:where ([ sp:object spin:_this ; 178 sp:where ([ sp:object spin:_this ;
151 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 179 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
...@@ -181,92 +209,74 @@ ...@@ -181,92 +209,74 @@
181 sp:subject 209 sp:subject
182 [ sp:varName "productionOperationRef"^^xsd:string 210 [ sp:varName "productionOperationRef"^^xsd:string
183 ] 211 ]
184 - ] [ sp:object 212 + ] [ rdf:type sp:Optional ;
185 - [ sp:varName "installationReportRef"^^xsd:string 213 + sp:elements ([ sp:object
214 + [ sp:varName "installationRef"^^xsd:string
186 ] ; 215 ] ;
187 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 216 + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ;
188 - sp:subject
189 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
190 - ]
191 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
192 - sp:predicate rdf:type ;
193 - sp:subject
194 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
195 - ]
196 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
197 - sp:predicate rdf:type ;
198 sp:subject 217 sp:subject
199 - [ sp:varName "productionOperation"^^xsd:string 218 + [ sp:varName "installationReportRef"^^xsd:string
200 ] 219 ]
201 ] [ sp:object 220 ] [ sp:object
202 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 221 + [ sp:varName "installationRef"^^xsd:string
203 ] ; 222 ] ;
204 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; 223 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
205 sp:subject 224 sp:subject
206 - [ sp:varName "productionOperation"^^xsd:string 225 + [ sp:varName "productionFacility"^^xsd:string
207 ] 226 ]
208 - ] [ sp:object 227 + ])
209 - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string 228 + ] [ rdf:type sp:Optional ;
229 + sp:elements ([ sp:object
230 + [ sp:varName "bedsAvailable"^^xsd:string
210 ] ; 231 ] ;
211 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 232 + sp:predicate <http://www.epim.no/schemas/mprml/1#bedsAvailable> ;
212 - sp:subject
213 - [ sp:varName "productionOperation"^^xsd:string
214 - ]
215 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ;
216 - sp:predicate rdf:type ;
217 sp:subject 233 sp:subject
218 - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string 234 + [ sp:varName "installationReportRef"^^xsd:string
219 ] 235 ]
220 - ] [ sp:object 236 + ])
221 - [ sp:varName "workMonthToDateRef"^^xsd:string 237 + ] [ rdf:type sp:Optional ;
238 + sp:elements ([ sp:object
239 + [ sp:varName "workRef"^^xsd:string
222 ] ; 240 ] ;
223 - sp:predicate <http://www.epim.no/schemas/mprml/1#workMonthToDateRef> ; 241 + sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ;
224 sp:subject 242 sp:subject
225 [ sp:varName "installationReportRef"^^xsd:string 243 [ sp:varName "installationReportRef"^^xsd:string
226 ] 244 ]
227 ] [ sp:object 245 ] [ sp:object
228 - [ sp:varName "realWorkMonthToDate"^^xsd:string 246 + [ sp:varName "realWork"^^xsd:string
229 ] ; 247 ] ;
230 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 248 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
231 sp:subject 249 sp:subject
232 - [ sp:varName "workMonthToDateRef"^^xsd:string 250 + [ sp:varName "workRef"^^xsd:string
233 ] 251 ]
234 ] [ sp:object 252 ] [ sp:object
235 - [ sp:varName "uomWorkMonthToDate"^^xsd:string 253 + [ sp:varName "uomWork"^^xsd:string
236 ] ; 254 ] ;
237 sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; 255 sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
238 sp:subject 256 sp:subject
239 - [ sp:varName "workMonthToDateRef"^^xsd:string 257 + [ sp:varName "workRef"^^xsd:string
240 - ]
241 - ] [ rdf:type sp:Bind ;
242 - sp:expression
243 - [ rdf:type ep-mpr-spin-lib:selectDurationScale ;
244 - sp:arg1 [ sp:varName "uomWorkMonthToDate"^^xsd:string
245 - ]
246 - ] ;
247 - sp:variable
248 - [ sp:varName "workMonthToDateScale"^^xsd:string
249 ] 258 ]
250 ]) 259 ])
260 + ])
251 ] ; 261 ] ;
252 spin:rule 262 spin:rule
253 [ rdf:type sp:Construct ; 263 [ rdf:type sp:Construct ;
254 rdfs:comment "STEP 40103 Set the hours worked year to date"^^xsd:string ; 264 rdfs:comment "STEP 40103 Set the hours worked year to date"^^xsd:string ;
255 - sp:templates ([ sp:object _:b3 ; 265 + sp:templates ([ sp:object _:b7 ;
256 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; 266 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
257 sp:subject 267 sp:subject
258 [ sp:varName "annualProductionOperationToDate"^^xsd:string 268 [ sp:varName "annualProductionOperationToDate"^^xsd:string
259 ] 269 ]
260 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 270 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
261 sp:predicate rdf:type ; 271 sp:predicate rdf:type ;
262 - sp:subject _:b3 272 + sp:subject _:b7
263 ] [ sp:object 273 ] [ sp:object
264 [ sp:varName "realWorkYearToDate"^^xsd:string 274 [ sp:varName "realWorkYearToDate"^^xsd:string
265 ] ; 275 ] ;
266 sp:predicate 276 sp:predicate
267 [ sp:varName "workYearToDateScale"^^xsd:string 277 [ sp:varName "workYearToDateScale"^^xsd:string
268 ] ; 278 ] ;
269 - sp:subject _:b3 279 + sp:subject _:b7
270 ]) ; 280 ]) ;
271 sp:where ([ sp:object spin:_this ; 281 sp:where ([ sp:object spin:_this ;
272 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 282 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
...@@ -372,59 +382,22 @@ ...@@ -372,59 +382,22 @@
372 ] ; 382 ] ;
373 spin:rule 383 spin:rule
374 [ rdf:type sp:Construct ; 384 [ rdf:type sp:Construct ;
375 - rdfs:comment "STEP 40100 Create the ProductionOperationInstallationReport; the ProductionOperationActivity; and set the facility and number of beds"^^xsd:string ; 385 + rdfs:comment "STEP 40102 Set the hours worked month to date"^^xsd:string ;
376 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionOperationInstallationReport> ; 386 + sp:templates ([ sp:object _:b8 ;
377 - sp:predicate rdf:type ; 387 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
378 - sp:subject _:b4 388 + sp:subject
379 - ] [ sp:object 389 + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
380 - [ sp:varName "productionOperationReport"^^xsd:string 390 + ]
381 - ] ; 391 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
382 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
383 - sp:subject _:b4
384 - ] [ sp:object
385 - [ sp:varName "installationReportRef"^^xsd:string
386 - ] ;
387 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
388 - sp:subject _:b4
389 - ] [ sp:object _:b5 ;
390 - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
391 - sp:subject _:b4
392 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
393 sp:predicate rdf:type ; 392 sp:predicate rdf:type ;
394 - sp:subject _:b5 393 + sp:subject _:b8
395 ] [ sp:object 394 ] [ sp:object
396 - [ sp:varName "productionFacility"^^xsd:string 395 + [ sp:varName "realWorkMonthToDate"^^xsd:string
397 ] ; 396 ] ;
398 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 397 + sp:predicate
399 - sp:subject _:b5 398 + [ sp:varName "workMonthToDateScale"^^xsd:string
400 - ] [ sp:object
401 - [ sp:varName "installationReportRef"^^xsd:string
402 ] ; 399 ] ;
403 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
404 - sp:subject _:b5
405 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
406 - sp:predicate rdf:type ;
407 - sp:subject _:b6
408 - ] [ sp:object _:b5 ;
409 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
410 - sp:subject _:b6
411 - ] [ sp:object _:b7 ;
412 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
413 - sp:subject _:b6
414 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ;
415 - sp:predicate rdf:type ;
416 - sp:subject _:b7
417 - ] [ sp:object _:b8 ;
418 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
419 - sp:subject _:b6
420 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ;
421 - sp:predicate rdf:type ;
422 sp:subject _:b8 400 sp:subject _:b8
423 - ] [ sp:object
424 - [ sp:varName "bedsAvailable"^^xsd:string
425 - ] ;
426 - sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ;
427 - sp:subject _:b5
428 ]) ; 401 ]) ;
429 sp:where ([ sp:object spin:_this ; 402 sp:where ([ sp:object spin:_this ;
430 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 403 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
...@@ -460,76 +433,91 @@ ...@@ -460,76 +433,91 @@
460 sp:subject 433 sp:subject
461 [ sp:varName "productionOperationRef"^^xsd:string 434 [ sp:varName "productionOperationRef"^^xsd:string
462 ] 435 ]
463 - ] [ rdf:type sp:Optional ; 436 + ] [ sp:object
464 - sp:elements ([ sp:object 437 + [ sp:varName "installationReportRef"^^xsd:string
465 - [ sp:varName "installationRef"^^xsd:string
466 ] ; 438 ] ;
467 - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; 439 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
468 sp:subject 440 sp:subject
469 - [ sp:varName "installationReportRef"^^xsd:string 441 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
442 + ]
443 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
444 + sp:predicate rdf:type ;
445 + sp:subject
446 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
447 + ]
448 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
449 + sp:predicate rdf:type ;
450 + sp:subject
451 + [ sp:varName "productionOperation"^^xsd:string
470 ] 452 ]
471 ] [ sp:object 453 ] [ sp:object
472 - [ sp:varName "installationRef"^^xsd:string 454 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
473 ] ; 455 ] ;
474 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 456 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
475 sp:subject 457 sp:subject
476 - [ sp:varName "productionFacility"^^xsd:string 458 + [ sp:varName "productionOperation"^^xsd:string
477 ] 459 ]
478 - ]) 460 + ] [ sp:object
479 - ] [ rdf:type sp:Optional ; 461 + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
480 - sp:elements ([ sp:object
481 - [ sp:varName "bedsAvailable"^^xsd:string
482 ] ; 462 ] ;
483 - sp:predicate <http://www.epim.no/schemas/mprml/1#bedsAvailable> ; 463 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
484 sp:subject 464 sp:subject
485 - [ sp:varName "installationReportRef"^^xsd:string 465 + [ sp:varName "productionOperation"^^xsd:string
486 ] 466 ]
487 - ]) 467 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ;
488 - ] [ rdf:type sp:Optional ; 468 + sp:predicate rdf:type ;
489 - sp:elements ([ sp:object 469 + sp:subject
490 - [ sp:varName "workRef"^^xsd:string 470 + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
471 + ]
472 + ] [ sp:object
473 + [ sp:varName "workMonthToDateRef"^^xsd:string
491 ] ; 474 ] ;
492 - sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; 475 + sp:predicate <http://www.epim.no/schemas/mprml/1#workMonthToDateRef> ;
493 sp:subject 476 sp:subject
494 [ sp:varName "installationReportRef"^^xsd:string 477 [ sp:varName "installationReportRef"^^xsd:string
495 ] 478 ]
496 ] [ sp:object 479 ] [ sp:object
497 - [ sp:varName "realWork"^^xsd:string 480 + [ sp:varName "realWorkMonthToDate"^^xsd:string
498 ] ; 481 ] ;
499 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 482 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
500 sp:subject 483 sp:subject
501 - [ sp:varName "workRef"^^xsd:string 484 + [ sp:varName "workMonthToDateRef"^^xsd:string
502 ] 485 ]
503 ] [ sp:object 486 ] [ sp:object
504 - [ sp:varName "uomWork"^^xsd:string 487 + [ sp:varName "uomWorkMonthToDate"^^xsd:string
505 ] ; 488 ] ;
506 sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; 489 sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
507 sp:subject 490 sp:subject
508 - [ sp:varName "workRef"^^xsd:string 491 + [ sp:varName "workMonthToDateRef"^^xsd:string
492 + ]
493 + ] [ rdf:type sp:Bind ;
494 + sp:expression
495 + [ rdf:type ep-mpr-spin-lib:selectDurationScale ;
496 + sp:arg1 [ sp:varName "uomWorkMonthToDate"^^xsd:string
497 + ]
498 + ] ;
499 + sp:variable
500 + [ sp:varName "workMonthToDateScale"^^xsd:string
509 ] 501 ]
510 - ])
511 ]) 502 ])
512 ] ; 503 ] ;
513 spin:rule 504 spin:rule
514 [ rdf:type sp:Construct ; 505 [ rdf:type sp:Construct ;
515 - rdfs:comment "STEP 40104 Set the crew numbers"^^xsd:string ; 506 + rdfs:comment "STEP 40101 Set the hours worked in reporting period"^^xsd:string ;
516 sp:templates ([ sp:object _:b9 ; 507 sp:templates ([ sp:object _:b9 ;
517 - sp:predicate <http://www.reportinghub.no/ep/schema/production-organization#hasCrew> ; 508 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
518 sp:subject 509 sp:subject
519 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 510 + [ sp:varName "productionOperation"^^xsd:string
520 ] 511 ]
521 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Crew> ; 512 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
522 sp:predicate rdf:type ; 513 sp:predicate rdf:type ;
523 sp:subject _:b9 514 sp:subject _:b9
524 ] [ sp:object 515 ] [ sp:object
525 - [ sp:varName "crewType"^^xsd:string 516 + [ sp:varName "realWork"^^xsd:string
526 ] ; 517 ] ;
527 - sp:predicate rdf:type ; 518 + sp:predicate
528 - sp:subject _:b9 519 + [ sp:varName "workScale"^^xsd:string
529 - ] [ sp:object
530 - [ sp:varName "crewCount"^^xsd:string
531 ] ; 520 ] ;
532 - sp:predicate <http://www.reportinghub.no/ep/schema/production-organization#numberInCrew> ;
533 sp:subject _:b9 521 sp:subject _:b9
534 ]) ; 522 ]) ;
535 sp:where ([ sp:object spin:_this ; 523 sp:where ([ sp:object spin:_this ;
...@@ -578,40 +566,52 @@ ...@@ -578,40 +566,52 @@
578 sp:subject 566 sp:subject
579 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 567 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
580 ] 568 ]
569 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
570 + sp:predicate rdf:type ;
571 + sp:subject
572 + [ sp:varName "productionOperation"^^xsd:string
573 + ]
581 ] [ sp:object 574 ] [ sp:object
582 - [ sp:varName "crewCountRef"^^xsd:string 575 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
583 ] ; 576 ] ;
584 - sp:predicate <http://www.epim.no/schemas/mprml/1#crewCountRef> ; 577 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
578 + sp:subject
579 + [ sp:varName "productionOperation"^^xsd:string
580 + ]
581 + ] [ sp:object
582 + [ sp:varName "workRef"^^xsd:string
583 + ] ;
584 + sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ;
585 sp:subject 585 sp:subject
586 [ sp:varName "installationReportRef"^^xsd:string 586 [ sp:varName "installationReportRef"^^xsd:string
587 ] 587 ]
588 ] [ sp:object 588 ] [ sp:object
589 - [ sp:varName "crewCount"^^xsd:string 589 + [ sp:varName "realWork"^^xsd:string
590 ] ; 590 ] ;
591 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 591 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
592 sp:subject 592 sp:subject
593 - [ sp:varName "crewCountRef"^^xsd:string 593 + [ sp:varName "workRef"^^xsd:string
594 ] 594 ]
595 ] [ sp:object 595 ] [ sp:object
596 - [ sp:varName "typeRef"^^xsd:string 596 + [ sp:varName "uomWork"^^xsd:string
597 ] ; 597 ] ;
598 - sp:predicate <http://www.epim.no/schemas/mprml/1#typeRef> ; 598 + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
599 sp:subject 599 sp:subject
600 - [ sp:varName "crewCountRef"^^xsd:string 600 + [ sp:varName "workRef"^^xsd:string
601 ] 601 ]
602 ] [ rdf:type sp:Bind ; 602 ] [ rdf:type sp:Bind ;
603 sp:expression 603 sp:expression
604 - [ rdf:type ep-mpr-spin-lib:selectCrewType ; 604 + [ rdf:type ep-mpr-spin-lib:selectDurationScale ;
605 - sp:arg1 [ sp:varName "typeRef"^^xsd:string 605 + sp:arg1 [ sp:varName "uomWork"^^xsd:string
606 ] 606 ]
607 ] ; 607 ] ;
608 sp:variable 608 sp:variable
609 - [ sp:varName "crewType"^^xsd:string 609 + [ sp:varName "workScale"^^xsd:string
610 ] 610 ]
611 ]) 611 ])
612 ] . 612 ] .
613 613
614 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> 614 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1>
615 rdf:type owl:Ontology ; 615 rdf:type owl:Ontology ;
616 - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; 616 + owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ;
617 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 617 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
This diff could not be displayed because it is too large.