Merge branch 'master' of github.com:TopQuadrant/EPIM-Ontologies
Showing
10 changed files
with
621 additions
and
411 deletions
... | @@ -131,6 +131,11 @@ ep-core:MassOrVolumicConcentration | ... | @@ -131,6 +131,11 @@ ep-core:MassOrVolumicConcentration |
131 | rdf:type rdfs:Class ; | 131 | rdf:type rdfs:Class ; |
132 | rdfs:subClassOf ep-core:DimensionlessMeasure . | 132 | rdfs:subClassOf ep-core:DimensionlessMeasure . |
133 | 133 | ||
134 | +ep-core:MassPair | ||
135 | + rdf:type owl:Class ; | ||
136 | + rdfs:label "mass pair"^^xsd:string ; | ||
137 | + rdfs:subClassOf ep-core:Pair . | ||
138 | + | ||
134 | ep-core:MassPerLength | 139 | ep-core:MassPerLength |
135 | rdf:type rdfs:Class ; | 140 | rdf:type rdfs:Class ; |
136 | rdfs:subClassOf owl:Class . | 141 | rdfs:subClassOf owl:Class . |
... | @@ -145,6 +150,11 @@ ep-core:MassPerUnitMassConcentration | ... | @@ -145,6 +150,11 @@ ep-core:MassPerUnitMassConcentration |
145 | rdfs:label "mass per unit mass concentration"^^xsd:string ; | 150 | rdfs:label "mass per unit mass concentration"^^xsd:string ; |
146 | rdfs:subClassOf owl:Class . | 151 | rdfs:subClassOf owl:Class . |
147 | 152 | ||
153 | +ep-core:MassVolumePair | ||
154 | + rdf:type owl:Class ; | ||
155 | + rdfs:label "mass volume pair"^^xsd:string ; | ||
156 | + rdfs:subClassOf ep-core:Pair . | ||
157 | + | ||
148 | ep-core:MeasureOfAmountOfMaterial | 158 | ep-core:MeasureOfAmountOfMaterial |
149 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 159 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
150 | rdfs:label "measure of amount of material"^^xsd:string ; | 160 | rdfs:label "measure of amount of material"^^xsd:string ; |
... | @@ -190,6 +200,11 @@ ep-core:NormalStress | ... | @@ -190,6 +200,11 @@ ep-core:NormalStress |
190 | rdfs:label "Normal Stress"^^xsd:string ; | 200 | rdfs:label "Normal Stress"^^xsd:string ; |
191 | rdfs:subClassOf ep-core:EnergyPerVolume . | 201 | rdfs:subClassOf ep-core:EnergyPerVolume . |
192 | 202 | ||
203 | +ep-core:Pair | ||
204 | + rdf:type owl:Class ; | ||
205 | + rdfs:label "pair"^^xsd:string ; | ||
206 | + rdfs:subClassOf owl:Thing . | ||
207 | + | ||
193 | ep-core:PerLength | 208 | ep-core:PerLength |
194 | rdf:type rdfs:Class ; | 209 | rdf:type rdfs:Class ; |
195 | rdfs:subClassOf owl:Class . | 210 | rdfs:subClassOf owl:Class . |
... | @@ -424,6 +439,11 @@ ep-core:VolumeMassRatio | ... | @@ -424,6 +439,11 @@ ep-core:VolumeMassRatio |
424 | rdfs:label "volume mass ratio"^^xsd:string ; | 439 | rdfs:label "volume mass ratio"^^xsd:string ; |
425 | rdfs:subClassOf owl:Class . | 440 | rdfs:subClassOf owl:Class . |
426 | 441 | ||
442 | +ep-core:VolumePair | ||
443 | + rdf:type owl:Class ; | ||
444 | + rdfs:label "volume pair"^^xsd:string ; | ||
445 | + rdfs:subClassOf ep-core:Pair . | ||
446 | + | ||
427 | ep-core:VolumePerUnitVolumeConcentration | 447 | ep-core:VolumePerUnitVolumeConcentration |
428 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 448 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
429 | rdfs:label "volume per unit volume concentration"^^xsd:string ; | 449 | rdfs:label "volume per unit volume concentration"^^xsd:string ; |
... | @@ -1097,6 +1117,12 @@ ep-core:description | ... | @@ -1097,6 +1117,12 @@ ep-core:description |
1097 | rdfs:comment "description of a thing"^^xsd:string ; | 1117 | rdfs:comment "description of a thing"^^xsd:string ; |
1098 | rdfs:label "description"^^xsd:string . | 1118 | rdfs:label "description"^^xsd:string . |
1099 | 1119 | ||
1120 | +ep-core:divide | ||
1121 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
1122 | + rdfs:domain ep-core:Pair ; | ||
1123 | + rdfs:label "divide"^^xsd:string ; | ||
1124 | + rdfs:range owl:Thing . | ||
1125 | + | ||
1100 | ep-core:dm3 | 1126 | ep-core:dm3 |
1101 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1127 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
1102 | rdfs:domain ep-core:MeasureOfAmountOfMaterial ; | 1128 | rdfs:domain ep-core:MeasureOfAmountOfMaterial ; |
... | @@ -1250,6 +1276,12 @@ ep-core:femtometre | ... | @@ -1250,6 +1276,12 @@ ep-core:femtometre |
1250 | ep-core:seeReferenceData | 1276 | ep-core:seeReferenceData |
1251 | "http://posccaesar.org/rdl/RDS17272735"^^xsd:string . | 1277 | "http://posccaesar.org/rdl/RDS17272735"^^xsd:string . |
1252 | 1278 | ||
1279 | +ep-core:firstOfPair | ||
1280 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
1281 | + rdfs:domain ep-core:Pair ; | ||
1282 | + rdfs:label "first of pair"^^xsd:string ; | ||
1283 | + rdfs:range owl:Thing . | ||
1284 | + | ||
1253 | ep-core:foot | 1285 | ep-core:foot |
1254 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1286 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
1255 | rdfs:domain ep-core:Length ; | 1287 | rdfs:domain ep-core:Length ; |
... | @@ -3904,6 +3936,12 @@ ep-core:second-A | ... | @@ -3904,6 +3936,12 @@ ep-core:second-A |
3904 | ep-core:seeReferenceData | 3936 | ep-core:seeReferenceData |
3905 | "http://posccaesar.org/rdl/RDS1355444"^^xsd:string . | 3937 | "http://posccaesar.org/rdl/RDS1355444"^^xsd:string . |
3906 | 3938 | ||
3939 | +ep-core:secondOfPair | ||
3940 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
3941 | + rdfs:domain ep-core:Pair ; | ||
3942 | + rdfs:label "second of pair"^^xsd:string ; | ||
3943 | + rdfs:range owl:Thing . | ||
3944 | + | ||
3907 | ep-core:seeReferenceData | 3945 | ep-core:seeReferenceData |
3908 | rdf:type owl:AnnotationProperty . | 3946 | rdf:type owl:AnnotationProperty . |
3909 | 3947 | ... | ... |
... | @@ -19,14 +19,19 @@ ep-material:Air-gas | ... | @@ -19,14 +19,19 @@ ep-material:Air-gas |
19 | rdfs:label "air gas"^^xsd:string ; | 19 | rdfs:label "air gas"^^xsd:string ; |
20 | rdfs:subClassOf ep-material:NonHcGas . | 20 | rdfs:subClassOf ep-material:NonHcGas . |
21 | 21 | ||
22 | +ep-material:Ammonium | ||
23 | + rdf:type owl:Class ; | ||
24 | + rdfs:label "ammonium"^^xsd:string ; | ||
25 | + rdfs:subClassOf ep-material:Material . | ||
26 | + | ||
22 | ep-material:AqueousMaterial | 27 | ep-material:AqueousMaterial |
23 | rdf:type owl:Class ; | 28 | rdf:type owl:Class ; |
24 | rdfs:label "aqueous material"^^xsd:string ; | 29 | rdfs:label "aqueous material"^^xsd:string ; |
25 | rdfs:subClassOf ep-material:Material . | 30 | rdfs:subClassOf ep-material:Material . |
26 | 31 | ||
27 | ep-material:BasicSedimentAndWater | 32 | ep-material:BasicSedimentAndWater |
28 | - rdf:type ep-material:SubstanceType , owl:Class ; | 33 | + rdf:type owl:Class , ep-material:SubstanceType ; |
29 | - rdfs:label "basic sediment and water"^^xsd:string , "bsw"^^xsd:string ; | 34 | + rdfs:label "bsw"^^xsd:string , "basic sediment and water"^^xsd:string ; |
30 | rdfs:subClassOf ep-material:Fluid ; | 35 | rdfs:subClassOf ep-material:Fluid ; |
31 | ep-core:seeReferenceData | 36 | ep-core:seeReferenceData |
32 | "http://posccaesar.org/rdl/RDS16681480"^^xsd:string . | 37 | "http://posccaesar.org/rdl/RDS16681480"^^xsd:string . |
... | @@ -42,97 +47,97 @@ ep-material:Brine | ... | @@ -42,97 +47,97 @@ ep-material:Brine |
42 | rdfs:subClassOf ep-material:Water . | 47 | rdfs:subClassOf ep-material:Water . |
43 | 48 | ||
44 | ep-material:C10AndHeavier | 49 | ep-material:C10AndHeavier |
45 | - rdf:type ep-material:SubstanceType , owl:Class ; | 50 | + rdf:type owl:Class , ep-material:SubstanceType ; |
46 | rdfs:label "C10+"^^xsd:string ; | 51 | rdfs:label "C10+"^^xsd:string ; |
47 | rdfs:subClassOf ep-material:Material . | 52 | rdfs:subClassOf ep-material:Material . |
48 | 53 | ||
49 | ep-material:C10AndLighter | 54 | ep-material:C10AndLighter |
50 | - rdf:type ep-material:SubstanceType , owl:Class ; | 55 | + rdf:type owl:Class , ep-material:SubstanceType ; |
51 | rdfs:label "C10-"^^xsd:string ; | 56 | rdfs:label "C10-"^^xsd:string ; |
52 | rdfs:subClassOf ep-material:Material . | 57 | rdfs:subClassOf ep-material:Material . |
53 | 58 | ||
54 | ep-material:C2AndHeavier | 59 | ep-material:C2AndHeavier |
55 | - rdf:type ep-material:SubstanceType , owl:Class ; | 60 | + rdf:type owl:Class , ep-material:SubstanceType ; |
56 | rdfs:label "C2+"^^xsd:string ; | 61 | rdfs:label "C2+"^^xsd:string ; |
57 | rdfs:subClassOf ep-material:Material . | 62 | rdfs:subClassOf ep-material:Material . |
58 | 63 | ||
59 | ep-material:C2AndLighter | 64 | ep-material:C2AndLighter |
60 | - rdf:type ep-material:SubstanceType , owl:Class ; | 65 | + rdf:type owl:Class , ep-material:SubstanceType ; |
61 | rdfs:label "C2-"^^xsd:string ; | 66 | rdfs:label "C2-"^^xsd:string ; |
62 | rdfs:subClassOf ep-material:Material . | 67 | rdfs:subClassOf ep-material:Material . |
63 | 68 | ||
64 | ep-material:C3AndHeavier | 69 | ep-material:C3AndHeavier |
65 | - rdf:type ep-material:SubstanceType , owl:Class ; | 70 | + rdf:type owl:Class , ep-material:SubstanceType ; |
66 | rdfs:label "C3+"^^xsd:string ; | 71 | rdfs:label "C3+"^^xsd:string ; |
67 | rdfs:subClassOf ep-material:Material . | 72 | rdfs:subClassOf ep-material:Material . |
68 | 73 | ||
69 | ep-material:C3AndLighter | 74 | ep-material:C3AndLighter |
70 | - rdf:type ep-material:SubstanceType , owl:Class ; | 75 | + rdf:type owl:Class , ep-material:SubstanceType ; |
71 | rdfs:label "C3-"^^xsd:string ; | 76 | rdfs:label "C3-"^^xsd:string ; |
72 | rdfs:subClassOf ep-material:Material . | 77 | rdfs:subClassOf ep-material:Material . |
73 | 78 | ||
74 | ep-material:C4AndHeavier | 79 | ep-material:C4AndHeavier |
75 | - rdf:type ep-material:SubstanceType , owl:Class ; | 80 | + rdf:type owl:Class , ep-material:SubstanceType ; |
76 | rdfs:label "C4+"^^xsd:string ; | 81 | rdfs:label "C4+"^^xsd:string ; |
77 | rdfs:subClassOf ep-material:Material . | 82 | rdfs:subClassOf ep-material:Material . |
78 | 83 | ||
79 | ep-material:C4AndLighter | 84 | ep-material:C4AndLighter |
80 | - rdf:type ep-material:SubstanceType , owl:Class ; | 85 | + rdf:type owl:Class , ep-material:SubstanceType ; |
81 | rdfs:label "C4-"^^xsd:string ; | 86 | rdfs:label "C4-"^^xsd:string ; |
82 | rdfs:subClassOf ep-material:Material . | 87 | rdfs:subClassOf ep-material:Material . |
83 | 88 | ||
84 | ep-material:C5AndHeavier | 89 | ep-material:C5AndHeavier |
85 | - rdf:type ep-material:SubstanceType , owl:Class ; | 90 | + rdf:type owl:Class , ep-material:SubstanceType ; |
86 | rdfs:label "C5+"^^xsd:string ; | 91 | rdfs:label "C5+"^^xsd:string ; |
87 | rdfs:subClassOf ep-material:Material . | 92 | rdfs:subClassOf ep-material:Material . |
88 | 93 | ||
89 | ep-material:C5AndLighter | 94 | ep-material:C5AndLighter |
90 | - rdf:type ep-material:SubstanceType , owl:Class ; | 95 | + rdf:type owl:Class , ep-material:SubstanceType ; |
91 | rdfs:label "C5-"^^xsd:string ; | 96 | rdfs:label "C5-"^^xsd:string ; |
92 | rdfs:subClassOf ep-material:Material . | 97 | rdfs:subClassOf ep-material:Material . |
93 | 98 | ||
94 | ep-material:C6 | 99 | ep-material:C6 |
95 | - rdf:type ep-material:SubstanceType , owl:Class ; | 100 | + rdf:type owl:Class , ep-material:SubstanceType ; |
96 | rdfs:label "C6"^^xsd:string ; | 101 | rdfs:label "C6"^^xsd:string ; |
97 | rdfs:subClassOf ep-material:Material . | 102 | rdfs:subClassOf ep-material:Material . |
98 | 103 | ||
99 | ep-material:C6AndHeavier | 104 | ep-material:C6AndHeavier |
100 | - rdf:type ep-material:SubstanceType , owl:Class ; | 105 | + rdf:type owl:Class , ep-material:SubstanceType ; |
101 | rdfs:label "C6+"^^xsd:string ; | 106 | rdfs:label "C6+"^^xsd:string ; |
102 | rdfs:subClassOf ep-material:Material . | 107 | rdfs:subClassOf ep-material:Material . |
103 | 108 | ||
104 | ep-material:C6AndLighter | 109 | ep-material:C6AndLighter |
105 | - rdf:type ep-material:SubstanceType , owl:Class ; | 110 | + rdf:type owl:Class , ep-material:SubstanceType ; |
106 | rdfs:label "C6-"^^xsd:string ; | 111 | rdfs:label "C6-"^^xsd:string ; |
107 | rdfs:subClassOf ep-material:Material . | 112 | rdfs:subClassOf ep-material:Material . |
108 | 113 | ||
109 | ep-material:C7AndHeavier | 114 | ep-material:C7AndHeavier |
110 | - rdf:type ep-material:SubstanceType , owl:Class ; | 115 | + rdf:type owl:Class , ep-material:SubstanceType ; |
111 | rdfs:label "C7+"^^xsd:string ; | 116 | rdfs:label "C7+"^^xsd:string ; |
112 | rdfs:subClassOf ep-material:Material . | 117 | rdfs:subClassOf ep-material:Material . |
113 | 118 | ||
114 | ep-material:C7AndLighter | 119 | ep-material:C7AndLighter |
115 | - rdf:type ep-material:SubstanceType , owl:Class ; | 120 | + rdf:type owl:Class , ep-material:SubstanceType ; |
116 | rdfs:label "C7-"^^xsd:string ; | 121 | rdfs:label "C7-"^^xsd:string ; |
117 | rdfs:subClassOf ep-material:Material . | 122 | rdfs:subClassOf ep-material:Material . |
118 | 123 | ||
119 | ep-material:C8AndHeavier | 124 | ep-material:C8AndHeavier |
120 | - rdf:type ep-material:SubstanceType , owl:Class ; | 125 | + rdf:type owl:Class , ep-material:SubstanceType ; |
121 | rdfs:label "C8+"^^xsd:string ; | 126 | rdfs:label "C8+"^^xsd:string ; |
122 | rdfs:subClassOf ep-material:Material . | 127 | rdfs:subClassOf ep-material:Material . |
123 | 128 | ||
124 | ep-material:C8AndLighter | 129 | ep-material:C8AndLighter |
125 | - rdf:type ep-material:SubstanceType , owl:Class ; | 130 | + rdf:type owl:Class , ep-material:SubstanceType ; |
126 | rdfs:label "C8-"^^xsd:string ; | 131 | rdfs:label "C8-"^^xsd:string ; |
127 | rdfs:subClassOf ep-material:Material . | 132 | rdfs:subClassOf ep-material:Material . |
128 | 133 | ||
129 | ep-material:C9AndHeavier | 134 | ep-material:C9AndHeavier |
130 | - rdf:type ep-material:SubstanceType , owl:Class ; | 135 | + rdf:type owl:Class , ep-material:SubstanceType ; |
131 | rdfs:label "C9+"^^xsd:string ; | 136 | rdfs:label "C9+"^^xsd:string ; |
132 | rdfs:subClassOf ep-material:Material . | 137 | rdfs:subClassOf ep-material:Material . |
133 | 138 | ||
134 | ep-material:C9AndLighter | 139 | ep-material:C9AndLighter |
135 | - rdf:type ep-material:SubstanceType , owl:Class ; | 140 | + rdf:type owl:Class , ep-material:SubstanceType ; |
136 | rdfs:label "C9-"^^xsd:string ; | 141 | rdfs:label "C9-"^^xsd:string ; |
137 | rdfs:subClassOf ep-material:Material . | 142 | rdfs:subClassOf ep-material:Material . |
138 | 143 | ||
... | @@ -288,6 +293,11 @@ ep-material:GasAndWater | ... | @@ -288,6 +293,11 @@ ep-material:GasAndWater |
288 | rdfs:label "gas and water"^^xsd:string ; | 293 | rdfs:label "gas and water"^^xsd:string ; |
289 | rdfs:subClassOf ep-material:Fluid . | 294 | rdfs:subClassOf ep-material:Fluid . |
290 | 295 | ||
296 | +ep-material:Glycols | ||
297 | + rdf:type owl:Class ; | ||
298 | + rdfs:label "glycols"^^xsd:string ; | ||
299 | + rdfs:subClassOf ep-material:Material . | ||
300 | + | ||
291 | ep-material:HeliumGas | 301 | ep-material:HeliumGas |
292 | rdf:type owl:Class ; | 302 | rdf:type owl:Class ; |
293 | rdfs:label "helium gas"^^xsd:string ; | 303 | rdfs:label "helium gas"^^xsd:string ; |
... | @@ -315,8 +325,8 @@ ep-material:HydrogenSulfide | ... | @@ -315,8 +325,8 @@ ep-material:HydrogenSulfide |
315 | rdfs:subClassOf ep-material:Material . | 325 | rdfs:subClassOf ep-material:Material . |
316 | 326 | ||
317 | ep-material:Isobutane | 327 | ep-material:Isobutane |
318 | - rdf:type ep-material:SubstanceType , owl:Class ; | 328 | + rdf:type owl:Class , ep-material:SubstanceType ; |
319 | - rdfs:label "IC4"^^xsd:string , "isobutane"^^xsd:string ; | 329 | + rdfs:label "isobutane"^^xsd:string , "IC4"^^xsd:string ; |
320 | rdfs:subClassOf ep-material:Material ; | 330 | rdfs:subClassOf ep-material:Material ; |
321 | ep-core:seeReferenceData | 331 | ep-core:seeReferenceData |
322 | "http://posccaesar.org/rdl/RDS419309"^^xsd:string . | 332 | "http://posccaesar.org/rdl/RDS419309"^^xsd:string . |
... | @@ -327,8 +337,8 @@ ep-material:Isobutane-component | ... | @@ -327,8 +337,8 @@ ep-material:Isobutane-component |
327 | rdfs:subClassOf ep-material:Material . | 337 | rdfs:subClassOf ep-material:Material . |
328 | 338 | ||
329 | ep-material:Isopentane | 339 | ep-material:Isopentane |
330 | - rdf:type ep-material:SubstanceType , owl:Class ; | 340 | + rdf:type owl:Class , ep-material:SubstanceType ; |
331 | - rdfs:label "IC5"^^xsd:string , "isopentane"^^xsd:string ; | 341 | + rdfs:label "isopentane"^^xsd:string , "IC5"^^xsd:string ; |
332 | rdfs:subClassOf ep-material:Material ; | 342 | rdfs:subClassOf ep-material:Material ; |
333 | ep-core:seeReferenceData | 343 | ep-core:seeReferenceData |
334 | "http://posccaesar.org/rdl/RDS419399"^^xsd:string . | 344 | "http://posccaesar.org/rdl/RDS419399"^^xsd:string . |
... | @@ -436,8 +446,8 @@ ep-material:NonHcGas | ... | @@ -436,8 +446,8 @@ ep-material:NonHcGas |
436 | rdfs:subClassOf ep-material:Gas . | 446 | rdfs:subClassOf ep-material:Gas . |
437 | 447 | ||
438 | ep-material:NormalButane | 448 | ep-material:NormalButane |
439 | - rdf:type ep-material:SubstanceType , owl:Class ; | 449 | + rdf:type owl:Class , ep-material:SubstanceType ; |
440 | - rdfs:label "NC4"^^xsd:string , "normal butane"^^xsd:string ; | 450 | + rdfs:label "normal butane"^^xsd:string , "NC4"^^xsd:string ; |
441 | rdfs:subClassOf ep-material:Material . | 451 | rdfs:subClassOf ep-material:Material . |
442 | 452 | ||
443 | ep-material:NormalButane-component | 453 | ep-material:NormalButane-component |
... | @@ -446,8 +456,8 @@ ep-material:NormalButane-component | ... | @@ -446,8 +456,8 @@ ep-material:NormalButane-component |
446 | rdfs:subClassOf ep-material:Material . | 456 | rdfs:subClassOf ep-material:Material . |
447 | 457 | ||
448 | ep-material:NormalPentane | 458 | ep-material:NormalPentane |
449 | - rdf:type ep-material:SubstanceType , owl:Class ; | 459 | + rdf:type owl:Class , ep-material:SubstanceType ; |
450 | - rdfs:label "NC5"^^xsd:string , "normal pentane"^^xsd:string ; | 460 | + rdfs:label "normal pentane"^^xsd:string , "NC5"^^xsd:string ; |
451 | rdfs:subClassOf ep-material:Material . | 461 | rdfs:subClassOf ep-material:Material . |
452 | 462 | ||
453 | ep-material:Oil | 463 | ep-material:Oil |
... | @@ -492,7 +502,7 @@ ep-material:OtherInjectionFluid | ... | @@ -492,7 +502,7 @@ ep-material:OtherInjectionFluid |
492 | rdfs:subClassOf ep-material:Fluid . | 502 | rdfs:subClassOf ep-material:Fluid . |
493 | 503 | ||
494 | ep-material:Pentane | 504 | ep-material:Pentane |
495 | - rdf:type ep-material:SubstanceType , owl:Class ; | 505 | + rdf:type owl:Class , ep-material:SubstanceType ; |
496 | rdfs:label "pentane"^^xsd:string ; | 506 | rdfs:label "pentane"^^xsd:string ; |
497 | rdfs:subClassOf ep-material:Material ; | 507 | rdfs:subClassOf ep-material:Material ; |
498 | ep-core:seeReferenceData | 508 | ep-core:seeReferenceData |
... | @@ -503,14 +513,19 @@ ep-material:PetroleumGasLiquid | ... | @@ -503,14 +513,19 @@ ep-material:PetroleumGasLiquid |
503 | rdfs:label "petroleum gas liquid"^^xsd:string ; | 513 | rdfs:label "petroleum gas liquid"^^xsd:string ; |
504 | rdfs:subClassOf ep-material:Material . | 514 | rdfs:subClassOf ep-material:Material . |
505 | 515 | ||
516 | +ep-material:Phenols | ||
517 | + rdf:type owl:Class ; | ||
518 | + rdfs:label "phenols"^^xsd:string ; | ||
519 | + rdfs:subClassOf ep-material:Material . | ||
520 | + | ||
506 | ep-material:PlusFraction | 521 | ep-material:PlusFraction |
507 | rdf:type owl:Class ; | 522 | rdf:type owl:Class ; |
508 | rdfs:label "plus fraction"^^xsd:string ; | 523 | rdfs:label "plus fraction"^^xsd:string ; |
509 | rdfs:subClassOf ep-material:Fluid . | 524 | rdfs:subClassOf ep-material:Fluid . |
510 | 525 | ||
511 | ep-material:Propane | 526 | ep-material:Propane |
512 | - rdf:type ep-material:SubstanceType , owl:Class ; | 527 | + rdf:type owl:Class , ep-material:SubstanceType ; |
513 | - rdfs:label "C3"^^xsd:string , "propane"^^xsd:string ; | 528 | + rdfs:label "propane"^^xsd:string , "C3"^^xsd:string ; |
514 | rdfs:subClassOf ep-material:Material ; | 529 | rdfs:subClassOf ep-material:Material ; |
515 | ep-core:seeReferenceData | 530 | ep-core:seeReferenceData |
516 | "http://posccaesar.org/rdl/RDS419264"^^xsd:string . | 531 | "http://posccaesar.org/rdl/RDS419264"^^xsd:string . |
... | @@ -536,7 +551,7 @@ ep-material:QuantityOfMaterialInAStandardState | ... | @@ -536,7 +551,7 @@ ep-material:QuantityOfMaterialInAStandardState |
536 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 551 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
537 | 552 | ||
538 | ep-material:Salt | 553 | ep-material:Salt |
539 | - rdf:type ep-material:SubstanceType , owl:Class ; | 554 | + rdf:type owl:Class , ep-material:SubstanceType ; |
540 | rdfs:label "salt"^^xsd:string ; | 555 | rdfs:label "salt"^^xsd:string ; |
541 | rdfs:subClassOf ep-material:Material ; | 556 | rdfs:subClassOf ep-material:Material ; |
542 | ep-core:seeReferenceData | 557 | ep-core:seeReferenceData |
... | @@ -599,7 +614,7 @@ ep-material:Water-processed | ... | @@ -599,7 +614,7 @@ ep-material:Water-processed |
599 | rdfs:subClassOf ep-material:Material . | 614 | rdfs:subClassOf ep-material:Material . |
600 | 615 | ||
601 | ep-material:firstMaterialOfPair | 616 | ep-material:firstMaterialOfPair |
602 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 617 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
603 | rdfs:domain ep-material:MaterialPair ; | 618 | rdfs:domain ep-material:MaterialPair ; |
604 | rdfs:label "first material of pair"^^xsd:string ; | 619 | rdfs:label "first material of pair"^^xsd:string ; |
605 | rdfs:range ep-material:Material . | 620 | rdfs:range ep-material:Material . |
... | @@ -620,519 +635,519 @@ ep-material:hasNonPrimaryComponent | ... | @@ -620,519 +635,519 @@ ep-material:hasNonPrimaryComponent |
620 | rdfs:subPropertyOf ep-material:hasComponent . | 635 | rdfs:subPropertyOf ep-material:hasComponent . |
621 | 636 | ||
622 | ep-material:hasPrimaryComponent | 637 | ep-material:hasPrimaryComponent |
623 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 638 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
624 | rdfs:domain ep-material:Material ; | 639 | rdfs:domain ep-material:Material ; |
625 | rdfs:label "has primary component"^^xsd:string ; | 640 | rdfs:label "has primary component"^^xsd:string ; |
626 | rdfs:range ep-material:Material ; | 641 | rdfs:range ep-material:Material ; |
627 | rdfs:subPropertyOf ep-material:hasComponent . | 642 | rdfs:subPropertyOf ep-material:hasComponent . |
628 | 643 | ||
629 | ep-material:massRatio | 644 | ep-material:massRatio |
630 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 645 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
631 | rdfs:domain ep-material:MaterialPair ; | 646 | rdfs:domain ep-material:MaterialPair ; |
632 | rdfs:label "mass ratio"^^xsd:string ; | 647 | rdfs:label "mass ratio"^^xsd:string ; |
633 | rdfs:range ep-core:Ratio . | 648 | rdfs:range ep-core:Ratio . |
634 | 649 | ||
635 | ep-material:moleRatio | 650 | ep-material:moleRatio |
636 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 651 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
637 | rdfs:domain ep-material:MaterialPair ; | 652 | rdfs:domain ep-material:MaterialPair ; |
638 | rdfs:label "mole ratio"^^xsd:string ; | 653 | rdfs:label "mole ratio"^^xsd:string ; |
639 | rdfs:range ep-core:Ratio . | 654 | rdfs:range ep-core:Ratio . |
640 | 655 | ||
641 | ep-material:partMaterialOfPair | 656 | ep-material:partMaterialOfPair |
642 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 657 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
643 | rdfs:domain ep-material:MaterialPartWholePair ; | 658 | rdfs:domain ep-material:MaterialPartWholePair ; |
644 | rdfs:label "part material of pair"^^xsd:string ; | 659 | rdfs:label "part material of pair"^^xsd:string ; |
645 | rdfs:range ep-material:Material ; | 660 | rdfs:range ep-material:Material ; |
646 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 661 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
647 | 662 | ||
648 | ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial | 663 | ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial |
649 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 664 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
650 | rdfs:domain ep-material:MaterialPair ; | 665 | rdfs:domain ep-material:MaterialPair ; |
651 | rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ; | 666 | rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ; |
652 | rdfs:range ep-core:Density . | 667 | rdfs:range ep-core:Density . |
653 | 668 | ||
654 | ep-material:reidVaporPressure | 669 | ep-material:reidVaporPressure |
655 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 670 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
656 | rdfs:domain ep-core:PhysicalThing ; | 671 | rdfs:domain ep-core:PhysicalThing ; |
657 | rdfs:label "Reid vapor pressure"^^xsd:string ; | 672 | rdfs:label "Reid vapor pressure"^^xsd:string ; |
658 | rdfs:range ep-core:Pressure . | 673 | rdfs:range ep-core:Pressure . |
659 | 674 | ||
660 | ep-material:secondMaterialOfPair | 675 | ep-material:secondMaterialOfPair |
661 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 676 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
662 | rdfs:domain ep-material:MaterialPair ; | 677 | rdfs:domain ep-material:MaterialPair ; |
663 | rdfs:label "second material of pair"^^xsd:string ; | 678 | rdfs:label "second material of pair"^^xsd:string ; |
664 | rdfs:range ep-material:Material . | 679 | rdfs:range ep-material:Material . |
665 | 680 | ||
666 | ep-material:substance-11dmcyPentane | 681 | ep-material:substance-11dmcyPentane |
667 | - rdf:type ep-material:SubstanceType , owl:Class ; | 682 | + rdf:type owl:Class , ep-material:SubstanceType ; |
668 | rdfs:label "11dmcy pentane"^^xsd:string ; | 683 | rdfs:label "11dmcy pentane"^^xsd:string ; |
669 | rdfs:subClassOf ep-material:Material . | 684 | rdfs:subClassOf ep-material:Material . |
670 | 685 | ||
671 | ep-material:substance-124tmBenzene | 686 | ep-material:substance-124tmBenzene |
672 | - rdf:type ep-material:SubstanceType , owl:Class ; | 687 | + rdf:type owl:Class , ep-material:SubstanceType ; |
673 | rdfs:label "124tm benzene"^^xsd:string ; | 688 | rdfs:label "124tm benzene"^^xsd:string ; |
674 | rdfs:subClassOf ep-material:Material . | 689 | rdfs:subClassOf ep-material:Material . |
675 | 690 | ||
676 | ep-material:substance-12dmBenzene | 691 | ep-material:substance-12dmBenzene |
677 | - rdf:type ep-material:SubstanceType , owl:Class ; | 692 | + rdf:type owl:Class , ep-material:SubstanceType ; |
678 | rdfs:label "12dm benzene"^^xsd:string ; | 693 | rdfs:label "12dm benzene"^^xsd:string ; |
679 | rdfs:subClassOf ep-material:Material . | 694 | rdfs:subClassOf ep-material:Material . |
680 | 695 | ||
681 | ep-material:substance-13dmBenzene | 696 | ep-material:substance-13dmBenzene |
682 | - rdf:type ep-material:SubstanceType , owl:Class ; | 697 | + rdf:type owl:Class , ep-material:SubstanceType ; |
683 | rdfs:label "13dm benzene"^^xsd:string ; | 698 | rdfs:label "13dm benzene"^^xsd:string ; |
684 | rdfs:subClassOf ep-material:Material . | 699 | rdfs:subClassOf ep-material:Material . |
685 | 700 | ||
686 | ep-material:substance-14dmBenzene | 701 | ep-material:substance-14dmBenzene |
687 | - rdf:type ep-material:SubstanceType , owl:Class ; | 702 | + rdf:type owl:Class , ep-material:SubstanceType ; |
688 | rdfs:label "14dm benzene"^^xsd:string ; | 703 | rdfs:label "14dm benzene"^^xsd:string ; |
689 | rdfs:subClassOf ep-material:Material . | 704 | rdfs:subClassOf ep-material:Material . |
690 | 705 | ||
691 | ep-material:substance-223tmButane | 706 | ep-material:substance-223tmButane |
692 | - rdf:type ep-material:SubstanceType , owl:Class ; | 707 | + rdf:type owl:Class , ep-material:SubstanceType ; |
693 | rdfs:label "223tm butane"^^xsd:string ; | 708 | rdfs:label "223tm butane"^^xsd:string ; |
694 | rdfs:subClassOf ep-material:Material . | 709 | rdfs:subClassOf ep-material:Material . |
695 | 710 | ||
696 | ep-material:substance-223tmPentane | 711 | ep-material:substance-223tmPentane |
697 | - rdf:type ep-material:SubstanceType , owl:Class ; | 712 | + rdf:type owl:Class , ep-material:SubstanceType ; |
698 | rdfs:label "223tm pentane"^^xsd:string ; | 713 | rdfs:label "223tm pentane"^^xsd:string ; |
699 | rdfs:subClassOf ep-material:Material . | 714 | rdfs:subClassOf ep-material:Material . |
700 | 715 | ||
701 | ep-material:substance-22dmButane | 716 | ep-material:substance-22dmButane |
702 | - rdf:type ep-material:SubstanceType , owl:Class ; | 717 | + rdf:type owl:Class , ep-material:SubstanceType ; |
703 | rdfs:label "22dm butane"^^xsd:string ; | 718 | rdfs:label "22dm butane"^^xsd:string ; |
704 | rdfs:subClassOf ep-material:Material . | 719 | rdfs:subClassOf ep-material:Material . |
705 | 720 | ||
706 | ep-material:substance-22dmHexane | 721 | ep-material:substance-22dmHexane |
707 | - rdf:type ep-material:SubstanceType , owl:Class ; | 722 | + rdf:type owl:Class , ep-material:SubstanceType ; |
708 | rdfs:label "22dm hexane"^^xsd:string ; | 723 | rdfs:label "22dm hexane"^^xsd:string ; |
709 | rdfs:subClassOf ep-material:Material . | 724 | rdfs:subClassOf ep-material:Material . |
710 | 725 | ||
711 | ep-material:substance-22dmPentane | 726 | ep-material:substance-22dmPentane |
712 | - rdf:type ep-material:SubstanceType , owl:Class ; | 727 | + rdf:type owl:Class , ep-material:SubstanceType ; |
713 | rdfs:label "22dm pentane"^^xsd:string ; | 728 | rdfs:label "22dm pentane"^^xsd:string ; |
714 | rdfs:subClassOf ep-material:Material . | 729 | rdfs:subClassOf ep-material:Material . |
715 | 730 | ||
716 | ep-material:substance-22dmPropane | 731 | ep-material:substance-22dmPropane |
717 | - rdf:type ep-material:SubstanceType , owl:Class ; | 732 | + rdf:type owl:Class , ep-material:SubstanceType ; |
718 | rdfs:label "22dm propane"^^xsd:string ; | 733 | rdfs:label "22dm propane"^^xsd:string ; |
719 | rdfs:subClassOf ep-material:Material . | 734 | rdfs:subClassOf ep-material:Material . |
720 | 735 | ||
721 | ep-material:substance-23dmButane | 736 | ep-material:substance-23dmButane |
722 | - rdf:type ep-material:SubstanceType , owl:Class ; | 737 | + rdf:type owl:Class , ep-material:SubstanceType ; |
723 | rdfs:label "23dm butane"^^xsd:string ; | 738 | rdfs:label "23dm butane"^^xsd:string ; |
724 | rdfs:subClassOf ep-material:Material . | 739 | rdfs:subClassOf ep-material:Material . |
725 | 740 | ||
726 | ep-material:substance-23dmPentane | 741 | ep-material:substance-23dmPentane |
727 | - rdf:type ep-material:SubstanceType , owl:Class ; | 742 | + rdf:type owl:Class , ep-material:SubstanceType ; |
728 | rdfs:label "23dm pentane"^^xsd:string ; | 743 | rdfs:label "23dm pentane"^^xsd:string ; |
729 | rdfs:subClassOf ep-material:Material . | 744 | rdfs:subClassOf ep-material:Material . |
730 | 745 | ||
731 | ep-material:substance-24dmHexane | 746 | ep-material:substance-24dmHexane |
732 | - rdf:type ep-material:SubstanceType , owl:Class ; | 747 | + rdf:type owl:Class , ep-material:SubstanceType ; |
733 | rdfs:label "24dm hexane"^^xsd:string ; | 748 | rdfs:label "24dm hexane"^^xsd:string ; |
734 | rdfs:subClassOf ep-material:Material . | 749 | rdfs:subClassOf ep-material:Material . |
735 | 750 | ||
736 | ep-material:substance-24dmPentane | 751 | ep-material:substance-24dmPentane |
737 | - rdf:type ep-material:SubstanceType , owl:Class ; | 752 | + rdf:type owl:Class , ep-material:SubstanceType ; |
738 | rdfs:label "24dm pentane"^^xsd:string ; | 753 | rdfs:label "24dm pentane"^^xsd:string ; |
739 | rdfs:subClassOf ep-material:Material . | 754 | rdfs:subClassOf ep-material:Material . |
740 | 755 | ||
741 | ep-material:substance-25dmHexane | 756 | ep-material:substance-25dmHexane |
742 | - rdf:type ep-material:SubstanceType , owl:Class ; | 757 | + rdf:type owl:Class , ep-material:SubstanceType ; |
743 | rdfs:label "25dm hexane"^^xsd:string ; | 758 | rdfs:label "25dm hexane"^^xsd:string ; |
744 | rdfs:subClassOf ep-material:Material . | 759 | rdfs:subClassOf ep-material:Material . |
745 | 760 | ||
746 | ep-material:substance-2mButane | 761 | ep-material:substance-2mButane |
747 | - rdf:type ep-material:SubstanceType , owl:Class ; | 762 | + rdf:type owl:Class , ep-material:SubstanceType ; |
748 | rdfs:label "2m butane"^^xsd:string ; | 763 | rdfs:label "2m butane"^^xsd:string ; |
749 | rdfs:subClassOf ep-material:Material . | 764 | rdfs:subClassOf ep-material:Material . |
750 | 765 | ||
751 | ep-material:substance-2mHexane | 766 | ep-material:substance-2mHexane |
752 | - rdf:type ep-material:SubstanceType , owl:Class ; | 767 | + rdf:type owl:Class , ep-material:SubstanceType ; |
753 | rdfs:label "2m hexane"^^xsd:string ; | 768 | rdfs:label "2m hexane"^^xsd:string ; |
754 | rdfs:subClassOf ep-material:Material . | 769 | rdfs:subClassOf ep-material:Material . |
755 | 770 | ||
756 | ep-material:substance-2mPentane | 771 | ep-material:substance-2mPentane |
757 | - rdf:type ep-material:SubstanceType , owl:Class ; | 772 | + rdf:type owl:Class , ep-material:SubstanceType ; |
758 | rdfs:label "2m pentane"^^xsd:string ; | 773 | rdfs:label "2m pentane"^^xsd:string ; |
759 | rdfs:subClassOf ep-material:Material . | 774 | rdfs:subClassOf ep-material:Material . |
760 | 775 | ||
761 | ep-material:substance-2mPropane | 776 | ep-material:substance-2mPropane |
762 | - rdf:type ep-material:SubstanceType , owl:Class ; | 777 | + rdf:type owl:Class , ep-material:SubstanceType ; |
763 | rdfs:label "2m propane"^^xsd:string ; | 778 | rdfs:label "2m propane"^^xsd:string ; |
764 | rdfs:subClassOf ep-material:Material . | 779 | rdfs:subClassOf ep-material:Material . |
765 | 780 | ||
766 | ep-material:substance-33dmPentane | 781 | ep-material:substance-33dmPentane |
767 | - rdf:type ep-material:SubstanceType , owl:Class ; | 782 | + rdf:type owl:Class , ep-material:SubstanceType ; |
768 | rdfs:label "33dm pentane"^^xsd:string ; | 783 | rdfs:label "33dm pentane"^^xsd:string ; |
769 | rdfs:subClassOf ep-material:Material . | 784 | rdfs:subClassOf ep-material:Material . |
770 | 785 | ||
771 | ep-material:substance-3etPentane | 786 | ep-material:substance-3etPentane |
772 | - rdf:type ep-material:SubstanceType , owl:Class ; | 787 | + rdf:type owl:Class , ep-material:SubstanceType ; |
773 | rdfs:label "3et pentane"^^xsd:string ; | 788 | rdfs:label "3et pentane"^^xsd:string ; |
774 | rdfs:subClassOf ep-material:Material . | 789 | rdfs:subClassOf ep-material:Material . |
775 | 790 | ||
776 | ep-material:substance-3mHexane | 791 | ep-material:substance-3mHexane |
777 | - rdf:type ep-material:SubstanceType , owl:Class ; | 792 | + rdf:type owl:Class , ep-material:SubstanceType ; |
778 | rdfs:label "3m hexane"^^xsd:string ; | 793 | rdfs:label "3m hexane"^^xsd:string ; |
779 | rdfs:subClassOf ep-material:Material . | 794 | rdfs:subClassOf ep-material:Material . |
780 | 795 | ||
781 | ep-material:substance-3mPentane | 796 | ep-material:substance-3mPentane |
782 | - rdf:type ep-material:SubstanceType , owl:Class ; | 797 | + rdf:type owl:Class , ep-material:SubstanceType ; |
783 | rdfs:label "3m pentane"^^xsd:string ; | 798 | rdfs:label "3m pentane"^^xsd:string ; |
784 | rdfs:subClassOf ep-material:Material . | 799 | rdfs:subClassOf ep-material:Material . |
785 | 800 | ||
786 | ep-material:substance-Ar | 801 | ep-material:substance-Ar |
787 | - rdf:type ep-material:SubstanceType , owl:Class ; | 802 | + rdf:type owl:Class , ep-material:SubstanceType ; |
788 | - rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; | 803 | + rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; |
789 | rdfs:subClassOf ep-material:Material . | 804 | rdfs:subClassOf ep-material:Material . |
790 | 805 | ||
791 | ep-material:substance-Benzene | 806 | ep-material:substance-Benzene |
792 | - rdf:type ep-material:SubstanceType , owl:Class ; | 807 | + rdf:type owl:Class , ep-material:SubstanceType ; |
793 | rdfs:label "benzene"^^xsd:string ; | 808 | rdfs:label "benzene"^^xsd:string ; |
794 | rdfs:subClassOf ep-material:Material ; | 809 | rdfs:subClassOf ep-material:Material ; |
795 | ep-core:seeReferenceData | 810 | ep-core:seeReferenceData |
796 | "http://posccaesar.org/rdl/RDS423899"^^xsd:string . | 811 | "http://posccaesar.org/rdl/RDS423899"^^xsd:string . |
797 | 812 | ||
798 | ep-material:substance-Butane | 813 | ep-material:substance-Butane |
799 | - rdf:type ep-material:SubstanceType , owl:Class ; | 814 | + rdf:type owl:Class , ep-material:SubstanceType ; |
800 | rdfs:label "butane"^^xsd:string ; | 815 | rdfs:label "butane"^^xsd:string ; |
801 | rdfs:subClassOf ep-material:Material ; | 816 | rdfs:subClassOf ep-material:Material ; |
802 | ep-core:seeReferenceData | 817 | ep-core:seeReferenceData |
803 | "http://posccaesar.org/rdl/RDS419354"^^xsd:string . | 818 | "http://posccaesar.org/rdl/RDS419354"^^xsd:string . |
804 | 819 | ||
805 | ep-material:substance-C11F | 820 | ep-material:substance-C11F |
806 | - rdf:type ep-material:SubstanceType , owl:Class ; | 821 | + rdf:type owl:Class , ep-material:SubstanceType ; |
807 | rdfs:label "C11F"^^xsd:string ; | 822 | rdfs:label "C11F"^^xsd:string ; |
808 | rdfs:subClassOf ep-material:Material . | 823 | rdfs:subClassOf ep-material:Material . |
809 | 824 | ||
810 | ep-material:substance-C12F | 825 | ep-material:substance-C12F |
811 | - rdf:type ep-material:SubstanceType , owl:Class ; | 826 | + rdf:type owl:Class , ep-material:SubstanceType ; |
812 | rdfs:label "C12F"^^xsd:string ; | 827 | rdfs:label "C12F"^^xsd:string ; |
813 | rdfs:subClassOf ep-material:Material . | 828 | rdfs:subClassOf ep-material:Material . |
814 | 829 | ||
815 | ep-material:substance-C13F | 830 | ep-material:substance-C13F |
816 | - rdf:type ep-material:SubstanceType , owl:Class ; | 831 | + rdf:type owl:Class , ep-material:SubstanceType ; |
817 | rdfs:label "C13F"^^xsd:string ; | 832 | rdfs:label "C13F"^^xsd:string ; |
818 | rdfs:subClassOf ep-material:Material . | 833 | rdfs:subClassOf ep-material:Material . |
819 | 834 | ||
820 | ep-material:substance-C13dmcyPentane | 835 | ep-material:substance-C13dmcyPentane |
821 | - rdf:type ep-material:SubstanceType , owl:Class ; | 836 | + rdf:type owl:Class , ep-material:SubstanceType ; |
822 | rdfs:label "c13dmcy pentane"^^xsd:string ; | 837 | rdfs:label "c13dmcy pentane"^^xsd:string ; |
823 | rdfs:subClassOf ep-material:Material . | 838 | rdfs:subClassOf ep-material:Material . |
824 | 839 | ||
825 | ep-material:substance-C14F | 840 | ep-material:substance-C14F |
826 | - rdf:type ep-material:SubstanceType , owl:Class ; | 841 | + rdf:type owl:Class , ep-material:SubstanceType ; |
827 | rdfs:label "C14F"^^xsd:string ; | 842 | rdfs:label "C14F"^^xsd:string ; |
828 | rdfs:subClassOf ep-material:Material . | 843 | rdfs:subClassOf ep-material:Material . |
829 | 844 | ||
830 | ep-material:substance-C15F | 845 | ep-material:substance-C15F |
831 | - rdf:type ep-material:SubstanceType , owl:Class ; | 846 | + rdf:type owl:Class , ep-material:SubstanceType ; |
832 | rdfs:label "C15F"^^xsd:string ; | 847 | rdfs:label "C15F"^^xsd:string ; |
833 | rdfs:subClassOf ep-material:Material . | 848 | rdfs:subClassOf ep-material:Material . |
834 | 849 | ||
835 | ep-material:substance-C16F | 850 | ep-material:substance-C16F |
836 | - rdf:type ep-material:SubstanceType , owl:Class ; | 851 | + rdf:type owl:Class , ep-material:SubstanceType ; |
837 | rdfs:label "C16F"^^xsd:string ; | 852 | rdfs:label "C16F"^^xsd:string ; |
838 | rdfs:subClassOf ep-material:Material . | 853 | rdfs:subClassOf ep-material:Material . |
839 | 854 | ||
840 | ep-material:substance-C17F | 855 | ep-material:substance-C17F |
841 | - rdf:type ep-material:SubstanceType , owl:Class ; | 856 | + rdf:type owl:Class , ep-material:SubstanceType ; |
842 | rdfs:label "C17F"^^xsd:string ; | 857 | rdfs:label "C17F"^^xsd:string ; |
843 | rdfs:subClassOf ep-material:Material . | 858 | rdfs:subClassOf ep-material:Material . |
844 | 859 | ||
845 | ep-material:substance-C18F | 860 | ep-material:substance-C18F |
846 | - rdf:type ep-material:SubstanceType , owl:Class ; | 861 | + rdf:type owl:Class , ep-material:SubstanceType ; |
847 | rdfs:label "C18F"^^xsd:string ; | 862 | rdfs:label "C18F"^^xsd:string ; |
848 | rdfs:subClassOf ep-material:Material . | 863 | rdfs:subClassOf ep-material:Material . |
849 | 864 | ||
850 | ep-material:substance-C19F | 865 | ep-material:substance-C19F |
851 | - rdf:type ep-material:SubstanceType , owl:Class ; | 866 | + rdf:type owl:Class , ep-material:SubstanceType ; |
852 | rdfs:label "C19F"^^xsd:string ; | 867 | rdfs:label "C19F"^^xsd:string ; |
853 | rdfs:subClassOf ep-material:Material . | 868 | rdfs:subClassOf ep-material:Material . |
854 | 869 | ||
855 | ep-material:substance-C20F | 870 | ep-material:substance-C20F |
856 | - rdf:type ep-material:SubstanceType , owl:Class ; | 871 | + rdf:type owl:Class , ep-material:SubstanceType ; |
857 | rdfs:label "C20F"^^xsd:string ; | 872 | rdfs:label "C20F"^^xsd:string ; |
858 | rdfs:subClassOf ep-material:Material . | 873 | rdfs:subClassOf ep-material:Material . |
859 | 874 | ||
860 | ep-material:substance-C21F | 875 | ep-material:substance-C21F |
861 | - rdf:type ep-material:SubstanceType , owl:Class ; | 876 | + rdf:type owl:Class , ep-material:SubstanceType ; |
862 | rdfs:label "C21F"^^xsd:string ; | 877 | rdfs:label "C21F"^^xsd:string ; |
863 | rdfs:subClassOf ep-material:Material . | 878 | rdfs:subClassOf ep-material:Material . |
864 | 879 | ||
865 | ep-material:substance-C22F | 880 | ep-material:substance-C22F |
866 | - rdf:type ep-material:SubstanceType , owl:Class ; | 881 | + rdf:type owl:Class , ep-material:SubstanceType ; |
867 | rdfs:label "C22F"^^xsd:string ; | 882 | rdfs:label "C22F"^^xsd:string ; |
868 | rdfs:subClassOf ep-material:Material . | 883 | rdfs:subClassOf ep-material:Material . |
869 | 884 | ||
870 | ep-material:substance-C23F | 885 | ep-material:substance-C23F |
871 | - rdf:type ep-material:SubstanceType , owl:Class ; | 886 | + rdf:type owl:Class , ep-material:SubstanceType ; |
872 | rdfs:label "C23F"^^xsd:string ; | 887 | rdfs:label "C23F"^^xsd:string ; |
873 | rdfs:subClassOf ep-material:Material . | 888 | rdfs:subClassOf ep-material:Material . |
874 | 889 | ||
875 | ep-material:substance-C24F | 890 | ep-material:substance-C24F |
876 | - rdf:type ep-material:SubstanceType , owl:Class ; | 891 | + rdf:type owl:Class , ep-material:SubstanceType ; |
877 | rdfs:label "C24F"^^xsd:string ; | 892 | rdfs:label "C24F"^^xsd:string ; |
878 | rdfs:subClassOf ep-material:Material . | 893 | rdfs:subClassOf ep-material:Material . |
879 | 894 | ||
880 | ep-material:substance-C25F | 895 | ep-material:substance-C25F |
881 | - rdf:type ep-material:SubstanceType , owl:Class ; | 896 | + rdf:type owl:Class , ep-material:SubstanceType ; |
882 | rdfs:label "C25F"^^xsd:string ; | 897 | rdfs:label "C25F"^^xsd:string ; |
883 | rdfs:subClassOf ep-material:Material . | 898 | rdfs:subClassOf ep-material:Material . |
884 | 899 | ||
885 | ep-material:substance-C26F | 900 | ep-material:substance-C26F |
886 | - rdf:type ep-material:SubstanceType , owl:Class ; | 901 | + rdf:type owl:Class , ep-material:SubstanceType ; |
887 | rdfs:label "C26F"^^xsd:string ; | 902 | rdfs:label "C26F"^^xsd:string ; |
888 | rdfs:subClassOf ep-material:Material . | 903 | rdfs:subClassOf ep-material:Material . |
889 | 904 | ||
890 | ep-material:substance-C27F | 905 | ep-material:substance-C27F |
891 | - rdf:type ep-material:SubstanceType , owl:Class ; | 906 | + rdf:type owl:Class , ep-material:SubstanceType ; |
892 | rdfs:label "C27F"^^xsd:string ; | 907 | rdfs:label "C27F"^^xsd:string ; |
893 | rdfs:subClassOf ep-material:Material . | 908 | rdfs:subClassOf ep-material:Material . |
894 | 909 | ||
895 | ep-material:substance-C28F | 910 | ep-material:substance-C28F |
896 | - rdf:type ep-material:SubstanceType , owl:Class ; | 911 | + rdf:type owl:Class , ep-material:SubstanceType ; |
897 | rdfs:label "C28F"^^xsd:string ; | 912 | rdfs:label "C28F"^^xsd:string ; |
898 | rdfs:subClassOf ep-material:Material . | 913 | rdfs:subClassOf ep-material:Material . |
899 | 914 | ||
900 | ep-material:substance-C29F | 915 | ep-material:substance-C29F |
901 | - rdf:type ep-material:SubstanceType , owl:Class ; | 916 | + rdf:type owl:Class , ep-material:SubstanceType ; |
902 | rdfs:label "C29F"^^xsd:string ; | 917 | rdfs:label "C29F"^^xsd:string ; |
903 | rdfs:subClassOf ep-material:Material . | 918 | rdfs:subClassOf ep-material:Material . |
904 | 919 | ||
905 | ep-material:substance-C30F | 920 | ep-material:substance-C30F |
906 | - rdf:type ep-material:SubstanceType , owl:Class ; | 921 | + rdf:type owl:Class , ep-material:SubstanceType ; |
907 | rdfs:label "C30F"^^xsd:string ; | 922 | rdfs:label "C30F"^^xsd:string ; |
908 | rdfs:subClassOf ep-material:Material . | 923 | rdfs:subClassOf ep-material:Material . |
909 | 924 | ||
910 | ep-material:substance-C31F | 925 | ep-material:substance-C31F |
911 | - rdf:type ep-material:SubstanceType , owl:Class ; | 926 | + rdf:type owl:Class , ep-material:SubstanceType ; |
912 | rdfs:label "C31F"^^xsd:string ; | 927 | rdfs:label "C31F"^^xsd:string ; |
913 | rdfs:subClassOf ep-material:Material . | 928 | rdfs:subClassOf ep-material:Material . |
914 | 929 | ||
915 | ep-material:substance-C32F | 930 | ep-material:substance-C32F |
916 | - rdf:type ep-material:SubstanceType , owl:Class ; | 931 | + rdf:type owl:Class , ep-material:SubstanceType ; |
917 | rdfs:label "C32F"^^xsd:string ; | 932 | rdfs:label "C32F"^^xsd:string ; |
918 | rdfs:subClassOf ep-material:Material . | 933 | rdfs:subClassOf ep-material:Material . |
919 | 934 | ||
920 | ep-material:substance-C33F | 935 | ep-material:substance-C33F |
921 | - rdf:type ep-material:SubstanceType , owl:Class ; | 936 | + rdf:type owl:Class , ep-material:SubstanceType ; |
922 | rdfs:label "C33F"^^xsd:string ; | 937 | rdfs:label "C33F"^^xsd:string ; |
923 | rdfs:subClassOf ep-material:Material . | 938 | rdfs:subClassOf ep-material:Material . |
924 | 939 | ||
925 | ep-material:substance-C34F | 940 | ep-material:substance-C34F |
926 | - rdf:type ep-material:SubstanceType , owl:Class ; | 941 | + rdf:type owl:Class , ep-material:SubstanceType ; |
927 | rdfs:label "C34F"^^xsd:string ; | 942 | rdfs:label "C34F"^^xsd:string ; |
928 | rdfs:subClassOf ep-material:Material . | 943 | rdfs:subClassOf ep-material:Material . |
929 | 944 | ||
930 | ep-material:substance-C35F | 945 | ep-material:substance-C35F |
931 | - rdf:type ep-material:SubstanceType , owl:Class ; | 946 | + rdf:type owl:Class , ep-material:SubstanceType ; |
932 | rdfs:label "C35F"^^xsd:string ; | 947 | rdfs:label "C35F"^^xsd:string ; |
933 | rdfs:subClassOf ep-material:Material . | 948 | rdfs:subClassOf ep-material:Material . |
934 | 949 | ||
935 | ep-material:substance-C36F | 950 | ep-material:substance-C36F |
936 | - rdf:type ep-material:SubstanceType , owl:Class ; | 951 | + rdf:type owl:Class , ep-material:SubstanceType ; |
937 | rdfs:label "C36F"^^xsd:string ; | 952 | rdfs:label "C36F"^^xsd:string ; |
938 | rdfs:subClassOf ep-material:Material . | 953 | rdfs:subClassOf ep-material:Material . |
939 | 954 | ||
940 | ep-material:substance-C37F | 955 | ep-material:substance-C37F |
941 | - rdf:type ep-material:SubstanceType , owl:Class ; | 956 | + rdf:type owl:Class , ep-material:SubstanceType ; |
942 | rdfs:label "C37F"^^xsd:string ; | 957 | rdfs:label "C37F"^^xsd:string ; |
943 | rdfs:subClassOf ep-material:Material . | 958 | rdfs:subClassOf ep-material:Material . |
944 | 959 | ||
945 | ep-material:substance-C38F | 960 | ep-material:substance-C38F |
946 | - rdf:type ep-material:SubstanceType , owl:Class ; | 961 | + rdf:type owl:Class , ep-material:SubstanceType ; |
947 | rdfs:label "C38F"^^xsd:string ; | 962 | rdfs:label "C38F"^^xsd:string ; |
948 | rdfs:subClassOf ep-material:Material . | 963 | rdfs:subClassOf ep-material:Material . |
949 | 964 | ||
950 | ep-material:substance-C39F | 965 | ep-material:substance-C39F |
951 | - rdf:type ep-material:SubstanceType , owl:Class ; | 966 | + rdf:type owl:Class , ep-material:SubstanceType ; |
952 | rdfs:label "C39F"^^xsd:string ; | 967 | rdfs:label "C39F"^^xsd:string ; |
953 | rdfs:subClassOf ep-material:Material . | 968 | rdfs:subClassOf ep-material:Material . |
954 | 969 | ||
955 | ep-material:substance-C40F | 970 | ep-material:substance-C40F |
956 | - rdf:type ep-material:SubstanceType , owl:Class ; | 971 | + rdf:type owl:Class , ep-material:SubstanceType ; |
957 | rdfs:label "C40F"^^xsd:string ; | 972 | rdfs:label "C40F"^^xsd:string ; |
958 | rdfs:subClassOf ep-material:Material . | 973 | rdfs:subClassOf ep-material:Material . |
959 | 974 | ||
960 | ep-material:substance-C41F | 975 | ep-material:substance-C41F |
961 | - rdf:type ep-material:SubstanceType , owl:Class ; | 976 | + rdf:type owl:Class , ep-material:SubstanceType ; |
962 | rdfs:label "C41F"^^xsd:string ; | 977 | rdfs:label "C41F"^^xsd:string ; |
963 | rdfs:subClassOf ep-material:Material . | 978 | rdfs:subClassOf ep-material:Material . |
964 | 979 | ||
965 | ep-material:substance-C42F | 980 | ep-material:substance-C42F |
966 | - rdf:type ep-material:SubstanceType , owl:Class ; | 981 | + rdf:type owl:Class , ep-material:SubstanceType ; |
967 | rdfs:label "C42F"^^xsd:string ; | 982 | rdfs:label "C42F"^^xsd:string ; |
968 | rdfs:subClassOf ep-material:Material . | 983 | rdfs:subClassOf ep-material:Material . |
969 | 984 | ||
970 | ep-material:substance-C43F | 985 | ep-material:substance-C43F |
971 | - rdf:type ep-material:SubstanceType , owl:Class ; | 986 | + rdf:type owl:Class , ep-material:SubstanceType ; |
972 | rdfs:label "C43F"^^xsd:string ; | 987 | rdfs:label "C43F"^^xsd:string ; |
973 | rdfs:subClassOf ep-material:Material . | 988 | rdfs:subClassOf ep-material:Material . |
974 | 989 | ||
975 | ep-material:substance-C44F | 990 | ep-material:substance-C44F |
976 | - rdf:type ep-material:SubstanceType , owl:Class ; | 991 | + rdf:type owl:Class , ep-material:SubstanceType ; |
977 | rdfs:label "C44F"^^xsd:string ; | 992 | rdfs:label "C44F"^^xsd:string ; |
978 | rdfs:subClassOf ep-material:Material . | 993 | rdfs:subClassOf ep-material:Material . |
979 | 994 | ||
980 | ep-material:substance-C45F | 995 | ep-material:substance-C45F |
981 | - rdf:type ep-material:SubstanceType , owl:Class ; | 996 | + rdf:type owl:Class , ep-material:SubstanceType ; |
982 | rdfs:label "C45F"^^xsd:string ; | 997 | rdfs:label "C45F"^^xsd:string ; |
983 | rdfs:subClassOf ep-material:Material . | 998 | rdfs:subClassOf ep-material:Material . |
984 | 999 | ||
985 | ep-material:substance-C46F | 1000 | ep-material:substance-C46F |
986 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1001 | + rdf:type owl:Class , ep-material:SubstanceType ; |
987 | rdfs:label "C46F"^^xsd:string ; | 1002 | rdfs:label "C46F"^^xsd:string ; |
988 | rdfs:subClassOf ep-material:Material . | 1003 | rdfs:subClassOf ep-material:Material . |
989 | 1004 | ||
990 | ep-material:substance-C47F | 1005 | ep-material:substance-C47F |
991 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1006 | + rdf:type owl:Class , ep-material:SubstanceType ; |
992 | rdfs:label "C47F"^^xsd:string ; | 1007 | rdfs:label "C47F"^^xsd:string ; |
993 | rdfs:subClassOf ep-material:Material . | 1008 | rdfs:subClassOf ep-material:Material . |
994 | 1009 | ||
995 | ep-material:substance-C48F | 1010 | ep-material:substance-C48F |
996 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1011 | + rdf:type owl:Class , ep-material:SubstanceType ; |
997 | rdfs:label "C48F"^^xsd:string ; | 1012 | rdfs:label "C48F"^^xsd:string ; |
998 | rdfs:subClassOf ep-material:Material . | 1013 | rdfs:subClassOf ep-material:Material . |
999 | 1014 | ||
1000 | ep-material:substance-C49F | 1015 | ep-material:substance-C49F |
1001 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1016 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1002 | rdfs:label "C49F"^^xsd:string ; | 1017 | rdfs:label "C49F"^^xsd:string ; |
1003 | rdfs:subClassOf ep-material:Material . | 1018 | rdfs:subClassOf ep-material:Material . |
1004 | 1019 | ||
1005 | ep-material:substance-CO2 | 1020 | ep-material:substance-CO2 |
1006 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1021 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1007 | rdfs:label "CO2"^^xsd:string ; | 1022 | rdfs:label "CO2"^^xsd:string ; |
1008 | rdfs:subClassOf ep-material:Material . | 1023 | rdfs:subClassOf ep-material:Material . |
1009 | 1024 | ||
1010 | ep-material:substance-Cyclohexane | 1025 | ep-material:substance-Cyclohexane |
1011 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1026 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1012 | rdfs:label "cyclohexane"^^xsd:string ; | 1027 | rdfs:label "cyclohexane"^^xsd:string ; |
1013 | rdfs:subClassOf ep-material:Material ; | 1028 | rdfs:subClassOf ep-material:Material ; |
1014 | ep-core:seeReferenceData | 1029 | ep-core:seeReferenceData |
1015 | "http://posccaesar.org/rdl/RDS424439"^^xsd:string . | 1030 | "http://posccaesar.org/rdl/RDS424439"^^xsd:string . |
1016 | 1031 | ||
1017 | ep-material:substance-Cyclopentane | 1032 | ep-material:substance-Cyclopentane |
1018 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1033 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1019 | rdfs:label "cyclopentane"^^xsd:string ; | 1034 | rdfs:label "cyclopentane"^^xsd:string ; |
1020 | rdfs:subClassOf ep-material:Material ; | 1035 | rdfs:subClassOf ep-material:Material ; |
1021 | ep-core:seeReferenceData | 1036 | ep-core:seeReferenceData |
1022 | "http://posccaesar.org/rdl/RDS424619"^^xsd:string . | 1037 | "http://posccaesar.org/rdl/RDS424619"^^xsd:string . |
1023 | 1038 | ||
1024 | ep-material:substance-Decanes | 1039 | ep-material:substance-Decanes |
1025 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1040 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1026 | rdfs:label "decanes"^^xsd:string ; | 1041 | rdfs:label "decanes"^^xsd:string ; |
1027 | rdfs:subClassOf ep-material:Material . | 1042 | rdfs:subClassOf ep-material:Material . |
1028 | 1043 | ||
1029 | ep-material:substance-EtBenzene | 1044 | ep-material:substance-EtBenzene |
1030 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1045 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1031 | rdfs:label "et benzene"^^xsd:string ; | 1046 | rdfs:label "et benzene"^^xsd:string ; |
1032 | rdfs:subClassOf ep-material:Material . | 1047 | rdfs:subClassOf ep-material:Material . |
1033 | 1048 | ||
1034 | ep-material:substance-EtcyPentane | 1049 | ep-material:substance-EtcyPentane |
1035 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1050 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1036 | rdfs:label "etcy pentane"^^xsd:string ; | 1051 | rdfs:label "etcy pentane"^^xsd:string ; |
1037 | rdfs:subClassOf ep-material:Material . | 1052 | rdfs:subClassOf ep-material:Material . |
1038 | 1053 | ||
1039 | ep-material:substance-Ethane | 1054 | ep-material:substance-Ethane |
1040 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1055 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1041 | - rdfs:label "C2"^^xsd:string , "ethane"^^xsd:string ; | 1056 | + rdfs:label "ethane"^^xsd:string , "C2"^^xsd:string ; |
1042 | rdfs:subClassOf ep-material:Material ; | 1057 | rdfs:subClassOf ep-material:Material ; |
1043 | ep-core:seeReferenceData | 1058 | ep-core:seeReferenceData |
1044 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . | 1059 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . |
1045 | 1060 | ||
1046 | ep-material:substance-H2 | 1061 | ep-material:substance-H2 |
1047 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1062 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1048 | rdfs:label "H2"^^xsd:string ; | 1063 | rdfs:label "H2"^^xsd:string ; |
1049 | rdfs:subClassOf ep-material:Material . | 1064 | rdfs:subClassOf ep-material:Material . |
1050 | 1065 | ||
1051 | ep-material:substance-H2O | 1066 | ep-material:substance-H2O |
1052 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1067 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1053 | rdfs:label "H2O"^^xsd:string ; | 1068 | rdfs:label "H2O"^^xsd:string ; |
1054 | rdfs:subClassOf ep-material:Material . | 1069 | rdfs:subClassOf ep-material:Material . |
1055 | 1070 | ||
1056 | ep-material:substance-H2S | 1071 | ep-material:substance-H2S |
1057 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1072 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1058 | rdfs:label "H2S"^^xsd:string ; | 1073 | rdfs:label "H2S"^^xsd:string ; |
1059 | rdfs:subClassOf ep-material:Material . | 1074 | rdfs:subClassOf ep-material:Material . |
1060 | 1075 | ||
1061 | ep-material:substance-Heptanes | 1076 | ep-material:substance-Heptanes |
1062 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1077 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1063 | rdfs:label "heptanes"^^xsd:string ; | 1078 | rdfs:label "heptanes"^^xsd:string ; |
1064 | rdfs:subClassOf ep-material:Material . | 1079 | rdfs:subClassOf ep-material:Material . |
1065 | 1080 | ||
1066 | ep-material:substance-Hexane | 1081 | ep-material:substance-Hexane |
1067 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1082 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1068 | rdfs:label "hexane"^^xsd:string ; | 1083 | rdfs:label "hexane"^^xsd:string ; |
1069 | rdfs:subClassOf ep-material:Material ; | 1084 | rdfs:subClassOf ep-material:Material ; |
1070 | ep-core:seeReferenceData | 1085 | ep-core:seeReferenceData |
1071 | "http://posccaesar.org/rdl/RDS419489"^^xsd:string . | 1086 | "http://posccaesar.org/rdl/RDS419489"^^xsd:string . |
1072 | 1087 | ||
1073 | ep-material:substance-Hexanes | 1088 | ep-material:substance-Hexanes |
1074 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1089 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1075 | rdfs:label "hexanes"^^xsd:string ; | 1090 | rdfs:label "hexanes"^^xsd:string ; |
1076 | rdfs:subClassOf ep-material:Material . | 1091 | rdfs:subClassOf ep-material:Material . |
1077 | 1092 | ||
1078 | ep-material:substance-MBenzene | 1093 | ep-material:substance-MBenzene |
1079 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1094 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1080 | rdfs:label "m benzene"^^xsd:string ; | 1095 | rdfs:label "m benzene"^^xsd:string ; |
1081 | rdfs:subClassOf ep-material:Material . | 1096 | rdfs:subClassOf ep-material:Material . |
1082 | 1097 | ||
1083 | ep-material:substance-McyHexane | 1098 | ep-material:substance-McyHexane |
1084 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1099 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1085 | rdfs:label "mcy hexane"^^xsd:string ; | 1100 | rdfs:label "mcy hexane"^^xsd:string ; |
1086 | rdfs:subClassOf ep-material:Material . | 1101 | rdfs:subClassOf ep-material:Material . |
1087 | 1102 | ||
1088 | ep-material:substance-McyPentane | 1103 | ep-material:substance-McyPentane |
1089 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1104 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1090 | rdfs:label "mcy pentane"^^xsd:string ; | 1105 | rdfs:label "mcy pentane"^^xsd:string ; |
1091 | rdfs:subClassOf ep-material:Material . | 1106 | rdfs:subClassOf ep-material:Material . |
1092 | 1107 | ||
1093 | ep-material:substance-Methane | 1108 | ep-material:substance-Methane |
1094 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1109 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1095 | - rdfs:label "C1"^^xsd:string , "methane"^^xsd:string ; | 1110 | + rdfs:label "methane"^^xsd:string , "C1"^^xsd:string ; |
1096 | rdfs:subClassOf ep-material:Material . | 1111 | rdfs:subClassOf ep-material:Material . |
1097 | 1112 | ||
1098 | ep-material:substance-N2 | 1113 | ep-material:substance-N2 |
1099 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1114 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1100 | rdfs:label "N2"^^xsd:string ; | 1115 | rdfs:label "N2"^^xsd:string ; |
1101 | rdfs:subClassOf ep-material:Material . | 1116 | rdfs:subClassOf ep-material:Material . |
1102 | 1117 | ||
1103 | ep-material:substance-Nonanes | 1118 | ep-material:substance-Nonanes |
1104 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1119 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1105 | rdfs:label "nonanes"^^xsd:string ; | 1120 | rdfs:label "nonanes"^^xsd:string ; |
1106 | rdfs:subClassOf ep-material:Material . | 1121 | rdfs:subClassOf ep-material:Material . |
1107 | 1122 | ||
1108 | ep-material:substance-O2 | 1123 | ep-material:substance-O2 |
1109 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1124 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1110 | rdfs:label "O2"^^xsd:string ; | 1125 | rdfs:label "O2"^^xsd:string ; |
1111 | rdfs:subClassOf ep-material:Material . | 1126 | rdfs:subClassOf ep-material:Material . |
1112 | 1127 | ||
1113 | ep-material:substance-Octanes | 1128 | ep-material:substance-Octanes |
1114 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1129 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1115 | rdfs:label "octanes"^^xsd:string ; | 1130 | rdfs:label "octanes"^^xsd:string ; |
1116 | rdfs:subClassOf ep-material:Material . | 1131 | rdfs:subClassOf ep-material:Material . |
1117 | 1132 | ||
1118 | ep-material:substance-T12dmcyPentane | 1133 | ep-material:substance-T12dmcyPentane |
1119 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1134 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1120 | rdfs:label "t12dmcy pentane"^^xsd:string ; | 1135 | rdfs:label "t12dmcy pentane"^^xsd:string ; |
1121 | rdfs:subClassOf ep-material:Material . | 1136 | rdfs:subClassOf ep-material:Material . |
1122 | 1137 | ||
1123 | ep-material:substance-T13dmcyPentane | 1138 | ep-material:substance-T13dmcyPentane |
1124 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1139 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1125 | rdfs:label "t13dmcy pentane"^^xsd:string ; | 1140 | rdfs:label "t13dmcy pentane"^^xsd:string ; |
1126 | rdfs:subClassOf ep-material:Material . | 1141 | rdfs:subClassOf ep-material:Material . |
1127 | 1142 | ||
1128 | ep-material:volumeRatio | 1143 | ep-material:volumeRatio |
1129 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1144 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1130 | rdfs:domain ep-material:MaterialPair ; | 1145 | rdfs:domain ep-material:MaterialPair ; |
1131 | rdfs:label "volume ratio"^^xsd:string ; | 1146 | rdfs:label "volume ratio"^^xsd:string ; |
1132 | rdfs:range ep-core:Ratio . | 1147 | rdfs:range ep-core:Ratio . |
1133 | 1148 | ||
1134 | ep-material:wholeMaterialOfPair | 1149 | ep-material:wholeMaterialOfPair |
1135 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1150 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1136 | rdfs:domain ep-material:MaterialPartWholePair ; | 1151 | rdfs:domain ep-material:MaterialPartWholePair ; |
1137 | rdfs:label "whole material of pair"^^xsd:string ; | 1152 | rdfs:label "whole material of pair"^^xsd:string ; |
1138 | rdfs:range ep-material:Material ; | 1153 | rdfs:range ep-material:Material ; | ... | ... |
... | @@ -17,20 +17,68 @@ | ... | @@ -17,20 +17,68 @@ |
17 | <http://www.epim.no/schemas/mprml/1#Cs_businessAssociate> | 17 | <http://www.epim.no/schemas/mprml/1#Cs_businessAssociate> |
18 | spin:rule | 18 | spin:rule |
19 | [ rdf:type sp:Construct ; | 19 | [ rdf:type sp:Construct ; |
20 | - rdfs:comment "STEP 90200 Set the approver"^^xsd:string ; | 20 | + rdfs:comment "STEP 90201 Set the approver"^^xsd:string ; |
21 | sp:templates ([ sp:object _:b1 ; | 21 | sp:templates ([ sp:object _:b1 ; |
22 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#issuer> ; | ||
23 | + sp:subject | ||
24 | + [ sp:varName "issueReport"^^xsd:string | ||
25 | + ] | ||
26 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ; | ||
27 | + sp:predicate rdf:type ; | ||
28 | + sp:subject _:b1 | ||
29 | + ] [ sp:object | ||
30 | + [ sp:varName "issuer"^^xsd:string | ||
31 | + ] ; | ||
32 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
33 | + sp:subject _:b1 | ||
34 | + ]) ; | ||
35 | + sp:where ([ sp:object spin:_this ; | ||
36 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issuedByRef> ; | ||
37 | + sp:subject | ||
38 | + [ sp:varName "target"^^xsd:string | ||
39 | + ] | ||
40 | + ] [ sp:object | ||
41 | + [ sp:varName "target"^^xsd:string | ||
42 | + ] ; | ||
43 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
44 | + sp:subject | ||
45 | + [ sp:varName "report"^^xsd:string | ||
46 | + ] | ||
47 | + ] [ sp:object | ||
48 | + [ sp:varName "report"^^xsd:string | ||
49 | + ] ; | ||
50 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#issuedReport> ; | ||
51 | + sp:subject | ||
52 | + [ sp:varName "issueReport"^^xsd:string | ||
53 | + ] | ||
54 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; | ||
55 | + sp:predicate rdf:type ; | ||
56 | + sp:subject | ||
57 | + [ sp:varName "issueReport"^^xsd:string | ||
58 | + ] | ||
59 | + ] [ sp:object spin:_this ; | ||
60 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
61 | + sp:subject | ||
62 | + [ sp:varName "issuer"^^xsd:string | ||
63 | + ] | ||
64 | + ]) | ||
65 | + ] ; | ||
66 | + spin:rule | ||
67 | + [ rdf:type sp:Construct ; | ||
68 | + rdfs:comment "STEP 90200 Set the approver"^^xsd:string ; | ||
69 | + sp:templates ([ sp:object _:b2 ; | ||
22 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#approver> ; | 70 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#approver> ; |
23 | sp:subject | 71 | sp:subject |
24 | [ sp:varName "approveReport"^^xsd:string | 72 | [ sp:varName "approveReport"^^xsd:string |
25 | ] | 73 | ] |
26 | ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ; | 74 | ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ; |
27 | sp:predicate rdf:type ; | 75 | sp:predicate rdf:type ; |
28 | - sp:subject _:b1 | 76 | + sp:subject _:b2 |
29 | ] [ sp:object | 77 | ] [ sp:object |
30 | [ sp:varName "approver"^^xsd:string | 78 | [ sp:varName "approver"^^xsd:string |
31 | ] ; | 79 | ] ; |
32 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 80 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
33 | - sp:subject _:b1 | 81 | + sp:subject _:b2 |
34 | ]) ; | 82 | ]) ; |
35 | sp:where ([ sp:object spin:_this ; | 83 | sp:where ([ sp:object spin:_this ; |
36 | sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; | 84 | sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; |
... | @@ -66,5 +114,5 @@ | ... | @@ -66,5 +114,5 @@ |
66 | 114 | ||
67 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> | 115 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> |
68 | rdf:type owl:Ontology ; | 116 | rdf:type owl:Ontology ; |
69 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 117 | + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
70 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 118 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... | @@ -22,67 +22,30 @@ | ... | @@ -22,67 +22,30 @@ |
22 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> | 22 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> |
23 | spin:rule | 23 | spin:rule |
24 | [ rdf:type sp:Construct ; | 24 | [ rdf:type sp:Construct ; |
25 | - rdfs:comment "STEP 40010 Create the ProductionOperationReport; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ; | 25 | + rdfs:comment "STEP 40031 Record the start and end dates"^^xsd:string ; |
26 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 26 | + sp:templates ([ sp:object |
27 | - sp:predicate rdf:type ; | 27 | + [ sp:varName "dateStart"^^xsd:string |
28 | - sp:subject _:b1 | ||
29 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
30 | - sp:predicate rdf:type ; | ||
31 | - sp:subject _:b1 | ||
32 | - ] [ sp:object | ||
33 | - [ sp:varName "productionReport"^^xsd:string | ||
34 | - ] ; | ||
35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
36 | - sp:subject _:b1 | ||
37 | - ] [ sp:object | ||
38 | - [ sp:varName "name"^^xsd:string | ||
39 | - ] ; | ||
40 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
41 | - sp:subject _:b1 | ||
42 | - ] [ sp:object | ||
43 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
44 | - ] ; | ||
45 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
46 | - sp:subject _:b1 | ||
47 | - ] [ sp:object | ||
48 | - [ sp:varName "reportPeriodType"^^xsd:string | ||
49 | - ] ; | ||
50 | - sp:predicate rdf:type ; | ||
51 | - sp:subject _:b1 | ||
52 | - ] [ sp:object _:b2 ; | ||
53 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
54 | - sp:subject _:b1 | ||
55 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
56 | - sp:predicate rdf:type ; | ||
57 | - sp:subject _:b2 | ||
58 | - ] [ sp:object | ||
59 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
60 | ] ; | 28 | ] ; |
61 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 29 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
62 | - sp:subject _:b2 | 30 | + sp:subject |
63 | - ] [ sp:object _:b3 ; | 31 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
64 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 32 | + ] |
65 | - sp:subject _:b2 | ||
66 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | ||
67 | - sp:predicate rdf:type ; | ||
68 | - sp:subject _:b3 | ||
69 | ] [ sp:object | 33 | ] [ sp:object |
70 | - [ sp:varName "title"^^xsd:string | 34 | + [ sp:varName "dateEnd"^^xsd:string |
71 | ] ; | 35 | ] ; |
72 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#title> ; | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
73 | - sp:subject _:b1 | ||
74 | - ]) ; | ||
75 | - sp:where ([ sp:object spin:_this ; | ||
76 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
77 | sp:subject | 37 | sp:subject |
78 | - [ sp:varName "productionReport"^^xsd:string | 38 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
79 | ] | 39 | ] |
80 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 40 | + ] [ sp:object |
81 | - sp:predicate rdf:type ; | 41 | + [ sp:varName "dateEnd"^^xsd:string |
42 | + ] ; | ||
43 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
82 | sp:subject | 44 | sp:subject |
83 | - [ sp:varName "productionReport"^^xsd:string | 45 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
84 | ] | 46 | ] |
85 | - ] [ sp:object | 47 | + ]) ; |
48 | + sp:where ([ sp:object | ||
86 | [ sp:varName "productionOperationRef"^^xsd:string | 49 | [ sp:varName "productionOperationRef"^^xsd:string |
87 | ] ; | 50 | ] ; |
88 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 51 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
... | @@ -93,79 +56,62 @@ | ... | @@ -93,79 +56,62 @@ |
93 | [ sp:varName "productionOperationRef"^^xsd:string | 56 | [ sp:varName "productionOperationRef"^^xsd:string |
94 | ] | 57 | ] |
95 | ] [ sp:object | 58 | ] [ sp:object |
96 | - [ sp:varName "nameRef"^^xsd:string | 59 | + [ sp:varName "dateStart"^^xsd:string |
97 | ] ; | 60 | ] ; |
98 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | 61 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; |
99 | sp:subject | 62 | sp:subject |
100 | [ sp:varName "productionOperationRef"^^xsd:string | 63 | [ sp:varName "productionOperationRef"^^xsd:string |
101 | ] | 64 | ] |
102 | ] [ sp:object | 65 | ] [ sp:object |
103 | - [ sp:varName "name"^^xsd:string | 66 | + [ sp:varName "dateEnd"^^xsd:string |
104 | ] ; | 67 | ] ; |
105 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 68 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; |
106 | sp:subject | 69 | sp:subject |
107 | - [ sp:varName "nameRef"^^xsd:string | 70 | + [ sp:varName "productionOperationsRef"^^xsd:string |
108 | ] | 71 | ] |
109 | - ] [ rdf:type sp:Optional ; | 72 | + ] [ sp:object |
110 | - sp:elements ([ sp:object | 73 | + [ sp:varName "productionOperationRef"^^xsd:string |
111 | - [ sp:varName "periodKindRef"^^xsd:string | ||
112 | ] ; | 74 | ] ; |
113 | - sp:predicate <http://www.epim.no/schemas/mprml/1#periodKindRef> ; | 75 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
114 | sp:subject | 76 | sp:subject |
115 | - [ sp:varName "productionOperationRef"^^xsd:string | 77 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
116 | ] | 78 | ] |
117 | - ]) | 79 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
118 | - ] [ rdf:type sp:Optional ; | 80 | + sp:predicate rdf:type ; |
119 | - sp:elements ([ sp:object | ||
120 | - [ sp:varName "titleRef"^^xsd:string | ||
121 | - ] ; | ||
122 | - sp:predicate <http://www.epim.no/schemas/mprml/1#titleRef> ; | ||
123 | sp:subject | 81 | sp:subject |
124 | - [ sp:varName "productionOperationRef"^^xsd:string | 82 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
125 | ] | 83 | ] |
126 | ] [ sp:object | 84 | ] [ sp:object |
127 | - [ sp:varName "title"^^xsd:string | 85 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
128 | ] ; | 86 | ] ; |
129 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
130 | sp:subject | 88 | sp:subject |
131 | - [ sp:varName "titleRef"^^xsd:string | 89 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
132 | - ] | ||
133 | - ]) | ||
134 | - ] [ rdf:type sp:Bind ; | ||
135 | - sp:expression | ||
136 | - [ rdf:type ep-mpr-spin-lib:selectReportPeriodType ; | ||
137 | - sp:arg1 [ sp:varName "periodKindRef"^^xsd:string | ||
138 | ] | 90 | ] |
139 | - ] ; | 91 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; |
140 | - sp:variable | 92 | + sp:predicate rdf:type ; |
141 | - [ sp:varName "reportPeriodType"^^xsd:string | 93 | + sp:subject |
94 | + [ sp:varName "productionFacilityToDate"^^xsd:string | ||
142 | ] | 95 | ] |
143 | ]) | 96 | ]) |
144 | ] ; | 97 | ] ; |
145 | spin:rule | 98 | spin:rule |
146 | [ rdf:type sp:Construct ; | 99 | [ rdf:type sp:Construct ; |
147 | - rdfs:comment "STEP 40030 Record the start and end date-times"^^xsd:string ; | 100 | + rdfs:comment """STEP 40060 Set the facility operator |
148 | - sp:templates ([ sp:object | 101 | +role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
149 | - [ sp:varName "dTimStart"^^xsd:string | 102 | + sp:templates ([ sp:object _:b1 ; |
150 | - ] ; | 103 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ; |
151 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
152 | - sp:subject | ||
153 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
154 | - ] | ||
155 | - ] [ sp:object | ||
156 | - [ sp:varName "dTimEnd"^^xsd:string | ||
157 | - ] ; | ||
158 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
159 | sp:subject | 104 | sp:subject |
160 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 105 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
161 | ] | 106 | ] |
107 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
108 | + sp:predicate rdf:type ; | ||
109 | + sp:subject _:b1 | ||
162 | ] [ sp:object | 110 | ] [ sp:object |
163 | - [ sp:varName "dTimEnd"^^xsd:string | 111 | + [ sp:varName "operator"^^xsd:string |
164 | ] ; | 112 | ] ; |
165 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 113 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
166 | - sp:subject | 114 | + sp:subject _:b1 |
167 | - [ sp:varName "productionFacilityToDate"^^xsd:string | ||
168 | - ] | ||
169 | ]) ; | 115 | ]) ; |
170 | sp:where ([ sp:object | 116 | sp:where ([ sp:object |
171 | [ sp:varName "productionOperationRef"^^xsd:string | 117 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -178,20 +124,6 @@ | ... | @@ -178,20 +124,6 @@ |
178 | [ sp:varName "productionOperationRef"^^xsd:string | 124 | [ sp:varName "productionOperationRef"^^xsd:string |
179 | ] | 125 | ] |
180 | ] [ sp:object | 126 | ] [ sp:object |
181 | - [ sp:varName "dTimStart"^^xsd:string | ||
182 | - ] ; | ||
183 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; | ||
184 | - sp:subject | ||
185 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
186 | - ] | ||
187 | - ] [ sp:object | ||
188 | - [ sp:varName "dTimEnd"^^xsd:string | ||
189 | - ] ; | ||
190 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | ||
191 | - sp:subject | ||
192 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
193 | - ] | ||
194 | - ] [ sp:object | ||
195 | [ sp:varName "productionOperationRef"^^xsd:string | 127 | [ sp:varName "productionOperationRef"^^xsd:string |
196 | ] ; | 128 | ] ; |
197 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 129 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
... | @@ -204,35 +136,31 @@ | ... | @@ -204,35 +136,31 @@ |
204 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 136 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
205 | ] | 137 | ] |
206 | ] [ sp:object | 138 | ] [ sp:object |
207 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 139 | + [ sp:varName "operatorRef"^^xsd:string |
208 | ] ; | 140 | ] ; |
209 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 141 | + sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ; |
210 | sp:subject | 142 | sp:subject |
211 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 143 | + [ sp:varName "productionOperationRef"^^xsd:string |
212 | ] | 144 | ] |
213 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 145 | + ] [ sp:object |
214 | - sp:predicate rdf:type ; | 146 | + [ sp:varName "operatorRef"^^xsd:string |
147 | + ] ; | ||
148 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
215 | sp:subject | 149 | sp:subject |
216 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 150 | + [ sp:varName "operator"^^xsd:string |
217 | ] | 151 | ] |
218 | ]) | 152 | ]) |
219 | ] ; | 153 | ] ; |
220 | spin:rule | 154 | spin:rule |
221 | [ rdf:type sp:Construct ; | 155 | [ rdf:type sp:Construct ; |
222 | - rdfs:comment "STEP 40040 Set the installation"^^xsd:string ; | 156 | + rdfs:comment """STEP 40071 Set the approval date |
157 | +The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ||
223 | sp:templates ([ sp:object | 158 | sp:templates ([ sp:object |
224 | - [ sp:varName "productionFacility"^^xsd:string | 159 | + [ sp:varName "approvalDate"^^xsd:string |
225 | - ] ; | ||
226 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
227 | - sp:subject | ||
228 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
229 | - ] | ||
230 | - ] [ sp:object | ||
231 | - [ sp:varName "productionFacility"^^xsd:string | ||
232 | ] ; | 160 | ] ; |
233 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 161 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
234 | sp:subject | 162 | sp:subject |
235 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 163 | + [ sp:varName "approveProductionOperationReport"^^xsd:string |
236 | ] | 164 | ] |
237 | ]) ; | 165 | ]) ; |
238 | sp:where ([ sp:object | 166 | sp:where ([ sp:object |
... | @@ -246,43 +174,90 @@ | ... | @@ -246,43 +174,90 @@ |
246 | [ sp:varName "productionOperationRef"^^xsd:string | 174 | [ sp:varName "productionOperationRef"^^xsd:string |
247 | ] | 175 | ] |
248 | ] [ sp:object | 176 | ] [ sp:object |
249 | - [ sp:varName "installationRef"^^xsd:string | 177 | + [ sp:varName "productionOperationRef"^^xsd:string |
250 | ] ; | 178 | ] ; |
251 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | 179 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
180 | + sp:subject | ||
181 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
182 | + ] | ||
183 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
184 | + sp:predicate rdf:type ; | ||
185 | + sp:subject | ||
186 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
187 | + ] | ||
188 | + ] [ sp:object | ||
189 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
190 | + ] ; | ||
191 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; | ||
192 | + sp:subject | ||
193 | + [ sp:varName "approveProductionOperationReport"^^xsd:string | ||
194 | + ] | ||
195 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | ||
196 | + sp:predicate rdf:type ; | ||
197 | + sp:subject | ||
198 | + [ sp:varName "approveProductionOperationReport"^^xsd:string | ||
199 | + ] | ||
200 | + ] [ sp:object | ||
201 | + [ sp:varName "approvalDate"^^xsd:string | ||
202 | + ] ; | ||
203 | + sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; | ||
252 | sp:subject | 204 | sp:subject |
253 | [ sp:varName "productionOperationRef"^^xsd:string | 205 | [ sp:varName "productionOperationRef"^^xsd:string |
254 | ] | 206 | ] |
207 | + ]) | ||
208 | + ] ; | ||
209 | + spin:rule | ||
210 | + [ rdf:type sp:Construct ; | ||
211 | + rdfs:comment "STEP 40070 Create an approve a report activity"^^xsd:string ; | ||
212 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | ||
213 | + sp:predicate rdf:type ; | ||
214 | + sp:subject _:b2 | ||
255 | ] [ sp:object | 215 | ] [ sp:object |
256 | - [ sp:varName "installationRef"^^xsd:string | 216 | + [ sp:varName "productionOperationReport"^^xsd:string |
257 | ] ; | 217 | ] ; |
258 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 218 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; |
219 | + sp:subject _:b2 | ||
220 | + ]) ; | ||
221 | + sp:where ([ sp:object | ||
222 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
223 | + ] ; | ||
224 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
225 | + sp:subject spin:_this | ||
226 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
227 | + sp:predicate rdf:type ; | ||
259 | sp:subject | 228 | sp:subject |
260 | - [ sp:varName "productionFacility"^^xsd:string | 229 | + [ sp:varName "productionOperationRef"^^xsd:string |
261 | ] | 230 | ] |
262 | ] [ sp:object | 231 | ] [ sp:object |
263 | [ sp:varName "productionOperationRef"^^xsd:string | 232 | [ sp:varName "productionOperationRef"^^xsd:string |
264 | ] ; | 233 | ] ; |
265 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 234 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
266 | sp:subject | 235 | sp:subject |
267 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 236 | + [ sp:varName "productionOperationReport"^^xsd:string |
268 | ] | 237 | ] |
269 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 238 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; |
270 | sp:predicate rdf:type ; | 239 | sp:predicate rdf:type ; |
271 | sp:subject | 240 | sp:subject |
272 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 241 | + [ sp:varName "productionOperationReport"^^xsd:string |
273 | ] | 242 | ] |
274 | - ] [ sp:object | 243 | + ] [ rdf:type sp:Exists ; |
275 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 244 | + sp:elements ([ rdf:type sp:Union ; |
245 | + sp:elements (([ sp:object | ||
246 | + [ sp:varName "approvalDate"^^xsd:string | ||
276 | ] ; | 247 | ] ; |
277 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 248 | + sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; |
278 | sp:subject | 249 | sp:subject |
279 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 250 | + [ sp:varName "productionOperationRef"^^xsd:string |
280 | ] | 251 | ] |
281 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 252 | + ]) ([ sp:object |
282 | - sp:predicate rdf:type ; | 253 | + [ sp:varName "approverRef"^^xsd:string |
254 | + ] ; | ||
255 | + sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; | ||
283 | sp:subject | 256 | sp:subject |
284 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 257 | + [ sp:varName "productionOperationRef"^^xsd:string |
285 | ] | 258 | ] |
259 | + ])) | ||
260 | + ]) | ||
286 | ]) | 261 | ]) |
287 | ] ; | 262 | ] ; |
288 | spin:rule | 263 | spin:rule |
... | @@ -328,7 +303,111 @@ | ... | @@ -328,7 +303,111 @@ |
328 | ] ; | 303 | ] ; |
329 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 304 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
330 | sp:subject | 305 | sp:subject |
331 | - [ sp:varName "productionOperationReport"^^xsd:string | 306 | + [ sp:varName "productionOperationReport"^^xsd:string |
307 | + ] | ||
308 | + ] [ sp:object | ||
309 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
310 | + ] ; | ||
311 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
312 | + sp:subject spin:_this | ||
313 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
314 | + sp:predicate rdf:type ; | ||
315 | + sp:subject | ||
316 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
317 | + ] | ||
318 | + ] [ sp:object | ||
319 | + [ sp:varName "nameRef"^^xsd:string | ||
320 | + ] ; | ||
321 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
322 | + sp:subject | ||
323 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
324 | + ] | ||
325 | + ] [ sp:object | ||
326 | + [ sp:varName "name"^^xsd:string | ||
327 | + ] ; | ||
328 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
329 | + sp:subject | ||
330 | + [ sp:varName "nameRef"^^xsd:string | ||
331 | + ] | ||
332 | + ] [ sp:object | ||
333 | + [ sp:varName "kind"^^xsd:string | ||
334 | + ] ; | ||
335 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ; | ||
336 | + sp:subject | ||
337 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
338 | + ] | ||
339 | + ] [ rdf:type sp:Bind ; | ||
340 | + sp:expression | ||
341 | + [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ; | ||
342 | + sp:arg1 [ sp:varName "kind"^^xsd:string | ||
343 | + ] | ||
344 | + ] ; | ||
345 | + sp:variable | ||
346 | + [ sp:varName "reportKind"^^xsd:string | ||
347 | + ] | ||
348 | + ]) | ||
349 | + ] ; | ||
350 | + spin:rule | ||
351 | + [ rdf:type sp:Construct ; | ||
352 | + rdfs:comment "STEP 40010 Create the ProductionOperationReport; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ; | ||
353 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | ||
354 | + sp:predicate rdf:type ; | ||
355 | + sp:subject _:b3 | ||
356 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
357 | + sp:predicate rdf:type ; | ||
358 | + sp:subject _:b3 | ||
359 | + ] [ sp:object | ||
360 | + [ sp:varName "productionReport"^^xsd:string | ||
361 | + ] ; | ||
362 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
363 | + sp:subject _:b3 | ||
364 | + ] [ sp:object | ||
365 | + [ sp:varName "name"^^xsd:string | ||
366 | + ] ; | ||
367 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
368 | + sp:subject _:b3 | ||
369 | + ] [ sp:object | ||
370 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
371 | + ] ; | ||
372 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
373 | + sp:subject _:b3 | ||
374 | + ] [ sp:object | ||
375 | + [ sp:varName "reportPeriodType"^^xsd:string | ||
376 | + ] ; | ||
377 | + sp:predicate rdf:type ; | ||
378 | + sp:subject _:b3 | ||
379 | + ] [ sp:object _:b4 ; | ||
380 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
381 | + sp:subject _:b3 | ||
382 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
383 | + sp:predicate rdf:type ; | ||
384 | + sp:subject _:b4 | ||
385 | + ] [ sp:object | ||
386 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
387 | + ] ; | ||
388 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
389 | + sp:subject _:b4 | ||
390 | + ] [ sp:object _:b5 ; | ||
391 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
392 | + sp:subject _:b4 | ||
393 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | ||
394 | + sp:predicate rdf:type ; | ||
395 | + sp:subject _:b5 | ||
396 | + ] [ sp:object | ||
397 | + [ sp:varName "title"^^xsd:string | ||
398 | + ] ; | ||
399 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#title> ; | ||
400 | + sp:subject _:b3 | ||
401 | + ]) ; | ||
402 | + sp:where ([ sp:object spin:_this ; | ||
403 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
404 | + sp:subject | ||
405 | + [ sp:varName "productionReport"^^xsd:string | ||
406 | + ] | ||
407 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
408 | + sp:predicate rdf:type ; | ||
409 | + sp:subject | ||
410 | + [ sp:varName "productionReport"^^xsd:string | ||
332 | ] | 411 | ] |
333 | ] [ sp:object | 412 | ] [ sp:object |
334 | [ sp:varName "productionOperationRef"^^xsd:string | 413 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -354,44 +433,51 @@ | ... | @@ -354,44 +433,51 @@ |
354 | sp:subject | 433 | sp:subject |
355 | [ sp:varName "nameRef"^^xsd:string | 434 | [ sp:varName "nameRef"^^xsd:string |
356 | ] | 435 | ] |
357 | - ] [ sp:object | 436 | + ] [ rdf:type sp:Optional ; |
358 | - [ sp:varName "kind"^^xsd:string | 437 | + sp:elements ([ sp:object |
438 | + [ sp:varName "periodKindRef"^^xsd:string | ||
359 | ] ; | 439 | ] ; |
360 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ; | 440 | + sp:predicate <http://www.epim.no/schemas/mprml/1#periodKindRef> ; |
441 | + sp:subject | ||
442 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
443 | + ] | ||
444 | + ]) | ||
445 | + ] [ rdf:type sp:Optional ; | ||
446 | + sp:elements ([ sp:object | ||
447 | + [ sp:varName "titleRef"^^xsd:string | ||
448 | + ] ; | ||
449 | + sp:predicate <http://www.epim.no/schemas/mprml/1#titleRef> ; | ||
361 | sp:subject | 450 | sp:subject |
362 | [ sp:varName "productionOperationRef"^^xsd:string | 451 | [ sp:varName "productionOperationRef"^^xsd:string |
363 | ] | 452 | ] |
453 | + ] [ sp:object | ||
454 | + [ sp:varName "title"^^xsd:string | ||
455 | + ] ; | ||
456 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
457 | + sp:subject | ||
458 | + [ sp:varName "titleRef"^^xsd:string | ||
459 | + ] | ||
460 | + ]) | ||
364 | ] [ rdf:type sp:Bind ; | 461 | ] [ rdf:type sp:Bind ; |
365 | sp:expression | 462 | sp:expression |
366 | - [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ; | 463 | + [ rdf:type ep-mpr-spin-lib:selectReportPeriodType ; |
367 | - sp:arg1 [ sp:varName "kind"^^xsd:string | 464 | + sp:arg1 [ sp:varName "periodKindRef"^^xsd:string |
368 | ] | 465 | ] |
369 | ] ; | 466 | ] ; |
370 | sp:variable | 467 | sp:variable |
371 | - [ sp:varName "reportKind"^^xsd:string | 468 | + [ sp:varName "reportPeriodType"^^xsd:string |
372 | ] | 469 | ] |
373 | ]) | 470 | ]) |
374 | ] ; | 471 | ] ; |
375 | spin:rule | 472 | spin:rule |
376 | [ rdf:type sp:Construct ; | 473 | [ rdf:type sp:Construct ; |
377 | - rdfs:comment "STEP 40051 Set the context facility - installation does not exist"^^xsd:string ; | 474 | + rdfs:comment "STEP 40050 Set the context facility - installation exists"^^xsd:string ; |
378 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | 475 | + sp:templates ([ sp:object |
379 | - sp:predicate rdf:type ; | ||
380 | - sp:subject _:b4 | ||
381 | - ] [ sp:object | ||
382 | [ sp:varName "contextFacility"^^xsd:string | 476 | [ sp:varName "contextFacility"^^xsd:string |
383 | ] ; | 477 | ] ; |
384 | sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 478 | sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
385 | - sp:subject _:b4 | ||
386 | - ] [ sp:object _:b4 ; | ||
387 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
388 | - sp:subject | ||
389 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
390 | - ] | ||
391 | - ] [ sp:object _:b4 ; | ||
392 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
393 | sp:subject | 479 | sp:subject |
394 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 480 | + [ sp:varName "productionFacility"^^xsd:string |
395 | ] | 481 | ] |
396 | ]) ; | 482 | ]) ; |
397 | sp:where ([ sp:object | 483 | sp:where ([ sp:object |
... | @@ -404,8 +490,7 @@ | ... | @@ -404,8 +490,7 @@ |
404 | sp:subject | 490 | sp:subject |
405 | [ sp:varName "productionOperationRef"^^xsd:string | 491 | [ sp:varName "productionOperationRef"^^xsd:string |
406 | ] | 492 | ] |
407 | - ] [ rdf:type sp:NotExists ; | 493 | + ] [ sp:object |
408 | - sp:elements ([ sp:object | ||
409 | [ sp:varName "installationRef"^^xsd:string | 494 | [ sp:varName "installationRef"^^xsd:string |
410 | ] ; | 495 | ] ; |
411 | sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | 496 | sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; |
... | @@ -419,7 +504,6 @@ | ... | @@ -419,7 +504,6 @@ |
419 | sp:subject | 504 | sp:subject |
420 | [ sp:varName "productionFacility"^^xsd:string | 505 | [ sp:varName "productionFacility"^^xsd:string |
421 | ] | 506 | ] |
422 | - ]) | ||
423 | ] [ sp:object | 507 | ] [ sp:object |
424 | [ sp:varName "contextFacilityRef"^^xsd:string | 508 | [ sp:varName "contextFacilityRef"^^xsd:string |
425 | ] ; | 509 | ] ; |
... | @@ -434,43 +518,32 @@ | ... | @@ -434,43 +518,32 @@ |
434 | sp:subject | 518 | sp:subject |
435 | [ sp:varName "contextFacility"^^xsd:string | 519 | [ sp:varName "contextFacility"^^xsd:string |
436 | ] | 520 | ] |
437 | - ] [ sp:object | 521 | + ]) |
438 | - [ sp:varName "productVolumeRef"^^xsd:string | ||
439 | ] ; | 522 | ] ; |
440 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 523 | + spin:rule |
441 | - sp:subject | 524 | + [ rdf:type sp:Construct ; |
442 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 525 | + rdfs:comment "STEP 40030 Record the start and end date-times"^^xsd:string ; |
443 | - ] | 526 | + sp:templates ([ sp:object |
444 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 527 | + [ sp:varName "dTimStart"^^xsd:string |
445 | - sp:predicate rdf:type ; | 528 | + ] ; |
529 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
446 | sp:subject | 530 | sp:subject |
447 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 531 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
448 | ] | 532 | ] |
449 | ] [ sp:object | 533 | ] [ sp:object |
450 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 534 | + [ sp:varName "dTimEnd"^^xsd:string |
451 | ] ; | 535 | ] ; |
452 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 536 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
453 | sp:subject | 537 | sp:subject |
454 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 538 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
455 | ] | 539 | ] |
456 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 540 | + ] [ sp:object |
457 | - sp:predicate rdf:type ; | 541 | + [ sp:varName "dTimEnd"^^xsd:string |
542 | + ] ; | ||
543 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
458 | sp:subject | 544 | sp:subject |
459 | [ sp:varName "productionFacilityToDate"^^xsd:string | 545 | [ sp:varName "productionFacilityToDate"^^xsd:string |
460 | ] | 546 | ] |
461 | - ]) | ||
462 | - ] ; | ||
463 | - spin:rule | ||
464 | - [ rdf:type sp:Construct ; | ||
465 | - rdfs:comment "STEP 40070 Create an approve a report activity"^^xsd:string ; | ||
466 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | ||
467 | - sp:predicate rdf:type ; | ||
468 | - sp:subject _:b5 | ||
469 | - ] [ sp:object | ||
470 | - [ sp:varName "productionOperationReport"^^xsd:string | ||
471 | - ] ; | ||
472 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; | ||
473 | - sp:subject _:b5 | ||
474 | ]) ; | 547 | ]) ; |
475 | sp:where ([ sp:object | 548 | sp:where ([ sp:object |
476 | [ sp:varName "productionOperationRef"^^xsd:string | 549 | [ sp:varName "productionOperationRef"^^xsd:string |
... | @@ -483,53 +556,55 @@ | ... | @@ -483,53 +556,55 @@ |
483 | [ sp:varName "productionOperationRef"^^xsd:string | 556 | [ sp:varName "productionOperationRef"^^xsd:string |
484 | ] | 557 | ] |
485 | ] [ sp:object | 558 | ] [ sp:object |
559 | + [ sp:varName "dTimStart"^^xsd:string | ||
560 | + ] ; | ||
561 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; | ||
562 | + sp:subject | ||
563 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
564 | + ] | ||
565 | + ] [ sp:object | ||
566 | + [ sp:varName "dTimEnd"^^xsd:string | ||
567 | + ] ; | ||
568 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | ||
569 | + sp:subject | ||
570 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
571 | + ] | ||
572 | + ] [ sp:object | ||
486 | [ sp:varName "productionOperationRef"^^xsd:string | 573 | [ sp:varName "productionOperationRef"^^xsd:string |
487 | ] ; | 574 | ] ; |
488 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 575 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
489 | sp:subject | 576 | sp:subject |
490 | - [ sp:varName "productionOperationReport"^^xsd:string | 577 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
491 | ] | 578 | ] |
492 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | 579 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
493 | sp:predicate rdf:type ; | 580 | sp:predicate rdf:type ; |
494 | sp:subject | 581 | sp:subject |
495 | - [ sp:varName "productionOperationReport"^^xsd:string | 582 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
496 | ] | 583 | ] |
497 | - ] [ rdf:type sp:Exists ; | 584 | + ] [ sp:object |
498 | - sp:elements ([ rdf:type sp:Union ; | 585 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
499 | - sp:elements (([ sp:object | ||
500 | - [ sp:varName "approvalDate"^^xsd:string | ||
501 | ] ; | 586 | ] ; |
502 | - sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; | 587 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
503 | sp:subject | 588 | sp:subject |
504 | - [ sp:varName "productionOperationRef"^^xsd:string | 589 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
505 | ] | 590 | ] |
506 | - ]) ([ sp:object | 591 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; |
507 | - [ sp:varName "approverRef"^^xsd:string | 592 | + sp:predicate rdf:type ; |
508 | - ] ; | ||
509 | - sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; | ||
510 | sp:subject | 593 | sp:subject |
511 | - [ sp:varName "productionOperationRef"^^xsd:string | 594 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
512 | ] | 595 | ] |
513 | - ])) | ||
514 | - ]) | ||
515 | ]) | 596 | ]) |
516 | ] ; | 597 | ] ; |
517 | spin:rule | 598 | spin:rule |
518 | [ rdf:type sp:Construct ; | 599 | [ rdf:type sp:Construct ; |
519 | - rdfs:comment """STEP 40060 Set the facility operator | 600 | + rdfs:comment "STEP 40080 Create an issue a report activity"^^xsd:string ; |
520 | -role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | 601 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; |
521 | - sp:templates ([ sp:object _:b6 ; | ||
522 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ; | ||
523 | - sp:subject | ||
524 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
525 | - ] | ||
526 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
527 | sp:predicate rdf:type ; | 602 | sp:predicate rdf:type ; |
528 | sp:subject _:b6 | 603 | sp:subject _:b6 |
529 | ] [ sp:object | 604 | ] [ sp:object |
530 | - [ sp:varName "operator"^^xsd:string | 605 | + [ sp:varName "productionOperationReport"^^xsd:string |
531 | ] ; | 606 | ] ; |
532 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 607 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#issuedReport> ; |
533 | sp:subject _:b6 | 608 | sp:subject _:b6 |
534 | ]) ; | 609 | ]) ; |
535 | sp:where ([ sp:object | 610 | sp:where ([ sp:object |
... | @@ -547,38 +622,49 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -547,38 +622,49 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
547 | ] ; | 622 | ] ; |
548 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 623 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
549 | sp:subject | 624 | sp:subject |
550 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 625 | + [ sp:varName "productionOperationReport"^^xsd:string |
551 | ] | 626 | ] |
552 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 627 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; |
553 | sp:predicate rdf:type ; | 628 | sp:predicate rdf:type ; |
554 | sp:subject | 629 | sp:subject |
555 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 630 | + [ sp:varName "productionOperationReport"^^xsd:string |
556 | ] | 631 | ] |
557 | - ] [ sp:object | 632 | + ] [ rdf:type sp:Exists ; |
558 | - [ sp:varName "operatorRef"^^xsd:string | 633 | + sp:elements ([ rdf:type sp:Union ; |
634 | + sp:elements (([ sp:object | ||
635 | + [ sp:varName "issueDate"^^xsd:string | ||
559 | ] ; | 636 | ] ; |
560 | - sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ; | 637 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issueDate> ; |
561 | sp:subject | 638 | sp:subject |
562 | [ sp:varName "productionOperationRef"^^xsd:string | 639 | [ sp:varName "productionOperationRef"^^xsd:string |
563 | ] | 640 | ] |
564 | - ] [ sp:object | 641 | + ]) ([ sp:object |
565 | - [ sp:varName "operatorRef"^^xsd:string | 642 | + [ sp:varName "issuedByRef"^^xsd:string |
566 | ] ; | 643 | ] ; |
567 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 644 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issuedByRef> ; |
568 | sp:subject | 645 | sp:subject |
569 | - [ sp:varName "operator"^^xsd:string | 646 | + [ sp:varName "productionOperationRef"^^xsd:string |
570 | ] | 647 | ] |
648 | + ])) | ||
649 | + ]) | ||
571 | ]) | 650 | ]) |
572 | ] ; | 651 | ] ; |
573 | spin:rule | 652 | spin:rule |
574 | [ rdf:type sp:Construct ; | 653 | [ rdf:type sp:Construct ; |
575 | - rdfs:comment "STEP 40050 Set the context facility - installation exists"^^xsd:string ; | 654 | + rdfs:comment "STEP 40040 Set the installation"^^xsd:string ; |
576 | sp:templates ([ sp:object | 655 | sp:templates ([ sp:object |
577 | - [ sp:varName "contextFacility"^^xsd:string | 656 | + [ sp:varName "productionFacility"^^xsd:string |
578 | ] ; | 657 | ] ; |
579 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 658 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
580 | sp:subject | 659 | sp:subject |
660 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
661 | + ] | ||
662 | + ] [ sp:object | ||
581 | [ sp:varName "productionFacility"^^xsd:string | 663 | [ sp:varName "productionFacility"^^xsd:string |
664 | + ] ; | ||
665 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
666 | + sp:subject | ||
667 | + [ sp:varName "productionFacilityToDate"^^xsd:string | ||
582 | ] | 668 | ] |
583 | ]) ; | 669 | ]) ; |
584 | sp:where ([ sp:object | 670 | sp:where ([ sp:object |
... | @@ -606,31 +692,41 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -606,31 +692,41 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
606 | [ sp:varName "productionFacility"^^xsd:string | 692 | [ sp:varName "productionFacility"^^xsd:string |
607 | ] | 693 | ] |
608 | ] [ sp:object | 694 | ] [ sp:object |
609 | - [ sp:varName "contextFacilityRef"^^xsd:string | 695 | + [ sp:varName "productionOperationRef"^^xsd:string |
610 | ] ; | 696 | ] ; |
611 | - sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; | 697 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
612 | sp:subject | 698 | sp:subject |
613 | - [ sp:varName "productionOperationRef"^^xsd:string | 699 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
700 | + ] | ||
701 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
702 | + sp:predicate rdf:type ; | ||
703 | + sp:subject | ||
704 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
614 | ] | 705 | ] |
615 | ] [ sp:object | 706 | ] [ sp:object |
616 | - [ sp:varName "contextFacilityRef"^^xsd:string | 707 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
617 | ] ; | 708 | ] ; |
618 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 709 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
619 | sp:subject | 710 | sp:subject |
620 | - [ sp:varName "contextFacility"^^xsd:string | 711 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
712 | + ] | ||
713 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | ||
714 | + sp:predicate rdf:type ; | ||
715 | + sp:subject | ||
716 | + [ sp:varName "productionFacilityToDate"^^xsd:string | ||
621 | ] | 717 | ] |
622 | ]) | 718 | ]) |
623 | ] ; | 719 | ] ; |
624 | spin:rule | 720 | spin:rule |
625 | [ rdf:type sp:Construct ; | 721 | [ rdf:type sp:Construct ; |
626 | - rdfs:comment """STEP 40071 Set the approval date | 722 | + rdfs:comment """STEP 40081 Set the issue date |
627 | -The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | 723 | +The issuer is set by STEP 90201 in the approval transform"""^^xsd:string ; |
628 | sp:templates ([ sp:object | 724 | sp:templates ([ sp:object |
629 | - [ sp:varName "approvalDate"^^xsd:string | 725 | + [ sp:varName "issueDate"^^xsd:string |
630 | ] ; | 726 | ] ; |
631 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 727 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
632 | sp:subject | 728 | sp:subject |
633 | - [ sp:varName "approveProductionOperationReport"^^xsd:string | 729 | + [ sp:varName "issueProductionOperationReport"^^xsd:string |
634 | ] | 730 | ] |
635 | ]) ; | 731 | ]) ; |
636 | sp:where ([ sp:object | 732 | sp:where ([ sp:object |
... | @@ -658,19 +754,19 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -658,19 +754,19 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
658 | ] [ sp:object | 754 | ] [ sp:object |
659 | [ sp:varName "productionOperationReport"^^xsd:string | 755 | [ sp:varName "productionOperationReport"^^xsd:string |
660 | ] ; | 756 | ] ; |
661 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; | 757 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#issuedReport> ; |
662 | sp:subject | 758 | sp:subject |
663 | - [ sp:varName "approveProductionOperationReport"^^xsd:string | 759 | + [ sp:varName "issueProductionOperationReport"^^xsd:string |
664 | ] | 760 | ] |
665 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | 761 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; |
666 | sp:predicate rdf:type ; | 762 | sp:predicate rdf:type ; |
667 | sp:subject | 763 | sp:subject |
668 | - [ sp:varName "approveProductionOperationReport"^^xsd:string | 764 | + [ sp:varName "issueProductionOperationReport"^^xsd:string |
669 | ] | 765 | ] |
670 | ] [ sp:object | 766 | ] [ sp:object |
671 | - [ sp:varName "approvalDate"^^xsd:string | 767 | + [ sp:varName "issueDate"^^xsd:string |
672 | ] ; | 768 | ] ; |
673 | - sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; | 769 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issueDate> ; |
674 | sp:subject | 770 | sp:subject |
675 | [ sp:varName "productionOperationRef"^^xsd:string | 771 | [ sp:varName "productionOperationRef"^^xsd:string |
676 | ] | 772 | ] |
... | @@ -678,25 +774,22 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -678,25 +774,22 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
678 | ] ; | 774 | ] ; |
679 | spin:rule | 775 | spin:rule |
680 | [ rdf:type sp:Construct ; | 776 | [ rdf:type sp:Construct ; |
681 | - rdfs:comment "STEP 40031 Record the start and end dates"^^xsd:string ; | 777 | + rdfs:comment "STEP 40051 Set the context facility - installation does not exist"^^xsd:string ; |
682 | - sp:templates ([ sp:object | 778 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; |
683 | - [ sp:varName "dateStart"^^xsd:string | 779 | + sp:predicate rdf:type ; |
684 | - ] ; | 780 | + sp:subject _:b7 |
685 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
686 | - sp:subject | ||
687 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
688 | - ] | ||
689 | ] [ sp:object | 781 | ] [ sp:object |
690 | - [ sp:varName "dateEnd"^^xsd:string | 782 | + [ sp:varName "contextFacility"^^xsd:string |
691 | ] ; | 783 | ] ; |
692 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 784 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
785 | + sp:subject _:b7 | ||
786 | + ] [ sp:object _:b7 ; | ||
787 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
693 | sp:subject | 788 | sp:subject |
694 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 789 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
695 | ] | 790 | ] |
696 | - ] [ sp:object | 791 | + ] [ sp:object _:b7 ; |
697 | - [ sp:varName "dateEnd"^^xsd:string | 792 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
698 | - ] ; | ||
699 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
700 | sp:subject | 793 | sp:subject |
701 | [ sp:varName "productionFacilityToDate"^^xsd:string | 794 | [ sp:varName "productionFacilityToDate"^^xsd:string |
702 | ] | 795 | ] |
... | @@ -711,22 +804,38 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -711,22 +804,38 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
711 | sp:subject | 804 | sp:subject |
712 | [ sp:varName "productionOperationRef"^^xsd:string | 805 | [ sp:varName "productionOperationRef"^^xsd:string |
713 | ] | 806 | ] |
714 | - ] [ sp:object | 807 | + ] [ rdf:type sp:NotExists ; |
715 | - [ sp:varName "dateStart"^^xsd:string | 808 | + sp:elements ([ sp:object |
809 | + [ sp:varName "installationRef"^^xsd:string | ||
716 | ] ; | 810 | ] ; |
717 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; | 811 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; |
718 | sp:subject | 812 | sp:subject |
719 | [ sp:varName "productionOperationRef"^^xsd:string | 813 | [ sp:varName "productionOperationRef"^^xsd:string |
720 | ] | 814 | ] |
721 | ] [ sp:object | 815 | ] [ sp:object |
722 | - [ sp:varName "dateEnd"^^xsd:string | 816 | + [ sp:varName "installationRef"^^xsd:string |
723 | ] ; | 817 | ] ; |
724 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; | 818 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
725 | sp:subject | 819 | sp:subject |
726 | - [ sp:varName "productionOperationsRef"^^xsd:string | 820 | + [ sp:varName "productionFacility"^^xsd:string |
727 | ] | 821 | ] |
822 | + ]) | ||
728 | ] [ sp:object | 823 | ] [ sp:object |
824 | + [ sp:varName "contextFacilityRef"^^xsd:string | ||
825 | + ] ; | ||
826 | + sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; | ||
827 | + sp:subject | ||
729 | [ sp:varName "productionOperationRef"^^xsd:string | 828 | [ sp:varName "productionOperationRef"^^xsd:string |
829 | + ] | ||
830 | + ] [ sp:object | ||
831 | + [ sp:varName "contextFacilityRef"^^xsd:string | ||
832 | + ] ; | ||
833 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
834 | + sp:subject | ||
835 | + [ sp:varName "contextFacility"^^xsd:string | ||
836 | + ] | ||
837 | + ] [ sp:object | ||
838 | + [ sp:varName "productVolumeRef"^^xsd:string | ||
730 | ] ; | 839 | ] ; |
731 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 840 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
732 | sp:subject | 841 | sp:subject |
... | @@ -754,5 +863,5 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -754,5 +863,5 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
754 | 863 | ||
755 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> | 864 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> |
756 | rdf:type owl:Ontology ; | 865 | rdf:type owl:Ontology ; |
757 | - owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | 866 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; |
758 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 867 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment