commonPropertiesProductVolume completed - minor addition to the core ontology an…
…d minor changes to flow and production-activity. Also minor changes to the componentContent, productVolume and productVolumePeriod transforms.
Showing
7 changed files
with
424 additions
and
328 deletions
This diff could not be displayed because it is too large.
... | @@ -15,179 +15,179 @@ | ... | @@ -15,179 +15,179 @@ |
15 | 15 | ||
16 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <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/production-activity> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | ep-core:PhysicalThingAtInstant | 21 | ep-core:PhysicalThingAtInstant |
22 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 22 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
23 | rdfs:comment "physical thing at an instant in time"^^xsd:string ; | 23 | rdfs:comment "physical thing at an instant in time"^^xsd:string ; |
24 | rdfs:label "physical thing at an instant"^^xsd:string ; | 24 | rdfs:label "physical thing at an instant"^^xsd:string ; |
25 | rdfs:subClassOf ep-core:PhysicalThing . | 25 | rdfs:subClassOf ep-core:PhysicalThing . |
26 | 26 | ||
27 | ep-core:PhysicalThingDuringGasYearToDate | 27 | ep-core:PhysicalThingDuringGasYearToDate |
28 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 28 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
29 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; | 29 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; |
30 | rdfs:label "physical thing during gas year to date"^^xsd:string ; | 30 | rdfs:label "physical thing during gas year to date"^^xsd:string ; |
31 | rdfs:subClassOf ep-core:PhysicalThing . | 31 | rdfs:subClassOf ep-core:PhysicalThing . |
32 | 32 | ||
33 | ep-core:PhysicalThingDuringMonthToDate | 33 | ep-core:PhysicalThingDuringMonthToDate |
34 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 34 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
35 | rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ; | 35 | rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ; |
36 | rdfs:label "physical thing during month to date"^^xsd:string ; | 36 | rdfs:label "physical thing during month to date"^^xsd:string ; |
37 | rdfs:subClassOf ep-core:PhysicalThing . | 37 | rdfs:subClassOf ep-core:PhysicalThing . |
38 | 38 | ||
39 | ep-core:PhysicalThingDuringOneDay | 39 | ep-core:PhysicalThingDuringOneDay |
40 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 40 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
41 | rdfs:comment "physical thing during one day. NOTE If the report does not represent one day then this represents the 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; | 41 | rdfs:comment "physical thing during one day. NOTE If the report does not represent one day then this represents the 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; |
42 | rdfs:label "physical thing during one day"^^xsd:string ; | 42 | rdfs:label "physical thing during one day"^^xsd:string ; |
43 | rdfs:subClassOf ep-core:PhysicalThing . | 43 | rdfs:subClassOf ep-core:PhysicalThing . |
44 | 44 | ||
45 | ep-core:PhysicalThingDuringOneGasDay | 45 | ep-core:PhysicalThingDuringOneGasDay |
46 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 46 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
47 | rdfs:comment "physical thing during a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day (source MPR-XSD)"^^xsd:string ; | 47 | rdfs:comment "physical thing during a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day (source MPR-XSD)"^^xsd:string ; |
48 | rdfs:label "physical thing during one gas day"^^xsd:string ; | 48 | rdfs:label "physical thing during one gas day"^^xsd:string ; |
49 | rdfs:subClassOf ep-core:PhysicalThing . | 49 | rdfs:subClassOf ep-core:PhysicalThing . |
50 | 50 | ||
51 | ep-core:PhysicalThingDuringOneGasMonth | 51 | ep-core:PhysicalThingDuringOneGasMonth |
52 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 52 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
53 | rdfs:comment "physical thing during a month starting at 06:00 AM the first day and ending at 06:00 AM the first day of the next month (source MPR-XSD)"^^xsd:string ; | 53 | rdfs:comment "physical thing during a month starting at 06:00 AM the first day and ending at 06:00 AM the first day of the next month (source MPR-XSD)"^^xsd:string ; |
54 | rdfs:label "physical thing during one gas month"^^xsd:string ; | 54 | rdfs:label "physical thing during one gas month"^^xsd:string ; |
55 | rdfs:subClassOf ep-core:PhysicalThing . | 55 | rdfs:subClassOf ep-core:PhysicalThing . |
56 | 56 | ||
57 | ep-core:PhysicalThingDuringOneGasYear | 57 | ep-core:PhysicalThingDuringOneGasYear |
58 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 58 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
59 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; | 59 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; |
60 | rdfs:label "physical thing during one gas year"^^xsd:string ; | 60 | rdfs:label "physical thing during one gas year"^^xsd:string ; |
61 | rdfs:subClassOf ep-core:PhysicalThing . | 61 | rdfs:subClassOf ep-core:PhysicalThing . |
62 | 62 | ||
63 | ep-core:PhysicalThingDuringOneMonth | 63 | ep-core:PhysicalThingDuringOneMonth |
64 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 64 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
65 | rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ; | 65 | rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ; |
66 | rdfs:label "physical thing during one month"^^xsd:string ; | 66 | rdfs:label "physical thing during one month"^^xsd:string ; |
67 | rdfs:subClassOf ep-core:PhysicalThing . | 67 | rdfs:subClassOf ep-core:PhysicalThing . |
68 | 68 | ||
69 | ep-core:PhysicalThingDuringOneWeek | 69 | ep-core:PhysicalThingDuringOneWeek |
70 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 70 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
71 | rdfs:comment "physical thing during one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; | 71 | rdfs:comment "physical thing during one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; |
72 | rdfs:label "physical thing during one week"^^xsd:string ; | 72 | rdfs:label "physical thing during one week"^^xsd:string ; |
73 | rdfs:subClassOf ep-core:PhysicalThing . | 73 | rdfs:subClassOf ep-core:PhysicalThing . |
74 | 74 | ||
75 | ep-core:PhysicalThingDuringOneYear | 75 | ep-core:PhysicalThingDuringOneYear |
76 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 76 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
77 | rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ; | 77 | rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ; |
78 | rdfs:label "physical thing during one year"^^xsd:string ; | 78 | rdfs:label "physical thing during one year"^^xsd:string ; |
79 | rdfs:subClassOf ep-core:PhysicalThing . | 79 | rdfs:subClassOf ep-core:PhysicalThing . |
80 | 80 | ||
81 | ep-core:PhysicalThingDuringYearToDate | 81 | ep-core:PhysicalThingDuringYearToDate |
82 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; | 82 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
83 | rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ; | 83 | rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ; |
84 | rdfs:label "physical thing during year to date"^^xsd:string ; | 84 | rdfs:label "physical thing during year to date"^^xsd:string ; |
85 | rdfs:subClassOf ep-core:PhysicalThing . | 85 | rdfs:subClassOf ep-core:PhysicalThing . |
86 | 86 | ||
87 | ep-flow:AllocatedFlow | 87 | ep-flow:AllocatedFlow |
88 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 88 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
89 | rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; | 89 | rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; |
90 | rdfs:label "allocated flow"^^xsd:string ; | 90 | rdfs:label "allocated flow"^^xsd:string ; |
91 | rdfs:subClassOf ep-flow:Flow . | 91 | rdfs:subClassOf ep-flow:Flow . |
92 | 92 | ||
93 | ep-flow:AllocatedInventory | 93 | ep-flow:AllocatedInventory |
94 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 94 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
95 | rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ; | 95 | rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ; |
96 | rdfs:label "allocated inventory"^^xsd:string ; | 96 | rdfs:label "allocated inventory"^^xsd:string ; |
97 | rdfs:subClassOf ep-flow:Inventory . | 97 | rdfs:subClassOf ep-flow:Inventory . |
98 | 98 | ||
99 | ep-flow:BudgetFlow | 99 | ep-flow:BudgetFlow |
100 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 100 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
101 | rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; | 101 | rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; |
102 | rdfs:label "budget flow"^^xsd:string ; | 102 | rdfs:label "budget flow"^^xsd:string ; |
103 | rdfs:subClassOf ep-flow:Flow . | 103 | rdfs:subClassOf ep-flow:Flow . |
104 | 104 | ||
105 | ep-flow:ClassOfMaterialWithMassCriterion | 105 | ep-flow:ClassOfMaterialWithMassCriterion |
106 | rdf:type rdfs:Class ; | 106 | rdf:type rdfs:Class ; |
107 | - rdfs:comment "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string , "class that has amounts of material with a particular mass as members"^^xsd:string ; | 107 | + rdfs:comment "class that has amounts of material with a particular mass as members"^^xsd:string , "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string ; |
108 | rdfs:label "class of material with mass criterion"^^xsd:string ; | 108 | rdfs:label "class of material with mass criterion"^^xsd:string ; |
109 | rdfs:subClassOf owl:Class . | 109 | rdfs:subClassOf owl:Class . |
110 | 110 | ||
111 | ep-flow:ConstraintFlow | 111 | ep-flow:ConstraintFlow |
112 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 112 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
113 | rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; | 113 | rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; |
114 | rdfs:label "constraint flow"^^xsd:string ; | 114 | rdfs:label "constraint flow"^^xsd:string ; |
115 | rdfs:subClassOf ep-flow:Flow . | 115 | rdfs:subClassOf ep-flow:Flow . |
116 | 116 | ||
117 | ep-flow:ConstraintFlow-fixed | 117 | ep-flow:ConstraintFlow-fixed |
118 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 118 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
119 | rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; | 119 | rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; |
120 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 120 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
121 | rdfs:subClassOf ep-flow:ConstraintFlow . | 121 | rdfs:subClassOf ep-flow:ConstraintFlow . |
122 | 122 | ||
123 | ep-flow:ConstraintFlow-maximum | 123 | ep-flow:ConstraintFlow-maximum |
124 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 124 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
125 | rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; | 125 | rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; |
126 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 126 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
127 | rdfs:subClassOf ep-flow:ConstraintFlow . | 127 | rdfs:subClassOf ep-flow:ConstraintFlow . |
128 | 128 | ||
129 | ep-flow:ConstraintFlow-minimum | 129 | ep-flow:ConstraintFlow-minimum |
130 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 130 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
131 | rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; | 131 | rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; |
132 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 132 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
133 | rdfs:subClassOf ep-flow:ConstraintFlow . | 133 | rdfs:subClassOf ep-flow:ConstraintFlow . |
134 | 134 | ||
135 | ep-flow:ConsumptionFlow | 135 | ep-flow:ConsumptionFlow |
136 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 136 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
137 | rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; | 137 | rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; |
138 | rdfs:label "consumption flow"^^xsd:string ; | 138 | rdfs:label "consumption flow"^^xsd:string ; |
139 | rdfs:subClassOf ep-flow:Flow . | 139 | rdfs:subClassOf ep-flow:Flow . |
140 | 140 | ||
141 | ep-flow:ConsumptionFlow-HPflare | 141 | ep-flow:ConsumptionFlow-HPflare |
142 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 142 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
143 | rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; | 143 | rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; |
144 | rdfs:label "consumption flow - HP flare"^^xsd:string ; | 144 | rdfs:label "consumption flow - HP flare"^^xsd:string ; |
145 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . | 145 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . |
146 | 146 | ||
147 | ep-flow:ConsumptionFlow-LPflare | 147 | ep-flow:ConsumptionFlow-LPflare |
148 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 148 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
149 | rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; | 149 | rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; |
150 | rdfs:label "consumption flow - LP flare"^^xsd:string ; | 150 | rdfs:label "consumption flow - LP flare"^^xsd:string ; |
151 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . | 151 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . |
152 | 152 | ||
153 | ep-flow:ConsumptionFlow-blackstart | 153 | ep-flow:ConsumptionFlow-blackstart |
154 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 154 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
155 | rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; | 155 | rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; |
156 | rdfs:label "consumption flow - blackstart"^^xsd:string ; | 156 | rdfs:label "consumption flow - blackstart"^^xsd:string ; |
157 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 157 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
158 | 158 | ||
159 | ep-flow:ConsumptionFlow-compressor | 159 | ep-flow:ConsumptionFlow-compressor |
160 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 160 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
161 | rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; | 161 | rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; |
162 | rdfs:label "consumption flow - compressor"^^xsd:string ; | 162 | rdfs:label "consumption flow - compressor"^^xsd:string ; |
163 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 163 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
164 | 164 | ||
165 | ep-flow:ConsumptionFlow-emitted | 165 | ep-flow:ConsumptionFlow-emitted |
166 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 166 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
167 | rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; | 167 | rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; |
168 | rdfs:label "consumption flow - emitted"^^xsd:string ; | 168 | rdfs:label "consumption flow - emitted"^^xsd:string ; |
169 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 169 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
170 | 170 | ||
171 | ep-flow:ConsumptionFlow-flare | 171 | ep-flow:ConsumptionFlow-flare |
172 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 172 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
173 | rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; | 173 | rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; |
174 | rdfs:label "consumption flow - flare"^^xsd:string ; | 174 | rdfs:label "consumption flow - flare"^^xsd:string ; |
175 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 175 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
176 | 176 | ||
177 | ep-flow:ConsumptionFlow-fuel | 177 | ep-flow:ConsumptionFlow-fuel |
178 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 178 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
179 | rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; | 179 | rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; |
180 | rdfs:label "consumption flow - fuel"^^xsd:string ; | 180 | rdfs:label "consumption flow - fuel"^^xsd:string ; |
181 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 181 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
182 | 182 | ||
183 | ep-flow:ConsumptionFlow-noncompressor | 183 | ep-flow:ConsumptionFlow-noncompressor |
184 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 184 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
185 | rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; | 185 | rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; |
186 | rdfs:label "consumption flow - non-compressor"^^xsd:string ; | 186 | rdfs:label "consumption flow - non-compressor"^^xsd:string ; |
187 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 187 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
188 | 188 | ||
189 | ep-flow:ConsumptionFlow-venting | 189 | ep-flow:ConsumptionFlow-venting |
190 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 190 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
191 | rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; | 191 | rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; |
192 | rdfs:label "consumption flow - venting"^^xsd:string ; | 192 | rdfs:label "consumption flow - venting"^^xsd:string ; |
193 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 193 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
... | @@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow | ... | @@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow |
205 | rdfs:subClassOf ep-flow:ProductionFlow . | 205 | rdfs:subClassOf ep-flow:ProductionFlow . |
206 | 206 | ||
207 | ep-flow:DerivedFlow | 207 | ep-flow:DerivedFlow |
208 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 208 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
209 | rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; | 209 | rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; |
210 | rdfs:label "derived flow"^^xsd:string ; | 210 | rdfs:label "derived flow"^^xsd:string ; |
211 | rdfs:subClassOf ep-flow:Flow . | 211 | rdfs:subClassOf ep-flow:Flow . |
212 | 212 | ||
213 | ep-flow:DerivedFlow-difference | 213 | ep-flow:DerivedFlow-difference |
214 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 214 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
215 | rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; | 215 | rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; |
216 | rdfs:label "derived flow - difference"^^xsd:string ; | 216 | rdfs:label "derived flow - difference"^^xsd:string ; |
217 | rdfs:subClassOf ep-flow:DerivedFlow . | 217 | rdfs:subClassOf ep-flow:DerivedFlow . |
218 | 218 | ||
219 | ep-flow:DifferenceFlow | 219 | ep-flow:DifferenceFlow |
220 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 220 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
221 | rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; | 221 | rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; |
222 | rdfs:label "difference flow"^^xsd:string ; | 222 | rdfs:label "difference flow"^^xsd:string ; |
223 | rdfs:subClassOf ep-flow:Flow . | 223 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow | ... | @@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow |
229 | rdfs:subClassOf ep-flow:Flow . | 229 | rdfs:subClassOf ep-flow:Flow . |
230 | 230 | ||
231 | ep-flow:EstimatedFlow | 231 | ep-flow:EstimatedFlow |
232 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 232 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
233 | rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; | 233 | rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; |
234 | rdfs:label "estimated flow"^^xsd:string ; | 234 | rdfs:label "estimated flow"^^xsd:string ; |
235 | rdfs:subClassOf ep-flow:Flow . | 235 | rdfs:subClassOf ep-flow:Flow . |
236 | 236 | ||
237 | ep-flow:ExportFlow | 237 | ep-flow:ExportFlow |
238 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 238 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
239 | rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; | 239 | rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; |
240 | rdfs:label "export"^^xsd:string ; | 240 | rdfs:label "export"^^xsd:string ; |
241 | rdfs:subClassOf ep-flow:Flow . | 241 | rdfs:subClassOf ep-flow:Flow . |
242 | 242 | ||
243 | ep-flow:ExportFlow-nominated | 243 | ep-flow:ExportFlow-nominated |
244 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 244 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
245 | rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; | 245 | rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; |
246 | rdfs:label "export flow nominated"^^xsd:string ; | 246 | rdfs:label "export flow nominated"^^xsd:string ; |
247 | rdfs:subClassOf ep-flow:ExportFlow . | 247 | rdfs:subClassOf ep-flow:ExportFlow . |
248 | 248 | ||
249 | ep-flow:ExportFlow-requested | 249 | ep-flow:ExportFlow-requested |
250 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 250 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
251 | rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; | 251 | rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; |
252 | rdfs:label "export flow requested"^^xsd:string ; | 252 | rdfs:label "export flow requested"^^xsd:string ; |
253 | rdfs:subClassOf ep-flow:ExportFlow . | 253 | rdfs:subClassOf ep-flow:ExportFlow . |
254 | 254 | ||
255 | ep-flow:ExportFlow-shortfall | 255 | ep-flow:ExportFlow-shortfall |
256 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 256 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
257 | rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; | 257 | rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; |
258 | rdfs:label "export flow shortfall"^^xsd:string ; | 258 | rdfs:label "export flow shortfall"^^xsd:string ; |
259 | rdfs:subClassOf ep-flow:ExportFlow . | 259 | rdfs:subClassOf ep-flow:ExportFlow . |
... | @@ -277,61 +277,61 @@ ep-flow:FlowOfLiquid | ... | @@ -277,61 +277,61 @@ ep-flow:FlowOfLiquid |
277 | rdfs:subClassOf ep-flow:Flow . | 277 | rdfs:subClassOf ep-flow:Flow . |
278 | 278 | ||
279 | ep-flow:FlowToSale | 279 | ep-flow:FlowToSale |
280 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 280 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
281 | rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; | 281 | rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; |
282 | rdfs:label "flow to sale"^^xsd:string ; | 282 | rdfs:label "flow to sale"^^xsd:string ; |
283 | rdfs:subClassOf ep-flow:Flow . | 283 | rdfs:subClassOf ep-flow:Flow . |
284 | 284 | ||
285 | ep-flow:FlowToStorage | 285 | ep-flow:FlowToStorage |
286 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 286 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
287 | rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; | 287 | rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; |
288 | rdfs:label "flow to storage"^^xsd:string ; | 288 | rdfs:label "flow to storage"^^xsd:string ; |
289 | rdfs:subClassOf ep-flow:Flow . | 289 | rdfs:subClassOf ep-flow:Flow . |
290 | 290 | ||
291 | ep-flow:ForecastFlow | 291 | ep-flow:ForecastFlow |
292 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 292 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
293 | rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; | 293 | rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; |
294 | rdfs:label "forecast flow"^^xsd:string ; | 294 | rdfs:label "forecast flow"^^xsd:string ; |
295 | rdfs:subClassOf ep-flow:Flow . | 295 | rdfs:subClassOf ep-flow:Flow . |
296 | 296 | ||
297 | ep-flow:ForecastFlow-declineCurve | 297 | ep-flow:ForecastFlow-declineCurve |
298 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 298 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
299 | rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; | 299 | rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; |
300 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 300 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
301 | rdfs:subClassOf ep-flow:ForecastFlow . | 301 | rdfs:subClassOf ep-flow:ForecastFlow . |
302 | 302 | ||
303 | ep-flow:ForecastFlow-standard | 303 | ep-flow:ForecastFlow-standard |
304 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 304 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
305 | rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; | 305 | rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; |
306 | rdfs:label "forecast flow - standard"^^xsd:string ; | 306 | rdfs:label "forecast flow - standard"^^xsd:string ; |
307 | rdfs:subClassOf ep-flow:ForecastFlow . | 307 | rdfs:subClassOf ep-flow:ForecastFlow . |
308 | 308 | ||
309 | ep-flow:GasLiftFlow | 309 | ep-flow:GasLiftFlow |
310 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 310 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
311 | rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; | 311 | rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; |
312 | rdfs:label "gas lift flow"^^xsd:string ; | 312 | rdfs:label "gas lift flow"^^xsd:string ; |
313 | rdfs:subClassOf ep-flow:InjectionFlow . | 313 | rdfs:subClassOf ep-flow:InjectionFlow . |
314 | 314 | ||
315 | ep-flow:GrossProductFlow | 315 | ep-flow:GrossProductFlow |
316 | - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 316 | + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; |
317 | rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; | 317 | rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; |
318 | rdfs:label "gross product flow"^^xsd:string ; | 318 | rdfs:label "gross product flow"^^xsd:string ; |
319 | rdfs:subClassOf ep-flow:ProductFlow . | 319 | rdfs:subClassOf ep-flow:ProductFlow . |
320 | 320 | ||
321 | ep-flow:HydrocarbonAccountingFlow | 321 | ep-flow:HydrocarbonAccountingFlow |
322 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 322 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
323 | rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; | 323 | rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; |
324 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 324 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
325 | rdfs:subClassOf ep-flow:Flow . | 325 | rdfs:subClassOf ep-flow:Flow . |
326 | 326 | ||
327 | ep-flow:ImportFlow | 327 | ep-flow:ImportFlow |
328 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 328 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
329 | rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; | 329 | rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; |
330 | rdfs:label "import"^^xsd:string ; | 330 | rdfs:label "import"^^xsd:string ; |
331 | rdfs:subClassOf ep-flow:Flow . | 331 | rdfs:subClassOf ep-flow:Flow . |
332 | 332 | ||
333 | ep-flow:InjectionFlow | 333 | ep-flow:InjectionFlow |
334 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 334 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
335 | rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; | 335 | rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; |
336 | rdfs:label "injection flow"^^xsd:string ; | 336 | rdfs:label "injection flow"^^xsd:string ; |
337 | rdfs:subClassOf ep-flow:Flow . | 337 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -349,67 +349,67 @@ ep-flow:InventoryInAStandardState | ... | @@ -349,67 +349,67 @@ ep-flow:InventoryInAStandardState |
349 | rdfs:subClassOf ep-flow:Inventory . | 349 | rdfs:subClassOf ep-flow:Inventory . |
350 | 350 | ||
351 | ep-flow:MassAdjustedFlow | 351 | ep-flow:MassAdjustedFlow |
352 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 352 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
353 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 353 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
354 | rdfs:label "mass adjusted flow"^^xsd:string ; | 354 | rdfs:label "mass adjusted flow"^^xsd:string ; |
355 | rdfs:subClassOf ep-flow:Flow . | 355 | rdfs:subClassOf ep-flow:Flow . |
356 | 356 | ||
357 | ep-flow:MeasuredFlow | 357 | ep-flow:MeasuredFlow |
358 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 358 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
359 | rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; | 359 | rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; |
360 | rdfs:label "measured flow"^^xsd:string ; | 360 | rdfs:label "measured flow"^^xsd:string ; |
361 | rdfs:subClassOf ep-flow:Flow . | 361 | rdfs:subClassOf ep-flow:Flow . |
362 | 362 | ||
363 | ep-flow:MeasuredFlow-fiscal | 363 | ep-flow:MeasuredFlow-fiscal |
364 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 364 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
365 | rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; | 365 | rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; |
366 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 366 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
367 | rdfs:subClassOf ep-flow:MeasuredFlow . | 367 | rdfs:subClassOf ep-flow:MeasuredFlow . |
368 | 368 | ||
369 | ep-flow:MeasuredFlow-raw | 369 | ep-flow:MeasuredFlow-raw |
370 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 370 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
371 | rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; | 371 | rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; |
372 | rdfs:label "measured flow - raw"^^xsd:string ; | 372 | rdfs:label "measured flow - raw"^^xsd:string ; |
373 | rdfs:subClassOf ep-flow:MeasuredFlow . | 373 | rdfs:subClassOf ep-flow:MeasuredFlow . |
374 | 374 | ||
375 | ep-flow:MeasuredFlow-recalibrated | 375 | ep-flow:MeasuredFlow-recalibrated |
376 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 376 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
377 | rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; | 377 | rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; |
378 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 378 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
379 | rdfs:subClassOf ep-flow:MeasuredFlow . | 379 | rdfs:subClassOf ep-flow:MeasuredFlow . |
380 | 380 | ||
381 | ep-flow:MeasuredInventory | 381 | ep-flow:MeasuredInventory |
382 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 382 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
383 | rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; | 383 | rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; |
384 | rdfs:label "measured inventory"^^xsd:string ; | 384 | rdfs:label "measured inventory"^^xsd:string ; |
385 | rdfs:subClassOf ep-flow:Inventory . | 385 | rdfs:subClassOf ep-flow:Inventory . |
386 | 386 | ||
387 | ep-flow:MeteredFlowFiscal | 387 | ep-flow:MeteredFlowFiscal |
388 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 388 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
389 | rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; | 389 | rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; |
390 | rdfs:label "metered flow fiscal"^^xsd:string ; | 390 | rdfs:label "metered flow fiscal"^^xsd:string ; |
391 | rdfs:subClassOf ep-flow:Flow . | 391 | rdfs:subClassOf ep-flow:Flow . |
392 | 392 | ||
393 | ep-flow:NetProductFlow | 393 | ep-flow:NetProductFlow |
394 | - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 394 | + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; |
395 | rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; | 395 | rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; |
396 | rdfs:label "net product flow"^^xsd:string ; | 396 | rdfs:label "net product flow"^^xsd:string ; |
397 | rdfs:subClassOf ep-flow:ProductFlow . | 397 | rdfs:subClassOf ep-flow:ProductFlow . |
398 | 398 | ||
399 | ep-flow:NominatedFlow | 399 | ep-flow:NominatedFlow |
400 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 400 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
401 | rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; | 401 | rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; |
402 | rdfs:label "nominated flow"^^xsd:string ; | 402 | rdfs:label "nominated flow"^^xsd:string ; |
403 | rdfs:subClassOf ep-flow:Flow . | 403 | rdfs:subClassOf ep-flow:Flow . |
404 | 404 | ||
405 | ep-flow:OverboardFlow | 405 | ep-flow:OverboardFlow |
406 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 406 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
407 | rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; | 407 | rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; |
408 | rdfs:label "overboard"^^xsd:string ; | 408 | rdfs:label "overboard"^^xsd:string ; |
409 | rdfs:subClassOf ep-flow:Flow . | 409 | rdfs:subClassOf ep-flow:Flow . |
410 | 410 | ||
411 | ep-flow:PotentialFlow | 411 | ep-flow:PotentialFlow |
412 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 412 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
413 | rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; | 413 | rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; |
414 | rdfs:label "potential flow"^^xsd:string ; | 414 | rdfs:label "potential flow"^^xsd:string ; |
415 | rdfs:subClassOf ep-flow:Flow . | 415 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -427,7 +427,7 @@ ep-flow:PrecipitationType | ... | @@ -427,7 +427,7 @@ ep-flow:PrecipitationType |
427 | rdfs:subClassOf owl:Class . | 427 | rdfs:subClassOf owl:Class . |
428 | 428 | ||
429 | ep-flow:ProcessedFlow | 429 | ep-flow:ProcessedFlow |
430 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 430 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
431 | rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; | 431 | rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; |
432 | rdfs:label "processed flow"^^xsd:string ; | 432 | rdfs:label "processed flow"^^xsd:string ; |
433 | rdfs:subClassOf ep-flow:Flow . | 433 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -457,31 +457,31 @@ ep-flow:ProductInventory | ... | @@ -457,31 +457,31 @@ ep-flow:ProductInventory |
457 | rdfs:subClassOf ep-flow:Inventory . | 457 | rdfs:subClassOf ep-flow:Inventory . |
458 | 458 | ||
459 | ep-flow:ProductInventoryAdjustedClosingBalance | 459 | ep-flow:ProductInventoryAdjustedClosingBalance |
460 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 460 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
461 | rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; | 461 | rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; |
462 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 462 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
463 | rdfs:subClassOf ep-flow:ProductInventory . | 463 | rdfs:subClassOf ep-flow:ProductInventory . |
464 | 464 | ||
465 | ep-flow:ProductInventoryClosingBalance | 465 | ep-flow:ProductInventoryClosingBalance |
466 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 466 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
467 | rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; | 467 | rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; |
468 | rdfs:label "product inventory closing balance"^^xsd:string ; | 468 | rdfs:label "product inventory closing balance"^^xsd:string ; |
469 | rdfs:subClassOf ep-flow:ProductInventory . | 469 | rdfs:subClassOf ep-flow:ProductInventory . |
470 | 470 | ||
471 | ep-flow:ProductInventoryClosingStorageBalance | 471 | ep-flow:ProductInventoryClosingStorageBalance |
472 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 472 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
473 | rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; | 473 | rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; |
474 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 474 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
475 | rdfs:subClassOf ep-flow:ProductInventory . | 475 | rdfs:subClassOf ep-flow:ProductInventory . |
476 | 476 | ||
477 | ep-flow:ProductInventoryOpFlex | 477 | ep-flow:ProductInventoryOpFlex |
478 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 478 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
479 | rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; | 479 | rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; |
480 | rdfs:label "product inventory opFlex"^^xsd:string ; | 480 | rdfs:label "product inventory opFlex"^^xsd:string ; |
481 | rdfs:subClassOf ep-flow:ProductInventory . | 481 | rdfs:subClassOf ep-flow:ProductInventory . |
482 | 482 | ||
483 | ep-flow:ProductInventoryOpeningBalance | 483 | ep-flow:ProductInventoryOpeningBalance |
484 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 484 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
485 | rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; | 485 | rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; |
486 | rdfs:label "product inventory opening balance"^^xsd:string ; | 486 | rdfs:label "product inventory opening balance"^^xsd:string ; |
487 | rdfs:subClassOf ep-flow:ProductInventory . | 487 | rdfs:subClassOf ep-flow:ProductInventory . |
... | @@ -493,7 +493,7 @@ ep-flow:ProductInventoryType | ... | @@ -493,7 +493,7 @@ ep-flow:ProductInventoryType |
493 | rdfs:subClassOf owl:Class . | 493 | rdfs:subClassOf owl:Class . |
494 | 494 | ||
495 | ep-flow:ProductionExploitation | 495 | ep-flow:ProductionExploitation |
496 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 496 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
497 | rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; | 497 | rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; |
498 | rdfs:label "production exploitation"^^xsd:string ; | 498 | rdfs:label "production exploitation"^^xsd:string ; |
499 | rdfs:subClassOf ep-flow:Flow . | 499 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -593,37 +593,37 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -593,37 +593,37 @@ ep-flow:ProductionTestWellHeadFlow |
593 | rdfs:subClassOf ep-flow:Flow . | 593 | rdfs:subClassOf ep-flow:Flow . |
594 | 594 | ||
595 | ep-flow:QuotaFlow | 595 | ep-flow:QuotaFlow |
596 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 596 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
597 | rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; | 597 | rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; |
598 | rdfs:label "quota flow"^^xsd:string ; | 598 | rdfs:label "quota flow"^^xsd:string ; |
599 | rdfs:subClassOf ep-flow:Flow . | 599 | rdfs:subClassOf ep-flow:Flow . |
600 | 600 | ||
601 | ep-flow:RecommendedFlow | 601 | ep-flow:RecommendedFlow |
602 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 602 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
603 | rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; | 603 | rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; |
604 | rdfs:label "recommended flow"^^xsd:string ; | 604 | rdfs:label "recommended flow"^^xsd:string ; |
605 | rdfs:subClassOf ep-flow:Flow . | 605 | rdfs:subClassOf ep-flow:Flow . |
606 | 606 | ||
607 | ep-flow:SaleableFlow | 607 | ep-flow:SaleableFlow |
608 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 608 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
609 | rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; | 609 | rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; |
610 | rdfs:label "saleable flow"^^xsd:string ; | 610 | rdfs:label "saleable flow"^^xsd:string ; |
611 | rdfs:subClassOf ep-flow:Flow . | 611 | rdfs:subClassOf ep-flow:Flow . |
612 | 612 | ||
613 | ep-flow:SimulatedFlow | 613 | ep-flow:SimulatedFlow |
614 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 614 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
615 | rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; | 615 | rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; |
616 | rdfs:label "simulated flow"^^xsd:string ; | 616 | rdfs:label "simulated flow"^^xsd:string ; |
617 | rdfs:subClassOf ep-flow:Flow . | 617 | rdfs:subClassOf ep-flow:Flow . |
618 | 618 | ||
619 | ep-flow:TargetFlow | 619 | ep-flow:TargetFlow |
620 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 620 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
621 | rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; | 621 | rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; |
622 | rdfs:label "target flow"^^xsd:string ; | 622 | rdfs:label "target flow"^^xsd:string ; |
623 | rdfs:subClassOf ep-flow:Flow . | 623 | rdfs:subClassOf ep-flow:Flow . |
624 | 624 | ||
625 | ep-flow:TariffBasisFlow | 625 | ep-flow:TariffBasisFlow |
626 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 626 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
627 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 627 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
628 | rdfs:label "tariff basis flow"^^xsd:string ; | 628 | rdfs:label "tariff basis flow"^^xsd:string ; |
629 | rdfs:subClassOf ep-flow:Flow . | 629 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -635,13 +635,13 @@ ep-flow:TemporalPartDurationType | ... | @@ -635,13 +635,13 @@ ep-flow:TemporalPartDurationType |
635 | rdfs:subClassOf owl:Class . | 635 | rdfs:subClassOf owl:Class . |
636 | 636 | ||
637 | ep-flow:ValueAdjustedFlow | 637 | ep-flow:ValueAdjustedFlow |
638 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 638 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
639 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 639 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
640 | rdfs:label "value adjusted flow"^^xsd:string ; | 640 | rdfs:label "value adjusted flow"^^xsd:string ; |
641 | rdfs:subClassOf ep-flow:Flow . | 641 | rdfs:subClassOf ep-flow:Flow . |
642 | 642 | ||
643 | ep-flow:WholeLifeFlow | 643 | ep-flow:WholeLifeFlow |
644 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; | 644 | + rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
645 | rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; | 645 | rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; |
646 | rdfs:label "whole life flow"^^xsd:string ; | 646 | rdfs:label "whole life flow"^^xsd:string ; |
647 | rdfs:subClassOf ep-flow:Flow . | 647 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -653,22 +653,22 @@ ep-flow:WholeLifeInventory | ... | @@ -653,22 +653,22 @@ ep-flow:WholeLifeInventory |
653 | rdfs:subClassOf ep-flow:Inventory . | 653 | rdfs:subClassOf ep-flow:Inventory . |
654 | 654 | ||
655 | ep-flow:WholeLifeProductFlow | 655 | ep-flow:WholeLifeProductFlow |
656 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; | 656 | + rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
657 | rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; | 657 | rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; |
658 | rdfs:label "whole life product flow"^^xsd:string ; | 658 | rdfs:label "whole life product flow"^^xsd:string ; |
659 | - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . | 659 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . |
660 | 660 | ||
661 | ep-flow:WholeLifeProductInventory | 661 | ep-flow:WholeLifeProductInventory |
662 | rdf:type owl:Class ; | 662 | rdf:type owl:Class ; |
663 | rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; | 663 | rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; |
664 | rdfs:label "whole life product inventory"^^xsd:string ; | 664 | rdfs:label "whole life product inventory"^^xsd:string ; |
665 | - rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory . | 665 | + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductInventory . |
666 | 666 | ||
667 | ep-flow:WholeLifeProductionFlow | 667 | ep-flow:WholeLifeProductionFlow |
668 | - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; | 668 | + rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ; |
669 | rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; | 669 | rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; |
670 | rdfs:label "whole life production flow"^^xsd:string ; | 670 | rdfs:label "whole life production flow"^^xsd:string ; |
671 | - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . | 671 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . |
672 | 672 | ||
673 | ep-flow:WholeLifeProductionFlowNetwork | 673 | ep-flow:WholeLifeProductionFlowNetwork |
674 | rdf:type owl:Class ; | 674 | rdf:type owl:Class ; |
... | @@ -680,7 +680,7 @@ ep-flow:WholeLifeProductionInventory | ... | @@ -680,7 +680,7 @@ ep-flow:WholeLifeProductionInventory |
680 | rdf:type owl:Class ; | 680 | rdf:type owl:Class ; |
681 | rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; | 681 | rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; |
682 | rdfs:label "whole life production inventory"^^xsd:string ; | 682 | rdfs:label "whole life production inventory"^^xsd:string ; |
683 | - rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . | 683 | + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . |
684 | 684 | ||
685 | ep-flow:WholeLifeProductionInventoryCollection | 685 | ep-flow:WholeLifeProductionInventoryCollection |
686 | rdf:type owl:Class ; | 686 | rdf:type owl:Class ; |
... | @@ -695,28 +695,28 @@ ep-flow:Wind | ... | @@ -695,28 +695,28 @@ ep-flow:Wind |
695 | rdfs:subClassOf ep-flow:Flow . | 695 | rdfs:subClassOf ep-flow:Flow . |
696 | 696 | ||
697 | ep-flow:allocatedTo | 697 | ep-flow:allocatedTo |
698 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 698 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
699 | rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; | 699 | rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; |
700 | rdfs:domain ep-core:PhysicalObject ; | 700 | rdfs:domain ep-core:PhysicalObject ; |
701 | rdfs:label "allocatedTo"^^xsd:string ; | 701 | rdfs:label "allocatedTo"^^xsd:string ; |
702 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 702 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
703 | 703 | ||
704 | ep-flow:amountOfPrecipitation | 704 | ep-flow:amountOfPrecipitation |
705 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 705 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
706 | rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; | 706 | rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; |
707 | rdfs:domain ep-flow:Precipitation ; | 707 | rdfs:domain ep-flow:Precipitation ; |
708 | rdfs:label "amount of precipitation"^^xsd:string ; | 708 | rdfs:label "amount of precipitation"^^xsd:string ; |
709 | rdfs:range ep-core:Length . | 709 | rdfs:range ep-core:Length . |
710 | 710 | ||
711 | ep-flow:dailyAverageAmountOfMaterial | 711 | ep-flow:dailyAverageAmountOfMaterial |
712 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 712 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
713 | rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; | 713 | rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; |
714 | rdfs:domain ep-flow:Flow ; | 714 | rdfs:domain ep-flow:Flow ; |
715 | rdfs:label "daily average amount of material"^^xsd:string ; | 715 | rdfs:label "daily average amount of material"^^xsd:string ; |
716 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 716 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
717 | 717 | ||
718 | ep-flow:energyContent | 718 | ep-flow:energyContent |
719 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 719 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
720 | rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; | 720 | rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; |
721 | rdfs:domain ep-material:QuantityOfMaterial ; | 721 | rdfs:domain ep-material:QuantityOfMaterial ; |
722 | rdfs:label "energy content"^^xsd:string ; | 722 | rdfs:label "energy content"^^xsd:string ; |
... | @@ -751,13 +751,6 @@ ep-flow:flowMeasuredBy | ... | @@ -751,13 +751,6 @@ ep-flow:flowMeasuredBy |
751 | rdfs:label "flow measured by"^^xsd:string ; | 751 | rdfs:label "flow measured by"^^xsd:string ; |
752 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 752 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
753 | 753 | ||
754 | -ep-flow:flowMeasuredOrCalculatedAt | ||
755 | - rdf:type owl:ObjectProperty ; | ||
756 | - rdfs:comment "facility at which a flow is measured or calculated"^^xsd:string ; | ||
757 | - rdfs:domain ep-flow:Flow ; | ||
758 | - rdfs:label "flow measured or calculated at"^^xsd:string ; | ||
759 | - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | ||
760 | - | ||
761 | ep-flow:flowOutOf | 754 | ep-flow:flowOutOf |
762 | rdf:type owl:ObjectProperty ; | 755 | rdf:type owl:ObjectProperty ; |
763 | rdfs:comment "physical thing that a flow is out of"^^xsd:string ; | 756 | rdfs:comment "physical thing that a flow is out of"^^xsd:string ; |
... | @@ -767,14 +760,14 @@ ep-flow:flowOutOf | ... | @@ -767,14 +760,14 @@ ep-flow:flowOutOf |
767 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 760 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
768 | 761 | ||
769 | ep-flow:grossCalorificValue | 762 | ep-flow:grossCalorificValue |
770 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 763 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
771 | rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; | 764 | rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; |
772 | rdfs:domain ep-material:QuantityOfMaterial ; | 765 | rdfs:domain ep-material:QuantityOfMaterial ; |
773 | rdfs:label "gross calorific value"^^xsd:string ; | 766 | rdfs:label "gross calorific value"^^xsd:string ; |
774 | rdfs:range ep-core:EnergyPerVolume . | 767 | rdfs:range ep-core:EnergyPerVolume . |
775 | 768 | ||
776 | ep-flow:grossCalorificValueStandard | 769 | ep-flow:grossCalorificValueStandard |
777 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 770 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
778 | rdfs:comment "The amount of heat which would be released by the complete combustion in air of a specific quantity of product at standard temperature and pressure."^^xsd:string ; | 771 | rdfs:comment "The amount of heat which would be released by the complete combustion in air of a specific quantity of product at standard temperature and pressure."^^xsd:string ; |
779 | rdfs:domain ep-core:PhysicalObject ; | 772 | rdfs:domain ep-core:PhysicalObject ; |
780 | rdfs:label "gross calorific value (standard)"^^xsd:string ; | 773 | rdfs:label "gross calorific value (standard)"^^xsd:string ; |
... | @@ -804,63 +797,70 @@ ep-flow:hasNetworkPart | ... | @@ -804,63 +797,70 @@ ep-flow:hasNetworkPart |
804 | rdfs:subPropertyOf ep-core:hasPart . | 797 | rdfs:subPropertyOf ep-core:hasPart . |
805 | 798 | ||
806 | ep-flow:hcDewpoint | 799 | ep-flow:hcDewpoint |
807 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 800 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
808 | rdfs:comment "The temperature at which the heavier hydrocarbons come out of solution."^^xsd:string ; | 801 | rdfs:comment "The temperature at which the heavier hydrocarbons come out of solution."^^xsd:string ; |
809 | rdfs:domain ep-material:Gas ; | 802 | rdfs:domain ep-material:Gas ; |
810 | rdfs:label "water dewpoint"^^xsd:string ; | 803 | rdfs:label "water dewpoint"^^xsd:string ; |
811 | rdfs:range ep-core:Temperature . | 804 | rdfs:range ep-core:Temperature . |
812 | 805 | ||
813 | ep-flow:horizontalDirectionAzimuth | 806 | ep-flow:horizontalDirectionAzimuth |
814 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 807 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
815 | rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; | 808 | rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; |
816 | rdfs:domain ep-flow:Flow ; | 809 | rdfs:domain ep-flow:Flow ; |
817 | rdfs:label "horizontal direction azimuth"^^xsd:string ; | 810 | rdfs:label "horizontal direction azimuth"^^xsd:string ; |
818 | rdfs:range ep-core:PlaneAngle . | 811 | rdfs:range ep-core:PlaneAngle . |
819 | 812 | ||
820 | ep-flow:massAtAccountingInstant | 813 | ep-flow:massAtAccountingInstant |
821 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 814 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
822 | rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; | 815 | rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; |
823 | rdfs:domain ep-flow:Inventory ; | 816 | rdfs:domain ep-flow:Inventory ; |
824 | rdfs:label "mass at accounting instant"^^xsd:string ; | 817 | rdfs:label "mass at accounting instant"^^xsd:string ; |
825 | rdfs:range ep-core:Mass . | 818 | rdfs:range ep-core:Mass . |
826 | 819 | ||
827 | ep-flow:materialThatFlows | 820 | ep-flow:materialThatFlows |
828 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 821 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
829 | rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; | 822 | rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; |
830 | rdfs:domain ep-flow:Flow ; | 823 | rdfs:domain ep-flow:Flow ; |
831 | rdfs:label "material that flows"^^xsd:string ; | 824 | rdfs:label "material that flows"^^xsd:string ; |
832 | rdfs:range ep-material:QuantityOfMaterial . | 825 | rdfs:range ep-material:QuantityOfMaterial . |
833 | 826 | ||
827 | +ep-flow:measuredOrCalculatedAt | ||
828 | + rdf:type owl:ObjectProperty ; | ||
829 | + rdfs:comment "facility at which a flow or inventory is measured or calculated"^^xsd:string ; | ||
830 | + rdfs:domain ep-core:PhysicalThing ; | ||
831 | + rdfs:label "measured or calculated at"^^xsd:string ; | ||
832 | + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | ||
833 | + | ||
834 | ep-flow:reidVapourPressure | 834 | ep-flow:reidVapourPressure |
835 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 835 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
836 | rdfs:comment "Reid vapor pressure of stabilized crude."^^xsd:string ; | 836 | rdfs:comment "Reid vapor pressure of stabilized crude."^^xsd:string ; |
837 | rdfs:domain ep-material:Liquid ; | 837 | rdfs:domain ep-material:Liquid ; |
838 | rdfs:label "Reid vapour pressure"^^xsd:string ; | 838 | rdfs:label "Reid vapour pressure"^^xsd:string ; |
839 | rdfs:range ep-core:Pressure . | 839 | rdfs:range ep-core:Pressure . |
840 | 840 | ||
841 | ep-flow:trueVapourPressure | 841 | ep-flow:trueVapourPressure |
842 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 842 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
843 | rdfs:comment "True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard methods."^^xsd:string ; | 843 | rdfs:comment "True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard methods."^^xsd:string ; |
844 | rdfs:domain ep-material:Liquid ; | 844 | rdfs:domain ep-material:Liquid ; |
845 | rdfs:label "true vapour pressure"^^xsd:string ; | 845 | rdfs:label "true vapour pressure"^^xsd:string ; |
846 | rdfs:range ep-core:Pressure . | 846 | rdfs:range ep-core:Pressure . |
847 | 847 | ||
848 | ep-flow:waterDewpoint | 848 | ep-flow:waterDewpoint |
849 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 849 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
850 | rdfs:comment "The temperature at which the first water comes out of solution."^^xsd:string ; | 850 | rdfs:comment "The temperature at which the first water comes out of solution."^^xsd:string ; |
851 | rdfs:domain ep-material:Gas ; | 851 | rdfs:domain ep-material:Gas ; |
852 | rdfs:label "water dewpoint"^^xsd:string ; | 852 | rdfs:label "water dewpoint"^^xsd:string ; |
853 | rdfs:range ep-core:Temperature . | 853 | rdfs:range ep-core:Temperature . |
854 | 854 | ||
855 | ep-flow:wobbeIndex | 855 | ep-flow:wobbeIndex |
856 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 856 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
857 | rdfs:comment "A number which indicates interchangeability of fuel gasses and is obtained by dividing the heating value of a gas by the square root of its specific gravity."^^xsd:string ; | 857 | rdfs:comment "A number which indicates interchangeability of fuel gasses and is obtained by dividing the heating value of a gas by the square root of its specific gravity."^^xsd:string ; |
858 | rdfs:domain ep-material:Gas ; | 858 | rdfs:domain ep-material:Gas ; |
859 | rdfs:label "Wobbe index"^^xsd:string ; | 859 | rdfs:label "Wobbe index"^^xsd:string ; |
860 | rdfs:range ep-core:EnergyPerVolume . | 860 | rdfs:range ep-core:EnergyPerVolume . |
861 | 861 | ||
862 | ep-flow:yearlyAverageAmountOfMaterial | 862 | ep-flow:yearlyAverageAmountOfMaterial |
863 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 863 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
864 | rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; | 864 | rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; |
865 | rdfs:domain ep-flow:Flow ; | 865 | rdfs:domain ep-flow:Flow ; |
866 | rdfs:label "yearly average amount of material"^^xsd:string ; | 866 | rdfs:label "yearly average amount of material"^^xsd:string ; | ... | ... |
... | @@ -31,49 +31,49 @@ ep-activity:ApproveAReport | ... | @@ -31,49 +31,49 @@ ep-activity:ApproveAReport |
31 | rdfs:subClassOf ep-activity:Activity . | 31 | rdfs:subClassOf ep-activity:Activity . |
32 | 32 | ||
33 | ep-activity:Completion-DrillStemTest | 33 | ep-activity:Completion-DrillStemTest |
34 | - rdf:type owl:Class , ep-activity:WellTestType ; | 34 | + rdf:type ep-activity:WellTestType , owl:Class ; |
35 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 35 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
36 | rdfs:label "completion - drill stem test"^^xsd:string ; | 36 | rdfs:label "completion - drill stem test"^^xsd:string ; |
37 | rdfs:subClassOf ep-activity:DrillStemTest . | 37 | rdfs:subClassOf ep-activity:DrillStemTest . |
38 | 38 | ||
39 | ep-activity:Completion-ProductionTest | 39 | ep-activity:Completion-ProductionTest |
40 | - rdf:type owl:Class , ep-activity:WellTestType ; | 40 | + rdf:type ep-activity:WellTestType , owl:Class ; |
41 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 41 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
42 | rdfs:label "completion - production test"^^xsd:string ; | 42 | rdfs:label "completion - production test"^^xsd:string ; |
43 | rdfs:subClassOf ep-activity:ProductionTest . | 43 | rdfs:subClassOf ep-activity:ProductionTest . |
44 | 44 | ||
45 | ep-activity:DrawdownTest | 45 | ep-activity:DrawdownTest |
46 | - rdf:type owl:Class , ep-activity:WellTestType ; | 46 | + rdf:type ep-activity:WellTestType , owl:Class ; |
47 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; | 47 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; |
48 | rdfs:label "drawdown test"^^xsd:string ; | 48 | rdfs:label "drawdown test"^^xsd:string ; |
49 | rdfs:subClassOf ep-activity:WellTest . | 49 | rdfs:subClassOf ep-activity:WellTest . |
50 | 50 | ||
51 | ep-activity:Gas-FlowAfterFlowTest | 51 | ep-activity:Gas-FlowAfterFlowTest |
52 | - rdf:type owl:Class , ep-activity:WellTestType ; | 52 | + rdf:type ep-activity:WellTestType , owl:Class ; |
53 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 53 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
54 | rdfs:label "gas - flow after flow test"^^xsd:string ; | 54 | rdfs:label "gas - flow after flow test"^^xsd:string ; |
55 | rdfs:subClassOf ep-activity:WellTest . | 55 | rdfs:subClassOf ep-activity:WellTest . |
56 | 56 | ||
57 | ep-activity:Gas-IsochronalTest | 57 | ep-activity:Gas-IsochronalTest |
58 | - rdf:type owl:Class , ep-activity:WellTestType ; | 58 | + rdf:type ep-activity:WellTestType , owl:Class ; |
59 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 59 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
60 | rdfs:label "gas - isochronal test"^^xsd:string ; | 60 | rdfs:label "gas - isochronal test"^^xsd:string ; |
61 | rdfs:subClassOf ep-activity:WellTest . | 61 | rdfs:subClassOf ep-activity:WellTest . |
62 | 62 | ||
63 | ep-activity:Gas-ModifiedIsochronalTest | 63 | ep-activity:Gas-ModifiedIsochronalTest |
64 | - rdf:type owl:Class , ep-activity:WellTestType ; | 64 | + rdf:type ep-activity:WellTestType , owl:Class ; |
65 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 65 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
66 | rdfs:label "gas - modified isochronal test"^^xsd:string ; | 66 | rdfs:label "gas - modified isochronal test"^^xsd:string ; |
67 | rdfs:subClassOf ep-activity:WellTest . | 67 | rdfs:subClassOf ep-activity:WellTest . |
68 | 68 | ||
69 | ep-activity:InjectionTest-FallOff | 69 | ep-activity:InjectionTest-FallOff |
70 | - rdf:type owl:Class , ep-activity:WellTestType ; | 70 | + rdf:type ep-activity:WellTestType , owl:Class ; |
71 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 71 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
72 | rdfs:label "injection test - fall-off"^^xsd:string ; | 72 | rdfs:label "injection test - fall-off"^^xsd:string ; |
73 | rdfs:subClassOf ep-prodact:InjectionWellTest . | 73 | rdfs:subClassOf ep-prodact:InjectionWellTest . |
74 | 74 | ||
75 | ep-activity:InterferenceTest-PulseTest | 75 | ep-activity:InterferenceTest-PulseTest |
76 | - rdf:type owl:Class , ep-activity:WellTestType ; | 76 | + rdf:type ep-activity:WellTestType , owl:Class ; |
77 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 77 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
78 | rdfs:label "interference test - pulse test"^^xsd:string ; | 78 | rdfs:label "interference test - pulse test"^^xsd:string ; |
79 | rdfs:subClassOf ep-activity:WellTest . | 79 | rdfs:subClassOf ep-activity:WellTest . |
... | @@ -90,19 +90,19 @@ ep-activity:MakeAnObservation | ... | @@ -90,19 +90,19 @@ ep-activity:MakeAnObservation |
90 | rdfs:subClassOf ep-activity:Activity . | 90 | rdfs:subClassOf ep-activity:Activity . |
91 | 91 | ||
92 | ep-activity:MaximumSandFreeRateTest | 92 | ep-activity:MaximumSandFreeRateTest |
93 | - rdf:type owl:Class , ep-activity:WellTestType ; | 93 | + rdf:type ep-activity:WellTestType , owl:Class ; |
94 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 94 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
95 | rdfs:label "maximum sand-free rate test"^^xsd:string ; | 95 | rdfs:label "maximum sand-free rate test"^^xsd:string ; |
96 | rdfs:subClassOf ep-activity:WellTest . | 96 | rdfs:subClassOf ep-activity:WellTest . |
97 | 97 | ||
98 | ep-activity:MultiLayerTransientTest | 98 | ep-activity:MultiLayerTransientTest |
99 | - rdf:type owl:Class , ep-activity:WellTestType ; | 99 | + rdf:type ep-activity:WellTestType , owl:Class ; |
100 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 100 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
101 | rdfs:label "multi-layer transient test"^^xsd:string ; | 101 | rdfs:label "multi-layer transient test"^^xsd:string ; |
102 | rdfs:subClassOf ep-activity:WellTest . | 102 | rdfs:subClassOf ep-activity:WellTest . |
103 | 103 | ||
104 | ep-activity:MultiRateTest | 104 | ep-activity:MultiRateTest |
105 | - rdf:type owl:Class , ep-activity:WellTestType ; | 105 | + rdf:type ep-activity:WellTestType , owl:Class ; |
106 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 106 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
107 | rdfs:label "multi-rate test"^^xsd:string ; | 107 | rdfs:label "multi-rate test"^^xsd:string ; |
108 | rdfs:subClassOf ep-activity:WellTest . | 108 | rdfs:subClassOf ep-activity:WellTest . |
... | @@ -113,13 +113,13 @@ ep-activity:ObserveTheWeather | ... | @@ -113,13 +113,13 @@ ep-activity:ObserveTheWeather |
113 | rdfs:subClassOf ep-activity:MakeAnObservation . | 113 | rdfs:subClassOf ep-activity:MakeAnObservation . |
114 | 114 | ||
115 | ep-activity:Oil-FlowAfterFlowTest | 115 | ep-activity:Oil-FlowAfterFlowTest |
116 | - rdf:type owl:Class , ep-activity:WellTestType ; | 116 | + rdf:type ep-activity:WellTestType , owl:Class ; |
117 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 117 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
118 | rdfs:label "oil - flow after flow test"^^xsd:string ; | 118 | rdfs:label "oil - flow after flow test"^^xsd:string ; |
119 | rdfs:subClassOf ep-activity:WellTest . | 119 | rdfs:subClassOf ep-activity:WellTest . |
120 | 120 | ||
121 | ep-activity:PressureBuildUpTest | 121 | ep-activity:PressureBuildUpTest |
122 | - rdf:type owl:Class , ep-activity:WellTestType ; | 122 | + rdf:type ep-activity:WellTestType , owl:Class ; |
123 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; | 123 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; |
124 | rdfs:label "pressure build-up test"^^xsd:string ; | 124 | rdfs:label "pressure build-up test"^^xsd:string ; |
125 | rdfs:subClassOf ep-activity:WellTest . | 125 | rdfs:subClassOf ep-activity:WellTest . |
... | @@ -127,16 +127,16 @@ ep-activity:PressureBuildUpTest | ... | @@ -127,16 +127,16 @@ ep-activity:PressureBuildUpTest |
127 | ep-activity:ProductionWellTest | 127 | ep-activity:ProductionWellTest |
128 | rdf:type owl:Class ; | 128 | rdf:type owl:Class ; |
129 | rdfs:label "production well test"^^xsd:string ; | 129 | rdfs:label "production well test"^^xsd:string ; |
130 | - rdfs:subClassOf ep-activity:WellTest , ep-activity:ProductionActivity . | 130 | + rdfs:subClassOf ep-activity:ProductionActivity , ep-activity:WellTest . |
131 | 131 | ||
132 | ep-activity:SingleRateTest | 132 | ep-activity:SingleRateTest |
133 | - rdf:type owl:Class , ep-activity:WellTestType ; | 133 | + rdf:type ep-activity:WellTestType , owl:Class ; |
134 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 134 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
135 | rdfs:label "single rate test"^^xsd:string ; | 135 | rdfs:label "single rate test"^^xsd:string ; |
136 | rdfs:subClassOf ep-activity:WellTest . | 136 | rdfs:subClassOf ep-activity:WellTest . |
137 | 137 | ||
138 | ep-activity:Water-FlowAfterFlowTest | 138 | ep-activity:Water-FlowAfterFlowTest |
139 | - rdf:type owl:Class , ep-activity:WellTestType ; | 139 | + rdf:type ep-activity:WellTestType , owl:Class ; |
140 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 140 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
141 | rdfs:label "water - flow after flow test"^^xsd:string ; | 141 | rdfs:label "water - flow after flow test"^^xsd:string ; |
142 | rdfs:subClassOf ep-activity:WellTest . | 142 | rdfs:subClassOf ep-activity:WellTest . |
... | @@ -188,13 +188,13 @@ ep-prodact:AccidentPreventionExercise | ... | @@ -188,13 +188,13 @@ ep-prodact:AccidentPreventionExercise |
188 | rdfs:subClassOf ep-prodact:DrillOrExcercise . | 188 | rdfs:subClassOf ep-prodact:DrillOrExcercise . |
189 | 189 | ||
190 | ep-prodact:AdministerFirstAid | 190 | ep-prodact:AdministerFirstAid |
191 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 191 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
192 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; | 192 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; |
193 | rdfs:label "administer first aid"^^xsd:string ; | 193 | rdfs:label "administer first aid"^^xsd:string ; |
194 | rdfs:subClassOf ep-prodact:MedicalTreatment . | 194 | rdfs:subClassOf ep-prodact:MedicalTreatment . |
195 | 195 | ||
196 | ep-prodact:AirTrafficOperation | 196 | ep-prodact:AirTrafficOperation |
197 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 197 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
198 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; | 198 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; |
199 | rdfs:label "air traffic operation"^^xsd:string ; | 199 | rdfs:label "air traffic operation"^^xsd:string ; |
200 | rdfs:subClassOf ep-activity:ProductionActivity . | 200 | rdfs:subClassOf ep-activity:ProductionActivity . |
... | @@ -224,22 +224,22 @@ ep-prodact:AlertType | ... | @@ -224,22 +224,22 @@ ep-prodact:AlertType |
224 | rdfs:subClassOf owl:Class . | 224 | rdfs:subClassOf owl:Class . |
225 | 225 | ||
226 | ep-prodact:AllocateSplitFactors | 226 | ep-prodact:AllocateSplitFactors |
227 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 227 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
228 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; | 228 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; |
229 | rdfs:label "allocate split factors"^^xsd:string ; | 229 | rdfs:label "allocate split factors"^^xsd:string ; |
230 | rdfs:subClassOf ep-activity:Activity . | 230 | rdfs:subClassOf ep-activity:Activity . |
231 | 231 | ||
232 | ep-prodact:AnnualProductionActivityToDate | 232 | ep-prodact:AnnualProductionActivityToDate |
233 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 233 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
234 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; | 234 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; |
235 | rdfs:label "annual production activity to date"^^xsd:string ; | 235 | rdfs:label "annual production activity to date"^^xsd:string ; |
236 | rdfs:subClassOf ep-activity:ProductionActivity . | 236 | rdfs:subClassOf ep-activity:ProductionActivity . |
237 | 237 | ||
238 | ep-prodact:AnnualProductionOperationToDate | 238 | ep-prodact:AnnualProductionOperationToDate |
239 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 239 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
240 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 240 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
241 | rdfs:label "annual production operation to date"^^xsd:string ; | 241 | rdfs:label "annual production operation to date"^^xsd:string ; |
242 | - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . | 242 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . |
243 | 243 | ||
244 | ep-prodact:BasketMovement | 244 | ep-prodact:BasketMovement |
245 | rdf:type owl:Class ; | 245 | rdf:type owl:Class ; |
... | @@ -254,7 +254,7 @@ ep-prodact:CargoShipOperation | ... | @@ -254,7 +254,7 @@ ep-prodact:CargoShipOperation |
254 | rdfs:subClassOf ep-activity:ProductionActivity . | 254 | rdfs:subClassOf ep-activity:ProductionActivity . |
255 | 255 | ||
256 | ep-prodact:ConstructionOperation | 256 | ep-prodact:ConstructionOperation |
257 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 257 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
258 | rdfs:comment "activity that is construction"^^xsd:string ; | 258 | rdfs:comment "activity that is construction"^^xsd:string ; |
259 | rdfs:label "construction operation"^^xsd:string ; | 259 | rdfs:label "construction operation"^^xsd:string ; |
260 | rdfs:subClassOf ep-activity:Activity ; | 260 | rdfs:subClassOf ep-activity:Activity ; |
... | @@ -262,7 +262,7 @@ ep-prodact:ConstructionOperation | ... | @@ -262,7 +262,7 @@ ep-prodact:ConstructionOperation |
262 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . | 262 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . |
263 | 263 | ||
264 | ep-prodact:DailyProductionOperationProcessingLoss | 264 | ep-prodact:DailyProductionOperationProcessingLoss |
265 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 265 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
266 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; | 266 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; |
267 | rdfs:label "daily production operation processing loss"^^xsd:string ; | 267 | rdfs:label "daily production operation processing loss"^^xsd:string ; |
268 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 268 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -280,7 +280,7 @@ ep-prodact:DefinedHazardAndAccidentSituation | ... | @@ -280,7 +280,7 @@ ep-prodact:DefinedHazardAndAccidentSituation |
280 | rdfs:subClassOf ep-prodact:Incident . | 280 | rdfs:subClassOf ep-prodact:Incident . |
281 | 281 | ||
282 | ep-prodact:Deviation | 282 | ep-prodact:Deviation |
283 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 283 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
284 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; | 284 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; |
285 | rdfs:label "deviation"^^xsd:string ; | 285 | rdfs:label "deviation"^^xsd:string ; |
286 | rdfs:subClassOf ep-activity:ProductionActivity . | 286 | rdfs:subClassOf ep-activity:ProductionActivity . |
... | @@ -292,25 +292,25 @@ ep-prodact:DischargeWater | ... | @@ -292,25 +292,25 @@ ep-prodact:DischargeWater |
292 | rdfs:subClassOf ep-activity:ProductionActivity . | 292 | rdfs:subClassOf ep-activity:ProductionActivity . |
293 | 293 | ||
294 | ep-prodact:DrillOrExcercise | 294 | ep-prodact:DrillOrExcercise |
295 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 295 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
296 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; | 296 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; |
297 | rdfs:label "drill or exercise"^^xsd:string ; | 297 | rdfs:label "drill or exercise"^^xsd:string ; |
298 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 298 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
299 | 299 | ||
300 | ep-prodact:ExtendedMaintenanceTurnaround | 300 | ep-prodact:ExtendedMaintenanceTurnaround |
301 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 301 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
302 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; | 302 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; |
303 | rdfs:label "extended maintenance turnaround"^^xsd:string ; | 303 | rdfs:label "extended maintenance turnaround"^^xsd:string ; |
304 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 304 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
305 | 305 | ||
306 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal | 306 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal |
307 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 307 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
308 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; | 308 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; |
309 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; | 309 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; |
310 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . | 310 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . |
311 | 311 | ||
312 | ep-prodact:Fire | 312 | ep-prodact:Fire |
313 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 313 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
314 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; | 314 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; |
315 | rdfs:label "fire"^^xsd:string ; | 315 | rdfs:label "fire"^^xsd:string ; |
316 | rdfs:subClassOf ep-prodact:Incident . | 316 | rdfs:subClassOf ep-prodact:Incident . |
... | @@ -322,61 +322,61 @@ ep-prodact:FluidLevelTest | ... | @@ -322,61 +322,61 @@ ep-prodact:FluidLevelTest |
322 | rdfs:subClassOf ep-activity:ProductionWellTest . | 322 | rdfs:subClassOf ep-activity:ProductionWellTest . |
323 | 323 | ||
324 | ep-prodact:FluidSampling-DST | 324 | ep-prodact:FluidSampling-DST |
325 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 325 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
326 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; | 326 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; |
327 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 327 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
328 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 328 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
329 | 329 | ||
330 | ep-prodact:FluidSampling-RFTorMDT | 330 | ep-prodact:FluidSampling-RFTorMDT |
331 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 331 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
332 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 332 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
333 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 333 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
334 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 334 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
335 | 335 | ||
336 | ep-prodact:FluidSampling-bottomhole | 336 | ep-prodact:FluidSampling-bottomhole |
337 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 337 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
338 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; | 338 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; |
339 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 339 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
340 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 340 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
341 | 341 | ||
342 | ep-prodact:FluidSampling-formationTester | 342 | ep-prodact:FluidSampling-formationTester |
343 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 343 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
344 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; | 344 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; |
345 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 345 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
346 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 346 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
347 | 347 | ||
348 | ep-prodact:FluidSampling-recombined | 348 | ep-prodact:FluidSampling-recombined |
349 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 349 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
350 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 350 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
351 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 351 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
352 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 352 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
353 | 353 | ||
354 | ep-prodact:FluidSampling-separatorGas | 354 | ep-prodact:FluidSampling-separatorGas |
355 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 355 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
356 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 356 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
357 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 357 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
358 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 358 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
359 | 359 | ||
360 | ep-prodact:FluidSampling-separatorOil | 360 | ep-prodact:FluidSampling-separatorOil |
361 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 361 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
362 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 362 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
363 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 363 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
364 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 364 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
365 | 365 | ||
366 | ep-prodact:FluidSampling-separatorWater | 366 | ep-prodact:FluidSampling-separatorWater |
367 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 367 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
368 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 368 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
369 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 369 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
370 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 370 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
371 | 371 | ||
372 | ep-prodact:FluidSampling-synthetic | 372 | ep-prodact:FluidSampling-synthetic |
373 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 373 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
374 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 374 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
375 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 375 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
376 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 376 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
377 | 377 | ||
378 | ep-prodact:FluidSampling-wellhead | 378 | ep-prodact:FluidSampling-wellhead |
379 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 379 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
380 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; | 380 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; |
381 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 381 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
382 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 382 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
... | @@ -394,7 +394,7 @@ ep-prodact:FluidSamplingType | ... | @@ -394,7 +394,7 @@ ep-prodact:FluidSamplingType |
394 | rdfs:subClassOf owl:Class . | 394 | rdfs:subClassOf owl:Class . |
395 | 395 | ||
396 | ep-prodact:HSEProblem | 396 | ep-prodact:HSEProblem |
397 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 397 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
398 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; | 398 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; |
399 | rdfs:label "HSE problem"^^xsd:string ; | 399 | rdfs:label "HSE problem"^^xsd:string ; |
400 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 400 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -412,7 +412,7 @@ ep-prodact:Incident | ... | @@ -412,7 +412,7 @@ ep-prodact:Incident |
412 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 412 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
413 | 413 | ||
414 | ep-prodact:InitialWellTest | 414 | ep-prodact:InitialWellTest |
415 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 415 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
416 | rdfs:comment "well test that is the first on a well"^^xsd:string ; | 416 | rdfs:comment "well test that is the first on a well"^^xsd:string ; |
417 | rdfs:label "initial well test"^^xsd:string ; | 417 | rdfs:label "initial well test"^^xsd:string ; |
418 | rdfs:subClassOf ep-activity:WellTest . | 418 | rdfs:subClassOf ep-activity:WellTest . |
... | @@ -430,25 +430,25 @@ ep-prodact:Injury | ... | @@ -430,25 +430,25 @@ ep-prodact:Injury |
430 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 430 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
431 | 431 | ||
432 | ep-prodact:IssueBillOfLading | 432 | ep-prodact:IssueBillOfLading |
433 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 433 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
434 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; | 434 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; |
435 | rdfs:label "issue bill of lading"^^xsd:string ; | 435 | rdfs:label "issue bill of lading"^^xsd:string ; |
436 | rdfs:subClassOf ep-prodact:SalesActivity . | 436 | rdfs:subClassOf ep-prodact:SalesActivity . |
437 | 437 | ||
438 | ep-prodact:IssueWorkPermit | 438 | ep-prodact:IssueWorkPermit |
439 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 439 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
440 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; | 440 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; |
441 | rdfs:label "issue work permit"^^xsd:string ; | 441 | rdfs:label "issue work permit"^^xsd:string ; |
442 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 442 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
443 | 443 | ||
444 | ep-prodact:IssueWorkPermitWithSJA | 444 | ep-prodact:IssueWorkPermitWithSJA |
445 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 445 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
446 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; | 446 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; |
447 | rdfs:label "issue work permit with SJA"^^xsd:string ; | 447 | rdfs:label "issue work permit with SJA"^^xsd:string ; |
448 | rdfs:subClassOf ep-prodact:IssueWorkPermit . | 448 | rdfs:subClassOf ep-prodact:IssueWorkPermit . |
449 | 449 | ||
450 | ep-prodact:JobObservation | 450 | ep-prodact:JobObservation |
451 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 451 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
452 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; | 452 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; |
453 | rdfs:label "job observation"^^xsd:string ; | 453 | rdfs:label "job observation"^^xsd:string ; |
454 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 454 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -466,13 +466,13 @@ ep-prodact:LostTimeAccident | ... | @@ -466,13 +466,13 @@ ep-prodact:LostTimeAccident |
466 | rdfs:subClassOf ep-prodact:Injury . | 466 | rdfs:subClassOf ep-prodact:Injury . |
467 | 467 | ||
468 | ep-prodact:LostTimeIncident | 468 | ep-prodact:LostTimeIncident |
469 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 469 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
470 | rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; | 470 | rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; |
471 | rdfs:label "lost time incident"^^xsd:string ; | 471 | rdfs:label "lost time incident"^^xsd:string ; |
472 | rdfs:subClassOf ep-prodact:Injury . | 472 | rdfs:subClassOf ep-prodact:Injury . |
473 | 473 | ||
474 | ep-prodact:MaintenanceActivity | 474 | ep-prodact:MaintenanceActivity |
475 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 475 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
476 | rdfs:comment "activity that is maintenance"^^xsd:string ; | 476 | rdfs:comment "activity that is maintenance"^^xsd:string ; |
477 | rdfs:label "maintenance activity"^^xsd:string ; | 477 | rdfs:label "maintenance activity"^^xsd:string ; |
478 | rdfs:subClassOf ep-activity:ProductionActivity ; | 478 | rdfs:subClassOf ep-activity:ProductionActivity ; |
... | @@ -486,7 +486,7 @@ ep-prodact:MakeAComment | ... | @@ -486,7 +486,7 @@ ep-prodact:MakeAComment |
486 | rdfs:subClassOf ep-activity:Activity . | 486 | rdfs:subClassOf ep-activity:Activity . |
487 | 487 | ||
488 | ep-prodact:MakeATransaction | 488 | ep-prodact:MakeATransaction |
489 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 489 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
490 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; | 490 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; |
491 | rdfs:label "make a transaction"^^xsd:string ; | 491 | rdfs:label "make a transaction"^^xsd:string ; |
492 | rdfs:subClassOf ep-prodact:SalesActivity . | 492 | rdfs:subClassOf ep-prodact:SalesActivity . |
... | @@ -498,25 +498,25 @@ ep-prodact:MarineOperation | ... | @@ -498,25 +498,25 @@ ep-prodact:MarineOperation |
498 | rdfs:subClassOf ep-activity:ProductionActivity . | 498 | rdfs:subClassOf ep-activity:ProductionActivity . |
499 | 499 | ||
500 | ep-prodact:MarkedGasLossOfExport | 500 | ep-prodact:MarkedGasLossOfExport |
501 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 501 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
502 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; | 502 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; |
503 | rdfs:label "marked gas loss of export"^^xsd:string ; | 503 | rdfs:label "marked gas loss of export"^^xsd:string ; |
504 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 504 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
505 | 505 | ||
506 | ep-prodact:MarkedOilLossOfExport | 506 | ep-prodact:MarkedOilLossOfExport |
507 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 507 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
508 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; | 508 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; |
509 | rdfs:label "marked oil loss of export"^^xsd:string ; | 509 | rdfs:label "marked oil loss of export"^^xsd:string ; |
510 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 510 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
511 | 511 | ||
512 | -ep-prodact:MeasurePropertiesOfAFlow | 512 | +ep-prodact:MeasureProperties |
513 | rdf:type owl:Class ; | 513 | rdf:type owl:Class ; |
514 | - rdfs:comment "activity that is measuring the properties of a flow"^^xsd:string ; | 514 | + rdfs:comment "activity that is measuring properties"^^xsd:string ; |
515 | - rdfs:label "measure properties of a flow"^^xsd:string ; | 515 | + rdfs:label "measure properties"^^xsd:string ; |
516 | rdfs:subClassOf ep-activity:Activity . | 516 | rdfs:subClassOf ep-activity:Activity . |
517 | 517 | ||
518 | ep-prodact:MeasureSplitFactors | 518 | ep-prodact:MeasureSplitFactors |
519 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 519 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
520 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; | 520 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; |
521 | rdfs:label "measure split factors"^^xsd:string ; | 521 | rdfs:label "measure split factors"^^xsd:string ; |
522 | rdfs:subClassOf ep-activity:Activity . | 522 | rdfs:subClassOf ep-activity:Activity . |
... | @@ -528,19 +528,19 @@ ep-prodact:MedicalTreatment | ... | @@ -528,19 +528,19 @@ ep-prodact:MedicalTreatment |
528 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 528 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
529 | 529 | ||
530 | ep-prodact:MedicalTreatmentInjury | 530 | ep-prodact:MedicalTreatmentInjury |
531 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 531 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
532 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; | 532 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; |
533 | rdfs:label "medical treatment injury"^^xsd:string ; | 533 | rdfs:label "medical treatment injury"^^xsd:string ; |
534 | rdfs:subClassOf ep-prodact:Injury . | 534 | rdfs:subClassOf ep-prodact:Injury . |
535 | 535 | ||
536 | ep-prodact:ModificationProject | 536 | ep-prodact:ModificationProject |
537 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 537 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
538 | rdfs:comment "activity that is a modification project"^^xsd:string ; | 538 | rdfs:comment "activity that is a modification project"^^xsd:string ; |
539 | rdfs:label "modification project"^^xsd:string ; | 539 | rdfs:label "modification project"^^xsd:string ; |
540 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 540 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
541 | 541 | ||
542 | ep-prodact:MonthlyProductionOperationToDate | 542 | ep-prodact:MonthlyProductionOperationToDate |
543 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 543 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
544 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 544 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
545 | rdfs:label "monthly production operation to date"^^xsd:string ; | 545 | rdfs:label "monthly production operation to date"^^xsd:string ; |
546 | rdfs:subClassOf ep-prodact:ProductionOperation . | 546 | rdfs:subClassOf ep-prodact:ProductionOperation . |
... | @@ -558,25 +558,25 @@ ep-prodact:MovementOfProductType | ... | @@ -558,25 +558,25 @@ ep-prodact:MovementOfProductType |
558 | rdfs:subClassOf owl:Class . | 558 | rdfs:subClassOf owl:Class . |
559 | 559 | ||
560 | ep-prodact:NearMiss | 560 | ep-prodact:NearMiss |
561 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 561 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
562 | rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; | 562 | rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; |
563 | rdfs:label "near miss"^^xsd:string ; | 563 | rdfs:label "near miss"^^xsd:string ; |
564 | rdfs:subClassOf ep-prodact:Incident . | 564 | rdfs:subClassOf ep-prodact:Incident . |
565 | 565 | ||
566 | ep-prodact:OperationMistakes | 566 | ep-prodact:OperationMistakes |
567 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 567 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
568 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; | 568 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; |
569 | rdfs:label "operation mistakes"^^xsd:string ; | 569 | rdfs:label "operation mistakes"^^xsd:string ; |
570 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 570 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
571 | 571 | ||
572 | ep-prodact:OtherReasonWellTest | 572 | ep-prodact:OtherReasonWellTest |
573 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 573 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
574 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; | 574 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; |
575 | rdfs:label "other reason well text"^^xsd:string ; | 575 | rdfs:label "other reason well text"^^xsd:string ; |
576 | rdfs:subClassOf ep-activity:WellTest . | 576 | rdfs:subClassOf ep-activity:WellTest . |
577 | 577 | ||
578 | ep-prodact:PeriodicWellTest | 578 | ep-prodact:PeriodicWellTest |
579 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 579 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
580 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; | 580 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; |
581 | rdfs:label "periodic well test"^^xsd:string ; | 581 | rdfs:label "periodic well test"^^xsd:string ; |
582 | rdfs:subClassOf ep-activity:WellTest . | 582 | rdfs:subClassOf ep-activity:WellTest . |
... | @@ -588,115 +588,115 @@ ep-prodact:PersonnelSafetyIntroduction | ... | @@ -588,115 +588,115 @@ ep-prodact:PersonnelSafetyIntroduction |
588 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 588 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
589 | 589 | ||
590 | ep-prodact:PlannedMaintenanceTurnaround | 590 | ep-prodact:PlannedMaintenanceTurnaround |
591 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 591 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
592 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; | 592 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; |
593 | rdfs:label "planned maintenace turnaround"^^xsd:string ; | 593 | rdfs:label "planned maintenace turnaround"^^xsd:string ; |
594 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 594 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
595 | 595 | ||
596 | ep-prodact:PowerStationFailure | 596 | ep-prodact:PowerStationFailure |
597 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 597 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
598 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; | 598 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; |
599 | rdfs:label "power station failure"^^xsd:string ; | 599 | rdfs:label "power station failure"^^xsd:string ; |
600 | rdfs:subClassOf ep-activity:Activity . | 600 | rdfs:subClassOf ep-activity:Activity . |
601 | 601 | ||
602 | ep-prodact:PreventiveMaintenanceTopside | 602 | ep-prodact:PreventiveMaintenanceTopside |
603 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 603 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
604 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; | 604 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; |
605 | rdfs:label "preventive maintenace topside"^^xsd:string ; | 605 | rdfs:label "preventive maintenace topside"^^xsd:string ; |
606 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 606 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
607 | 607 | ||
608 | ep-prodact:ProcessAndOperationProblem | 608 | ep-prodact:ProcessAndOperationProblem |
609 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 609 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
610 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; | 610 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; |
611 | rdfs:label "process and operation problem"^^xsd:string ; | 611 | rdfs:label "process and operation problem"^^xsd:string ; |
612 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 612 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
613 | 613 | ||
614 | ep-prodact:ProductCompletedLifting | 614 | ep-prodact:ProductCompletedLifting |
615 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 615 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
616 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 616 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
617 | rdfs:label "product completed lifting"^^xsd:string ; | 617 | rdfs:label "product completed lifting"^^xsd:string ; |
618 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 618 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
619 | 619 | ||
620 | ep-prodact:ProductGain-Loss | 620 | ep-prodact:ProductGain-Loss |
621 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 621 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
622 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; | 622 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; |
623 | rdfs:label "product gain/loss"^^xsd:string ; | 623 | rdfs:label "product gain/loss"^^xsd:string ; |
624 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 624 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
625 | 625 | ||
626 | ep-prodact:ProductInputToStorage | 626 | ep-prodact:ProductInputToStorage |
627 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 627 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
628 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 628 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
629 | rdfs:label "product input to storage"^^xsd:string ; | 629 | rdfs:label "product input to storage"^^xsd:string ; |
630 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 630 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
631 | 631 | ||
632 | ep-prodact:ProductLifted | 632 | ep-prodact:ProductLifted |
633 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 633 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
634 | rdfs:comment "movement of product that is from storage"^^xsd:string ; | 634 | rdfs:comment "movement of product that is from storage"^^xsd:string ; |
635 | rdfs:label "product lifted"^^xsd:string ; | 635 | rdfs:label "product lifted"^^xsd:string ; |
636 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 636 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
637 | 637 | ||
638 | ep-prodact:ProductLiftingEntitlement | 638 | ep-prodact:ProductLiftingEntitlement |
639 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 639 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
640 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 640 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
641 | rdfs:label "product lifting entitlement"^^xsd:string ; | 641 | rdfs:label "product lifting entitlement"^^xsd:string ; |
642 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 642 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
643 | 643 | ||
644 | ep-prodact:ProductLiftingEntitlementRemaining | 644 | ep-prodact:ProductLiftingEntitlementRemaining |
645 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 645 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
646 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 646 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
647 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 647 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
648 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 648 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
649 | 649 | ||
650 | ep-prodact:ProductLinePack | 650 | ep-prodact:ProductLinePack |
651 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 651 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
652 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; | 652 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; |
653 | rdfs:label "product line pack"^^xsd:string ; | 653 | rdfs:label "product line pack"^^xsd:string ; |
654 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 654 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
655 | 655 | ||
656 | ep-prodact:ProductMassAdjustment | 656 | ep-prodact:ProductMassAdjustment |
657 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 657 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
658 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 658 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
659 | rdfs:label "product mass adjustment"^^xsd:string ; | 659 | rdfs:label "product mass adjustment"^^xsd:string ; |
660 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 660 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
661 | 661 | ||
662 | ep-prodact:ProductPartialLifting | 662 | ep-prodact:ProductPartialLifting |
663 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 663 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
664 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; | 664 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; |
665 | rdfs:label "product partial lifting"^^xsd:string ; | 665 | rdfs:label "product partial lifting"^^xsd:string ; |
666 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 666 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
667 | 667 | ||
668 | ep-prodact:ProductPipelineLifting | 668 | ep-prodact:ProductPipelineLifting |
669 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 669 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
670 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; | 670 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; |
671 | rdfs:label "product pipeline lifting"^^xsd:string ; | 671 | rdfs:label "product pipeline lifting"^^xsd:string ; |
672 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 672 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
673 | 673 | ||
674 | ep-prodact:ProductProductionImbalance | 674 | ep-prodact:ProductProductionImbalance |
675 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 675 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
676 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; | 676 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; |
677 | rdfs:label "product production imbalance"^^xsd:string ; | 677 | rdfs:label "product production imbalance"^^xsd:string ; |
678 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 678 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
679 | 679 | ||
680 | ep-prodact:ProductSwap | 680 | ep-prodact:ProductSwap |
681 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 681 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
682 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 682 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
683 | rdfs:label "product swap"^^xsd:string ; | 683 | rdfs:label "product swap"^^xsd:string ; |
684 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 684 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
685 | 685 | ||
686 | ep-prodact:ProductTankerLifting | 686 | ep-prodact:ProductTankerLifting |
687 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 687 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
688 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; | 688 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; |
689 | rdfs:label "product tanker lifting"^^xsd:string ; | 689 | rdfs:label "product tanker lifting"^^xsd:string ; |
690 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 690 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
691 | 691 | ||
692 | ep-prodact:ProductTransaction | 692 | ep-prodact:ProductTransaction |
693 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 693 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
694 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 694 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
695 | rdfs:label "product transaction"^^xsd:string ; | 695 | rdfs:label "product transaction"^^xsd:string ; |
696 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 696 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
697 | 697 | ||
698 | ep-prodact:ProductTransfer | 698 | ep-prodact:ProductTransfer |
699 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 699 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
700 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 700 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
701 | rdfs:label "product transfer"^^xsd:string ; | 701 | rdfs:label "product transfer"^^xsd:string ; |
702 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 702 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
... | @@ -708,7 +708,7 @@ ep-prodact:ProductionActivityType | ... | @@ -708,7 +708,7 @@ ep-prodact:ProductionActivityType |
708 | rdfs:subClassOf owl:Class . | 708 | rdfs:subClassOf owl:Class . |
709 | 709 | ||
710 | ep-prodact:ProductionOperation | 710 | ep-prodact:ProductionOperation |
711 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 711 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
712 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; | 712 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; |
713 | rdfs:label "production operation"^^xsd:string ; | 713 | rdfs:label "production operation"^^xsd:string ; |
714 | rdfs:subClassOf ep-activity:ProductionActivity . | 714 | rdfs:subClassOf ep-activity:ProductionActivity . |
... | @@ -737,13 +737,13 @@ ep-prodact:ProductionOperationProcessingLoss | ... | @@ -737,13 +737,13 @@ ep-prodact:ProductionOperationProcessingLoss |
737 | rdfs:subClassOf ep-activity:ProductionActivity . | 737 | rdfs:subClassOf ep-activity:ProductionActivity . |
738 | 738 | ||
739 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason | 739 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason |
740 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 740 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
741 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; | 741 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; |
742 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; | 742 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; |
743 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 743 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
744 | 744 | ||
745 | ep-prodact:ProductionOperationProcessingRegulatoryReference | 745 | ep-prodact:ProductionOperationProcessingRegulatoryReference |
746 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 746 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
747 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; | 747 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; |
748 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; | 748 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; |
749 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 749 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -767,25 +767,25 @@ ep-prodact:ReasonForLossOfProcessingType | ... | @@ -767,25 +767,25 @@ ep-prodact:ReasonForLossOfProcessingType |
767 | rdfs:subClassOf owl:Class . | 767 | rdfs:subClassOf owl:Class . |
768 | 768 | ||
769 | ep-prodact:ReleaseToAir | 769 | ep-prodact:ReleaseToAir |
770 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 770 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
771 | rdfs:comment "spill or leak that is to air"^^xsd:string ; | 771 | rdfs:comment "spill or leak that is to air"^^xsd:string ; |
772 | rdfs:label "release to air"^^xsd:string ; | 772 | rdfs:label "release to air"^^xsd:string ; |
773 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 773 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
774 | 774 | ||
775 | ep-prodact:ReleaseToWater | 775 | ep-prodact:ReleaseToWater |
776 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 776 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
777 | rdfs:comment "spill or leak that is to water"^^xsd:string ; | 777 | rdfs:comment "spill or leak that is to water"^^xsd:string ; |
778 | rdfs:label "release to water"^^xsd:string ; | 778 | rdfs:label "release to water"^^xsd:string ; |
779 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 779 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
780 | 780 | ||
781 | ep-prodact:ReportHazard | 781 | ep-prodact:ReportHazard |
782 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 782 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
783 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; | 783 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; |
784 | rdfs:label "report hazard"^^xsd:string ; | 784 | rdfs:label "report hazard"^^xsd:string ; |
785 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 785 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
786 | 786 | ||
787 | ep-prodact:ReservoirLoss | 787 | ep-prodact:ReservoirLoss |
788 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 788 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
789 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; | 789 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; |
790 | rdfs:label "reservoir loss"^^xsd:string ; | 790 | rdfs:label "reservoir loss"^^xsd:string ; |
791 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 791 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -797,13 +797,13 @@ ep-prodact:RestrictedWork | ... | @@ -797,13 +797,13 @@ ep-prodact:RestrictedWork |
797 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 797 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
798 | 798 | ||
799 | ep-prodact:RestrictedWorkInjury | 799 | ep-prodact:RestrictedWorkInjury |
800 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 800 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
801 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; | 801 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; |
802 | rdfs:label "restricted work injury"^^xsd:string ; | 802 | rdfs:label "restricted work injury"^^xsd:string ; |
803 | rdfs:subClassOf ep-prodact:Injury . | 803 | rdfs:subClassOf ep-prodact:Injury . |
804 | 804 | ||
805 | ep-prodact:RevisionWellTest | 805 | ep-prodact:RevisionWellTest |
806 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 806 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
807 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; | 807 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; |
808 | rdfs:label "revision well test"^^xsd:string ; | 808 | rdfs:label "revision well test"^^xsd:string ; |
809 | rdfs:subClassOf ep-activity:WellTest . | 809 | rdfs:subClassOf ep-activity:WellTest . |
... | @@ -821,7 +821,7 @@ ep-prodact:SafetyConsideration | ... | @@ -821,7 +821,7 @@ ep-prodact:SafetyConsideration |
821 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 821 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
822 | 822 | ||
823 | ep-prodact:SafetyMeeting | 823 | ep-prodact:SafetyMeeting |
824 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 824 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
825 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; | 825 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; |
826 | rdfs:label "safety meeting"^^xsd:string ; | 826 | rdfs:label "safety meeting"^^xsd:string ; |
827 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 827 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -839,13 +839,13 @@ ep-prodact:SalesActivityType | ... | @@ -839,13 +839,13 @@ ep-prodact:SalesActivityType |
839 | rdfs:subClassOf owl:Class . | 839 | rdfs:subClassOf owl:Class . |
840 | 840 | ||
841 | ep-prodact:SentAshore | 841 | ep-prodact:SentAshore |
842 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 842 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
843 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; | 843 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; |
844 | rdfs:label "sent ashore"^^xsd:string ; | 844 | rdfs:label "sent ashore"^^xsd:string ; |
845 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 845 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
846 | 846 | ||
847 | ep-prodact:SevereAccident | 847 | ep-prodact:SevereAccident |
848 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 848 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
849 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; | 849 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; |
850 | rdfs:label "severe accident"^^xsd:string ; | 850 | rdfs:label "severe accident"^^xsd:string ; |
851 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 851 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
... | @@ -857,13 +857,13 @@ ep-prodact:ShutdownProduction | ... | @@ -857,13 +857,13 @@ ep-prodact:ShutdownProduction |
857 | rdfs:subClassOf ep-activity:ProductionActivity . | 857 | rdfs:subClassOf ep-activity:ProductionActivity . |
858 | 858 | ||
859 | ep-prodact:SickOnBoard | 859 | ep-prodact:SickOnBoard |
860 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 860 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
861 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; | 861 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; |
862 | rdfs:label "sick on board"^^xsd:string ; | 862 | rdfs:label "sick on board"^^xsd:string ; |
863 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 863 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
864 | 864 | ||
865 | ep-prodact:SpillOrLeak | 865 | ep-prodact:SpillOrLeak |
866 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 866 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
867 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; | 867 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; |
868 | rdfs:label "spill or leak"^^xsd:string ; | 868 | rdfs:label "spill or leak"^^xsd:string ; |
869 | rdfs:subClassOf ep-prodact:Incident . | 869 | rdfs:subClassOf ep-prodact:Incident . |
... | @@ -881,7 +881,7 @@ ep-prodact:StandbyVesselOperation | ... | @@ -881,7 +881,7 @@ ep-prodact:StandbyVesselOperation |
881 | rdfs:subClassOf ep-prodact:MarineOperation . | 881 | rdfs:subClassOf ep-prodact:MarineOperation . |
882 | 882 | ||
883 | ep-prodact:StrikeOrLockout | 883 | ep-prodact:StrikeOrLockout |
884 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 884 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
885 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; | 885 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; |
886 | rdfs:label "strike or lock-out"^^xsd:string ; | 886 | rdfs:label "strike or lock-out"^^xsd:string ; |
887 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 887 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -893,49 +893,49 @@ ep-prodact:SupplyShipOperation | ... | @@ -893,49 +893,49 @@ ep-prodact:SupplyShipOperation |
893 | rdfs:subClassOf ep-prodact:MarineOperation . | 893 | rdfs:subClassOf ep-prodact:MarineOperation . |
894 | 894 | ||
895 | ep-prodact:TestingAndLogging | 895 | ep-prodact:TestingAndLogging |
896 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 896 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
897 | rdfs:comment "activity that is testing and logging"^^xsd:string ; | 897 | rdfs:comment "activity that is testing and logging"^^xsd:string ; |
898 | rdfs:label "testing and logging"^^xsd:string ; | 898 | rdfs:label "testing and logging"^^xsd:string ; |
899 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 899 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
900 | 900 | ||
901 | ep-prodact:ThirdPartyProcessingLoss | 901 | ep-prodact:ThirdPartyProcessingLoss |
902 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 902 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
903 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; | 903 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; |
904 | rdfs:label "third party processing loss"^^xsd:string ; | 904 | rdfs:label "third party processing loss"^^xsd:string ; |
905 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 905 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
906 | 906 | ||
907 | ep-prodact:TopsideEquipmentFailureMaintenance | 907 | ep-prodact:TopsideEquipmentFailureMaintenance |
908 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 908 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
909 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; | 909 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; |
910 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; | 910 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; |
911 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 911 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
912 | 912 | ||
913 | ep-prodact:TrafficAccident | 913 | ep-prodact:TrafficAccident |
914 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 914 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
915 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; | 915 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; |
916 | rdfs:label "traffic accident"^^xsd:string ; | 916 | rdfs:label "traffic accident"^^xsd:string ; |
917 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 917 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
918 | 918 | ||
919 | ep-prodact:UnavailableTankerStorage | 919 | ep-prodact:UnavailableTankerStorage |
920 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 920 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
921 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; | 921 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; |
922 | rdfs:label "unavailable tanker storage"^^xsd:string ; | 922 | rdfs:label "unavailable tanker storage"^^xsd:string ; |
923 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 923 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
924 | 924 | ||
925 | ep-prodact:UnknownReasonWellTest | 925 | ep-prodact:UnknownReasonWellTest |
926 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 926 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
927 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; | 927 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; |
928 | rdfs:label "unknown reason well test"^^xsd:string ; | 928 | rdfs:label "unknown reason well test"^^xsd:string ; |
929 | rdfs:subClassOf ep-activity:WellTest . | 929 | rdfs:subClassOf ep-activity:WellTest . |
930 | 930 | ||
931 | ep-prodact:WeatherProblem | 931 | ep-prodact:WeatherProblem |
932 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 932 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
933 | rdfs:comment "activity that is a weather problem"^^xsd:string ; | 933 | rdfs:comment "activity that is a weather problem"^^xsd:string ; |
934 | rdfs:label "weather problem"^^xsd:string ; | 934 | rdfs:label "weather problem"^^xsd:string ; |
935 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 935 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
936 | 936 | ||
937 | ep-prodact:WellEquipmentFailureMaintenance | 937 | ep-prodact:WellEquipmentFailureMaintenance |
938 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 938 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
939 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; | 939 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; |
940 | rdfs:label "well equipment failure maintenance"^^xsd:string ; | 940 | rdfs:label "well equipment failure maintenance"^^xsd:string ; |
941 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 941 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -946,19 +946,19 @@ ep-prodact:WellOperationType | ... | @@ -946,19 +946,19 @@ ep-prodact:WellOperationType |
946 | rdfs:subClassOf owl:Class . | 946 | rdfs:subClassOf owl:Class . |
947 | 947 | ||
948 | ep-prodact:WellPlannedOperations | 948 | ep-prodact:WellPlannedOperations |
949 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 949 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
950 | rdfs:comment "activity that is well planned operations"^^xsd:string ; | 950 | rdfs:comment "activity that is well planned operations"^^xsd:string ; |
951 | rdfs:label "well planned operations"^^xsd:string ; | 951 | rdfs:label "well planned operations"^^xsd:string ; |
952 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 952 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
953 | 953 | ||
954 | ep-prodact:WellPreventiveMaintenance | 954 | ep-prodact:WellPreventiveMaintenance |
955 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 955 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
956 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; | 956 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; |
957 | rdfs:label "well preventive maintenance"^^xsd:string ; | 957 | rdfs:label "well preventive maintenance"^^xsd:string ; |
958 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 958 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
959 | 959 | ||
960 | ep-prodact:WellProblems | 960 | ep-prodact:WellProblems |
961 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 961 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
962 | rdfs:comment "activity that is well problems"^^xsd:string ; | 962 | rdfs:comment "activity that is well problems"^^xsd:string ; |
963 | rdfs:label "well problems"^^xsd:string ; | 963 | rdfs:label "well problems"^^xsd:string ; |
964 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 964 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -997,13 +997,13 @@ ep-prodact:buyer | ... | @@ -997,13 +997,13 @@ ep-prodact:buyer |
997 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 997 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
998 | 998 | ||
999 | ep-prodact:cargoBatchNumber | 999 | ep-prodact:cargoBatchNumber |
1000 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1000 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1001 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; | 1001 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; |
1002 | rdfs:domain ep-material:BatchOfCargo ; | 1002 | rdfs:domain ep-material:BatchOfCargo ; |
1003 | rdfs:label "cargo batch number"^^xsd:string . | 1003 | rdfs:label "cargo batch number"^^xsd:string . |
1004 | 1004 | ||
1005 | ep-prodact:cargoNumber | 1005 | ep-prodact:cargoNumber |
1006 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1006 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1007 | rdfs:comment "identifier of a cargo"^^xsd:string ; | 1007 | rdfs:comment "identifier of a cargo"^^xsd:string ; |
1008 | rdfs:domain ep-material:QuantityOfMaterial ; | 1008 | rdfs:domain ep-material:QuantityOfMaterial ; |
1009 | rdfs:label "cargo number"^^xsd:string . | 1009 | rdfs:label "cargo number"^^xsd:string . |
... | @@ -1062,7 +1062,7 @@ ep-prodact:hasDischargeFlow | ... | @@ -1062,7 +1062,7 @@ ep-prodact:hasDischargeFlow |
1062 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1062 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
1063 | 1063 | ||
1064 | ep-prodact:hasGasLiftChoke | 1064 | ep-prodact:hasGasLiftChoke |
1065 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1065 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1066 | rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; | 1066 | rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; |
1067 | rdfs:domain ep-activity:WellTest ; | 1067 | rdfs:domain ep-activity:WellTest ; |
1068 | rdfs:label "has gas lift choke"^^xsd:string ; | 1068 | rdfs:label "has gas lift choke"^^xsd:string ; |
... | @@ -1082,7 +1082,7 @@ ep-prodact:hasPredecessor | ... | @@ -1082,7 +1082,7 @@ ep-prodact:hasPredecessor |
1082 | rdfs:range ep-activity:Activity . | 1082 | rdfs:range ep-activity:Activity . |
1083 | 1083 | ||
1084 | ep-prodact:hasShutInPressure | 1084 | ep-prodact:hasShutInPressure |
1085 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1085 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1086 | rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; | 1086 | rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; |
1087 | rdfs:domain ep-activity:ProductionWellTest ; | 1087 | rdfs:domain ep-activity:ProductionWellTest ; |
1088 | rdfs:label "has shut-in pressure"^^xsd:string ; | 1088 | rdfs:label "has shut-in pressure"^^xsd:string ; |
... | @@ -1095,56 +1095,56 @@ ep-prodact:hasValidPredecessor | ... | @@ -1095,56 +1095,56 @@ ep-prodact:hasValidPredecessor |
1095 | rdfs:range ep-activity:Activity . | 1095 | rdfs:range ep-activity:Activity . |
1096 | 1096 | ||
1097 | ep-prodact:injectionWellTestMaximumAnnularPressure | 1097 | ep-prodact:injectionWellTestMaximumAnnularPressure |
1098 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1098 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1099 | rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; | 1099 | rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; |
1100 | rdfs:domain ep-prodact:InjectionWellTest ; | 1100 | rdfs:domain ep-prodact:InjectionWellTest ; |
1101 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 1101 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
1102 | rdfs:range ep-core:Pressure . | 1102 | rdfs:range ep-core:Pressure . |
1103 | 1103 | ||
1104 | ep-prodact:injectionWellTestMinimumAnnularPressure | 1104 | ep-prodact:injectionWellTestMinimumAnnularPressure |
1105 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1105 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1106 | rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; | 1106 | rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; |
1107 | rdfs:domain ep-prodact:InjectionWellTest ; | 1107 | rdfs:domain ep-prodact:InjectionWellTest ; |
1108 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 1108 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
1109 | rdfs:range ep-core:Pressure . | 1109 | rdfs:range ep-core:Pressure . |
1110 | 1110 | ||
1111 | ep-prodact:injectionWellTestWellheadFlowingPressure | 1111 | ep-prodact:injectionWellTestWellheadFlowingPressure |
1112 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1112 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1113 | rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; | 1113 | rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; |
1114 | rdfs:domain ep-prodact:InjectionWellTest ; | 1114 | rdfs:domain ep-prodact:InjectionWellTest ; |
1115 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 1115 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
1116 | rdfs:range ep-core:Pressure . | 1116 | rdfs:range ep-core:Pressure . |
1117 | 1117 | ||
1118 | ep-prodact:injectionWellTestWellheadMaximumPressure | 1118 | ep-prodact:injectionWellTestWellheadMaximumPressure |
1119 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1119 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1120 | rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; | 1120 | rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; |
1121 | rdfs:domain ep-prodact:InjectionWellTest ; | 1121 | rdfs:domain ep-prodact:InjectionWellTest ; |
1122 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 1122 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
1123 | rdfs:range ep-core:Pressure . | 1123 | rdfs:range ep-core:Pressure . |
1124 | 1124 | ||
1125 | ep-prodact:lastPartOfTypeDefiningType | 1125 | ep-prodact:lastPartOfTypeDefiningType |
1126 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1126 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1127 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; | 1127 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; |
1128 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1128 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1129 | rdfs:label "last part of type defining type"^^xsd:string ; | 1129 | rdfs:label "last part of type defining type"^^xsd:string ; |
1130 | rdfs:range owl:Class . | 1130 | rdfs:range owl:Class . |
1131 | 1131 | ||
1132 | -ep-prodact:measuredFlow | 1132 | +ep-prodact:measured |
1133 | rdf:type owl:ObjectProperty ; | 1133 | rdf:type owl:ObjectProperty ; |
1134 | - rdfs:comment "flow that is measured by a measure properties of a flow activity"^^xsd:string ; | 1134 | + rdfs:comment "physical thing that is measured by a measure properties activity"^^xsd:string ; |
1135 | - rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; | 1135 | + rdfs:domain ep-prodact:MeasureProperties ; |
1136 | - rdfs:label "measured flow"^^xsd:string ; | 1136 | + rdfs:label "measured"^^xsd:string ; |
1137 | - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1137 | + rdfs:range ep-core:PhysicalThing . |
1138 | 1138 | ||
1139 | ep-prodact:movedProduct | 1139 | ep-prodact:movedProduct |
1140 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1140 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1141 | rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; | 1141 | rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; |
1142 | rdfs:domain ep-prodact:MovementOfProduct ; | 1142 | rdfs:domain ep-prodact:MovementOfProduct ; |
1143 | rdfs:label "moved product"^^xsd:string ; | 1143 | rdfs:label "moved product"^^xsd:string ; |
1144 | rdfs:range ep-material:QuantityOfMaterial . | 1144 | rdfs:range ep-material:QuantityOfMaterial . |
1145 | 1145 | ||
1146 | ep-prodact:onProductionFacility | 1146 | ep-prodact:onProductionFacility |
1147 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1147 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1148 | rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; | 1148 | rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; |
1149 | rdfs:domain ep-activity:ProductionActivity ; | 1149 | rdfs:domain ep-activity:ProductionActivity ; |
1150 | rdfs:label "on facility"^^xsd:string ; | 1150 | rdfs:label "on facility"^^xsd:string ; |
... | @@ -1165,7 +1165,7 @@ ep-prodact:performedByShip | ... | @@ -1165,7 +1165,7 @@ ep-prodact:performedByShip |
1165 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . | 1165 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . |
1166 | 1166 | ||
1167 | ep-prodact:processingLost | 1167 | ep-prodact:processingLost |
1168 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1168 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1169 | rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; | 1169 | rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; |
1170 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; | 1170 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; |
1171 | rdfs:range ep-material:QuantityOfMaterial . | 1171 | rdfs:range ep-material:QuantityOfMaterial . |
... | @@ -1176,7 +1176,7 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -1176,7 +1176,7 @@ ep-prodact:productionActivityPeriodClassification |
1176 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 1176 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
1177 | 1177 | ||
1178 | ep-prodact:remainingActivity | 1178 | ep-prodact:remainingActivity |
1179 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1179 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1180 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; | 1180 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; |
1181 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1181 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1182 | rdfs:label "remaining activity"^^xsd:string ; | 1182 | rdfs:label "remaining activity"^^xsd:string ; |
... | @@ -1225,7 +1225,7 @@ ep-prodact:sourceOrganization | ... | @@ -1225,7 +1225,7 @@ ep-prodact:sourceOrganization |
1225 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1225 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1226 | 1226 | ||
1227 | ep-prodact:timeWorked | 1227 | ep-prodact:timeWorked |
1228 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1228 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1229 | rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; | 1229 | rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; |
1230 | rdfs:domain ep-prodact:ProductionOperation ; | 1230 | rdfs:domain ep-prodact:ProductionOperation ; |
1231 | rdfs:label "time worked"^^xsd:string ; | 1231 | rdfs:label "time worked"^^xsd:string ; | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -21,36 +21,36 @@ | ... | @@ -21,36 +21,36 @@ |
21 | <http://www.epim.no/schemas/mprml/1#Cs_productVolumeComponentContent> | 21 | <http://www.epim.no/schemas/mprml/1#Cs_productVolumeComponentContent> |
22 | spin:rule | 22 | spin:rule |
23 | [ rdf:type sp:Construct ; | 23 | [ rdf:type sp:Construct ; |
24 | - rdfs:comment "STEP 70101 Set the component flow measuring facility"^^xsd:string ; | 24 | + rdfs:comment "STEP 70103 Set the component inventory measuring facility"^^xsd:string ; |
25 | sp:templates ([ sp:object | 25 | sp:templates ([ sp:object |
26 | - [ sp:varName "componentFlow"^^xsd:string | 26 | + [ sp:varName "componentInventory"^^xsd:string |
27 | ] ; | 27 | ] ; |
28 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 28 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
29 | sp:subject | 29 | sp:subject |
30 | - [ sp:varName "measuredComponentFlow"^^xsd:string | 30 | + [ sp:varName "measuredComponentInventory"^^xsd:string |
31 | ] | 31 | ] |
32 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | 32 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; |
33 | sp:predicate rdf:type ; | 33 | sp:predicate rdf:type ; |
34 | sp:subject | 34 | sp:subject |
35 | - [ sp:varName "measuredComponentFlow"^^xsd:string | 35 | + [ sp:varName "measuredComponentInventory"^^xsd:string |
36 | ] | 36 | ] |
37 | ] [ sp:object | 37 | ] [ sp:object |
38 | - [ sp:varName "wholeFlowMeasurementFacility"^^xsd:string | 38 | + [ sp:varName "wholeInventoryMeasurementFacility"^^xsd:string |
39 | ] ; | 39 | ] ; |
40 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowMeasuredOrCalculatedAt> ; | 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#measuredOrCalculatedAt> ; |
41 | sp:subject | 41 | sp:subject |
42 | - [ sp:varName "measuredComponentFlow"^^xsd:string | 42 | + [ sp:varName "measuredComponentInventory"^^xsd:string |
43 | ] | 43 | ] |
44 | ]) ; | 44 | ]) ; |
45 | sp:where ([ sp:object spin:_this ; | 45 | sp:where ([ sp:object spin:_this ; |
46 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 46 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
47 | sp:subject | 47 | sp:subject |
48 | - [ sp:varName "componentFlow"^^xsd:string | 48 | + [ sp:varName "componentInventory"^^xsd:string |
49 | ] | 49 | ] |
50 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | 50 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; |
51 | sp:predicate rdf:type ; | 51 | sp:predicate rdf:type ; |
52 | sp:subject | 52 | sp:subject |
53 | - [ sp:varName "componentFlow"^^xsd:string | 53 | + [ sp:varName "componentInventory"^^xsd:string |
54 | ] | 54 | ] |
55 | ] [ sp:object spin:_this ; | 55 | ] [ sp:object spin:_this ; |
56 | sp:predicate <http://www.epim.no/schemas/mprml/1#componentContentRef> ; | 56 | sp:predicate <http://www.epim.no/schemas/mprml/1#componentContentRef> ; |
... | @@ -62,33 +62,33 @@ | ... | @@ -62,33 +62,33 @@ |
62 | ] ; | 62 | ] ; |
63 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 63 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
64 | sp:subject | 64 | sp:subject |
65 | - [ sp:varName "wholeFlow"^^xsd:string | 65 | + [ sp:varName "wholeInventory"^^xsd:string |
66 | ] | 66 | ] |
67 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | 67 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; |
68 | sp:predicate rdf:type ; | 68 | sp:predicate rdf:type ; |
69 | sp:subject | 69 | sp:subject |
70 | - [ sp:varName "wholeFlow"^^xsd:string | 70 | + [ sp:varName "wholeInventory"^^xsd:string |
71 | ] | 71 | ] |
72 | ] [ sp:object | 72 | ] [ sp:object |
73 | - [ sp:varName "wholeFlow"^^xsd:string | 73 | + [ sp:varName "wholeInventory"^^xsd:string |
74 | ] ; | 74 | ] ; |
75 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 75 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
76 | sp:subject | 76 | sp:subject |
77 | - [ sp:varName "measuredWholeFlow"^^xsd:string | 77 | + [ sp:varName "measuredWholeInventory"^^xsd:string |
78 | ] | 78 | ] |
79 | ] [ sp:object | 79 | ] [ sp:object |
80 | - [ sp:varName "wholeFlowMeasurementFacility"^^xsd:string | 80 | + [ sp:varName "wholeInventoryMeasurementFacility"^^xsd:string |
81 | ] ; | 81 | ] ; |
82 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowMeasuredOrCalculatedAt> ; | 82 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#measuredOrCalculatedAt> ; |
83 | sp:subject | 83 | sp:subject |
84 | - [ sp:varName "measuredWholeFlow"^^xsd:string | 84 | + [ sp:varName "measuredWholeInventory"^^xsd:string |
85 | ] | 85 | ] |
86 | ] [ sp:object | 86 | ] [ sp:object |
87 | [ sp:varName "measurementFacility"^^xsd:string | 87 | [ sp:varName "measurementFacility"^^xsd:string |
88 | ] ; | 88 | ] ; |
89 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 89 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
90 | sp:subject | 90 | sp:subject |
91 | - [ sp:varName "wholeFlowMeasurementFacility"^^xsd:string | 91 | + [ sp:varName "wholeInventoryMeasurementFacility"^^xsd:string |
92 | ] | 92 | ] |
93 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | 93 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; |
94 | sp:predicate rdf:type ; | 94 | sp:predicate rdf:type ; |
... | @@ -100,7 +100,7 @@ | ... | @@ -100,7 +100,7 @@ |
100 | [ rdf:type sp:iri ; | 100 | [ rdf:type sp:iri ; |
101 | sp:arg1 [ rdf:type fn:concat ; | 101 | sp:arg1 [ rdf:type fn:concat ; |
102 | sp:arg1 [ rdf:type xsd:string ; | 102 | sp:arg1 [ rdf:type xsd:string ; |
103 | - sp:arg1 [ sp:varName "componentFlow"^^xsd:string | 103 | + sp:arg1 [ sp:varName "componentInventory"^^xsd:string |
104 | ] | 104 | ] |
105 | ] ; | 105 | ] ; |
106 | sp:arg2 "/" ; | 106 | sp:arg2 "/" ; |
... | @@ -111,83 +111,85 @@ | ... | @@ -111,83 +111,85 @@ |
111 | ] | 111 | ] |
112 | ] ; | 112 | ] ; |
113 | sp:variable | 113 | sp:variable |
114 | - [ sp:varName "measuredComponentFlow"^^xsd:string | 114 | + [ sp:varName "measuredComponentInventory"^^xsd:string |
115 | ] | 115 | ] |
116 | ]) | 116 | ]) |
117 | ] ; | 117 | ] ; |
118 | spin:rule | 118 | spin:rule |
119 | [ rdf:type sp:Construct ; | 119 | [ rdf:type sp:Construct ; |
120 | - rdfs:comment "STEP 70102 record the product flow components - where \"flow\" means inventory and not a flow"^^xsd:string ; | 120 | + rdfs:comment "STEP 70100 record the component - actually flow and not inventory"^^xsd:string ; |
121 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; | 121 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; |
122 | - sp:predicate rdf:type ; | ||
123 | - sp:subject | ||
124 | - [ sp:varName "componentInventory"^^xsd:string | ||
125 | - ] | ||
126 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
127 | sp:predicate rdf:type ; | 122 | sp:predicate rdf:type ; |
128 | sp:subject | 123 | sp:subject |
129 | - [ sp:varName "componentInventory"^^xsd:string | 124 | + [ sp:varName "componentFlow"^^xsd:string |
130 | ] | 125 | ] |
131 | ] [ sp:object | 126 | ] [ sp:object |
132 | - [ sp:varName "componentInventory"^^xsd:string | 127 | + [ sp:varName "componentFlow"^^xsd:string |
133 | ] ; | 128 | ] ; |
134 | - sp:predicate <http://www.reportinghub.no/ep/schema/material#hasComponent> ; | 129 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; |
135 | sp:subject | 130 | sp:subject |
136 | - [ sp:varName "wholeInventory"^^xsd:string | 131 | + [ sp:varName "wholeFlow"^^xsd:string |
137 | ] | 132 | ] |
138 | ] [ sp:object | 133 | ] [ sp:object |
139 | [ sp:varName "intervalStart"^^xsd:string | 134 | [ sp:varName "intervalStart"^^xsd:string |
140 | ] ; | 135 | ] ; |
141 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 136 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
142 | sp:subject | 137 | sp:subject |
143 | - [ sp:varName "componentInventory"^^xsd:string | 138 | + [ sp:varName "componentFlow"^^xsd:string |
144 | ] | 139 | ] |
145 | ] [ sp:object | 140 | ] [ sp:object |
146 | [ sp:varName "intervalEnd"^^xsd:string | 141 | [ sp:varName "intervalEnd"^^xsd:string |
147 | ] ; | 142 | ] ; |
148 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 143 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
149 | sp:subject | 144 | sp:subject |
150 | - [ sp:varName "componentInventory"^^xsd:string | 145 | + [ sp:varName "componentFlow"^^xsd:string |
151 | ] | 146 | ] |
152 | ] [ sp:object | 147 | ] [ sp:object |
153 | [ sp:varName "interval"^^xsd:string | 148 | [ sp:varName "interval"^^xsd:string |
154 | ] ; | 149 | ] ; |
155 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; | 150 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; |
156 | sp:subject | 151 | sp:subject |
157 | - [ sp:varName "componentInventory"^^xsd:string | 152 | + [ sp:varName "componentFlow"^^xsd:string |
158 | ] | 153 | ] |
159 | ] [ sp:object | 154 | ] [ sp:object |
160 | [ sp:varName "temporalPartDurationType"^^xsd:string | 155 | [ sp:varName "temporalPartDurationType"^^xsd:string |
161 | ] ; | 156 | ] ; |
162 | sp:predicate rdf:type ; | 157 | sp:predicate rdf:type ; |
163 | sp:subject | 158 | sp:subject |
164 | - [ sp:varName "componentInventory"^^xsd:string | 159 | + [ sp:varName "componentFlow"^^xsd:string |
165 | ] | 160 | ] |
166 | ] [ sp:object | 161 | ] [ sp:object |
167 | - [ sp:varName "componentInventory"^^xsd:string | 162 | + [ sp:varName "wholeFlowSourceOrDestination"^^xsd:string |
168 | ] ; | 163 | ] ; |
169 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | 164 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; |
170 | sp:subject | 165 | sp:subject |
171 | - [ sp:varName "wholeInventoryFacility"^^xsd:string | 166 | + [ sp:varName "componentFlow"^^xsd:string |
167 | + ] | ||
168 | + ] [ sp:object | ||
169 | + [ sp:varName "componentFlow"^^xsd:string | ||
170 | + ] ; | ||
171 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ; | ||
172 | + sp:subject | ||
173 | + [ sp:varName "wholeFlowContainingFacility"^^xsd:string | ||
172 | ] | 174 | ] |
173 | ] [ sp:object | 175 | ] [ sp:object |
174 | [ sp:varName "componentMaterialType"^^xsd:string | 176 | [ sp:varName "componentMaterialType"^^xsd:string |
175 | ] ; | 177 | ] ; |
176 | sp:predicate rdf:type ; | 178 | sp:predicate rdf:type ; |
177 | sp:subject | 179 | sp:subject |
178 | - [ sp:varName "componentInventory"^^xsd:string | 180 | + [ sp:varName "componentFlow"^^xsd:string |
179 | ] | 181 | ] |
180 | ] [ sp:object | 182 | ] [ sp:object |
181 | [ sp:varName "componentName"^^xsd:string | 183 | [ sp:varName "componentName"^^xsd:string |
182 | ] ; | 184 | ] ; |
183 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 185 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
184 | sp:subject | 186 | sp:subject |
185 | - [ sp:varName "componentInventory"^^xsd:string | 187 | + [ sp:varName "componentFlow"^^xsd:string |
186 | ] | 188 | ] |
187 | ] [ sp:object spin:_this ; | 189 | ] [ sp:object spin:_this ; |
188 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 190 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
189 | sp:subject | 191 | sp:subject |
190 | - [ sp:varName "componentInventory"^^xsd:string | 192 | + [ sp:varName "componentFlow"^^xsd:string |
191 | ] | 193 | ] |
192 | ] [ sp:object | 194 | ] [ sp:object |
193 | [ sp:varName "intervalIdentifier"^^xsd:string | 195 | [ sp:varName "intervalIdentifier"^^xsd:string |
... | @@ -250,12 +252,12 @@ | ... | @@ -250,12 +252,12 @@ |
250 | ] ; | 252 | ] ; |
251 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 253 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
252 | sp:subject | 254 | sp:subject |
253 | - [ sp:varName "wholeInventory"^^xsd:string | 255 | + [ sp:varName "wholeFlow"^^xsd:string |
254 | ] | 256 | ] |
255 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; | 257 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; |
256 | sp:predicate rdf:type ; | 258 | sp:predicate rdf:type ; |
257 | sp:subject | 259 | sp:subject |
258 | - [ sp:varName "wholeInventory"^^xsd:string | 260 | + [ sp:varName "wholeFlow"^^xsd:string |
259 | ] | 261 | ] |
260 | ] [ rdf:type sp:Bind ; | 262 | ] [ rdf:type sp:Bind ; |
261 | sp:expression | 263 | sp:expression |
... | @@ -274,7 +276,7 @@ | ... | @@ -274,7 +276,7 @@ |
274 | [ rdf:type sp:iri ; | 276 | [ rdf:type sp:iri ; |
275 | sp:arg1 [ rdf:type fn:concat ; | 277 | sp:arg1 [ rdf:type fn:concat ; |
276 | sp:arg1 [ rdf:type xsd:string ; | 278 | sp:arg1 [ rdf:type xsd:string ; |
277 | - sp:arg1 [ sp:varName "wholeInventory"^^xsd:string | 279 | + sp:arg1 [ sp:varName "wholeFlow"^^xsd:string |
278 | ] | 280 | ] |
279 | ] ; | 281 | ] ; |
280 | sp:arg2 [ sp:varName "separatedComponentURISuffix"^^xsd:string | 282 | sp:arg2 [ sp:varName "separatedComponentURISuffix"^^xsd:string |
... | @@ -282,7 +284,7 @@ | ... | @@ -282,7 +284,7 @@ |
282 | ] | 284 | ] |
283 | ] ; | 285 | ] ; |
284 | sp:variable | 286 | sp:variable |
285 | - [ sp:varName "componentInventory"^^xsd:string | 287 | + [ sp:varName "componentFlow"^^xsd:string |
286 | ] | 288 | ] |
287 | ] [ rdf:type sp:Optional ; | 289 | ] [ rdf:type sp:Optional ; |
288 | sp:elements ([ sp:object | 290 | sp:elements ([ sp:object |
... | @@ -290,7 +292,7 @@ | ... | @@ -290,7 +292,7 @@ |
290 | ] ; | 292 | ] ; |
291 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 293 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
292 | sp:subject | 294 | sp:subject |
293 | - [ sp:varName "wholeInventory"^^xsd:string | 295 | + [ sp:varName "wholeFlow"^^xsd:string |
294 | ] | 296 | ] |
295 | ]) | 297 | ]) |
296 | ] [ rdf:type sp:Optional ; | 298 | ] [ rdf:type sp:Optional ; |
... | @@ -299,7 +301,7 @@ | ... | @@ -299,7 +301,7 @@ |
299 | ] ; | 301 | ] ; |
300 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 302 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
301 | sp:subject | 303 | sp:subject |
302 | - [ sp:varName "wholeInventory"^^xsd:string | 304 | + [ sp:varName "wholeFlow"^^xsd:string |
303 | ] | 305 | ] |
304 | ]) | 306 | ]) |
305 | ] [ rdf:type sp:Optional ; | 307 | ] [ rdf:type sp:Optional ; |
... | @@ -308,7 +310,7 @@ | ... | @@ -308,7 +310,7 @@ |
308 | ] ; | 310 | ] ; |
309 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; | 311 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; |
310 | sp:subject | 312 | sp:subject |
311 | - [ sp:varName "wholeInventory"^^xsd:string | 313 | + [ sp:varName "wholeFlow"^^xsd:string |
312 | ] | 314 | ] |
313 | ]) | 315 | ]) |
314 | ] [ rdf:type sp:Optional ; | 316 | ] [ rdf:type sp:Optional ; |
... | @@ -317,7 +319,7 @@ | ... | @@ -317,7 +319,7 @@ |
317 | ] ; | 319 | ] ; |
318 | sp:predicate rdf:type ; | 320 | sp:predicate rdf:type ; |
319 | sp:subject | 321 | sp:subject |
320 | - [ sp:varName "wholeInventory"^^xsd:string | 322 | + [ sp:varName "wholeFlow"^^xsd:string |
321 | ] | 323 | ] |
322 | ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartDurationType> ; | 324 | ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartDurationType> ; |
323 | sp:predicate rdf:type ; | 325 | sp:predicate rdf:type ; |
... | @@ -327,16 +329,20 @@ | ... | @@ -327,16 +329,20 @@ |
327 | ]) | 329 | ]) |
328 | ] [ rdf:type sp:Optional ; | 330 | ] [ rdf:type sp:Optional ; |
329 | sp:elements ([ sp:object | 331 | sp:elements ([ sp:object |
330 | - [ sp:varName "wholeInventory"^^xsd:string | 332 | + [ sp:varName "wholeFlowSourceOrDestination"^^xsd:string |
331 | ] ; | 333 | ] ; |
332 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | 334 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; |
333 | sp:subject | 335 | sp:subject |
334 | - [ sp:varName "wholeInventoryFacility"^^xsd:string | 336 | + [ sp:varName "wholeFlow"^^xsd:string |
335 | ] | 337 | ] |
336 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 338 | + ]) |
337 | - sp:predicate rdf:type ; | 339 | + ] [ rdf:type sp:Optional ; |
340 | + sp:elements ([ sp:object | ||
341 | + [ sp:varName "wholeFlow"^^xsd:string | ||
342 | + ] ; | ||
343 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ; | ||
338 | sp:subject | 344 | sp:subject |
339 | - [ sp:varName "wholeInventoryFacility"^^xsd:string | 345 | + [ sp:varName "wholeFlowContainingFacility"^^xsd:string |
340 | ] | 346 | ] |
341 | ]) | 347 | ]) |
342 | ]) | 348 | ]) |
... | @@ -366,79 +372,77 @@ | ... | @@ -366,79 +372,77 @@ |
366 | ] ; | 372 | ] ; |
367 | spin:rule | 373 | spin:rule |
368 | [ rdf:type sp:Construct ; | 374 | [ rdf:type sp:Construct ; |
369 | - rdfs:comment "STEP 70100 record the component - actually flow and not inventory"^^xsd:string ; | 375 | + rdfs:comment "STEP 70102 record the product flow components - where \"flow\" means inventory and not a flow"^^xsd:string ; |
370 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | 376 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; |
371 | sp:predicate rdf:type ; | 377 | sp:predicate rdf:type ; |
372 | sp:subject | 378 | sp:subject |
373 | - [ sp:varName "componentFlow"^^xsd:string | 379 | + [ sp:varName "componentInventory"^^xsd:string |
380 | + ] | ||
381 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
382 | + sp:predicate rdf:type ; | ||
383 | + sp:subject | ||
384 | + [ sp:varName "componentInventory"^^xsd:string | ||
374 | ] | 385 | ] |
375 | ] [ sp:object | 386 | ] [ sp:object |
376 | - [ sp:varName "componentFlow"^^xsd:string | 387 | + [ sp:varName "componentInventory"^^xsd:string |
377 | ] ; | 388 | ] ; |
378 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | 389 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#hasComponent> ; |
379 | sp:subject | 390 | sp:subject |
380 | - [ sp:varName "wholeFlow"^^xsd:string | 391 | + [ sp:varName "wholeInventory"^^xsd:string |
381 | ] | 392 | ] |
382 | ] [ sp:object | 393 | ] [ sp:object |
383 | [ sp:varName "intervalStart"^^xsd:string | 394 | [ sp:varName "intervalStart"^^xsd:string |
384 | ] ; | 395 | ] ; |
385 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 396 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
386 | sp:subject | 397 | sp:subject |
387 | - [ sp:varName "componentFlow"^^xsd:string | 398 | + [ sp:varName "componentInventory"^^xsd:string |
388 | ] | 399 | ] |
389 | ] [ sp:object | 400 | ] [ sp:object |
390 | [ sp:varName "intervalEnd"^^xsd:string | 401 | [ sp:varName "intervalEnd"^^xsd:string |
391 | ] ; | 402 | ] ; |
392 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 403 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
393 | sp:subject | 404 | sp:subject |
394 | - [ sp:varName "componentFlow"^^xsd:string | 405 | + [ sp:varName "componentInventory"^^xsd:string |
395 | ] | 406 | ] |
396 | ] [ sp:object | 407 | ] [ sp:object |
397 | [ sp:varName "interval"^^xsd:string | 408 | [ sp:varName "interval"^^xsd:string |
398 | ] ; | 409 | ] ; |
399 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; | 410 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; |
400 | sp:subject | 411 | sp:subject |
401 | - [ sp:varName "componentFlow"^^xsd:string | 412 | + [ sp:varName "componentInventory"^^xsd:string |
402 | ] | 413 | ] |
403 | ] [ sp:object | 414 | ] [ sp:object |
404 | [ sp:varName "temporalPartDurationType"^^xsd:string | 415 | [ sp:varName "temporalPartDurationType"^^xsd:string |
405 | ] ; | 416 | ] ; |
406 | sp:predicate rdf:type ; | 417 | sp:predicate rdf:type ; |
407 | sp:subject | 418 | sp:subject |
408 | - [ sp:varName "componentFlow"^^xsd:string | 419 | + [ sp:varName "componentInventory"^^xsd:string |
409 | - ] | ||
410 | - ] [ sp:object | ||
411 | - [ sp:varName "wholeFlowSourceOrDestination"^^xsd:string | ||
412 | - ] ; | ||
413 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | ||
414 | - sp:subject | ||
415 | - [ sp:varName "componentFlow"^^xsd:string | ||
416 | ] | 420 | ] |
417 | ] [ sp:object | 421 | ] [ sp:object |
418 | - [ sp:varName "componentFlow"^^xsd:string | 422 | + [ sp:varName "componentInventory"^^xsd:string |
419 | ] ; | 423 | ] ; |
420 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ; | 424 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; |
421 | sp:subject | 425 | sp:subject |
422 | - [ sp:varName "wholeFlowContainingFacility"^^xsd:string | 426 | + [ sp:varName "wholeInventoryFacility"^^xsd:string |
423 | ] | 427 | ] |
424 | ] [ sp:object | 428 | ] [ sp:object |
425 | [ sp:varName "componentMaterialType"^^xsd:string | 429 | [ sp:varName "componentMaterialType"^^xsd:string |
426 | ] ; | 430 | ] ; |
427 | sp:predicate rdf:type ; | 431 | sp:predicate rdf:type ; |
428 | sp:subject | 432 | sp:subject |
429 | - [ sp:varName "componentFlow"^^xsd:string | 433 | + [ sp:varName "componentInventory"^^xsd:string |
430 | ] | 434 | ] |
431 | ] [ sp:object | 435 | ] [ sp:object |
432 | [ sp:varName "componentName"^^xsd:string | 436 | [ sp:varName "componentName"^^xsd:string |
433 | ] ; | 437 | ] ; |
434 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 438 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
435 | sp:subject | 439 | sp:subject |
436 | - [ sp:varName "componentFlow"^^xsd:string | 440 | + [ sp:varName "componentInventory"^^xsd:string |
437 | ] | 441 | ] |
438 | ] [ sp:object spin:_this ; | 442 | ] [ sp:object spin:_this ; |
439 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 443 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
440 | sp:subject | 444 | sp:subject |
441 | - [ sp:varName "componentFlow"^^xsd:string | 445 | + [ sp:varName "componentInventory"^^xsd:string |
442 | ] | 446 | ] |
443 | ] [ sp:object | 447 | ] [ sp:object |
444 | [ sp:varName "intervalIdentifier"^^xsd:string | 448 | [ sp:varName "intervalIdentifier"^^xsd:string |
... | @@ -501,12 +505,12 @@ | ... | @@ -501,12 +505,12 @@ |
501 | ] ; | 505 | ] ; |
502 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 506 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
503 | sp:subject | 507 | sp:subject |
504 | - [ sp:varName "wholeFlow"^^xsd:string | 508 | + [ sp:varName "wholeInventory"^^xsd:string |
505 | ] | 509 | ] |
506 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | 510 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; |
507 | sp:predicate rdf:type ; | 511 | sp:predicate rdf:type ; |
508 | sp:subject | 512 | sp:subject |
509 | - [ sp:varName "wholeFlow"^^xsd:string | 513 | + [ sp:varName "wholeInventory"^^xsd:string |
510 | ] | 514 | ] |
511 | ] [ rdf:type sp:Bind ; | 515 | ] [ rdf:type sp:Bind ; |
512 | sp:expression | 516 | sp:expression |
... | @@ -525,7 +529,7 @@ | ... | @@ -525,7 +529,7 @@ |
525 | [ rdf:type sp:iri ; | 529 | [ rdf:type sp:iri ; |
526 | sp:arg1 [ rdf:type fn:concat ; | 530 | sp:arg1 [ rdf:type fn:concat ; |
527 | sp:arg1 [ rdf:type xsd:string ; | 531 | sp:arg1 [ rdf:type xsd:string ; |
528 | - sp:arg1 [ sp:varName "wholeFlow"^^xsd:string | 532 | + sp:arg1 [ sp:varName "wholeInventory"^^xsd:string |
529 | ] | 533 | ] |
530 | ] ; | 534 | ] ; |
531 | sp:arg2 [ sp:varName "separatedComponentURISuffix"^^xsd:string | 535 | sp:arg2 [ sp:varName "separatedComponentURISuffix"^^xsd:string |
... | @@ -533,7 +537,7 @@ | ... | @@ -533,7 +537,7 @@ |
533 | ] | 537 | ] |
534 | ] ; | 538 | ] ; |
535 | sp:variable | 539 | sp:variable |
536 | - [ sp:varName "componentFlow"^^xsd:string | 540 | + [ sp:varName "componentInventory"^^xsd:string |
537 | ] | 541 | ] |
538 | ] [ rdf:type sp:Optional ; | 542 | ] [ rdf:type sp:Optional ; |
539 | sp:elements ([ sp:object | 543 | sp:elements ([ sp:object |
... | @@ -541,7 +545,7 @@ | ... | @@ -541,7 +545,7 @@ |
541 | ] ; | 545 | ] ; |
542 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 546 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
543 | sp:subject | 547 | sp:subject |
544 | - [ sp:varName "wholeFlow"^^xsd:string | 548 | + [ sp:varName "wholeInventory"^^xsd:string |
545 | ] | 549 | ] |
546 | ]) | 550 | ]) |
547 | ] [ rdf:type sp:Optional ; | 551 | ] [ rdf:type sp:Optional ; |
... | @@ -550,7 +554,7 @@ | ... | @@ -550,7 +554,7 @@ |
550 | ] ; | 554 | ] ; |
551 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 555 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
552 | sp:subject | 556 | sp:subject |
553 | - [ sp:varName "wholeFlow"^^xsd:string | 557 | + [ sp:varName "wholeInventory"^^xsd:string |
554 | ] | 558 | ] |
555 | ]) | 559 | ]) |
556 | ] [ rdf:type sp:Optional ; | 560 | ] [ rdf:type sp:Optional ; |
... | @@ -559,7 +563,7 @@ | ... | @@ -559,7 +563,7 @@ |
559 | ] ; | 563 | ] ; |
560 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; | 564 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#existsThroughout> ; |
561 | sp:subject | 565 | sp:subject |
562 | - [ sp:varName "wholeFlow"^^xsd:string | 566 | + [ sp:varName "wholeInventory"^^xsd:string |
563 | ] | 567 | ] |
564 | ]) | 568 | ]) |
565 | ] [ rdf:type sp:Optional ; | 569 | ] [ rdf:type sp:Optional ; |
... | @@ -568,7 +572,7 @@ | ... | @@ -568,7 +572,7 @@ |
568 | ] ; | 572 | ] ; |
569 | sp:predicate rdf:type ; | 573 | sp:predicate rdf:type ; |
570 | sp:subject | 574 | sp:subject |
571 | - [ sp:varName "wholeFlow"^^xsd:string | 575 | + [ sp:varName "wholeInventory"^^xsd:string |
572 | ] | 576 | ] |
573 | ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartDurationType> ; | 577 | ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartDurationType> ; |
574 | sp:predicate rdf:type ; | 578 | sp:predicate rdf:type ; |
... | @@ -578,26 +582,118 @@ | ... | @@ -578,26 +582,118 @@ |
578 | ]) | 582 | ]) |
579 | ] [ rdf:type sp:Optional ; | 583 | ] [ rdf:type sp:Optional ; |
580 | sp:elements ([ sp:object | 584 | sp:elements ([ sp:object |
581 | - [ sp:varName "wholeFlowSourceOrDestination"^^xsd:string | 585 | + [ sp:varName "wholeInventory"^^xsd:string |
582 | ] ; | 586 | ] ; |
583 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | 587 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; |
584 | sp:subject | 588 | sp:subject |
585 | - [ sp:varName "wholeFlow"^^xsd:string | 589 | + [ sp:varName "wholeInventoryFacility"^^xsd:string |
586 | ] | 590 | ] |
587 | - ]) | 591 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
588 | - ] [ rdf:type sp:Optional ; | 592 | + sp:predicate rdf:type ; |
589 | - sp:elements ([ sp:object | ||
590 | - [ sp:varName "wholeFlow"^^xsd:string | ||
591 | - ] ; | ||
592 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#facilityContainsFlow> ; | ||
593 | sp:subject | 593 | sp:subject |
594 | - [ sp:varName "wholeFlowContainingFacility"^^xsd:string | 594 | + [ sp:varName "wholeInventoryFacility"^^xsd:string |
595 | ] | 595 | ] |
596 | ]) | 596 | ]) |
597 | ]) | 597 | ]) |
598 | + ] ; | ||
599 | + spin:rule | ||
600 | + [ rdf:type sp:Construct ; | ||
601 | + rdfs:comment "STEP 70101 Set the component flow measuring facility"^^xsd:string ; | ||
602 | + sp:templates ([ sp:object | ||
603 | + [ sp:varName "componentFlow"^^xsd:string | ||
604 | + ] ; | ||
605 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
606 | + sp:subject | ||
607 | + [ sp:varName "measuredComponentFlow"^^xsd:string | ||
608 | + ] | ||
609 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
610 | + sp:predicate rdf:type ; | ||
611 | + sp:subject | ||
612 | + [ sp:varName "measuredComponentFlow"^^xsd:string | ||
613 | + ] | ||
614 | + ] [ sp:object | ||
615 | + [ sp:varName "wholeFlowMeasurementFacility"^^xsd:string | ||
616 | + ] ; | ||
617 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#measuredOrCalculatedAt> ; | ||
618 | + sp:subject | ||
619 | + [ sp:varName "measuredComponentFlow"^^xsd:string | ||
620 | + ] | ||
621 | + ]) ; | ||
622 | + sp:where ([ sp:object spin:_this ; | ||
623 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
624 | + sp:subject | ||
625 | + [ sp:varName "componentFlow"^^xsd:string | ||
626 | + ] | ||
627 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
628 | + sp:predicate rdf:type ; | ||
629 | + sp:subject | ||
630 | + [ sp:varName "componentFlow"^^xsd:string | ||
631 | + ] | ||
632 | + ] [ sp:object spin:_this ; | ||
633 | + sp:predicate <http://www.epim.no/schemas/mprml/1#componentContentRef> ; | ||
634 | + sp:subject | ||
635 | + [ sp:varName "target"^^xsd:string | ||
636 | + ] | ||
637 | + ] [ sp:object | ||
638 | + [ sp:varName "target"^^xsd:string | ||
639 | + ] ; | ||
640 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
641 | + sp:subject | ||
642 | + [ sp:varName "wholeFlow"^^xsd:string | ||
643 | + ] | ||
644 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
645 | + sp:predicate rdf:type ; | ||
646 | + sp:subject | ||
647 | + [ sp:varName "wholeFlow"^^xsd:string | ||
648 | + ] | ||
649 | + ] [ sp:object | ||
650 | + [ sp:varName "wholeFlow"^^xsd:string | ||
651 | + ] ; | ||
652 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
653 | + sp:subject | ||
654 | + [ sp:varName "measuredWholeFlow"^^xsd:string | ||
655 | + ] | ||
656 | + ] [ sp:object | ||
657 | + [ sp:varName "wholeFlowMeasurementFacility"^^xsd:string | ||
658 | + ] ; | ||
659 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#measuredOrCalculatedAt> ; | ||
660 | + sp:subject | ||
661 | + [ sp:varName "measuredWholeFlow"^^xsd:string | ||
662 | + ] | ||
663 | + ] [ sp:object | ||
664 | + [ sp:varName "measurementFacility"^^xsd:string | ||
665 | + ] ; | ||
666 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
667 | + sp:subject | ||
668 | + [ sp:varName "wholeFlowMeasurementFacility"^^xsd:string | ||
669 | + ] | ||
670 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | ||
671 | + sp:predicate rdf:type ; | ||
672 | + sp:subject | ||
673 | + [ sp:varName "measurementFacility"^^xsd:string | ||
674 | + ] | ||
675 | + ] [ rdf:type sp:Bind ; | ||
676 | + sp:expression | ||
677 | + [ rdf:type sp:iri ; | ||
678 | + sp:arg1 [ rdf:type fn:concat ; | ||
679 | + sp:arg1 [ rdf:type xsd:string ; | ||
680 | + sp:arg1 [ sp:varName "componentFlow"^^xsd:string | ||
681 | + ] | ||
682 | + ] ; | ||
683 | + sp:arg2 "/" ; | ||
684 | + sp:arg3 [ rdf:type xsd:string ; | ||
685 | + sp:arg1 [ sp:varName "measurementFacility"^^xsd:string | ||
686 | + ] | ||
687 | + ] | ||
688 | + ] | ||
689 | + ] ; | ||
690 | + sp:variable | ||
691 | + [ sp:varName "measuredComponentFlow"^^xsd:string | ||
692 | + ] | ||
693 | + ]) | ||
598 | ] . | 694 | ] . |
599 | 695 | ||
600 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-componentContent-v1.0> | 696 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-componentContent-v1.0> |
601 | rdf:type owl:Ontology ; | 697 | rdf:type owl:Ontology ; |
602 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> ; | 698 | + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration> ; |
603 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 699 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment