Showing
6 changed files
with
593 additions
and
559 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/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> ; | 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> ; |
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 owl:Class , ep-flow:TemporalPartDurationType ; | 22 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 28 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 34 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 40 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 46 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 52 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 58 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 64 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 70 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 76 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 82 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 88 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 94 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 100 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 "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 ; | 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 ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 112 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 118 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 124 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 130 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 136 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 142 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 148 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 154 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 160 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 166 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 172 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 178 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 184 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 190 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 208 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 214 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 220 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 232 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 238 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 244 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 250 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 256 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 280 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 286 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionType ; | 292 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 298 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 304 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 310 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 316 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 322 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 328 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 owl:Class , ep-flow:ProductionFlowPurposeType ; | 334 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
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 . |
... | @@ -343,67 +343,67 @@ ep-flow:Inventory | ... | @@ -343,67 +343,67 @@ ep-flow:Inventory |
343 | rdfs:subClassOf ep-core:PhysicalObject . | 343 | rdfs:subClassOf ep-core:PhysicalObject . |
344 | 344 | ||
345 | ep-flow:MassAdjustedFlow | 345 | ep-flow:MassAdjustedFlow |
346 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 346 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
347 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 347 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
348 | rdfs:label "mass adjusted flow"^^xsd:string ; | 348 | rdfs:label "mass adjusted flow"^^xsd:string ; |
349 | rdfs:subClassOf ep-flow:Flow . | 349 | rdfs:subClassOf ep-flow:Flow . |
350 | 350 | ||
351 | ep-flow:MeasuredFlow | 351 | ep-flow:MeasuredFlow |
352 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 352 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
353 | rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; | 353 | rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; |
354 | rdfs:label "measured flow"^^xsd:string ; | 354 | rdfs:label "measured flow"^^xsd:string ; |
355 | rdfs:subClassOf ep-flow:Flow . | 355 | rdfs:subClassOf ep-flow:Flow . |
356 | 356 | ||
357 | ep-flow:MeasuredFlow-fiscal | 357 | ep-flow:MeasuredFlow-fiscal |
358 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 358 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
359 | rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; | 359 | rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; |
360 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 360 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
361 | rdfs:subClassOf ep-flow:MeasuredFlow . | 361 | rdfs:subClassOf ep-flow:MeasuredFlow . |
362 | 362 | ||
363 | ep-flow:MeasuredFlow-raw | 363 | ep-flow:MeasuredFlow-raw |
364 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 364 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
365 | rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; | 365 | rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; |
366 | rdfs:label "measured flow - raw"^^xsd:string ; | 366 | rdfs:label "measured flow - raw"^^xsd:string ; |
367 | rdfs:subClassOf ep-flow:MeasuredFlow . | 367 | rdfs:subClassOf ep-flow:MeasuredFlow . |
368 | 368 | ||
369 | ep-flow:MeasuredFlow-recalibrated | 369 | ep-flow:MeasuredFlow-recalibrated |
370 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 370 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
371 | rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; | 371 | rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; |
372 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 372 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
373 | rdfs:subClassOf ep-flow:MeasuredFlow . | 373 | rdfs:subClassOf ep-flow:MeasuredFlow . |
374 | 374 | ||
375 | ep-flow:MeasuredInventory | 375 | ep-flow:MeasuredInventory |
376 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 376 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
377 | rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; | 377 | rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; |
378 | rdfs:label "measured inventory"^^xsd:string ; | 378 | rdfs:label "measured inventory"^^xsd:string ; |
379 | rdfs:subClassOf ep-flow:Inventory . | 379 | rdfs:subClassOf ep-flow:Inventory . |
380 | 380 | ||
381 | ep-flow:MeteredFlowFiscal | 381 | ep-flow:MeteredFlowFiscal |
382 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 382 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
383 | rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; | 383 | rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; |
384 | rdfs:label "metered flow fiscal"^^xsd:string ; | 384 | rdfs:label "metered flow fiscal"^^xsd:string ; |
385 | rdfs:subClassOf ep-flow:Flow . | 385 | rdfs:subClassOf ep-flow:Flow . |
386 | 386 | ||
387 | ep-flow:NetProductFlow | 387 | ep-flow:NetProductFlow |
388 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 388 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
389 | rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; | 389 | rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; |
390 | rdfs:label "net product flow"^^xsd:string ; | 390 | rdfs:label "net product flow"^^xsd:string ; |
391 | rdfs:subClassOf ep-flow:ProductFlow . | 391 | rdfs:subClassOf ep-flow:ProductFlow . |
392 | 392 | ||
393 | ep-flow:NominatedFlow | 393 | ep-flow:NominatedFlow |
394 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 394 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
395 | rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; | 395 | rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; |
396 | rdfs:label "nominated flow"^^xsd:string ; | 396 | rdfs:label "nominated flow"^^xsd:string ; |
397 | rdfs:subClassOf ep-flow:Flow . | 397 | rdfs:subClassOf ep-flow:Flow . |
398 | 398 | ||
399 | ep-flow:OverboardFlow | 399 | ep-flow:OverboardFlow |
400 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 400 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
401 | rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; | 401 | rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; |
402 | rdfs:label "overboard"^^xsd:string ; | 402 | rdfs:label "overboard"^^xsd:string ; |
403 | rdfs:subClassOf ep-flow:Flow . | 403 | rdfs:subClassOf ep-flow:Flow . |
404 | 404 | ||
405 | ep-flow:PotentialFlow | 405 | ep-flow:PotentialFlow |
406 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 406 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
407 | rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; | 407 | rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; |
408 | rdfs:label "potential flow"^^xsd:string ; | 408 | rdfs:label "potential flow"^^xsd:string ; |
409 | rdfs:subClassOf ep-flow:Flow . | 409 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -421,7 +421,7 @@ ep-flow:PrecipitationType | ... | @@ -421,7 +421,7 @@ ep-flow:PrecipitationType |
421 | rdfs:subClassOf owl:Class . | 421 | rdfs:subClassOf owl:Class . |
422 | 422 | ||
423 | ep-flow:ProcessedFlow | 423 | ep-flow:ProcessedFlow |
424 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 424 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
425 | 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 ; | 425 | 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 ; |
426 | rdfs:label "processed flow"^^xsd:string ; | 426 | rdfs:label "processed flow"^^xsd:string ; |
427 | rdfs:subClassOf ep-flow:Flow . | 427 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -451,31 +451,31 @@ ep-flow:ProductInventory | ... | @@ -451,31 +451,31 @@ ep-flow:ProductInventory |
451 | rdfs:subClassOf ep-flow:Inventory . | 451 | rdfs:subClassOf ep-flow:Inventory . |
452 | 452 | ||
453 | ep-flow:ProductInventoryAdjustedClosingBalance | 453 | ep-flow:ProductInventoryAdjustedClosingBalance |
454 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 454 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
455 | rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; | 455 | rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; |
456 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 456 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
457 | rdfs:subClassOf ep-flow:ProductInventory . | 457 | rdfs:subClassOf ep-flow:ProductInventory . |
458 | 458 | ||
459 | ep-flow:ProductInventoryClosingBalance | 459 | ep-flow:ProductInventoryClosingBalance |
460 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 460 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
461 | rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; | 461 | rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; |
462 | rdfs:label "product inventory closing balance"^^xsd:string ; | 462 | rdfs:label "product inventory closing balance"^^xsd:string ; |
463 | rdfs:subClassOf ep-flow:ProductInventory . | 463 | rdfs:subClassOf ep-flow:ProductInventory . |
464 | 464 | ||
465 | ep-flow:ProductInventoryClosingStorageBalance | 465 | ep-flow:ProductInventoryClosingStorageBalance |
466 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 466 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
467 | rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; | 467 | rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; |
468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
469 | rdfs:subClassOf ep-flow:ProductInventory . | 469 | rdfs:subClassOf ep-flow:ProductInventory . |
470 | 470 | ||
471 | ep-flow:ProductInventoryOpFlex | 471 | ep-flow:ProductInventoryOpFlex |
472 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 472 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
473 | 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 ; | 473 | 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 ; |
474 | rdfs:label "product inventory opFlex"^^xsd:string ; | 474 | rdfs:label "product inventory opFlex"^^xsd:string ; |
475 | rdfs:subClassOf ep-flow:ProductInventory . | 475 | rdfs:subClassOf ep-flow:ProductInventory . |
476 | 476 | ||
477 | ep-flow:ProductInventoryOpeningBalance | 477 | ep-flow:ProductInventoryOpeningBalance |
478 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 478 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
479 | rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; | 479 | rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; |
480 | rdfs:label "product inventory opening balance"^^xsd:string ; | 480 | rdfs:label "product inventory opening balance"^^xsd:string ; |
481 | rdfs:subClassOf ep-flow:ProductInventory . | 481 | rdfs:subClassOf ep-flow:ProductInventory . |
... | @@ -487,7 +487,7 @@ ep-flow:ProductInventoryType | ... | @@ -487,7 +487,7 @@ ep-flow:ProductInventoryType |
487 | rdfs:subClassOf owl:Class . | 487 | rdfs:subClassOf owl:Class . |
488 | 488 | ||
489 | ep-flow:ProductionExploitation | 489 | ep-flow:ProductionExploitation |
490 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 490 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
491 | rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; | 491 | rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; |
492 | rdfs:label "production exploitation"^^xsd:string ; | 492 | rdfs:label "production exploitation"^^xsd:string ; |
493 | rdfs:subClassOf ep-flow:Flow . | 493 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -587,37 +587,37 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -587,37 +587,37 @@ ep-flow:ProductionTestWellHeadFlow |
587 | rdfs:subClassOf ep-flow:Flow . | 587 | rdfs:subClassOf ep-flow:Flow . |
588 | 588 | ||
589 | ep-flow:QuotaFlow | 589 | ep-flow:QuotaFlow |
590 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 590 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
591 | 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 ; | 591 | 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 ; |
592 | rdfs:label "quota flow"^^xsd:string ; | 592 | rdfs:label "quota flow"^^xsd:string ; |
593 | rdfs:subClassOf ep-flow:Flow . | 593 | rdfs:subClassOf ep-flow:Flow . |
594 | 594 | ||
595 | ep-flow:RecommendedFlow | 595 | ep-flow:RecommendedFlow |
596 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 596 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
597 | 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 ; | 597 | 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 ; |
598 | rdfs:label "recommended flow"^^xsd:string ; | 598 | rdfs:label "recommended flow"^^xsd:string ; |
599 | rdfs:subClassOf ep-flow:Flow . | 599 | rdfs:subClassOf ep-flow:Flow . |
600 | 600 | ||
601 | ep-flow:SaleableFlow | 601 | ep-flow:SaleableFlow |
602 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 602 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
603 | rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; | 603 | rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; |
604 | rdfs:label "saleable flow"^^xsd:string ; | 604 | rdfs:label "saleable flow"^^xsd:string ; |
605 | rdfs:subClassOf ep-flow:Flow . | 605 | rdfs:subClassOf ep-flow:Flow . |
606 | 606 | ||
607 | ep-flow:SimulatedFlow | 607 | ep-flow:SimulatedFlow |
608 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 608 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
609 | rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; | 609 | rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; |
610 | rdfs:label "simulated flow"^^xsd:string ; | 610 | rdfs:label "simulated flow"^^xsd:string ; |
611 | rdfs:subClassOf ep-flow:Flow . | 611 | rdfs:subClassOf ep-flow:Flow . |
612 | 612 | ||
613 | ep-flow:TargetFlow | 613 | ep-flow:TargetFlow |
614 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 614 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
615 | rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; | 615 | rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; |
616 | rdfs:label "target flow"^^xsd:string ; | 616 | rdfs:label "target flow"^^xsd:string ; |
617 | rdfs:subClassOf ep-flow:Flow . | 617 | rdfs:subClassOf ep-flow:Flow . |
618 | 618 | ||
619 | ep-flow:TariffBasisFlow | 619 | ep-flow:TariffBasisFlow |
620 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 620 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
621 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 621 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
622 | rdfs:label "tariff basis flow"^^xsd:string ; | 622 | rdfs:label "tariff basis flow"^^xsd:string ; |
623 | rdfs:subClassOf ep-flow:Flow . | 623 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -629,13 +629,13 @@ ep-flow:TemporalPartDurationType | ... | @@ -629,13 +629,13 @@ ep-flow:TemporalPartDurationType |
629 | rdfs:subClassOf owl:Class . | 629 | rdfs:subClassOf owl:Class . |
630 | 630 | ||
631 | ep-flow:ValueAdjustedFlow | 631 | ep-flow:ValueAdjustedFlow |
632 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 632 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
633 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 633 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
634 | rdfs:label "value adjusted flow"^^xsd:string ; | 634 | rdfs:label "value adjusted flow"^^xsd:string ; |
635 | rdfs:subClassOf ep-flow:Flow . | 635 | rdfs:subClassOf ep-flow:Flow . |
636 | 636 | ||
637 | ep-flow:WholeLifeFlow | 637 | ep-flow:WholeLifeFlow |
638 | - rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 638 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; |
639 | rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; | 639 | rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; |
640 | rdfs:label "whole life flow"^^xsd:string ; | 640 | rdfs:label "whole life flow"^^xsd:string ; |
641 | rdfs:subClassOf ep-flow:Flow . | 641 | rdfs:subClassOf ep-flow:Flow . |
... | @@ -647,22 +647,22 @@ ep-flow:WholeLifeInventory | ... | @@ -647,22 +647,22 @@ ep-flow:WholeLifeInventory |
647 | rdfs:subClassOf ep-flow:Inventory . | 647 | rdfs:subClassOf ep-flow:Inventory . |
648 | 648 | ||
649 | ep-flow:WholeLifeProductFlow | 649 | ep-flow:WholeLifeProductFlow |
650 | - rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 650 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; |
651 | rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; | 651 | rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; |
652 | rdfs:label "whole life product flow"^^xsd:string ; | 652 | rdfs:label "whole life product flow"^^xsd:string ; |
653 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . | 653 | + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . |
654 | 654 | ||
655 | ep-flow:WholeLifeProductInventory | 655 | ep-flow:WholeLifeProductInventory |
656 | rdf:type owl:Class ; | 656 | rdf:type owl:Class ; |
657 | rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; | 657 | rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; |
658 | rdfs:label "whole life product inventory"^^xsd:string ; | 658 | rdfs:label "whole life product inventory"^^xsd:string ; |
659 | - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductInventory . | 659 | + rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory . |
660 | 660 | ||
661 | ep-flow:WholeLifeProductionFlow | 661 | ep-flow:WholeLifeProductionFlow |
662 | - rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ; | 662 | + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; |
663 | rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; | 663 | rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; |
664 | rdfs:label "whole life production flow"^^xsd:string ; | 664 | rdfs:label "whole life production flow"^^xsd:string ; |
665 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . | 665 | + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . |
666 | 666 | ||
667 | ep-flow:WholeLifeProductionFlowNetwork | 667 | ep-flow:WholeLifeProductionFlowNetwork |
668 | rdf:type owl:Class ; | 668 | rdf:type owl:Class ; |
... | @@ -674,7 +674,7 @@ ep-flow:WholeLifeProductionInventory | ... | @@ -674,7 +674,7 @@ ep-flow:WholeLifeProductionInventory |
674 | rdf:type owl:Class ; | 674 | rdf:type owl:Class ; |
675 | rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; | 675 | rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; |
676 | rdfs:label "whole life production inventory"^^xsd:string ; | 676 | rdfs:label "whole life production inventory"^^xsd:string ; |
677 | - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . | 677 | + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . |
678 | 678 | ||
679 | ep-flow:WholeLifeProductionInventoryCollection | 679 | ep-flow:WholeLifeProductionInventoryCollection |
680 | rdf:type owl:Class ; | 680 | rdf:type owl:Class ; |
... | @@ -689,28 +689,35 @@ ep-flow:Wind | ... | @@ -689,28 +689,35 @@ ep-flow:Wind |
689 | rdfs:subClassOf ep-flow:Flow . | 689 | rdfs:subClassOf ep-flow:Flow . |
690 | 690 | ||
691 | ep-flow:allocatedTo | 691 | ep-flow:allocatedTo |
692 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 692 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
693 | rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; | 693 | rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; |
694 | rdfs:domain ep-core:PhysicalObject ; | 694 | rdfs:domain ep-core:PhysicalObject ; |
695 | rdfs:label "allocatedTo"^^xsd:string ; | 695 | rdfs:label "allocatedTo"^^xsd:string ; |
696 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 696 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
697 | 697 | ||
698 | ep-flow:amountOfPrecipitation | 698 | ep-flow:amountOfPrecipitation |
699 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 699 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
700 | rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; | 700 | rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; |
701 | rdfs:domain ep-flow:Precipitation ; | 701 | rdfs:domain ep-flow:Precipitation ; |
702 | rdfs:label "amount of precipitation"^^xsd:string ; | 702 | rdfs:label "amount of precipitation"^^xsd:string ; |
703 | rdfs:range ep-core:Length . | 703 | rdfs:range ep-core:Length . |
704 | 704 | ||
705 | ep-flow:dailyAverageAmountOfMaterial | 705 | ep-flow:dailyAverageAmountOfMaterial |
706 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 706 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
707 | rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; | 707 | rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; |
708 | rdfs:domain ep-flow:Flow ; | 708 | rdfs:domain ep-flow:Flow ; |
709 | rdfs:label "daily average amount of material"^^xsd:string ; | 709 | rdfs:label "daily average amount of material"^^xsd:string ; |
710 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 710 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
711 | 711 | ||
712 | +ep-flow:densityStabilizedCrude | ||
713 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
714 | + rdfs:comment "The density of stabilized crude."^^xsd:string ; | ||
715 | + rdfs:domain ep-material:Liquid ; | ||
716 | + rdfs:label "density of stabilized crude"^^xsd:string ; | ||
717 | + rdfs:range ep-core:Density . | ||
718 | + | ||
712 | ep-flow:energyContent | 719 | ep-flow:energyContent |
713 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 720 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
714 | rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; | 721 | rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; |
715 | rdfs:domain ep-material:QuantityOfMaterial ; | 722 | rdfs:domain ep-material:QuantityOfMaterial ; |
716 | rdfs:label "energy content"^^xsd:string ; | 723 | rdfs:label "energy content"^^xsd:string ; |
... | @@ -761,14 +768,14 @@ ep-flow:flowOutOf | ... | @@ -761,14 +768,14 @@ ep-flow:flowOutOf |
761 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 768 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
762 | 769 | ||
763 | ep-flow:grossCalorificValue | 770 | ep-flow:grossCalorificValue |
764 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 771 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
765 | rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; | 772 | rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; |
766 | rdfs:domain ep-material:QuantityOfMaterial ; | 773 | rdfs:domain ep-material:QuantityOfMaterial ; |
767 | rdfs:label "gross calorific value"^^xsd:string ; | 774 | rdfs:label "gross calorific value"^^xsd:string ; |
768 | rdfs:range ep-core:EnergyPerVolume . | 775 | rdfs:range ep-core:EnergyPerVolume . |
769 | 776 | ||
770 | ep-flow:grossCalorificValueStandard | 777 | ep-flow:grossCalorificValueStandard |
771 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 778 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
772 | 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: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 ; |
773 | rdfs:domain ep-core:PhysicalObject ; | 780 | rdfs:domain ep-core:PhysicalObject ; |
774 | rdfs:label "gross calorific value (standard)"^^xsd:string ; | 781 | rdfs:label "gross calorific value (standard)"^^xsd:string ; |
... | @@ -791,63 +798,70 @@ ep-flow:hasNetworkPart | ... | @@ -791,63 +798,70 @@ ep-flow:hasNetworkPart |
791 | rdfs:subPropertyOf ep-core:hasPart . | 798 | rdfs:subPropertyOf ep-core:hasPart . |
792 | 799 | ||
793 | ep-flow:hcDewpoint | 800 | ep-flow:hcDewpoint |
794 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 801 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
795 | rdfs:comment "The temperature at which the heavier hydrocarbons come out of solution."^^xsd:string ; | 802 | rdfs:comment "The temperature at which the heavier hydrocarbons come out of solution."^^xsd:string ; |
796 | rdfs:domain ep-material:Gas ; | 803 | rdfs:domain ep-material:Gas ; |
797 | rdfs:label "water dewpoint"^^xsd:string ; | 804 | rdfs:label "water dewpoint"^^xsd:string ; |
798 | rdfs:range ep-core:Temperature . | 805 | rdfs:range ep-core:Temperature . |
799 | 806 | ||
800 | ep-flow:horizontalDirectionAzimuth | 807 | ep-flow:horizontalDirectionAzimuth |
801 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 808 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
802 | rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; | 809 | rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; |
803 | rdfs:domain ep-flow:Flow ; | 810 | rdfs:domain ep-flow:Flow ; |
804 | rdfs:label "horizontal direction azimuth"^^xsd:string ; | 811 | rdfs:label "horizontal direction azimuth"^^xsd:string ; |
805 | rdfs:range ep-core:PlaneAngle . | 812 | rdfs:range ep-core:PlaneAngle . |
806 | 813 | ||
807 | ep-flow:massAtAccountingInstant | 814 | ep-flow:massAtAccountingInstant |
808 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 815 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
809 | rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; | 816 | rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; |
810 | rdfs:domain ep-flow:Inventory ; | 817 | rdfs:domain ep-flow:Inventory ; |
811 | rdfs:label "mass at accounting instant"^^xsd:string ; | 818 | rdfs:label "mass at accounting instant"^^xsd:string ; |
812 | rdfs:range ep-core:Mass . | 819 | rdfs:range ep-core:Mass . |
813 | 820 | ||
814 | ep-flow:materialThatFlows | 821 | ep-flow:materialThatFlows |
815 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 822 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
816 | rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; | 823 | rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; |
817 | rdfs:domain ep-flow:Flow ; | 824 | rdfs:domain ep-flow:Flow ; |
818 | rdfs:label "material that flows"^^xsd:string ; | 825 | rdfs:label "material that flows"^^xsd:string ; |
819 | rdfs:range ep-material:QuantityOfMaterial . | 826 | rdfs:range ep-material:QuantityOfMaterial . |
820 | 827 | ||
828 | +ep-flow:reidVapourPressure | ||
829 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
830 | + rdfs:comment "Reid vapor pressure of stabilized crude."^^xsd:string ; | ||
831 | + rdfs:domain ep-material:Liquid ; | ||
832 | + rdfs:label "Reid vapour pressure"^^xsd:string ; | ||
833 | + rdfs:range ep-core:Pressure . | ||
834 | + | ||
821 | ep-flow:reidVapourPressureStabilizedCrude | 835 | ep-flow:reidVapourPressureStabilizedCrude |
822 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 836 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
823 | rdfs:comment "Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56."^^xsd:string ; | 837 | rdfs:comment "Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56."^^xsd:string ; |
824 | rdfs:domain ep-material:Liquid ; | 838 | rdfs:domain ep-material:Liquid ; |
825 | rdfs:label "Reid vapour pressure of stabilized crude"^^xsd:string ; | 839 | rdfs:label "Reid vapour pressure of stabilized crude"^^xsd:string ; |
826 | rdfs:range ep-core:Pressure . | 840 | rdfs:range ep-core:Pressure . |
827 | 841 | ||
828 | ep-flow:trueVapourPressure | 842 | ep-flow:trueVapourPressure |
829 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 843 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
830 | 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: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 ; |
831 | rdfs:domain ep-material:Liquid ; | 845 | rdfs:domain ep-material:Liquid ; |
832 | rdfs:label "true vapour pressure"^^xsd:string ; | 846 | rdfs:label "true vapour pressure"^^xsd:string ; |
833 | rdfs:range ep-core:Pressure . | 847 | rdfs:range ep-core:Pressure . |
834 | 848 | ||
835 | ep-flow:waterDewpoint | 849 | ep-flow:waterDewpoint |
836 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 850 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
837 | rdfs:comment "The temperature at which the first water comes out of solution."^^xsd:string ; | 851 | rdfs:comment "The temperature at which the first water comes out of solution."^^xsd:string ; |
838 | rdfs:domain ep-material:Gas ; | 852 | rdfs:domain ep-material:Gas ; |
839 | rdfs:label "water dewpoint"^^xsd:string ; | 853 | rdfs:label "water dewpoint"^^xsd:string ; |
840 | rdfs:range ep-core:Temperature . | 854 | rdfs:range ep-core:Temperature . |
841 | 855 | ||
842 | ep-flow:wobbeIndex | 856 | ep-flow:wobbeIndex |
843 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 857 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
844 | 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: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 ; |
845 | rdfs:domain ep-material:Gas ; | 859 | rdfs:domain ep-material:Gas ; |
846 | rdfs:label "Wobbe index"^^xsd:string ; | 860 | rdfs:label "Wobbe index"^^xsd:string ; |
847 | rdfs:range ep-core:EnergyPerVolume . | 861 | rdfs:range ep-core:EnergyPerVolume . |
848 | 862 | ||
849 | ep-flow:yearlyAverageAmountOfMaterial | 863 | ep-flow:yearlyAverageAmountOfMaterial |
850 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 864 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
851 | rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; | 865 | rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; |
852 | rdfs:domain ep-flow:Flow ; | 866 | rdfs:domain ep-flow:Flow ; |
853 | rdfs:label "yearly average amount of material"^^xsd:string ; | 867 | rdfs:label "yearly average amount of material"^^xsd:string ; | ... | ... |
... | @@ -15,12 +15,12 @@ | ... | @@ -15,12 +15,12 @@ |
15 | 15 | ||
16 | <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration> | 16 | <http://www.reportinghub.no/ep/schema/1.0/scale-maps-to-mpr-enumeration> |
17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> ; | 18 | + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | <http://www.reportinghub.no/ep/schema/core#acre_ft> | 21 | <http://www.reportinghub.no/ep/schema/core#acre_ft> |
22 | transhelp:scaleMapsToMPREnumeration | 22 | transhelp:scaleMapsToMPREnumeration |
23 | - <http://www.epim.no/schemas/mprml/1#VU_acre.ft> , <http://www.epim.no/schemas/mprml/1#AU_acre.ft> . | 23 | + <http://www.epim.no/schemas/mprml/1#AU_acre.ft> , <http://www.epim.no/schemas/mprml/1#VU_acre.ft> . |
24 | 24 | ||
25 | <http://www.reportinghub.no/ep/schema/core#angstrom> | 25 | <http://www.reportinghub.no/ep/schema/core#angstrom> |
26 | transhelp:scaleMapsToMPREnumeration | 26 | transhelp:scaleMapsToMPREnumeration |
... | @@ -48,11 +48,11 @@ | ... | @@ -48,11 +48,11 @@ |
48 | 48 | ||
49 | <http://www.reportinghub.no/ep/schema/core#barrel> | 49 | <http://www.reportinghub.no/ep/schema/core#barrel> |
50 | transhelp:scaleMapsToMPREnumeration | 50 | transhelp:scaleMapsToMPREnumeration |
51 | - <http://www.epim.no/schemas/mprml/1#VU_bbl> , <http://www.epim.no/schemas/mprml/1#AU_bbl> . | 51 | + <http://www.epim.no/schemas/mprml/1#AU_bbl> , <http://www.epim.no/schemas/mprml/1#VU_bbl> . |
52 | 52 | ||
53 | <http://www.reportinghub.no/ep/schema/core#billionFt3> | 53 | <http://www.reportinghub.no/ep/schema/core#billionFt3> |
54 | transhelp:scaleMapsToMPREnumeration | 54 | transhelp:scaleMapsToMPREnumeration |
55 | - <http://www.epim.no/schemas/mprml/1#VU_bcf> , <http://www.epim.no/schemas/mprml/1#AU_bcf> . | 55 | + <http://www.epim.no/schemas/mprml/1#AU_bcf> , <http://www.epim.no/schemas/mprml/1#VU_bcf> . |
56 | 56 | ||
57 | <http://www.reportinghub.no/ep/schema/core#celsius> | 57 | <http://www.reportinghub.no/ep/schema/core#celsius> |
58 | transhelp:scaleMapsToMPREnumeration | 58 | transhelp:scaleMapsToMPREnumeration |
... | @@ -84,7 +84,7 @@ | ... | @@ -84,7 +84,7 @@ |
84 | 84 | ||
85 | <http://www.reportinghub.no/ep/schema/core#cm3> | 85 | <http://www.reportinghub.no/ep/schema/core#cm3> |
86 | transhelp:scaleMapsToMPREnumeration | 86 | transhelp:scaleMapsToMPREnumeration |
87 | - <http://www.epim.no/schemas/mprml/1#VU_cm3> , <http://www.epim.no/schemas/mprml/1#AU_cm3> . | 87 | + <http://www.epim.no/schemas/mprml/1#AU_cm3> , <http://www.epim.no/schemas/mprml/1#VU_cm3> . |
88 | 88 | ||
89 | <http://www.reportinghub.no/ep/schema/core#cmH20at4degC> | 89 | <http://www.reportinghub.no/ep/schema/core#cmH20at4degC> |
90 | transhelp:scaleMapsToMPREnumeration | 90 | transhelp:scaleMapsToMPREnumeration |
... | @@ -100,7 +100,7 @@ | ... | @@ -100,7 +100,7 @@ |
100 | 100 | ||
101 | <http://www.reportinghub.no/ep/schema/core#dm3> | 101 | <http://www.reportinghub.no/ep/schema/core#dm3> |
102 | transhelp:scaleMapsToMPREnumeration | 102 | transhelp:scaleMapsToMPREnumeration |
103 | - <http://www.epim.no/schemas/mprml/1#VU_dm3> , <http://www.epim.no/schemas/mprml/1#AU_dm3> . | 103 | + <http://www.epim.no/schemas/mprml/1#AU_dm3> , <http://www.epim.no/schemas/mprml/1#VU_dm3> . |
104 | 104 | ||
105 | <http://www.reportinghub.no/ep/schema/core#dyne_cm-2> | 105 | <http://www.reportinghub.no/ep/schema/core#dyne_cm-2> |
106 | transhelp:scaleMapsToMPREnumeration | 106 | transhelp:scaleMapsToMPREnumeration |
... | @@ -124,7 +124,7 @@ | ... | @@ -124,7 +124,7 @@ |
124 | 124 | ||
125 | <http://www.reportinghub.no/ep/schema/core#foot3> | 125 | <http://www.reportinghub.no/ep/schema/core#foot3> |
126 | transhelp:scaleMapsToMPREnumeration | 126 | transhelp:scaleMapsToMPREnumeration |
127 | - <http://www.epim.no/schemas/mprml/1#VU_ft3> , <http://www.epim.no/schemas/mprml/1#AU_ft3> . | 127 | + <http://www.epim.no/schemas/mprml/1#AU_ft3> , <http://www.epim.no/schemas/mprml/1#VU_ft3> . |
128 | 128 | ||
129 | <http://www.reportinghub.no/ep/schema/core#footUS> | 129 | <http://www.reportinghub.no/ep/schema/core#footUS> |
130 | transhelp:scaleMapsToMPREnumeration | 130 | transhelp:scaleMapsToMPREnumeration |
... | @@ -244,7 +244,7 @@ | ... | @@ -244,7 +244,7 @@ |
244 | 244 | ||
245 | <http://www.reportinghub.no/ep/schema/core#hectare_metre> | 245 | <http://www.reportinghub.no/ep/schema/core#hectare_metre> |
246 | transhelp:scaleMapsToMPREnumeration | 246 | transhelp:scaleMapsToMPREnumeration |
247 | - <http://www.epim.no/schemas/mprml/1#VU_ha.m> , <http://www.epim.no/schemas/mprml/1#AU_ha.m> . | 247 | + <http://www.epim.no/schemas/mprml/1#AU_ha.m> , <http://www.epim.no/schemas/mprml/1#VU_ha.m> . |
248 | 248 | ||
249 | <http://www.reportinghub.no/ep/schema/core#hectobar> | 249 | <http://www.reportinghub.no/ep/schema/core#hectobar> |
250 | transhelp:scaleMapsToMPREnumeration | 250 | transhelp:scaleMapsToMPREnumeration |
... | @@ -252,7 +252,7 @@ | ... | @@ -252,7 +252,7 @@ |
252 | 252 | ||
253 | <http://www.reportinghub.no/ep/schema/core#hectolitre> | 253 | <http://www.reportinghub.no/ep/schema/core#hectolitre> |
254 | transhelp:scaleMapsToMPREnumeration | 254 | transhelp:scaleMapsToMPREnumeration |
255 | - <http://www.epim.no/schemas/mprml/1#VU_hL> , <http://www.epim.no/schemas/mprml/1#AU_hL> . | 255 | + <http://www.epim.no/schemas/mprml/1#AU_hL> , <http://www.epim.no/schemas/mprml/1#VU_hL> . |
256 | 256 | ||
257 | <http://www.reportinghub.no/ep/schema/core#hour> | 257 | <http://www.reportinghub.no/ep/schema/core#hour> |
258 | transhelp:scaleMapsToMPREnumeration | 258 | transhelp:scaleMapsToMPREnumeration |
... | @@ -268,7 +268,7 @@ | ... | @@ -268,7 +268,7 @@ |
268 | 268 | ||
269 | <http://www.reportinghub.no/ep/schema/core#in3> | 269 | <http://www.reportinghub.no/ep/schema/core#in3> |
270 | transhelp:scaleMapsToMPREnumeration | 270 | transhelp:scaleMapsToMPREnumeration |
271 | - <http://www.epim.no/schemas/mprml/1#VU_in3> , <http://www.epim.no/schemas/mprml/1#AU_in3> . | 271 | + <http://www.epim.no/schemas/mprml/1#AU_in3> , <http://www.epim.no/schemas/mprml/1#VU_in3> . |
272 | 272 | ||
273 | <http://www.reportinghub.no/ep/schema/core#inH20at39.2F> | 273 | <http://www.reportinghub.no/ep/schema/core#inH20at39.2F> |
274 | transhelp:scaleMapsToMPREnumeration | 274 | transhelp:scaleMapsToMPREnumeration |
... | @@ -338,9 +338,13 @@ | ... | @@ -338,9 +338,13 @@ |
338 | transhelp:scaleMapsToMPREnumeration | 338 | transhelp:scaleMapsToMPREnumeration |
339 | <http://www.epim.no/schemas/mprml/1#AU_km> . | 339 | <http://www.epim.no/schemas/mprml/1#AU_km> . |
340 | 340 | ||
341 | +<http://www.reportinghub.no/ep/schema/core#kilomole> | ||
342 | + transhelp:scaleMapsToMPREnumeration | ||
343 | + <http://www.epim.no/schemas/mprml/1#AOSU_kmol> , <http://www.epim.no/schemas/mprml/1#AmountOfSubstanceUom_AOSU_kmol> . | ||
344 | + | ||
341 | <http://www.reportinghub.no/ep/schema/core#km3> | 345 | <http://www.reportinghub.no/ep/schema/core#km3> |
342 | transhelp:scaleMapsToMPREnumeration | 346 | transhelp:scaleMapsToMPREnumeration |
343 | - <http://www.epim.no/schemas/mprml/1#VU_km3> , <http://www.epim.no/schemas/mprml/1#AU_km3> . | 347 | + <http://www.epim.no/schemas/mprml/1#AU_km3> , <http://www.epim.no/schemas/mprml/1#VU_km3> . |
344 | 348 | ||
345 | <http://www.reportinghub.no/ep/schema/core#km_cm-1> | 349 | <http://www.reportinghub.no/ep/schema/core#km_cm-1> |
346 | transhelp:scaleMapsToMPREnumeration | 350 | transhelp:scaleMapsToMPREnumeration |
... | @@ -420,7 +424,7 @@ | ... | @@ -420,7 +424,7 @@ |
420 | 424 | ||
421 | <http://www.reportinghub.no/ep/schema/core#litre> | 425 | <http://www.reportinghub.no/ep/schema/core#litre> |
422 | transhelp:scaleMapsToMPREnumeration | 426 | transhelp:scaleMapsToMPREnumeration |
423 | - <http://www.epim.no/schemas/mprml/1#VU_L> , <http://www.epim.no/schemas/mprml/1#AU_L> . | 427 | + <http://www.epim.no/schemas/mprml/1#AU_L> , <http://www.epim.no/schemas/mprml/1#VU_L> . |
424 | 428 | ||
425 | <http://www.reportinghub.no/ep/schema/core#mBar> | 429 | <http://www.reportinghub.no/ep/schema/core#mBar> |
426 | transhelp:scaleMapsToMPREnumeration | 430 | transhelp:scaleMapsToMPREnumeration |
... | @@ -460,7 +464,7 @@ | ... | @@ -460,7 +464,7 @@ |
460 | 464 | ||
461 | <http://www.reportinghub.no/ep/schema/core#metre3> | 465 | <http://www.reportinghub.no/ep/schema/core#metre3> |
462 | transhelp:scaleMapsToMPREnumeration | 466 | transhelp:scaleMapsToMPREnumeration |
463 | - <http://www.epim.no/schemas/mprml/1#VU_m3> , <http://www.epim.no/schemas/mprml/1#AU_m3> . | 467 | + <http://www.epim.no/schemas/mprml/1#AU_m3> , <http://www.epim.no/schemas/mprml/1#VU_m3> . |
464 | 468 | ||
465 | <http://www.reportinghub.no/ep/schema/core#metre_German_Legal> | 469 | <http://www.reportinghub.no/ep/schema/core#metre_German_Legal> |
466 | transhelp:scaleMapsToMPREnumeration | 470 | transhelp:scaleMapsToMPREnumeration |
... | @@ -488,7 +492,11 @@ | ... | @@ -488,7 +492,11 @@ |
488 | 492 | ||
489 | <http://www.reportinghub.no/ep/schema/core#micrometre2_m> | 493 | <http://www.reportinghub.no/ep/schema/core#micrometre2_m> |
490 | transhelp:scaleMapsToMPREnumeration | 494 | transhelp:scaleMapsToMPREnumeration |
491 | - <http://www.epim.no/schemas/mprml/1#VU_um2.m> , <http://www.epim.no/schemas/mprml/1#AU_um2.m> . | 495 | + <http://www.epim.no/schemas/mprml/1#AU_um2.m> , <http://www.epim.no/schemas/mprml/1#VU_um2.m> . |
496 | + | ||
497 | +<http://www.reportinghub.no/ep/schema/core#micromole> | ||
498 | + transhelp:scaleMapsToMPREnumeration | ||
499 | + <http://www.epim.no/schemas/mprml/1#AOSU_umol> . | ||
492 | 500 | ||
493 | <http://www.reportinghub.no/ep/schema/core#microsecond> | 501 | <http://www.reportinghub.no/ep/schema/core#microsecond> |
494 | transhelp:scaleMapsToMPREnumeration | 502 | transhelp:scaleMapsToMPREnumeration |
... | @@ -504,7 +512,7 @@ | ... | @@ -504,7 +512,7 @@ |
504 | 512 | ||
505 | <http://www.reportinghub.no/ep/schema/core#mile3> | 513 | <http://www.reportinghub.no/ep/schema/core#mile3> |
506 | transhelp:scaleMapsToMPREnumeration | 514 | transhelp:scaleMapsToMPREnumeration |
507 | - <http://www.epim.no/schemas/mprml/1#VU_mi3> , <http://www.epim.no/schemas/mprml/1#AU_mi3> . | 515 | + <http://www.epim.no/schemas/mprml/1#AU_mi3> , <http://www.epim.no/schemas/mprml/1#VU_mi3> . |
508 | 516 | ||
509 | <http://www.reportinghub.no/ep/schema/core#mile_US> | 517 | <http://www.reportinghub.no/ep/schema/core#mile_US> |
510 | transhelp:scaleMapsToMPREnumeration | 518 | transhelp:scaleMapsToMPREnumeration |
... | @@ -532,23 +540,27 @@ | ... | @@ -532,23 +540,27 @@ |
532 | 540 | ||
533 | <http://www.reportinghub.no/ep/schema/core#millilitre> | 541 | <http://www.reportinghub.no/ep/schema/core#millilitre> |
534 | transhelp:scaleMapsToMPREnumeration | 542 | transhelp:scaleMapsToMPREnumeration |
535 | - <http://www.epim.no/schemas/mprml/1#VU_mL> , <http://www.epim.no/schemas/mprml/1#AU_mL> . | 543 | + <http://www.epim.no/schemas/mprml/1#AU_mL> , <http://www.epim.no/schemas/mprml/1#VU_mL> . |
536 | 544 | ||
537 | <http://www.reportinghub.no/ep/schema/core#millimetre> | 545 | <http://www.reportinghub.no/ep/schema/core#millimetre> |
538 | transhelp:scaleMapsToMPREnumeration | 546 | transhelp:scaleMapsToMPREnumeration |
539 | - <http://www.epim.no/schemas/mprml/1#AnyUom_AU_mm> , <http://www.epim.no/schemas/mprml/1#AU_mm> . | 547 | + <http://www.epim.no/schemas/mprml/1#AU_mm> , <http://www.epim.no/schemas/mprml/1#AnyUom_AU_mm> . |
548 | + | ||
549 | +<http://www.reportinghub.no/ep/schema/core#millimole> | ||
550 | + transhelp:scaleMapsToMPREnumeration | ||
551 | + <http://www.epim.no/schemas/mprml/1#AOSU_mmol> . | ||
540 | 552 | ||
541 | <http://www.reportinghub.no/ep/schema/core#million_barrel> | 553 | <http://www.reportinghub.no/ep/schema/core#million_barrel> |
542 | transhelp:scaleMapsToMPREnumeration | 554 | transhelp:scaleMapsToMPREnumeration |
543 | - <http://www.epim.no/schemas/mprml/1#VU_L> , <http://www.epim.no/schemas/mprml/1#AU_MMbbl> . | 555 | + <http://www.epim.no/schemas/mprml/1#AU_MMbbl> , <http://www.epim.no/schemas/mprml/1#VU_L> . |
544 | 556 | ||
545 | <http://www.reportinghub.no/ep/schema/core#million_foot3> | 557 | <http://www.reportinghub.no/ep/schema/core#million_foot3> |
546 | transhelp:scaleMapsToMPREnumeration | 558 | transhelp:scaleMapsToMPREnumeration |
547 | - <http://www.epim.no/schemas/mprml/1#VU_Mft3> , <http://www.epim.no/schemas/mprml/1#VU_Mcf> , <http://www.epim.no/schemas/mprml/1#AU_Mft3> , <http://www.epim.no/schemas/mprml/1#AU_Mcf> . | 559 | + <http://www.epim.no/schemas/mprml/1#AU_Mcf> , <http://www.epim.no/schemas/mprml/1#AU_Mft3> , <http://www.epim.no/schemas/mprml/1#VU_Mcf> , <http://www.epim.no/schemas/mprml/1#VU_Mft3> . |
548 | 560 | ||
549 | <http://www.reportinghub.no/ep/schema/core#million_metre3> | 561 | <http://www.reportinghub.no/ep/schema/core#million_metre3> |
550 | transhelp:scaleMapsToMPREnumeration | 562 | transhelp:scaleMapsToMPREnumeration |
551 | - <http://www.epim.no/schemas/mprml/1#VU_Mm3> , <http://www.epim.no/schemas/mprml/1#AU_Mm3> . | 563 | + <http://www.epim.no/schemas/mprml/1#AU_Mm3> , <http://www.epim.no/schemas/mprml/1#VU_Mm3> . |
552 | 564 | ||
553 | <http://www.reportinghub.no/ep/schema/core#millisecond> | 565 | <http://www.reportinghub.no/ep/schema/core#millisecond> |
554 | transhelp:scaleMapsToMPREnumeration | 566 | transhelp:scaleMapsToMPREnumeration |
... | @@ -564,12 +576,16 @@ | ... | @@ -564,12 +576,16 @@ |
564 | 576 | ||
565 | <http://www.reportinghub.no/ep/schema/core#mm3> | 577 | <http://www.reportinghub.no/ep/schema/core#mm3> |
566 | transhelp:scaleMapsToMPREnumeration | 578 | transhelp:scaleMapsToMPREnumeration |
567 | - <http://www.epim.no/schemas/mprml/1#VU_mm3> , <http://www.epim.no/schemas/mprml/1#AU_mm3> . | 579 | + <http://www.epim.no/schemas/mprml/1#AU_mm3> , <http://www.epim.no/schemas/mprml/1#VU_mm3> . |
568 | 580 | ||
569 | <http://www.reportinghub.no/ep/schema/core#mmHgAt0C> | 581 | <http://www.reportinghub.no/ep/schema/core#mmHgAt0C> |
570 | transhelp:scaleMapsToMPREnumeration | 582 | transhelp:scaleMapsToMPREnumeration |
571 | <http://www.epim.no/schemas/mprml/1#AU_mmHg0C> . | 583 | <http://www.epim.no/schemas/mprml/1#AU_mmHg0C> . |
572 | 584 | ||
585 | +<http://www.reportinghub.no/ep/schema/core#mole> | ||
586 | + transhelp:scaleMapsToMPREnumeration | ||
587 | + <http://www.epim.no/schemas/mprml/1#AmountOfSubstanceUom_AOSU_mol> , <http://www.epim.no/schemas/mprml/1#AOSU_mol> . | ||
588 | + | ||
573 | <http://www.reportinghub.no/ep/schema/core#n_m-2> | 589 | <http://www.reportinghub.no/ep/schema/core#n_m-2> |
574 | transhelp:scaleMapsToMPREnumeration | 590 | transhelp:scaleMapsToMPREnumeration |
575 | <http://www.epim.no/schemas/mprml/1#AU_Nm2> . | 591 | <http://www.epim.no/schemas/mprml/1#AU_Nm2> . |
... | @@ -614,6 +630,10 @@ | ... | @@ -614,6 +630,10 @@ |
614 | transhelp:scaleMapsToMPREnumeration | 630 | transhelp:scaleMapsToMPREnumeration |
615 | <http://www.epim.no/schemas/mprml/1#AU_ps> . | 631 | <http://www.epim.no/schemas/mprml/1#AU_ps> . |
616 | 632 | ||
633 | +<http://www.reportinghub.no/ep/schema/core#pound-mole> | ||
634 | + transhelp:scaleMapsToMPREnumeration | ||
635 | + <http://www.epim.no/schemas/mprml/1#AOSU_lbmole> . | ||
636 | + | ||
617 | <http://www.reportinghub.no/ep/schema/core#psi> | 637 | <http://www.reportinghub.no/ep/schema/core#psi> |
618 | transhelp:scaleMapsToMPREnumeration | 638 | transhelp:scaleMapsToMPREnumeration |
619 | <http://www.epim.no/schemas/mprml/1#AU_psi> . | 639 | <http://www.epim.no/schemas/mprml/1#AU_psi> . |
... | @@ -652,11 +672,11 @@ | ... | @@ -652,11 +672,11 @@ |
652 | 672 | ||
653 | <http://www.reportinghub.no/ep/schema/core#thousandFt3> | 673 | <http://www.reportinghub.no/ep/schema/core#thousandFt3> |
654 | transhelp:scaleMapsToMPREnumeration | 674 | transhelp:scaleMapsToMPREnumeration |
655 | - <http://www.epim.no/schemas/mprml/1#VU_1000ft3> , <http://www.epim.no/schemas/mprml/1#AU_1000ft3> . | 675 | + <http://www.epim.no/schemas/mprml/1#AU_1000ft3> , <http://www.epim.no/schemas/mprml/1#VU_1000ft3> . |
656 | 676 | ||
657 | <http://www.reportinghub.no/ep/schema/core#thousand_barrel> | 677 | <http://www.reportinghub.no/ep/schema/core#thousand_barrel> |
658 | transhelp:scaleMapsToMPREnumeration | 678 | transhelp:scaleMapsToMPREnumeration |
659 | - <http://www.epim.no/schemas/mprml/1#VU_Mbbl> , <http://www.epim.no/schemas/mprml/1#AU_Mbbl> . | 679 | + <http://www.epim.no/schemas/mprml/1#AU_Mbbl> , <http://www.epim.no/schemas/mprml/1#VU_Mbbl> . |
660 | 680 | ||
661 | <http://www.reportinghub.no/ep/schema/core#torr> | 681 | <http://www.reportinghub.no/ep/schema/core#torr> |
662 | transhelp:scaleMapsToMPREnumeration | 682 | transhelp:scaleMapsToMPREnumeration |
... | @@ -664,23 +684,23 @@ | ... | @@ -664,23 +684,23 @@ |
664 | 684 | ||
665 | <http://www.reportinghub.no/ep/schema/core#trillionFt3> | 685 | <http://www.reportinghub.no/ep/schema/core#trillionFt3> |
666 | transhelp:scaleMapsToMPREnumeration | 686 | transhelp:scaleMapsToMPREnumeration |
667 | - <http://www.epim.no/schemas/mprml/1#VU_tcf> , <http://www.epim.no/schemas/mprml/1#AU_tcf> . | 687 | + <http://www.epim.no/schemas/mprml/1#AU_tcf> , <http://www.epim.no/schemas/mprml/1#VU_tcf> . |
668 | 688 | ||
669 | <http://www.reportinghub.no/ep/schema/core#ukFlOz> | 689 | <http://www.reportinghub.no/ep/schema/core#ukFlOz> |
670 | transhelp:scaleMapsToMPREnumeration | 690 | transhelp:scaleMapsToMPREnumeration |
671 | - <http://www.epim.no/schemas/mprml/1#VU_flozUK> , <http://www.epim.no/schemas/mprml/1#AU_flozUK> . | 691 | + <http://www.epim.no/schemas/mprml/1#AU_flozUK> , <http://www.epim.no/schemas/mprml/1#VU_flozUK> . |
672 | 692 | ||
673 | <http://www.reportinghub.no/ep/schema/core#ukGallon> | 693 | <http://www.reportinghub.no/ep/schema/core#ukGallon> |
674 | transhelp:scaleMapsToMPREnumeration | 694 | transhelp:scaleMapsToMPREnumeration |
675 | - <http://www.epim.no/schemas/mprml/1#VU_galUK> , <http://www.epim.no/schemas/mprml/1#AU_galUK> . | 695 | + <http://www.epim.no/schemas/mprml/1#AU_galUK> , <http://www.epim.no/schemas/mprml/1#VU_galUK> . |
676 | 696 | ||
677 | <http://www.reportinghub.no/ep/schema/core#ukPint> | 697 | <http://www.reportinghub.no/ep/schema/core#ukPint> |
678 | transhelp:scaleMapsToMPREnumeration | 698 | transhelp:scaleMapsToMPREnumeration |
679 | - <http://www.epim.no/schemas/mprml/1#VU_ptUK> , <http://www.epim.no/schemas/mprml/1#AU_ptUK> . | 699 | + <http://www.epim.no/schemas/mprml/1#AU_ptUK> , <http://www.epim.no/schemas/mprml/1#VU_ptUK> . |
680 | 700 | ||
681 | <http://www.reportinghub.no/ep/schema/core#ukQuart> | 701 | <http://www.reportinghub.no/ep/schema/core#ukQuart> |
682 | transhelp:scaleMapsToMPREnumeration | 702 | transhelp:scaleMapsToMPREnumeration |
683 | - <http://www.epim.no/schemas/mprml/1#VU_qtUK> , <http://www.epim.no/schemas/mprml/1#AU_qtUK> . | 703 | + <http://www.epim.no/schemas/mprml/1#AU_qtUK> , <http://www.epim.no/schemas/mprml/1#VU_qtUK> . |
684 | 704 | ||
685 | <http://www.reportinghub.no/ep/schema/core#umHgAt0C> | 705 | <http://www.reportinghub.no/ep/schema/core#umHgAt0C> |
686 | transhelp:scaleMapsToMPREnumeration | 706 | transhelp:scaleMapsToMPREnumeration |
... | @@ -692,19 +712,19 @@ | ... | @@ -692,19 +712,19 @@ |
692 | 712 | ||
693 | <http://www.reportinghub.no/ep/schema/core#usFlOz> | 713 | <http://www.reportinghub.no/ep/schema/core#usFlOz> |
694 | transhelp:scaleMapsToMPREnumeration | 714 | transhelp:scaleMapsToMPREnumeration |
695 | - <http://www.epim.no/schemas/mprml/1#VU_flozUS> , <http://www.epim.no/schemas/mprml/1#AU_flozUS> . | 715 | + <http://www.epim.no/schemas/mprml/1#AU_flozUS> , <http://www.epim.no/schemas/mprml/1#VU_flozUS> . |
696 | 716 | ||
697 | <http://www.reportinghub.no/ep/schema/core#usGallon> | 717 | <http://www.reportinghub.no/ep/schema/core#usGallon> |
698 | transhelp:scaleMapsToMPREnumeration | 718 | transhelp:scaleMapsToMPREnumeration |
699 | - <http://www.epim.no/schemas/mprml/1#VU_galUS> , <http://www.epim.no/schemas/mprml/1#AU_galUS> . | 719 | + <http://www.epim.no/schemas/mprml/1#AU_galUS> , <http://www.epim.no/schemas/mprml/1#VU_galUS> . |
700 | 720 | ||
701 | <http://www.reportinghub.no/ep/schema/core#usPint> | 721 | <http://www.reportinghub.no/ep/schema/core#usPint> |
702 | transhelp:scaleMapsToMPREnumeration | 722 | transhelp:scaleMapsToMPREnumeration |
703 | - <http://www.epim.no/schemas/mprml/1#VU_ptUS> , <http://www.epim.no/schemas/mprml/1#AU_ptUS> . | 723 | + <http://www.epim.no/schemas/mprml/1#AU_ptUS> , <http://www.epim.no/schemas/mprml/1#VU_ptUS> . |
704 | 724 | ||
705 | <http://www.reportinghub.no/ep/schema/core#usQuart> | 725 | <http://www.reportinghub.no/ep/schema/core#usQuart> |
706 | transhelp:scaleMapsToMPREnumeration | 726 | transhelp:scaleMapsToMPREnumeration |
707 | - <http://www.epim.no/schemas/mprml/1#VU_qtUS> , <http://www.epim.no/schemas/mprml/1#AU_qtUS> . | 727 | + <http://www.epim.no/schemas/mprml/1#AU_qtUS> , <http://www.epim.no/schemas/mprml/1#VU_qtUS> . |
708 | 728 | ||
709 | <http://www.reportinghub.no/ep/schema/core#usTonF_ft-2> | 729 | <http://www.reportinghub.no/ep/schema/core#usTonF_ft-2> |
710 | transhelp:scaleMapsToMPREnumeration | 730 | transhelp:scaleMapsToMPREnumeration |
... | @@ -724,7 +744,7 @@ | ... | @@ -724,7 +744,7 @@ |
724 | 744 | ||
725 | <http://www.reportinghub.no/ep/schema/core#yard3> | 745 | <http://www.reportinghub.no/ep/schema/core#yard3> |
726 | transhelp:scaleMapsToMPREnumeration | 746 | transhelp:scaleMapsToMPREnumeration |
727 | - <http://www.epim.no/schemas/mprml/1#VU_yd3> , <http://www.epim.no/schemas/mprml/1#AU_yd3> . | 747 | + <http://www.epim.no/schemas/mprml/1#AU_yd3> , <http://www.epim.no/schemas/mprml/1#VU_yd3> . |
728 | 748 | ||
729 | <http://www.reportinghub.no/ep/schema/core#yd_Benoit_A> | 749 | <http://www.reportinghub.no/ep/schema/core#yd_Benoit_A> |
730 | transhelp:scaleMapsToMPREnumeration | 750 | transhelp:scaleMapsToMPREnumeration | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... | @@ -127,31 +127,15 @@ | ... | @@ -127,31 +127,15 @@ |
127 | ] ; | 127 | ] ; |
128 | spin:rule | 128 | spin:rule |
129 | [ rdf:type sp:Construct ; | 129 | [ rdf:type sp:Construct ; |
130 | - rdfs:comment "STEP 40700b Set the data supply agency"^^xsd:string ; | 130 | + rdfs:comment "STEP 40702b Set the wind velocity object"^^xsd:string ; |
131 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather> ; | 131 | + sp:templates ([ sp:object _:b7 ; |
132 | - sp:predicate rdf:type ; | ||
133 | - sp:subject _:b7 | ||
134 | - ] [ sp:object | ||
135 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
136 | - ] ; | ||
137 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#observedObject> ; | ||
138 | - sp:subject _:b7 | ||
139 | - ] [ sp:object _:b8 ; | ||
140 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#observationResultsSuppliedBy> ; | ||
141 | - sp:subject _:b7 | ||
142 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
143 | - sp:predicate rdf:type ; | ||
144 | - sp:subject _:b8 | ||
145 | - ] [ sp:object | ||
146 | - [ sp:varName "agency"^^xsd:string | ||
147 | - ] ; | ||
148 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
149 | - sp:subject _:b8 | ||
150 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ; | ||
151 | sp:predicate rdf:type ; | 132 | sp:predicate rdf:type ; |
152 | sp:subject | 133 | sp:subject |
153 | - [ sp:varName "agency"^^xsd:string | 134 | + [ sp:varName "observedWind"^^xsd:string |
154 | ] | 135 | ] |
136 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | ||
137 | + sp:predicate rdf:type ; | ||
138 | + sp:subject _:b7 | ||
155 | ]) ; | 139 | ]) ; |
156 | sp:where ([ sp:object | 140 | sp:where ([ sp:object |
157 | [ sp:varName "productionOperationRef"^^xsd:string | 141 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -219,6 +203,18 @@ | ... | @@ -219,6 +203,18 @@ |
219 | [ sp:varName "observedSurroundingAir"^^xsd:string | 203 | [ sp:varName "observedSurroundingAir"^^xsd:string |
220 | ] | 204 | ] |
221 | ] [ sp:object | 205 | ] [ sp:object |
206 | + [ sp:varName "observedWind"^^xsd:string | ||
207 | + ] ; | ||
208 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
209 | + sp:subject | ||
210 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
211 | + ] | ||
212 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
213 | + sp:predicate rdf:type ; | ||
214 | + sp:subject | ||
215 | + [ sp:varName "observedWind"^^xsd:string | ||
216 | + ] | ||
217 | + ] [ sp:object | ||
222 | [ sp:varName "operationalHSERef"^^xsd:string | 218 | [ sp:varName "operationalHSERef"^^xsd:string |
223 | ] ; | 219 | ] ; |
224 | sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; | 220 | sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; |
... | @@ -232,34 +228,46 @@ | ... | @@ -232,34 +228,46 @@ |
232 | sp:subject | 228 | sp:subject |
233 | [ sp:varName "operationalHSERef"^^xsd:string | 229 | [ sp:varName "operationalHSERef"^^xsd:string |
234 | ] | 230 | ] |
235 | - ] [ sp:object | 231 | + ] [ rdf:type sp:Exists ; |
236 | - [ sp:varName "agencyName"^^xsd:string | 232 | + sp:elements ([ rdf:type sp:Union ; |
233 | + sp:elements (([ sp:object | ||
234 | + [ sp:varName "beaufortScaleNumber"^^xsd:string | ||
237 | ] ; | 235 | ] ; |
238 | - sp:predicate <http://www.epim.no/schemas/mprml/1#agency> ; | 236 | + sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; |
239 | sp:subject | 237 | sp:subject |
240 | [ sp:varName "weatherRef"^^xsd:string | 238 | [ sp:varName "weatherRef"^^xsd:string |
241 | ] | 239 | ] |
242 | - ] [ rdf:type sp:Bind ; | 240 | + ]) ([ sp:object |
243 | - sp:expression | 241 | + [ sp:varName "velWindRef"^^xsd:string |
244 | - [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; | ||
245 | - sp:arg1 [ sp:varName "agencyName"^^xsd:string | ||
246 | - ] | ||
247 | ] ; | 242 | ] ; |
248 | - sp:variable | 243 | + sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; |
249 | - [ sp:varName "agency"^^xsd:string | 244 | + sp:subject |
245 | + [ sp:varName "weatherRef"^^xsd:string | ||
250 | ] | 246 | ] |
247 | + ])) | ||
248 | + ]) | ||
251 | ]) | 249 | ]) |
252 | ] ; | 250 | ] ; |
253 | spin:rule | 251 | spin:rule |
254 | [ rdf:type sp:Construct ; | 252 | [ rdf:type sp:Construct ; |
255 | - rdfs:comment "STEP 40722 Set the weather comment"^^xsd:string ; | 253 | + rdfs:comment "STEP 40704 Set the air temperature function - object"^^xsd:string ; |
256 | - sp:templates ([ sp:object | 254 | + sp:templates ([ sp:object _:b8 ; |
257 | - [ sp:varName "comments"^^xsd:string | 255 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; |
258 | - ] ; | ||
259 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | ||
260 | sp:subject | 256 | sp:subject |
261 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 257 | + [ sp:varName "surroundingAir"^^xsd:string |
262 | ] | 258 | ] |
259 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SetOfTemporalInstants> ; | ||
260 | + sp:predicate rdf:type ; | ||
261 | + sp:subject _:b8 | ||
262 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | ||
263 | + sp:predicate rdf:type ; | ||
264 | + sp:subject _:b9 | ||
265 | + ] [ sp:object _:b8 ; | ||
266 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; | ||
267 | + sp:subject _:b9 | ||
268 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
269 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | ||
270 | + sp:subject _:b9 | ||
263 | ]) ; | 271 | ]) ; |
264 | sp:where ([ sp:object | 272 | sp:where ([ sp:object |
265 | [ sp:varName "productionOperationRef"^^xsd:string | 273 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -305,14 +313,19 @@ | ... | @@ -305,14 +313,19 @@ |
305 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | 313 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
306 | sp:predicate rdf:type ; | 314 | sp:predicate rdf:type ; |
307 | sp:subject | 315 | sp:subject |
308 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 316 | + [ sp:varName "surroundingEnvironment"^^xsd:string |
317 | + ] | ||
318 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
319 | + sp:predicate rdf:type ; | ||
320 | + sp:subject | ||
321 | + [ sp:varName "surroundingAir"^^xsd:string | ||
309 | ] | 322 | ] |
310 | ] [ sp:object | 323 | ] [ sp:object |
311 | [ sp:varName "surroundingEnvironment"^^xsd:string | 324 | [ sp:varName "surroundingEnvironment"^^xsd:string |
312 | ] ; | 325 | ] ; |
313 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 326 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
314 | sp:subject | 327 | sp:subject |
315 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 328 | + [ sp:varName "surroundingAir"^^xsd:string |
316 | ] | 329 | ] |
317 | ] [ sp:object | 330 | ] [ sp:object |
318 | [ sp:varName "operationalHSERef"^^xsd:string | 331 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -328,25 +341,44 @@ | ... | @@ -328,25 +341,44 @@ |
328 | sp:subject | 341 | sp:subject |
329 | [ sp:varName "operationalHSERef"^^xsd:string | 342 | [ sp:varName "operationalHSERef"^^xsd:string |
330 | ] | 343 | ] |
331 | - ] [ sp:object | 344 | + ] [ rdf:type sp:Exists ; |
332 | - [ sp:varName "comments"^^xsd:string | 345 | + sp:elements ([ rdf:type sp:Union ; |
346 | + sp:elements (([ sp:object | ||
347 | + [ sp:varName "tempSurfaceRef"^^xsd:string | ||
333 | ] ; | 348 | ] ; |
334 | - sp:predicate <http://www.epim.no/schemas/mprml/1#comments> ; | 349 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; |
335 | sp:subject | 350 | sp:subject |
336 | [ sp:varName "weatherRef"^^xsd:string | 351 | [ sp:varName "weatherRef"^^xsd:string |
337 | ] | 352 | ] |
353 | + ]) ([ sp:object | ||
354 | + [ sp:varName "tempSurfaceMnRef"^^xsd:string | ||
355 | + ] ; | ||
356 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; | ||
357 | + sp:subject | ||
358 | + [ sp:varName "weatherRef"^^xsd:string | ||
359 | + ] | ||
360 | + ]) ([ sp:object | ||
361 | + [ sp:varName "tempSurfaceMxRef"^^xsd:string | ||
362 | + ] ; | ||
363 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; | ||
364 | + sp:subject | ||
365 | + [ sp:varName "weatherRef"^^xsd:string | ||
366 | + ] | ||
367 | + ])) | ||
368 | + ]) | ||
338 | ]) | 369 | ]) |
339 | ] ; | 370 | ] ; |
340 | spin:rule | 371 | spin:rule |
341 | [ rdf:type sp:Construct ; | 372 | [ rdf:type sp:Construct ; |
342 | - rdfs:comment "STEP 40711b Set the cloud cover description"^^xsd:string ; | 373 | + rdfs:comment "STEP 40711a Set the cloud object"^^xsd:string ; |
343 | - sp:templates ([ sp:object | 374 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
344 | - [ sp:varName "cloudCoverDescription"^^xsd:string | 375 | + sp:predicate rdf:type ; |
376 | + sp:subject _:b10 | ||
377 | + ] [ sp:object | ||
378 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
345 | ] ; | 379 | ] ; |
346 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | 380 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
347 | - sp:subject | 381 | + sp:subject _:b10 |
348 | - [ sp:varName "observedCloudCover"^^xsd:string | ||
349 | - ] | ||
350 | ]) ; | 382 | ]) ; |
351 | sp:where ([ sp:object | 383 | sp:where ([ sp:object |
352 | [ sp:varName "productionOperationRef"^^xsd:string | 384 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -413,18 +445,6 @@ | ... | @@ -413,18 +445,6 @@ |
413 | sp:subject | 445 | sp:subject |
414 | [ sp:varName "observedSurroundingAir"^^xsd:string | 446 | [ sp:varName "observedSurroundingAir"^^xsd:string |
415 | ] | 447 | ] |
416 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | ||
417 | - sp:predicate rdf:type ; | ||
418 | - sp:subject | ||
419 | - [ sp:varName "observedCloudCover"^^xsd:string | ||
420 | - ] | ||
421 | - ] [ sp:object | ||
422 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
423 | - ] ; | ||
424 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
425 | - sp:subject | ||
426 | - [ sp:varName "observedCloudCover"^^xsd:string | ||
427 | - ] | ||
428 | ] [ sp:object | 448 | ] [ sp:object |
429 | [ sp:varName "operationalHSERef"^^xsd:string | 449 | [ sp:varName "operationalHSERef"^^xsd:string |
430 | ] ; | 450 | ] ; |
... | @@ -439,25 +459,35 @@ | ... | @@ -439,25 +459,35 @@ |
439 | sp:subject | 459 | sp:subject |
440 | [ sp:varName "operationalHSERef"^^xsd:string | 460 | [ sp:varName "operationalHSERef"^^xsd:string |
441 | ] | 461 | ] |
442 | - ] [ sp:object | 462 | + ] [ rdf:type sp:Exists ; |
463 | + sp:elements ([ rdf:type sp:Union ; | ||
464 | + sp:elements (([ sp:object | ||
443 | [ sp:varName "cloudCoverDescription"^^xsd:string | 465 | [ sp:varName "cloudCoverDescription"^^xsd:string |
444 | ] ; | 466 | ] ; |
445 | sp:predicate <http://www.epim.no/schemas/mprml/1#coverCloud> ; | 467 | sp:predicate <http://www.epim.no/schemas/mprml/1#coverCloud> ; |
446 | sp:subject | 468 | sp:subject |
447 | [ sp:varName "weatherRef"^^xsd:string | 469 | [ sp:varName "weatherRef"^^xsd:string |
448 | ] | 470 | ] |
471 | + ]) ([ sp:object | ||
472 | + [ sp:varName "ceilingCloudRef"^^xsd:string | ||
473 | + ] ; | ||
474 | + sp:predicate <http://www.epim.no/schemas/mprml/1#ceilingCloudRef> ; | ||
475 | + sp:subject | ||
476 | + [ sp:varName "weatherRef"^^xsd:string | ||
477 | + ] | ||
478 | + ])) | ||
479 | + ]) | ||
449 | ]) | 480 | ]) |
450 | ] ; | 481 | ] ; |
451 | spin:rule | 482 | spin:rule |
452 | [ rdf:type sp:Construct ; | 483 | [ rdf:type sp:Construct ; |
453 | - rdfs:comment "STEP 40717a Set the waves object"^^xsd:string ; | 484 | + rdfs:comment "STEP 40702c Set the wind force - Beaufort"^^xsd:string ; |
454 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 485 | + sp:templates ([ sp:object |
455 | - sp:predicate rdf:type ; | 486 | + [ sp:varName "beaufortScaleNumber"^^xsd:string |
456 | - sp:subject _:b9 | 487 | + ] ; |
457 | - ] [ sp:object _:b9 ; | 488 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#beaufortScaleNumber> ; |
458 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | ||
459 | sp:subject | 489 | sp:subject |
460 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 490 | + [ sp:varName "observedWindVelocity"^^xsd:string |
461 | ] | 491 | ] |
462 | ]) ; | 492 | ]) ; |
463 | sp:where ([ sp:object | 493 | sp:where ([ sp:object |
... | @@ -513,84 +543,76 @@ | ... | @@ -513,84 +543,76 @@ |
513 | sp:subject | 543 | sp:subject |
514 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 544 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
515 | ] | 545 | ] |
516 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 546 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
517 | sp:predicate rdf:type ; | 547 | sp:predicate rdf:type ; |
518 | sp:subject | 548 | sp:subject |
519 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 549 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
520 | ] | 550 | ] |
521 | ] [ sp:object | 551 | ] [ sp:object |
522 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 552 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
523 | ] ; | 553 | ] ; |
524 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 554 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
525 | sp:subject | 555 | sp:subject |
526 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 556 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
527 | ] | 557 | ] |
528 | ] [ sp:object | 558 | ] [ sp:object |
529 | - [ sp:varName "operationalHSERef"^^xsd:string | 559 | + [ sp:varName "observedWind"^^xsd:string |
530 | ] ; | 560 | ] ; |
531 | - sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; | 561 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
532 | sp:subject | 562 | sp:subject |
533 | - [ sp:varName "installationReportRef"^^xsd:string | 563 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
534 | ] | 564 | ] |
535 | - ] [ sp:object | 565 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; |
536 | - [ sp:varName "weatherRef"^^xsd:string | 566 | + sp:predicate rdf:type ; |
537 | - ] ; | ||
538 | - sp:predicate <http://www.epim.no/schemas/mprml/1#weatherRef> ; | ||
539 | sp:subject | 567 | sp:subject |
540 | - [ sp:varName "operationalHSERef"^^xsd:string | 568 | + [ sp:varName "observedWind"^^xsd:string |
541 | ] | 569 | ] |
542 | - ] [ rdf:type sp:Exists ; | 570 | + ] [ sp:object |
543 | - sp:elements ([ rdf:type sp:Union ; | 571 | + [ sp:varName "observedWindVelocity"^^xsd:string |
544 | - sp:elements (([ sp:object | ||
545 | - [ sp:varName "aziWaveRef"^^xsd:string | ||
546 | ] ; | 572 | ] ; |
547 | - sp:predicate <http://www.epim.no/schemas/mprml/1#aziWaveRef> ; | 573 | + sp:predicate rdf:type ; |
548 | sp:subject | 574 | sp:subject |
549 | - [ sp:varName "weatherRef"^^xsd:string | 575 | + [ sp:varName "observedWind"^^xsd:string |
550 | ] | 576 | ] |
551 | - ]) ([ sp:object | 577 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; |
552 | - [ sp:varName "htWaveRef"^^xsd:string | 578 | + sp:predicate rdf:type ; |
553 | - ] ; | ||
554 | - sp:predicate <http://www.epim.no/schemas/mprml/1#htWaveRef> ; | ||
555 | sp:subject | 579 | sp:subject |
556 | - [ sp:varName "weatherRef"^^xsd:string | 580 | + [ sp:varName "observedWindVelocity"^^xsd:string |
557 | ] | 581 | ] |
558 | - ]) ([ sp:object | 582 | + ] [ sp:object |
559 | - [ sp:varName "significantWaveRef"^^xsd:string | 583 | + [ sp:varName "operationalHSERef"^^xsd:string |
560 | ] ; | 584 | ] ; |
561 | - sp:predicate <http://www.epim.no/schemas/mprml/1#significantWaveRef> ; | 585 | + sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; |
562 | sp:subject | 586 | sp:subject |
563 | - [ sp:varName "weatherRef"^^xsd:string | 587 | + [ sp:varName "installationReportRef"^^xsd:string |
564 | ] | 588 | ] |
565 | - ]) ([ sp:object | 589 | + ] [ sp:object |
566 | - [ sp:varName "maxWaveRef"^^xsd:string | 590 | + [ sp:varName "weatherRef"^^xsd:string |
567 | ] ; | 591 | ] ; |
568 | - sp:predicate <http://www.epim.no/schemas/mprml/1#maxWaveRef> ; | 592 | + sp:predicate <http://www.epim.no/schemas/mprml/1#weatherRef> ; |
569 | sp:subject | 593 | sp:subject |
570 | - [ sp:varName "weatherRef"^^xsd:string | 594 | + [ sp:varName "operationalHSERef"^^xsd:string |
571 | ] | 595 | ] |
572 | - ]) ([ sp:object | 596 | + ] [ sp:object |
573 | - [ sp:varName "periodWaveRef"^^xsd:string | 597 | + [ sp:varName "beaufortScaleNumber"^^xsd:string |
574 | ] ; | 598 | ] ; |
575 | - sp:predicate <http://www.epim.no/schemas/mprml/1#periodWaveRef> ; | 599 | + sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; |
576 | sp:subject | 600 | sp:subject |
577 | [ sp:varName "weatherRef"^^xsd:string | 601 | [ sp:varName "weatherRef"^^xsd:string |
578 | ] | 602 | ] |
579 | - ])) | ||
580 | - ]) | ||
581 | ]) | 603 | ]) |
582 | ] ; | 604 | ] ; |
583 | spin:rule | 605 | spin:rule |
584 | [ rdf:type sp:Construct ; | 606 | [ rdf:type sp:Construct ; |
585 | - rdfs:comment "STEP 40702a Set the wind object"^^xsd:string ; | 607 | + rdfs:comment "STEP 40717a Set the waves object"^^xsd:string ; |
586 | - sp:templates ([ sp:object _:b10 ; | 608 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
587 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | 609 | + sp:predicate rdf:type ; |
610 | + sp:subject _:b11 | ||
611 | + ] [ sp:object _:b11 ; | ||
612 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | ||
588 | sp:subject | 613 | sp:subject |
589 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 614 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
590 | ] | 615 | ] |
591 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
592 | - sp:predicate rdf:type ; | ||
593 | - sp:subject _:b10 | ||
594 | ]) ; | 616 | ]) ; |
595 | sp:where ([ sp:object | 617 | sp:where ([ sp:object |
596 | [ sp:varName "productionOperationRef"^^xsd:string | 618 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -645,17 +667,17 @@ | ... | @@ -645,17 +667,17 @@ |
645 | sp:subject | 667 | sp:subject |
646 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 668 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
647 | ] | 669 | ] |
648 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 670 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; |
649 | sp:predicate rdf:type ; | 671 | sp:predicate rdf:type ; |
650 | sp:subject | 672 | sp:subject |
651 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 673 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
652 | ] | 674 | ] |
653 | ] [ sp:object | 675 | ] [ sp:object |
654 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 676 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
655 | ] ; | 677 | ] ; |
656 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 678 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
657 | sp:subject | 679 | sp:subject |
658 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 680 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
659 | ] | 681 | ] |
660 | ] [ sp:object | 682 | ] [ sp:object |
661 | [ sp:varName "operationalHSERef"^^xsd:string | 683 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -674,23 +696,37 @@ | ... | @@ -674,23 +696,37 @@ |
674 | ] [ rdf:type sp:Exists ; | 696 | ] [ rdf:type sp:Exists ; |
675 | sp:elements ([ rdf:type sp:Union ; | 697 | sp:elements ([ rdf:type sp:Union ; |
676 | sp:elements (([ sp:object | 698 | sp:elements (([ sp:object |
677 | - [ sp:varName "beaufortScaleNumber"^^xsd:string | 699 | + [ sp:varName "aziWaveRef"^^xsd:string |
678 | ] ; | 700 | ] ; |
679 | - sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; | 701 | + sp:predicate <http://www.epim.no/schemas/mprml/1#aziWaveRef> ; |
680 | sp:subject | 702 | sp:subject |
681 | [ sp:varName "weatherRef"^^xsd:string | 703 | [ sp:varName "weatherRef"^^xsd:string |
682 | ] | 704 | ] |
683 | ]) ([ sp:object | 705 | ]) ([ sp:object |
684 | - [ sp:varName "velWindRef"^^xsd:string | 706 | + [ sp:varName "htWaveRef"^^xsd:string |
685 | ] ; | 707 | ] ; |
686 | - sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; | 708 | + sp:predicate <http://www.epim.no/schemas/mprml/1#htWaveRef> ; |
687 | sp:subject | 709 | sp:subject |
688 | [ sp:varName "weatherRef"^^xsd:string | 710 | [ sp:varName "weatherRef"^^xsd:string |
689 | ] | 711 | ] |
690 | ]) ([ sp:object | 712 | ]) ([ sp:object |
691 | - [ sp:varName "velWindRef"^^xsd:string | 713 | + [ sp:varName "significantWaveRef"^^xsd:string |
692 | ] ; | 714 | ] ; |
693 | - sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; | 715 | + sp:predicate <http://www.epim.no/schemas/mprml/1#significantWaveRef> ; |
716 | + sp:subject | ||
717 | + [ sp:varName "weatherRef"^^xsd:string | ||
718 | + ] | ||
719 | + ]) ([ sp:object | ||
720 | + [ sp:varName "maxWaveRef"^^xsd:string | ||
721 | + ] ; | ||
722 | + sp:predicate <http://www.epim.no/schemas/mprml/1#maxWaveRef> ; | ||
723 | + sp:subject | ||
724 | + [ sp:varName "weatherRef"^^xsd:string | ||
725 | + ] | ||
726 | + ]) ([ sp:object | ||
727 | + [ sp:varName "periodWaveRef"^^xsd:string | ||
728 | + ] ; | ||
729 | + sp:predicate <http://www.epim.no/schemas/mprml/1#periodWaveRef> ; | ||
694 | sp:subject | 730 | sp:subject |
695 | [ sp:varName "weatherRef"^^xsd:string | 731 | [ sp:varName "weatherRef"^^xsd:string |
696 | ] | 732 | ] |
... | @@ -825,15 +861,14 @@ | ... | @@ -825,15 +861,14 @@ |
825 | ] ; | 861 | ] ; |
826 | spin:rule | 862 | spin:rule |
827 | [ rdf:type sp:Construct ; | 863 | [ rdf:type sp:Construct ; |
828 | - rdfs:comment "STEP 40702b Set the wind velocity object"^^xsd:string ; | 864 | + rdfs:comment "STEP 40711b Set the cloud cover description"^^xsd:string ; |
829 | - sp:templates ([ sp:object _:b11 ; | 865 | + sp:templates ([ sp:object |
830 | - sp:predicate rdf:type ; | 866 | + [ sp:varName "cloudCoverDescription"^^xsd:string |
867 | + ] ; | ||
868 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | ||
831 | sp:subject | 869 | sp:subject |
832 | - [ sp:varName "observedWind"^^xsd:string | 870 | + [ sp:varName "observedCloudCover"^^xsd:string |
833 | ] | 871 | ] |
834 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | ||
835 | - sp:predicate rdf:type ; | ||
836 | - sp:subject _:b11 | ||
837 | ]) ; | 872 | ]) ; |
838 | sp:where ([ sp:object | 873 | sp:where ([ sp:object |
839 | [ sp:varName "productionOperationRef"^^xsd:string | 874 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -900,17 +935,17 @@ | ... | @@ -900,17 +935,17 @@ |
900 | sp:subject | 935 | sp:subject |
901 | [ sp:varName "observedSurroundingAir"^^xsd:string | 936 | [ sp:varName "observedSurroundingAir"^^xsd:string |
902 | ] | 937 | ] |
903 | - ] [ sp:object | 938 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
904 | - [ sp:varName "observedWind"^^xsd:string | 939 | + sp:predicate rdf:type ; |
905 | - ] ; | ||
906 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
907 | sp:subject | 940 | sp:subject |
908 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 941 | + [ sp:varName "observedCloudCover"^^xsd:string |
909 | ] | 942 | ] |
910 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | 943 | + ] [ sp:object |
911 | - sp:predicate rdf:type ; | 944 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
945 | + ] ; | ||
946 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
912 | sp:subject | 947 | sp:subject |
913 | - [ sp:varName "observedWind"^^xsd:string | 948 | + [ sp:varName "observedCloudCover"^^xsd:string |
914 | ] | 949 | ] |
915 | ] [ sp:object | 950 | ] [ sp:object |
916 | [ sp:varName "operationalHSERef"^^xsd:string | 951 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -926,37 +961,42 @@ | ... | @@ -926,37 +961,42 @@ |
926 | sp:subject | 961 | sp:subject |
927 | [ sp:varName "operationalHSERef"^^xsd:string | 962 | [ sp:varName "operationalHSERef"^^xsd:string |
928 | ] | 963 | ] |
929 | - ] [ rdf:type sp:Exists ; | 964 | + ] [ sp:object |
930 | - sp:elements ([ rdf:type sp:Union ; | 965 | + [ sp:varName "cloudCoverDescription"^^xsd:string |
931 | - sp:elements (([ sp:object | ||
932 | - [ sp:varName "beaufortScaleNumber"^^xsd:string | ||
933 | - ] ; | ||
934 | - sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; | ||
935 | - sp:subject | ||
936 | - [ sp:varName "weatherRef"^^xsd:string | ||
937 | - ] | ||
938 | - ]) ([ sp:object | ||
939 | - [ sp:varName "velWindRef"^^xsd:string | ||
940 | ] ; | 966 | ] ; |
941 | - sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; | 967 | + sp:predicate <http://www.epim.no/schemas/mprml/1#coverCloud> ; |
942 | sp:subject | 968 | sp:subject |
943 | [ sp:varName "weatherRef"^^xsd:string | 969 | [ sp:varName "weatherRef"^^xsd:string |
944 | ] | 970 | ] |
945 | - ])) | ||
946 | - ]) | ||
947 | ]) | 971 | ]) |
948 | ] ; | 972 | ] ; |
949 | spin:rule | 973 | spin:rule |
950 | [ rdf:type sp:Construct ; | 974 | [ rdf:type sp:Construct ; |
951 | - rdfs:comment "STEP 40711a Set the cloud object"^^xsd:string ; | 975 | + rdfs:comment "STEP 40700b Set the data supply agency"^^xsd:string ; |
952 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | 976 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather> ; |
953 | sp:predicate rdf:type ; | 977 | sp:predicate rdf:type ; |
954 | sp:subject _:b12 | 978 | sp:subject _:b12 |
955 | ] [ sp:object | 979 | ] [ sp:object |
956 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 980 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
957 | ] ; | 981 | ] ; |
958 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 982 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#observedObject> ; |
959 | sp:subject _:b12 | 983 | sp:subject _:b12 |
984 | + ] [ sp:object _:b13 ; | ||
985 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#observationResultsSuppliedBy> ; | ||
986 | + sp:subject _:b12 | ||
987 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
988 | + sp:predicate rdf:type ; | ||
989 | + sp:subject _:b13 | ||
990 | + ] [ sp:object | ||
991 | + [ sp:varName "agency"^^xsd:string | ||
992 | + ] ; | ||
993 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
994 | + sp:subject _:b13 | ||
995 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ; | ||
996 | + sp:predicate rdf:type ; | ||
997 | + sp:subject | ||
998 | + [ sp:varName "agency"^^xsd:string | ||
999 | + ] | ||
960 | ]) ; | 1000 | ]) ; |
961 | sp:where ([ sp:object | 1001 | sp:where ([ sp:object |
962 | [ sp:varName "productionOperationRef"^^xsd:string | 1002 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -1037,46 +1077,35 @@ | ... | @@ -1037,46 +1077,35 @@ |
1037 | sp:subject | 1077 | sp:subject |
1038 | [ sp:varName "operationalHSERef"^^xsd:string | 1078 | [ sp:varName "operationalHSERef"^^xsd:string |
1039 | ] | 1079 | ] |
1040 | - ] [ rdf:type sp:Exists ; | 1080 | + ] [ sp:object |
1041 | - sp:elements ([ rdf:type sp:Union ; | 1081 | + [ sp:varName "agencyName"^^xsd:string |
1042 | - sp:elements (([ sp:object | ||
1043 | - [ sp:varName "cloudCoverDescription"^^xsd:string | ||
1044 | ] ; | 1082 | ] ; |
1045 | - sp:predicate <http://www.epim.no/schemas/mprml/1#coverCloud> ; | 1083 | + sp:predicate <http://www.epim.no/schemas/mprml/1#agency> ; |
1046 | sp:subject | 1084 | sp:subject |
1047 | [ sp:varName "weatherRef"^^xsd:string | 1085 | [ sp:varName "weatherRef"^^xsd:string |
1048 | ] | 1086 | ] |
1049 | - ]) ([ sp:object | 1087 | + ] [ rdf:type sp:Bind ; |
1050 | - [ sp:varName "ceilingCloudRef"^^xsd:string | 1088 | + sp:expression |
1089 | + [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; | ||
1090 | + sp:arg1 [ sp:varName "agencyName"^^xsd:string | ||
1091 | + ] | ||
1051 | ] ; | 1092 | ] ; |
1052 | - sp:predicate <http://www.epim.no/schemas/mprml/1#ceilingCloudRef> ; | 1093 | + sp:variable |
1053 | - sp:subject | 1094 | + [ sp:varName "agency"^^xsd:string |
1054 | - [ sp:varName "weatherRef"^^xsd:string | ||
1055 | ] | 1095 | ] |
1056 | - ])) | ||
1057 | - ]) | ||
1058 | ]) | 1096 | ]) |
1059 | ] ; | 1097 | ] ; |
1060 | spin:rule | 1098 | spin:rule |
1061 | [ rdf:type sp:Construct ; | 1099 | [ rdf:type sp:Construct ; |
1062 | - rdfs:comment "STEP 40704 Set the air temperature function - object"^^xsd:string ; | 1100 | + rdfs:comment "STEP 40702a Set the wind object"^^xsd:string ; |
1063 | - sp:templates ([ sp:object _:b13 ; | 1101 | + sp:templates ([ sp:object _:b14 ; |
1064 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; | 1102 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
1065 | sp:subject | 1103 | sp:subject |
1066 | - [ sp:varName "surroundingAir"^^xsd:string | 1104 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
1067 | ] | 1105 | ] |
1068 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SetOfTemporalInstants> ; | 1106 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; |
1069 | - sp:predicate rdf:type ; | ||
1070 | - sp:subject _:b13 | ||
1071 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | ||
1072 | sp:predicate rdf:type ; | 1107 | sp:predicate rdf:type ; |
1073 | sp:subject _:b14 | 1108 | sp:subject _:b14 |
1074 | - ] [ sp:object _:b13 ; | ||
1075 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; | ||
1076 | - sp:subject _:b14 | ||
1077 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
1078 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | ||
1079 | - sp:subject _:b14 | ||
1080 | ]) ; | 1109 | ]) ; |
1081 | sp:where ([ sp:object | 1110 | sp:where ([ sp:object |
1082 | [ sp:varName "productionOperationRef"^^xsd:string | 1111 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -1122,19 +1151,26 @@ | ... | @@ -1122,19 +1151,26 @@ |
1122 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | 1151 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
1123 | sp:predicate rdf:type ; | 1152 | sp:predicate rdf:type ; |
1124 | sp:subject | 1153 | sp:subject |
1154 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
1155 | + ] | ||
1156 | + ] [ sp:object | ||
1125 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1157 | [ sp:varName "surroundingEnvironment"^^xsd:string |
1158 | + ] ; | ||
1159 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
1160 | + sp:subject | ||
1161 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
1126 | ] | 1162 | ] |
1127 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 1163 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
1128 | sp:predicate rdf:type ; | 1164 | sp:predicate rdf:type ; |
1129 | sp:subject | 1165 | sp:subject |
1130 | - [ sp:varName "surroundingAir"^^xsd:string | 1166 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
1131 | ] | 1167 | ] |
1132 | ] [ sp:object | 1168 | ] [ sp:object |
1133 | - [ sp:varName "surroundingEnvironment"^^xsd:string | 1169 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
1134 | ] ; | 1170 | ] ; |
1135 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 1171 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
1136 | sp:subject | 1172 | sp:subject |
1137 | - [ sp:varName "surroundingAir"^^xsd:string | 1173 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
1138 | ] | 1174 | ] |
1139 | ] [ sp:object | 1175 | ] [ sp:object |
1140 | [ sp:varName "operationalHSERef"^^xsd:string | 1176 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -1153,23 +1189,23 @@ | ... | @@ -1153,23 +1189,23 @@ |
1153 | ] [ rdf:type sp:Exists ; | 1189 | ] [ rdf:type sp:Exists ; |
1154 | sp:elements ([ rdf:type sp:Union ; | 1190 | sp:elements ([ rdf:type sp:Union ; |
1155 | sp:elements (([ sp:object | 1191 | sp:elements (([ sp:object |
1156 | - [ sp:varName "tempSurfaceRef"^^xsd:string | 1192 | + [ sp:varName "beaufortScaleNumber"^^xsd:string |
1157 | ] ; | 1193 | ] ; |
1158 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; | 1194 | + sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; |
1159 | sp:subject | 1195 | sp:subject |
1160 | [ sp:varName "weatherRef"^^xsd:string | 1196 | [ sp:varName "weatherRef"^^xsd:string |
1161 | ] | 1197 | ] |
1162 | ]) ([ sp:object | 1198 | ]) ([ sp:object |
1163 | - [ sp:varName "tempSurfaceMnRef"^^xsd:string | 1199 | + [ sp:varName "velWindRef"^^xsd:string |
1164 | ] ; | 1200 | ] ; |
1165 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; | 1201 | + sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; |
1166 | sp:subject | 1202 | sp:subject |
1167 | [ sp:varName "weatherRef"^^xsd:string | 1203 | [ sp:varName "weatherRef"^^xsd:string |
1168 | ] | 1204 | ] |
1169 | ]) ([ sp:object | 1205 | ]) ([ sp:object |
1170 | - [ sp:varName "tempSurfaceMxRef"^^xsd:string | 1206 | + [ sp:varName "velWindRef"^^xsd:string |
1171 | ] ; | 1207 | ] ; |
1172 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; | 1208 | + sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; |
1173 | sp:subject | 1209 | sp:subject |
1174 | [ sp:varName "weatherRef"^^xsd:string | 1210 | [ sp:varName "weatherRef"^^xsd:string |
1175 | ] | 1211 | ] |
... | @@ -1179,13 +1215,13 @@ | ... | @@ -1179,13 +1215,13 @@ |
1179 | ] ; | 1215 | ] ; |
1180 | spin:rule | 1216 | spin:rule |
1181 | [ rdf:type sp:Construct ; | 1217 | [ rdf:type sp:Construct ; |
1182 | - rdfs:comment "STEP 40702c Set the wind force - Beaufort"^^xsd:string ; | 1218 | + rdfs:comment "STEP 40722 Set the weather comment"^^xsd:string ; |
1183 | sp:templates ([ sp:object | 1219 | sp:templates ([ sp:object |
1184 | - [ sp:varName "beaufortScaleNumber"^^xsd:string | 1220 | + [ sp:varName "comments"^^xsd:string |
1185 | ] ; | 1221 | ] ; |
1186 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#beaufortScaleNumber> ; | 1222 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
1187 | sp:subject | 1223 | sp:subject |
1188 | - [ sp:varName "observedWindVelocity"^^xsd:string | 1224 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
1189 | ] | 1225 | ] |
1190 | ]) ; | 1226 | ]) ; |
1191 | sp:where ([ sp:object | 1227 | sp:where ([ sp:object |
... | @@ -1241,42 +1277,6 @@ | ... | @@ -1241,42 +1277,6 @@ |
1241 | sp:subject | 1277 | sp:subject |
1242 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 1278 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
1243 | ] | 1279 | ] |
1244 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
1245 | - sp:predicate rdf:type ; | ||
1246 | - sp:subject | ||
1247 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
1248 | - ] | ||
1249 | - ] [ sp:object | ||
1250 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
1251 | - ] ; | ||
1252 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
1253 | - sp:subject | ||
1254 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
1255 | - ] | ||
1256 | - ] [ sp:object | ||
1257 | - [ sp:varName "observedWind"^^xsd:string | ||
1258 | - ] ; | ||
1259 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
1260 | - sp:subject | ||
1261 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
1262 | - ] | ||
1263 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
1264 | - sp:predicate rdf:type ; | ||
1265 | - sp:subject | ||
1266 | - [ sp:varName "observedWind"^^xsd:string | ||
1267 | - ] | ||
1268 | - ] [ sp:object | ||
1269 | - [ sp:varName "observedWindVelocity"^^xsd:string | ||
1270 | - ] ; | ||
1271 | - sp:predicate rdf:type ; | ||
1272 | - sp:subject | ||
1273 | - [ sp:varName "observedWind"^^xsd:string | ||
1274 | - ] | ||
1275 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | ||
1276 | - sp:predicate rdf:type ; | ||
1277 | - sp:subject | ||
1278 | - [ sp:varName "observedWindVelocity"^^xsd:string | ||
1279 | - ] | ||
1280 | ] [ sp:object | 1280 | ] [ sp:object |
1281 | [ sp:varName "operationalHSERef"^^xsd:string | 1281 | [ sp:varName "operationalHSERef"^^xsd:string |
1282 | ] ; | 1282 | ] ; |
... | @@ -1292,9 +1292,9 @@ | ... | @@ -1292,9 +1292,9 @@ |
1292 | [ sp:varName "operationalHSERef"^^xsd:string | 1292 | [ sp:varName "operationalHSERef"^^xsd:string |
1293 | ] | 1293 | ] |
1294 | ] [ sp:object | 1294 | ] [ sp:object |
1295 | - [ sp:varName "beaufortScaleNumber"^^xsd:string | 1295 | + [ sp:varName "comments"^^xsd:string |
1296 | ] ; | 1296 | ] ; |
1297 | - sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; | 1297 | + sp:predicate <http://www.epim.no/schemas/mprml/1#comments> ; |
1298 | sp:subject | 1298 | sp:subject |
1299 | [ sp:varName "weatherRef"^^xsd:string | 1299 | [ sp:varName "weatherRef"^^xsd:string |
1300 | ] | 1300 | ] |
... | @@ -1403,11 +1403,11 @@ | ... | @@ -1403,11 +1403,11 @@ |
1403 | <http://www.epim.no/schemas/mprml/1#LengthMeasure> | 1403 | <http://www.epim.no/schemas/mprml/1#LengthMeasure> |
1404 | spin:rule | 1404 | spin:rule |
1405 | [ rdf:type sp:Construct ; | 1405 | [ rdf:type sp:Construct ; |
1406 | - rdfs:comment "STEP 40712 Set the cloud ceiling height"^^xsd:string ; | 1406 | + rdfs:comment "STEP 40710 Set the visibility"^^xsd:string ; |
1407 | sp:templates ([ sp:object _:b16 ; | 1407 | sp:templates ([ sp:object _:b16 ; |
1408 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> ; | 1408 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#visibility> ; |
1409 | sp:subject | 1409 | sp:subject |
1410 | - [ sp:varName "observedCloudCeiling"^^xsd:string | 1410 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
1411 | ] | 1411 | ] |
1412 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1412 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
1413 | sp:predicate rdf:type ; | 1413 | sp:predicate rdf:type ; |
... | @@ -1421,7 +1421,7 @@ | ... | @@ -1421,7 +1421,7 @@ |
1421 | sp:subject _:b16 | 1421 | sp:subject _:b16 |
1422 | ]) ; | 1422 | ]) ; |
1423 | sp:where ([ sp:object spin:_this ; | 1423 | sp:where ([ sp:object spin:_this ; |
1424 | - sp:predicate <http://www.epim.no/schemas/mprml/1#ceilingCloudRef> ; | 1424 | + sp:predicate <http://www.epim.no/schemas/mprml/1#visibilityRef> ; |
1425 | sp:subject | 1425 | sp:subject |
1426 | [ sp:varName "weatherRef"^^xsd:string | 1426 | [ sp:varName "weatherRef"^^xsd:string |
1427 | ] | 1427 | ] |
... | @@ -1473,18 +1473,6 @@ | ... | @@ -1473,18 +1473,6 @@ |
1473 | sp:subject | 1473 | sp:subject |
1474 | [ sp:varName "observedSurroundingAir"^^xsd:string | 1474 | [ sp:varName "observedSurroundingAir"^^xsd:string |
1475 | ] | 1475 | ] |
1476 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | ||
1477 | - sp:predicate rdf:type ; | ||
1478 | - sp:subject | ||
1479 | - [ sp:varName "observedCloudCeiling"^^xsd:string | ||
1480 | - ] | ||
1481 | - ] [ sp:object | ||
1482 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
1483 | - ] ; | ||
1484 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
1485 | - sp:subject | ||
1486 | - [ sp:varName "observedCloudCeiling"^^xsd:string | ||
1487 | - ] | ||
1488 | ] [ sp:object | 1476 | ] [ sp:object |
1489 | [ sp:varName "operationalHSERef"^^xsd:string | 1477 | [ sp:varName "operationalHSERef"^^xsd:string |
1490 | ] ; | 1478 | ] ; |
... | @@ -1522,9 +1510,9 @@ | ... | @@ -1522,9 +1510,9 @@ |
1522 | ] ; | 1510 | ] ; |
1523 | spin:rule | 1511 | spin:rule |
1524 | [ rdf:type sp:Construct ; | 1512 | [ rdf:type sp:Construct ; |
1525 | - rdfs:comment "STEP 40719 Set the significant wave height"^^xsd:string ; | 1513 | + rdfs:comment "STEP 40718 Set the average wave height"^^xsd:string ; |
1526 | sp:templates ([ sp:object _:b17 ; | 1514 | sp:templates ([ sp:object _:b17 ; |
1527 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; | 1515 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; |
1528 | sp:subject | 1516 | sp:subject |
1529 | [ sp:varName "surfaceWaves"^^xsd:string | 1517 | [ sp:varName "surfaceWaves"^^xsd:string |
1530 | ] | 1518 | ] |
... | @@ -1540,7 +1528,7 @@ | ... | @@ -1540,7 +1528,7 @@ |
1540 | sp:subject _:b17 | 1528 | sp:subject _:b17 |
1541 | ]) ; | 1529 | ]) ; |
1542 | sp:where ([ sp:object spin:_this ; | 1530 | sp:where ([ sp:object spin:_this ; |
1543 | - sp:predicate <http://www.epim.no/schemas/mprml/1#significantWaveRef> ; | 1531 | + sp:predicate <http://www.epim.no/schemas/mprml/1#htWaveRef> ; |
1544 | sp:subject | 1532 | sp:subject |
1545 | [ sp:varName "weatherRef"^^xsd:string | 1533 | [ sp:varName "weatherRef"^^xsd:string |
1546 | ] | 1534 | ] |
... | @@ -1641,11 +1629,11 @@ | ... | @@ -1641,11 +1629,11 @@ |
1641 | ] ; | 1629 | ] ; |
1642 | spin:rule | 1630 | spin:rule |
1643 | [ rdf:type sp:Construct ; | 1631 | [ rdf:type sp:Construct ; |
1644 | - rdfs:comment "STEP 40714 Set the amount of precipitation"^^xsd:string ; | 1632 | + rdfs:comment "STEP 40720 Set the maximum wave height"^^xsd:string ; |
1645 | sp:templates ([ sp:object _:b18 ; | 1633 | sp:templates ([ sp:object _:b18 ; |
1646 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#amountOfPrecipitation> ; | 1634 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; |
1647 | sp:subject | 1635 | sp:subject |
1648 | - [ sp:varName "precipitation"^^xsd:string | 1636 | + [ sp:varName "surfaceWaves"^^xsd:string |
1649 | ] | 1637 | ] |
1650 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1638 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
1651 | sp:predicate rdf:type ; | 1639 | sp:predicate rdf:type ; |
... | @@ -1659,7 +1647,7 @@ | ... | @@ -1659,7 +1647,7 @@ |
1659 | sp:subject _:b18 | 1647 | sp:subject _:b18 |
1660 | ]) ; | 1648 | ]) ; |
1661 | sp:where ([ sp:object spin:_this ; | 1649 | sp:where ([ sp:object spin:_this ; |
1662 | - sp:predicate <http://www.epim.no/schemas/mprml/1#amtPrecipRef> ; | 1650 | + sp:predicate <http://www.epim.no/schemas/mprml/1#maxWaveRef> ; |
1663 | sp:subject | 1651 | sp:subject |
1664 | [ sp:varName "weatherRef"^^xsd:string | 1652 | [ sp:varName "weatherRef"^^xsd:string |
1665 | ] | 1653 | ] |
... | @@ -1687,29 +1675,41 @@ | ... | @@ -1687,29 +1675,41 @@ |
1687 | sp:subject | 1675 | sp:subject |
1688 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1676 | [ sp:varName "surroundingEnvironment"^^xsd:string |
1689 | ] | 1677 | ] |
1678 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
1679 | + sp:predicate rdf:type ; | ||
1680 | + sp:subject | ||
1681 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
1682 | + ] | ||
1690 | ] [ sp:object | 1683 | ] [ sp:object |
1691 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1684 | [ sp:varName "surroundingEnvironment"^^xsd:string |
1692 | ] ; | 1685 | ] ; |
1693 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 1686 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
1694 | sp:subject | 1687 | sp:subject |
1695 | - [ sp:varName "surroundingAir"^^xsd:string | 1688 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
1696 | ] | 1689 | ] |
1697 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 1690 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; |
1698 | sp:predicate rdf:type ; | 1691 | sp:predicate rdf:type ; |
1699 | sp:subject | 1692 | sp:subject |
1700 | - [ sp:varName "surroundingAir"^^xsd:string | 1693 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
1701 | ] | 1694 | ] |
1702 | ] [ sp:object | 1695 | ] [ sp:object |
1703 | - [ sp:varName "precipitation"^^xsd:string | 1696 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
1704 | ] ; | 1697 | ] ; |
1705 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | 1698 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
1706 | sp:subject | 1699 | sp:subject |
1707 | - [ sp:varName "surroundingAir"^^xsd:string | 1700 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
1708 | ] | 1701 | ] |
1709 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; | 1702 | + ] [ sp:object |
1703 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
1704 | + ] ; | ||
1705 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | ||
1706 | + sp:subject | ||
1707 | + [ sp:varName "observedSurroundingWater"^^xsd:string | ||
1708 | + ] | ||
1709 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
1710 | sp:predicate rdf:type ; | 1710 | sp:predicate rdf:type ; |
1711 | sp:subject | 1711 | sp:subject |
1712 | - [ sp:varName "precipitation"^^xsd:string | 1712 | + [ sp:varName "surfaceWaves"^^xsd:string |
1713 | ] | 1713 | ] |
1714 | ] [ sp:object | 1714 | ] [ sp:object |
1715 | [ sp:varName "operationalHSERef"^^xsd:string | 1715 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -1748,11 +1748,11 @@ | ... | @@ -1748,11 +1748,11 @@ |
1748 | ] ; | 1748 | ] ; |
1749 | spin:rule | 1749 | spin:rule |
1750 | [ rdf:type sp:Construct ; | 1750 | [ rdf:type sp:Construct ; |
1751 | - rdfs:comment "STEP 40720 Set the maximum wave height"^^xsd:string ; | 1751 | + rdfs:comment "STEP 40714 Set the amount of precipitation"^^xsd:string ; |
1752 | sp:templates ([ sp:object _:b19 ; | 1752 | sp:templates ([ sp:object _:b19 ; |
1753 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; | 1753 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#amountOfPrecipitation> ; |
1754 | sp:subject | 1754 | sp:subject |
1755 | - [ sp:varName "surfaceWaves"^^xsd:string | 1755 | + [ sp:varName "precipitation"^^xsd:string |
1756 | ] | 1756 | ] |
1757 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1757 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
1758 | sp:predicate rdf:type ; | 1758 | sp:predicate rdf:type ; |
... | @@ -1766,7 +1766,7 @@ | ... | @@ -1766,7 +1766,7 @@ |
1766 | sp:subject _:b19 | 1766 | sp:subject _:b19 |
1767 | ]) ; | 1767 | ]) ; |
1768 | sp:where ([ sp:object spin:_this ; | 1768 | sp:where ([ sp:object spin:_this ; |
1769 | - sp:predicate <http://www.epim.no/schemas/mprml/1#maxWaveRef> ; | 1769 | + sp:predicate <http://www.epim.no/schemas/mprml/1#amtPrecipRef> ; |
1770 | sp:subject | 1770 | sp:subject |
1771 | [ sp:varName "weatherRef"^^xsd:string | 1771 | [ sp:varName "weatherRef"^^xsd:string |
1772 | ] | 1772 | ] |
... | @@ -1794,41 +1794,29 @@ | ... | @@ -1794,41 +1794,29 @@ |
1794 | sp:subject | 1794 | sp:subject |
1795 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1795 | [ sp:varName "surroundingEnvironment"^^xsd:string |
1796 | ] | 1796 | ] |
1797 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
1798 | - sp:predicate rdf:type ; | ||
1799 | - sp:subject | ||
1800 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
1801 | - ] | ||
1802 | ] [ sp:object | 1797 | ] [ sp:object |
1803 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1798 | [ sp:varName "surroundingEnvironment"^^xsd:string |
1804 | ] ; | 1799 | ] ; |
1805 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 1800 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
1806 | sp:subject | 1801 | sp:subject |
1807 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 1802 | + [ sp:varName "surroundingAir"^^xsd:string |
1808 | ] | 1803 | ] |
1809 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 1804 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
1810 | sp:predicate rdf:type ; | 1805 | sp:predicate rdf:type ; |
1811 | sp:subject | 1806 | sp:subject |
1812 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 1807 | + [ sp:varName "surroundingAir"^^xsd:string |
1813 | - ] | ||
1814 | - ] [ sp:object | ||
1815 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
1816 | - ] ; | ||
1817 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
1818 | - sp:subject | ||
1819 | - [ sp:varName "observedSurroundingWater"^^xsd:string | ||
1820 | ] | 1808 | ] |
1821 | ] [ sp:object | 1809 | ] [ sp:object |
1822 | - [ sp:varName "surfaceWaves"^^xsd:string | 1810 | + [ sp:varName "precipitation"^^xsd:string |
1823 | ] ; | 1811 | ] ; |
1824 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | 1812 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
1825 | sp:subject | 1813 | sp:subject |
1826 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 1814 | + [ sp:varName "surroundingAir"^^xsd:string |
1827 | ] | 1815 | ] |
1828 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 1816 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; |
1829 | sp:predicate rdf:type ; | 1817 | sp:predicate rdf:type ; |
1830 | sp:subject | 1818 | sp:subject |
1831 | - [ sp:varName "surfaceWaves"^^xsd:string | 1819 | + [ sp:varName "precipitation"^^xsd:string |
1832 | ] | 1820 | ] |
1833 | ] [ sp:object | 1821 | ] [ sp:object |
1834 | [ sp:varName "operationalHSERef"^^xsd:string | 1822 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -1867,9 +1855,9 @@ | ... | @@ -1867,9 +1855,9 @@ |
1867 | ] ; | 1855 | ] ; |
1868 | spin:rule | 1856 | spin:rule |
1869 | [ rdf:type sp:Construct ; | 1857 | [ rdf:type sp:Construct ; |
1870 | - rdfs:comment "STEP 40718 Set the average wave height"^^xsd:string ; | 1858 | + rdfs:comment "STEP 40719 Set the significant wave height"^^xsd:string ; |
1871 | sp:templates ([ sp:object _:b20 ; | 1859 | sp:templates ([ sp:object _:b20 ; |
1872 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; | 1860 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; |
1873 | sp:subject | 1861 | sp:subject |
1874 | [ sp:varName "surfaceWaves"^^xsd:string | 1862 | [ sp:varName "surfaceWaves"^^xsd:string |
1875 | ] | 1863 | ] |
... | @@ -1885,7 +1873,7 @@ | ... | @@ -1885,7 +1873,7 @@ |
1885 | sp:subject _:b20 | 1873 | sp:subject _:b20 |
1886 | ]) ; | 1874 | ]) ; |
1887 | sp:where ([ sp:object spin:_this ; | 1875 | sp:where ([ sp:object spin:_this ; |
1888 | - sp:predicate <http://www.epim.no/schemas/mprml/1#htWaveRef> ; | 1876 | + sp:predicate <http://www.epim.no/schemas/mprml/1#significantWaveRef> ; |
1889 | sp:subject | 1877 | sp:subject |
1890 | [ sp:varName "weatherRef"^^xsd:string | 1878 | [ sp:varName "weatherRef"^^xsd:string |
1891 | ] | 1879 | ] |
... | @@ -1986,11 +1974,11 @@ | ... | @@ -1986,11 +1974,11 @@ |
1986 | ] ; | 1974 | ] ; |
1987 | spin:rule | 1975 | spin:rule |
1988 | [ rdf:type sp:Construct ; | 1976 | [ rdf:type sp:Construct ; |
1989 | - rdfs:comment "STEP 40710 Set the visibility"^^xsd:string ; | 1977 | + rdfs:comment "STEP 40712 Set the cloud ceiling height"^^xsd:string ; |
1990 | sp:templates ([ sp:object _:b21 ; | 1978 | sp:templates ([ sp:object _:b21 ; |
1991 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#visibility> ; | 1979 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> ; |
1992 | sp:subject | 1980 | sp:subject |
1993 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 1981 | + [ sp:varName "observedCloudCeiling"^^xsd:string |
1994 | ] | 1982 | ] |
1995 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1983 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
1996 | sp:predicate rdf:type ; | 1984 | sp:predicate rdf:type ; |
... | @@ -2004,7 +1992,7 @@ | ... | @@ -2004,7 +1992,7 @@ |
2004 | sp:subject _:b21 | 1992 | sp:subject _:b21 |
2005 | ]) ; | 1993 | ]) ; |
2006 | sp:where ([ sp:object spin:_this ; | 1994 | sp:where ([ sp:object spin:_this ; |
2007 | - sp:predicate <http://www.epim.no/schemas/mprml/1#visibilityRef> ; | 1995 | + sp:predicate <http://www.epim.no/schemas/mprml/1#ceilingCloudRef> ; |
2008 | sp:subject | 1996 | sp:subject |
2009 | [ sp:varName "weatherRef"^^xsd:string | 1997 | [ sp:varName "weatherRef"^^xsd:string |
2010 | ] | 1998 | ] |
... | @@ -2056,6 +2044,18 @@ | ... | @@ -2056,6 +2044,18 @@ |
2056 | sp:subject | 2044 | sp:subject |
2057 | [ sp:varName "observedSurroundingAir"^^xsd:string | 2045 | [ sp:varName "observedSurroundingAir"^^xsd:string |
2058 | ] | 2046 | ] |
2047 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | ||
2048 | + sp:predicate rdf:type ; | ||
2049 | + sp:subject | ||
2050 | + [ sp:varName "observedCloudCeiling"^^xsd:string | ||
2051 | + ] | ||
2052 | + ] [ sp:object | ||
2053 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
2054 | + ] ; | ||
2055 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
2056 | + sp:subject | ||
2057 | + [ sp:varName "observedCloudCeiling"^^xsd:string | ||
2058 | + ] | ||
2059 | ] [ sp:object | 2059 | ] [ sp:object |
2060 | [ sp:varName "operationalHSERef"^^xsd:string | 2060 | [ sp:varName "operationalHSERef"^^xsd:string |
2061 | ] ; | 2061 | ] ; |
... | @@ -2095,11 +2095,11 @@ | ... | @@ -2095,11 +2095,11 @@ |
2095 | <http://www.epim.no/schemas/mprml/1#PlaneAngleMeasure> | 2095 | <http://www.epim.no/schemas/mprml/1#PlaneAngleMeasure> |
2096 | spin:rule | 2096 | spin:rule |
2097 | [ rdf:type sp:Construct ; | 2097 | [ rdf:type sp:Construct ; |
2098 | - rdfs:comment "STEP 40717b Set the wave direction"^^xsd:string ; | 2098 | + rdfs:comment "STEP 40715 Set the wind direction"^^xsd:string ; |
2099 | sp:templates ([ sp:object _:b22 ; | 2099 | sp:templates ([ sp:object _:b22 ; |
2100 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; | 2100 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; |
2101 | sp:subject | 2101 | sp:subject |
2102 | - [ sp:varName "surfaceWaves"^^xsd:string | 2102 | + [ sp:varName "observedWind"^^xsd:string |
2103 | ] | 2103 | ] |
2104 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; | 2104 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; |
2105 | sp:predicate rdf:type ; | 2105 | sp:predicate rdf:type ; |
... | @@ -2113,7 +2113,7 @@ | ... | @@ -2113,7 +2113,7 @@ |
2113 | sp:subject _:b22 | 2113 | sp:subject _:b22 |
2114 | ]) ; | 2114 | ]) ; |
2115 | sp:where ([ sp:object spin:_this ; | 2115 | sp:where ([ sp:object spin:_this ; |
2116 | - sp:predicate <http://www.epim.no/schemas/mprml/1#aziWaveRef> ; | 2116 | + sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; |
2117 | sp:subject | 2117 | sp:subject |
2118 | [ sp:varName "weatherRef"^^xsd:string | 2118 | [ sp:varName "weatherRef"^^xsd:string |
2119 | ] | 2119 | ] |
... | @@ -2153,29 +2153,29 @@ | ... | @@ -2153,29 +2153,29 @@ |
2153 | sp:subject | 2153 | sp:subject |
2154 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2154 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
2155 | ] | 2155 | ] |
2156 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 2156 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
2157 | sp:predicate rdf:type ; | 2157 | sp:predicate rdf:type ; |
2158 | sp:subject | 2158 | sp:subject |
2159 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2159 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
2160 | ] | 2160 | ] |
2161 | ] [ sp:object | 2161 | ] [ sp:object |
2162 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2162 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
2163 | ] ; | 2163 | ] ; |
2164 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2164 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
2165 | sp:subject | 2165 | sp:subject |
2166 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2166 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
2167 | ] | 2167 | ] |
2168 | ] [ sp:object | 2168 | ] [ sp:object |
2169 | - [ sp:varName "surfaceWaves"^^xsd:string | 2169 | + [ sp:varName "observedWind"^^xsd:string |
2170 | ] ; | 2170 | ] ; |
2171 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | 2171 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
2172 | sp:subject | 2172 | sp:subject |
2173 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2173 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
2174 | ] | 2174 | ] |
2175 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 2175 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; |
2176 | sp:predicate rdf:type ; | 2176 | sp:predicate rdf:type ; |
2177 | sp:subject | 2177 | sp:subject |
2178 | - [ sp:varName "surfaceWaves"^^xsd:string | 2178 | + [ sp:varName "observedWind"^^xsd:string |
2179 | ] | 2179 | ] |
2180 | ] [ sp:object | 2180 | ] [ sp:object |
2181 | [ sp:varName "operationalHSERef"^^xsd:string | 2181 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -2327,11 +2327,11 @@ | ... | @@ -2327,11 +2327,11 @@ |
2327 | ] ; | 2327 | ] ; |
2328 | spin:rule | 2328 | spin:rule |
2329 | [ rdf:type sp:Construct ; | 2329 | [ rdf:type sp:Construct ; |
2330 | - rdfs:comment "STEP 40715 Set the wind direction"^^xsd:string ; | 2330 | + rdfs:comment "STEP 40717b Set the wave direction"^^xsd:string ; |
2331 | sp:templates ([ sp:object _:b25 ; | 2331 | sp:templates ([ sp:object _:b25 ; |
2332 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; | 2332 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; |
2333 | sp:subject | 2333 | sp:subject |
2334 | - [ sp:varName "observedWind"^^xsd:string | 2334 | + [ sp:varName "surfaceWaves"^^xsd:string |
2335 | ] | 2335 | ] |
2336 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; | 2336 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; |
2337 | sp:predicate rdf:type ; | 2337 | sp:predicate rdf:type ; |
... | @@ -2345,7 +2345,7 @@ | ... | @@ -2345,7 +2345,7 @@ |
2345 | sp:subject _:b25 | 2345 | sp:subject _:b25 |
2346 | ]) ; | 2346 | ]) ; |
2347 | sp:where ([ sp:object spin:_this ; | 2347 | sp:where ([ sp:object spin:_this ; |
2348 | - sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; | 2348 | + sp:predicate <http://www.epim.no/schemas/mprml/1#aziWaveRef> ; |
2349 | sp:subject | 2349 | sp:subject |
2350 | [ sp:varName "weatherRef"^^xsd:string | 2350 | [ sp:varName "weatherRef"^^xsd:string |
2351 | ] | 2351 | ] |
... | @@ -2385,29 +2385,29 @@ | ... | @@ -2385,29 +2385,29 @@ |
2385 | sp:subject | 2385 | sp:subject |
2386 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2386 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
2387 | ] | 2387 | ] |
2388 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 2388 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; |
2389 | sp:predicate rdf:type ; | 2389 | sp:predicate rdf:type ; |
2390 | sp:subject | 2390 | sp:subject |
2391 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 2391 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
2392 | ] | 2392 | ] |
2393 | ] [ sp:object | 2393 | ] [ sp:object |
2394 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2394 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
2395 | ] ; | 2395 | ] ; |
2396 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2396 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
2397 | sp:subject | 2397 | sp:subject |
2398 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 2398 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
2399 | ] | 2399 | ] |
2400 | ] [ sp:object | 2400 | ] [ sp:object |
2401 | - [ sp:varName "observedWind"^^xsd:string | 2401 | + [ sp:varName "surfaceWaves"^^xsd:string |
2402 | ] ; | 2402 | ] ; |
2403 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | 2403 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; |
2404 | sp:subject | 2404 | sp:subject |
2405 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 2405 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
2406 | ] | 2406 | ] |
2407 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | 2407 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
2408 | sp:predicate rdf:type ; | 2408 | sp:predicate rdf:type ; |
2409 | sp:subject | 2409 | sp:subject |
2410 | - [ sp:varName "observedWind"^^xsd:string | 2410 | + [ sp:varName "surfaceWaves"^^xsd:string |
2411 | ] | 2411 | ] |
2412 | ] [ sp:object | 2412 | ] [ sp:object |
2413 | [ sp:varName "operationalHSERef"^^xsd:string | 2413 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -2557,11 +2557,11 @@ | ... | @@ -2557,11 +2557,11 @@ |
2557 | <http://www.epim.no/schemas/mprml/1#ThermodynamicTemperatureMeasure> | 2557 | <http://www.epim.no/schemas/mprml/1#ThermodynamicTemperatureMeasure> |
2558 | spin:rule | 2558 | spin:rule |
2559 | [ rdf:type sp:Construct ; | 2559 | [ rdf:type sp:Construct ; |
2560 | - rdfs:comment "STEP 40705 Set the average air temperature"^^xsd:string ; | 2560 | + rdfs:comment "STEP 40709 Set the sea temperature"^^xsd:string ; |
2561 | sp:templates ([ sp:object _:b27 ; | 2561 | sp:templates ([ sp:object _:b27 ; |
2562 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#average> ; | 2562 | + sp:predicate rdf:type ; |
2563 | sp:subject | 2563 | sp:subject |
2564 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 2564 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
2565 | ] | 2565 | ] |
2566 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 2566 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
2567 | sp:predicate rdf:type ; | 2567 | sp:predicate rdf:type ; |
... | @@ -2575,11 +2575,25 @@ | ... | @@ -2575,11 +2575,25 @@ |
2575 | sp:subject _:b27 | 2575 | sp:subject _:b27 |
2576 | ]) ; | 2576 | ]) ; |
2577 | sp:where ([ sp:object spin:_this ; | 2577 | sp:where ([ sp:object spin:_this ; |
2578 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; | 2578 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempseaRef> ; |
2579 | sp:subject | 2579 | sp:subject |
2580 | [ sp:varName "weatherRef"^^xsd:string | 2580 | [ sp:varName "weatherRef"^^xsd:string |
2581 | ] | 2581 | ] |
2582 | ] [ sp:object | 2582 | ] [ sp:object |
2583 | + [ sp:varName "weatherRef"^^xsd:string | ||
2584 | + ] ; | ||
2585 | + sp:predicate <http://www.epim.no/schemas/mprml/1#weatherRef> ; | ||
2586 | + sp:subject | ||
2587 | + [ sp:varName "operationalHSERef"^^xsd:string | ||
2588 | + ] | ||
2589 | + ] [ sp:object | ||
2590 | + [ sp:varName "operationalHSERef"^^xsd:string | ||
2591 | + ] ; | ||
2592 | + sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; | ||
2593 | + sp:subject | ||
2594 | + [ sp:varName "installationReportRef"^^xsd:string | ||
2595 | + ] | ||
2596 | + ] [ sp:object | ||
2583 | [ sp:varName "installationReportRef"^^xsd:string | 2597 | [ sp:varName "installationReportRef"^^xsd:string |
2584 | ] ; | 2598 | ] ; |
2585 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 2599 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
... | @@ -2603,55 +2617,29 @@ | ... | @@ -2603,55 +2617,29 @@ |
2603 | sp:subject | 2617 | sp:subject |
2604 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2618 | [ sp:varName "surroundingEnvironment"^^xsd:string |
2605 | ] | 2619 | ] |
2606 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 2620 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
2607 | sp:predicate rdf:type ; | 2621 | sp:predicate rdf:type ; |
2608 | sp:subject | 2622 | sp:subject |
2609 | - [ sp:varName "surroundingAir"^^xsd:string | 2623 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
2610 | ] | 2624 | ] |
2611 | ] [ sp:object | 2625 | ] [ sp:object |
2612 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2626 | [ sp:varName "surroundingEnvironment"^^xsd:string |
2613 | ] ; | 2627 | ] ; |
2614 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2628 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
2615 | - sp:subject | ||
2616 | - [ sp:varName "surroundingAir"^^xsd:string | ||
2617 | - ] | ||
2618 | - ] [ sp:object | ||
2619 | - [ sp:varName "surroundingAirInstants"^^xsd:string | ||
2620 | - ] ; | ||
2621 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; | ||
2622 | sp:subject | 2629 | sp:subject |
2623 | - [ sp:varName "surroundingAir"^^xsd:string | 2630 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
2624 | ] | 2631 | ] |
2625 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | 2632 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; |
2626 | sp:predicate rdf:type ; | 2633 | sp:predicate rdf:type ; |
2627 | sp:subject | 2634 | sp:subject |
2628 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 2635 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
2629 | - ] | ||
2630 | - ] [ sp:object | ||
2631 | - [ sp:varName "surroundingAirInstants"^^xsd:string | ||
2632 | - ] ; | ||
2633 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; | ||
2634 | - sp:subject | ||
2635 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | ||
2636 | - ] | ||
2637 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
2638 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | ||
2639 | - sp:subject | ||
2640 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | ||
2641 | - ] | ||
2642 | - ] [ sp:object | ||
2643 | - [ sp:varName "operationalHSERef"^^xsd:string | ||
2644 | - ] ; | ||
2645 | - sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; | ||
2646 | - sp:subject | ||
2647 | - [ sp:varName "installationReportRef"^^xsd:string | ||
2648 | ] | 2636 | ] |
2649 | ] [ sp:object | 2637 | ] [ sp:object |
2650 | - [ sp:varName "weatherRef"^^xsd:string | 2638 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
2651 | ] ; | 2639 | ] ; |
2652 | - sp:predicate <http://www.epim.no/schemas/mprml/1#weatherRef> ; | 2640 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
2653 | sp:subject | 2641 | sp:subject |
2654 | - [ sp:varName "operationalHSERef"^^xsd:string | 2642 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
2655 | ] | 2643 | ] |
2656 | ] [ sp:object | 2644 | ] [ sp:object |
2657 | [ sp:varName "realTemperature"^^xsd:string | 2645 | [ sp:varName "realTemperature"^^xsd:string |
... | @@ -2676,11 +2664,11 @@ | ... | @@ -2676,11 +2664,11 @@ |
2676 | ] ; | 2664 | ] ; |
2677 | spin:rule | 2665 | spin:rule |
2678 | [ rdf:type sp:Construct ; | 2666 | [ rdf:type sp:Construct ; |
2679 | - rdfs:comment "STEP 40709 Set the sea temperature"^^xsd:string ; | 2667 | + rdfs:comment "STEP 40706 Set the minimum air temperature"^^xsd:string ; |
2680 | sp:templates ([ sp:object _:b28 ; | 2668 | sp:templates ([ sp:object _:b28 ; |
2681 | - sp:predicate rdf:type ; | 2669 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#minimum> ; |
2682 | sp:subject | 2670 | sp:subject |
2683 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2671 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
2684 | ] | 2672 | ] |
2685 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 2673 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
2686 | sp:predicate rdf:type ; | 2674 | sp:predicate rdf:type ; |
... | @@ -2694,7 +2682,7 @@ | ... | @@ -2694,7 +2682,7 @@ |
2694 | sp:subject _:b28 | 2682 | sp:subject _:b28 |
2695 | ]) ; | 2683 | ]) ; |
2696 | sp:where ([ sp:object spin:_this ; | 2684 | sp:where ([ sp:object spin:_this ; |
2697 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempseaRef> ; | 2685 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; |
2698 | sp:subject | 2686 | sp:subject |
2699 | [ sp:varName "weatherRef"^^xsd:string | 2687 | [ sp:varName "weatherRef"^^xsd:string |
2700 | ] | 2688 | ] |
... | @@ -2722,29 +2710,41 @@ | ... | @@ -2722,29 +2710,41 @@ |
2722 | sp:subject | 2710 | sp:subject |
2723 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2711 | [ sp:varName "surroundingEnvironment"^^xsd:string |
2724 | ] | 2712 | ] |
2725 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | 2713 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
2726 | sp:predicate rdf:type ; | 2714 | sp:predicate rdf:type ; |
2727 | sp:subject | 2715 | sp:subject |
2728 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2716 | + [ sp:varName "surroundingAir"^^xsd:string |
2729 | ] | 2717 | ] |
2730 | ] [ sp:object | 2718 | ] [ sp:object |
2731 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2719 | [ sp:varName "surroundingEnvironment"^^xsd:string |
2732 | ] ; | 2720 | ] ; |
2733 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 2721 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
2734 | sp:subject | 2722 | sp:subject |
2735 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2723 | + [ sp:varName "surroundingAir"^^xsd:string |
2736 | ] | 2724 | ] |
2737 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 2725 | + ] [ sp:object |
2726 | + [ sp:varName "surroundingAirInstants"^^xsd:string | ||
2727 | + ] ; | ||
2728 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; | ||
2729 | + sp:subject | ||
2730 | + [ sp:varName "surroundingAir"^^xsd:string | ||
2731 | + ] | ||
2732 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | ||
2738 | sp:predicate rdf:type ; | 2733 | sp:predicate rdf:type ; |
2739 | sp:subject | 2734 | sp:subject |
2740 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2735 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
2741 | ] | 2736 | ] |
2742 | ] [ sp:object | 2737 | ] [ sp:object |
2743 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2738 | + [ sp:varName "surroundingAirInstants"^^xsd:string |
2744 | ] ; | 2739 | ] ; |
2745 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2740 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; |
2746 | sp:subject | 2741 | sp:subject |
2747 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2742 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
2743 | + ] | ||
2744 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
2745 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | ||
2746 | + sp:subject | ||
2747 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | ||
2748 | ] | 2748 | ] |
2749 | ] [ sp:object | 2749 | ] [ sp:object |
2750 | [ sp:varName "operationalHSERef"^^xsd:string | 2750 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -2890,9 +2890,9 @@ | ... | @@ -2890,9 +2890,9 @@ |
2890 | ] ; | 2890 | ] ; |
2891 | spin:rule | 2891 | spin:rule |
2892 | [ rdf:type sp:Construct ; | 2892 | [ rdf:type sp:Construct ; |
2893 | - rdfs:comment "STEP 40706 Set the minimum air temperature"^^xsd:string ; | 2893 | + rdfs:comment "STEP 40707 Set the maximum air temperature"^^xsd:string ; |
2894 | sp:templates ([ sp:object _:b30 ; | 2894 | sp:templates ([ sp:object _:b30 ; |
2895 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#minimum> ; | 2895 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#maximum> ; |
2896 | sp:subject | 2896 | sp:subject |
2897 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 2897 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
2898 | ] | 2898 | ] |
... | @@ -2908,7 +2908,7 @@ | ... | @@ -2908,7 +2908,7 @@ |
2908 | sp:subject _:b30 | 2908 | sp:subject _:b30 |
2909 | ]) ; | 2909 | ]) ; |
2910 | sp:where ([ sp:object spin:_this ; | 2910 | sp:where ([ sp:object spin:_this ; |
2911 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; | 2911 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; |
2912 | sp:subject | 2912 | sp:subject |
2913 | [ sp:varName "weatherRef"^^xsd:string | 2913 | [ sp:varName "weatherRef"^^xsd:string |
2914 | ] | 2914 | ] |
... | @@ -3009,9 +3009,9 @@ | ... | @@ -3009,9 +3009,9 @@ |
3009 | ] ; | 3009 | ] ; |
3010 | spin:rule | 3010 | spin:rule |
3011 | [ rdf:type sp:Construct ; | 3011 | [ rdf:type sp:Construct ; |
3012 | - rdfs:comment "STEP 40707 Set the maximum air temperature"^^xsd:string ; | 3012 | + rdfs:comment "STEP 40705 Set the average air temperature"^^xsd:string ; |
3013 | sp:templates ([ sp:object _:b31 ; | 3013 | sp:templates ([ sp:object _:b31 ; |
3014 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#maximum> ; | 3014 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#average> ; |
3015 | sp:subject | 3015 | sp:subject |
3016 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 3016 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
3017 | ] | 3017 | ] |
... | @@ -3027,7 +3027,7 @@ | ... | @@ -3027,7 +3027,7 @@ |
3027 | sp:subject _:b31 | 3027 | sp:subject _:b31 |
3028 | ]) ; | 3028 | ]) ; |
3029 | sp:where ([ sp:object spin:_this ; | 3029 | sp:where ([ sp:object spin:_this ; |
3030 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; | 3030 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; |
3031 | sp:subject | 3031 | sp:subject |
3032 | [ sp:varName "weatherRef"^^xsd:string | 3032 | [ sp:varName "weatherRef"^^xsd:string |
3033 | ] | 3033 | ] |
... | @@ -3251,19 +3251,31 @@ | ... | @@ -3251,19 +3251,31 @@ |
3251 | <http://www.epim.no/schemas/mprml/1#VelocityMeasure> | 3251 | <http://www.epim.no/schemas/mprml/1#VelocityMeasure> |
3252 | spin:rule | 3252 | spin:rule |
3253 | [ rdf:type sp:Construct ; | 3253 | [ rdf:type sp:Construct ; |
3254 | - rdfs:comment "STEP 40703 Set the wind velocity - value"^^xsd:string ; | 3254 | + rdfs:comment "STEP 40723 Set the sea current velocity"^^xsd:string ; |
3255 | - sp:templates ([ sp:object | 3255 | + sp:templates ([ sp:object _:b33 ; |
3256 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
3257 | + sp:subject | ||
3258 | + [ sp:varName "observedSurroundingWater"^^xsd:string | ||
3259 | + ] | ||
3260 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#CurrentInWater> ; | ||
3261 | + sp:predicate rdf:type ; | ||
3262 | + sp:subject _:b33 | ||
3263 | + ] [ sp:object _:b34 ; | ||
3264 | + sp:predicate rdf:type ; | ||
3265 | + sp:subject _:b33 | ||
3266 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; | ||
3267 | + sp:predicate rdf:type ; | ||
3268 | + sp:subject _:b34 | ||
3269 | + ] [ sp:object | ||
3256 | [ sp:varName "realVelocity"^^xsd:string | 3270 | [ sp:varName "realVelocity"^^xsd:string |
3257 | ] ; | 3271 | ] ; |
3258 | sp:predicate | 3272 | sp:predicate |
3259 | [ sp:varName "velocityScale"^^xsd:string | 3273 | [ sp:varName "velocityScale"^^xsd:string |
3260 | ] ; | 3274 | ] ; |
3261 | - sp:subject | 3275 | + sp:subject _:b34 |
3262 | - [ sp:varName "observedWindVelocity"^^xsd:string | ||
3263 | - ] | ||
3264 | ]) ; | 3276 | ]) ; |
3265 | sp:where ([ sp:object spin:_this ; | 3277 | sp:where ([ sp:object spin:_this ; |
3266 | - sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; | 3278 | + sp:predicate <http://www.epim.no/schemas/mprml/1#currentSeaRef> ; |
3267 | sp:subject | 3279 | sp:subject |
3268 | [ sp:varName "weatherRef"^^xsd:string | 3280 | [ sp:varName "weatherRef"^^xsd:string |
3269 | ] | 3281 | ] |
... | @@ -3303,41 +3315,17 @@ | ... | @@ -3303,41 +3315,17 @@ |
3303 | sp:subject | 3315 | sp:subject |
3304 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 3316 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
3305 | ] | 3317 | ] |
3306 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 3318 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; |
3307 | sp:predicate rdf:type ; | 3319 | sp:predicate rdf:type ; |
3308 | sp:subject | 3320 | sp:subject |
3309 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 3321 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
3310 | ] | 3322 | ] |
3311 | ] [ sp:object | 3323 | ] [ sp:object |
3312 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 3324 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
3313 | ] ; | 3325 | ] ; |
3314 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 3326 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
3315 | sp:subject | 3327 | sp:subject |
3316 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 3328 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
3317 | - ] | ||
3318 | - ] [ sp:object | ||
3319 | - [ sp:varName "observedWind"^^xsd:string | ||
3320 | - ] ; | ||
3321 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
3322 | - sp:subject | ||
3323 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
3324 | - ] | ||
3325 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
3326 | - sp:predicate rdf:type ; | ||
3327 | - sp:subject | ||
3328 | - [ sp:varName "observedWind"^^xsd:string | ||
3329 | - ] | ||
3330 | - ] [ sp:object | ||
3331 | - [ sp:varName "observedWindVelocity"^^xsd:string | ||
3332 | - ] ; | ||
3333 | - sp:predicate rdf:type ; | ||
3334 | - sp:subject | ||
3335 | - [ sp:varName "observedWind"^^xsd:string | ||
3336 | - ] | ||
3337 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; | ||
3338 | - sp:predicate rdf:type ; | ||
3339 | - sp:subject | ||
3340 | - [ sp:varName "observedWindVelocity"^^xsd:string | ||
3341 | ] | 3329 | ] |
3342 | ] [ sp:object | 3330 | ] [ sp:object |
3343 | [ sp:varName "operationalHSERef"^^xsd:string | 3331 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -3376,31 +3364,19 @@ | ... | @@ -3376,31 +3364,19 @@ |
3376 | ] ; | 3364 | ] ; |
3377 | spin:rule | 3365 | spin:rule |
3378 | [ rdf:type sp:Construct ; | 3366 | [ rdf:type sp:Construct ; |
3379 | - rdfs:comment "STEP 40723 Set the sea current velocity"^^xsd:string ; | 3367 | + rdfs:comment "STEP 40703 Set the wind velocity - value"^^xsd:string ; |
3380 | - sp:templates ([ sp:object _:b33 ; | 3368 | + sp:templates ([ sp:object |
3381 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
3382 | - sp:subject | ||
3383 | - [ sp:varName "observedSurroundingWater"^^xsd:string | ||
3384 | - ] | ||
3385 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#CurrentInWater> ; | ||
3386 | - sp:predicate rdf:type ; | ||
3387 | - sp:subject _:b33 | ||
3388 | - ] [ sp:object _:b34 ; | ||
3389 | - sp:predicate rdf:type ; | ||
3390 | - sp:subject _:b33 | ||
3391 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | ||
3392 | - sp:predicate rdf:type ; | ||
3393 | - sp:subject _:b34 | ||
3394 | - ] [ sp:object | ||
3395 | [ sp:varName "realVelocity"^^xsd:string | 3369 | [ sp:varName "realVelocity"^^xsd:string |
3396 | ] ; | 3370 | ] ; |
3397 | sp:predicate | 3371 | sp:predicate |
3398 | [ sp:varName "velocityScale"^^xsd:string | 3372 | [ sp:varName "velocityScale"^^xsd:string |
3399 | ] ; | 3373 | ] ; |
3400 | - sp:subject _:b34 | 3374 | + sp:subject |
3375 | + [ sp:varName "observedWindVelocity"^^xsd:string | ||
3376 | + ] | ||
3401 | ]) ; | 3377 | ]) ; |
3402 | sp:where ([ sp:object spin:_this ; | 3378 | sp:where ([ sp:object spin:_this ; |
3403 | - sp:predicate <http://www.epim.no/schemas/mprml/1#currentSeaRef> ; | 3379 | + sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; |
3404 | sp:subject | 3380 | sp:subject |
3405 | [ sp:varName "weatherRef"^^xsd:string | 3381 | [ sp:varName "weatherRef"^^xsd:string |
3406 | ] | 3382 | ] |
... | @@ -3440,17 +3416,41 @@ | ... | @@ -3440,17 +3416,41 @@ |
3440 | sp:subject | 3416 | sp:subject |
3441 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 3417 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
3442 | ] | 3418 | ] |
3443 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 3419 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
3444 | sp:predicate rdf:type ; | 3420 | sp:predicate rdf:type ; |
3445 | sp:subject | 3421 | sp:subject |
3446 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 3422 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
3447 | ] | 3423 | ] |
3448 | ] [ sp:object | 3424 | ] [ sp:object |
3449 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 3425 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
3450 | ] ; | 3426 | ] ; |
3451 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 3427 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
3452 | sp:subject | 3428 | sp:subject |
3453 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 3429 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
3430 | + ] | ||
3431 | + ] [ sp:object | ||
3432 | + [ sp:varName "observedWind"^^xsd:string | ||
3433 | + ] ; | ||
3434 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
3435 | + sp:subject | ||
3436 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
3437 | + ] | ||
3438 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
3439 | + sp:predicate rdf:type ; | ||
3440 | + sp:subject | ||
3441 | + [ sp:varName "observedWind"^^xsd:string | ||
3442 | + ] | ||
3443 | + ] [ sp:object | ||
3444 | + [ sp:varName "observedWindVelocity"^^xsd:string | ||
3445 | + ] ; | ||
3446 | + sp:predicate rdf:type ; | ||
3447 | + sp:subject | ||
3448 | + [ sp:varName "observedWind"^^xsd:string | ||
3449 | + ] | ||
3450 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; | ||
3451 | + sp:predicate rdf:type ; | ||
3452 | + sp:subject | ||
3453 | + [ sp:varName "observedWindVelocity"^^xsd:string | ||
3454 | ] | 3454 | ] |
3455 | ] [ sp:object | 3455 | ] [ sp:object |
3456 | [ sp:varName "operationalHSERef"^^xsd:string | 3456 | [ sp:varName "operationalHSERef"^^xsd:string |
... | @@ -3490,5 +3490,5 @@ | ... | @@ -3490,5 +3490,5 @@ |
3490 | 3490 | ||
3491 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> | 3491 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> |
3492 | rdf:type owl:Ontology ; | 3492 | rdf:type owl:Ontology ; |
3493 | - owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; | 3493 | + owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; |
3494 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 3494 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment