MonkeyChap

Merge branch 'IanProdFri1'

1 -# Saved by TopBraid on Tue Oct 25 15:10:35 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 15:17:22 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 4
...@@ -14,64 +14,180 @@ ...@@ -14,64 +14,180 @@
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ep-core:MeasureOfFlowOfMaterial 16 ep-core:MeasureOfFlowOfMaterial
17 - rdf:type rdfs:Class , ep-core:PropertySpace ; 17 + rdf:type ep-core:PropertySpace , rdfs:Class ;
18 rdfs:label "measure of flow of material"^^xsd:string ; 18 rdfs:label "measure of flow of material"^^xsd:string ;
19 rdfs:subClassOf owl:Class . 19 rdfs:subClassOf owl:Class .
20 20
21 ep-core:VolumeFlowRateAt15degC1atm 21 ep-core:VolumeFlowRateAt15degC1atm
22 - rdf:type ep-core:PropertySpace , rdfs:Class ; 22 + rdf:type rdfs:Class , ep-core:PropertySpace ;
23 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; 23 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
24 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 24 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
25 25
26 ep-core:VolumeFlowRateAt1degC1atm 26 ep-core:VolumeFlowRateAt1degC1atm
27 - rdf:type ep-core:PropertySpace , rdfs:Class ; 27 + rdf:type rdfs:Class , ep-core:PropertySpace ;
28 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; 28 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
29 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 29 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
30 30
31 ep-core:VolumeFlowRateAt60degF1atm 31 ep-core:VolumeFlowRateAt60degF1atm
32 - rdf:type ep-core:PropertySpace , rdfs:Class ; 32 + rdf:type rdfs:Class , ep-core:PropertySpace ;
33 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; 33 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
34 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 34 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
35 35
36 -ep-core:atmosphere 36 +ep-core:apiDensity
37 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 37 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
38 + rdfs:label "API Density"^^xsd:string .
39 +
40 +ep-core:atmosphere
41 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
38 rdfs:domain ep-core:Pressure ; 42 rdfs:domain ep-core:Pressure ;
39 rdfs:label "atmosphere"^^xsd:string . 43 rdfs:label "atmosphere"^^xsd:string .
40 44
41 ep-core:barrel_day-1 45 ep-core:barrel_day-1
42 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 46 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
43 rdfs:domain ep-core:VolumetricFlowRate ; 47 rdfs:domain ep-core:VolumetricFlowRate ;
44 rdfs:label "barrel day-1"^^xsd:string . 48 rdfs:label "barrel day-1"^^xsd:string .
45 49
46 ep-core:centimetre 50 ep-core:centimetre
47 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 51 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
48 rdfs:domain ep-core:Length ; 52 rdfs:domain ep-core:Length ;
49 rdfs:label "centimetre"^^xsd:string . 53 rdfs:label "centimetre"^^xsd:string .
50 54
51 ep-core:count 55 ep-core:count
52 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 56 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
53 rdfs:label "count"^^xsd:string . 57 rdfs:label "count"^^xsd:string .
54 58
55 ep-core:fahrenheit 59 ep-core:fahrenheit
56 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 60 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
57 rdfs:domain ep-core:Temperature ; 61 rdfs:domain ep-core:Temperature ;
58 rdfs:label "fahrenheit"^^xsd:string . 62 rdfs:label "fahrenheit"^^xsd:string .
59 63
64 +ep-core:grain_100ft-3
65 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
66 + rdfs:label "grain per 100ft3"^^xsd:string .
67 +
68 +ep-core:grain_ft-3_1
69 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
70 + rdfs:label "grain per ft3"^^xsd:string .
71 +
72 +ep-core:grain_usGallon-1
73 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
74 + rdfs:label "grain per US Gallon"^^xsd:string .
75 +
76 +ep-core:gram_dm-3
77 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
78 + rdfs:label "gram dm-3"^^xsd:string .
79 +
80 +ep-core:gram_l-1
81 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
82 + rdfs:label "grams per litre"^^xsd:string .
83 +
84 +ep-core:gram_m-3
85 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
86 + rdfs:label "gram m-3"^^xsd:string .
87 +
88 +ep-core:gram_ukGallon-1
89 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
90 + rdfs:label "grams per UK Gallon"^^xsd:string .
91 +
92 +ep-core:gram_usGallon-1
93 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
94 + rdfs:label "grams per US Gallon"^^xsd:string .
95 +
60 ep-core:hasSetOfAllPartsOfType 96 ep-core:hasSetOfAllPartsOfType
61 rdf:type owl:ObjectProperty ; 97 rdf:type owl:ObjectProperty ;
62 rdfs:domain ep-core:PhysicalThing ; 98 rdfs:domain ep-core:PhysicalThing ;
63 rdfs:label "basis for"^^xsd:string . 99 rdfs:label "basis for"^^xsd:string .
64 100
65 ep-core:inch_64 101 ep-core:inch_64
66 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 102 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
67 rdfs:domain ep-core:Length ; 103 rdfs:domain ep-core:Length ;
68 rdfs:label "inch/64"^^xsd:string . 104 rdfs:label "inch/64"^^xsd:string .
69 105
70 -ep-core:metre3_hour-1 106 +ep-core:kilogram_dm-3
107 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
108 + rdfs:label "kilogram dm-3"^^xsd:string .
109 +
110 +ep-core:kilogram_l-1
111 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
112 + rdfs:label "kilogram per litre"^^xsd:string .
113 +
114 +ep-core:kilogram_m-3
115 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
116 + rdfs:label "kilogram m-3"^^xsd:string .
117 +
118 +ep-core:lbm_1000bbl-1
119 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
120 + rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
121 +
122 +ep-core:lbm_1000ukGallon-1
71 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 123 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
124 + rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
125 +
126 +ep-core:lbm_1000usGallon-1
127 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
128 + rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
129 +
130 +ep-core:lbm_10bbl-1
131 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
132 + rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
133 +
134 +ep-core:lbm_bbl-1
135 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
136 + rdfs:label "pounds (mass) per barrel"^^xsd:string .
137 +
138 +ep-core:lbm_ft-3
139 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
140 + rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
141 +
142 +ep-core:lbm_in-3
143 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
144 + rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
145 +
146 +ep-core:lbm_millibarrel-1
147 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
148 + rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
149 +
150 +ep-core:lbm_ukGallon-1
151 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
152 + rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
153 +
154 +ep-core:lbm_usGallon-1
155 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
156 + rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
157 +
158 +ep-core:megagram_m-3
159 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
160 + rdfs:label "Megagram m-3"^^xsd:string .
161 +
162 +ep-core:metre3_hour-1
163 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
72 rdfs:domain ep-core:VolumetricFlowRate ; 164 rdfs:domain ep-core:VolumetricFlowRate ;
73 rdfs:label "metre3 hour-1"^^xsd:string . 165 rdfs:label "metre3 hour-1"^^xsd:string .
74 166
75 -ep-core:thousand_barrel 167 +ep-core:microgram_cm-3
168 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
169 + rdfs:label "microgram cm-3"^^xsd:string .
170 +
171 +ep-core:milligram_dm-3
172 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
173 + rdfs:label "milligram dm-3"^^xsd:string .
174 +
175 +ep-core:milligram_l-1
176 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
177 + rdfs:label "milligrams per litre"^^xsd:string .
178 +
179 +ep-core:milligram_m-3
76 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 180 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
181 + rdfs:label "milligram m-3"^^xsd:string .
182 +
183 +ep-core:milligram_usGallon-1
184 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
185 + rdfs:label "milligrams per US Gallon"^^xsd:string .
186 +
187 +ep-core:ten_megagram_m-3
188 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
189 + rdfs:label "10 Megagram m-3"^^xsd:string .
190 +
191 +ep-core:thousand_barrel
192 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
77 rdfs:label "thousand barrel"^^xsd:string . 193 rdfs:label "thousand barrel"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Oct 25 15:34:42 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 15:14:15 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
3 # imports: http://www.reportinghub.no/ep/schema/1.0/production 3 # imports: http://www.reportinghub.no/ep/schema/1.0/production
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - owl:imports <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; 23 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ep-dpr-spin-lib:BuildDailyProductionReportURI 26 ep-dpr-spin-lib:BuildDailyProductionReportURI
...@@ -433,13 +433,230 @@ arg3 is end date"""^^xsd:string ; ...@@ -433,13 +433,230 @@ arg3 is end date"""^^xsd:string ;
433 ]) 433 ])
434 ] . 434 ] .
435 435
436 +ep-dpr-spin-lib:selectDensityScale
437 + rdf:type spin:Function ;
438 + rdfs:label "select density scale"^^xsd:string ;
439 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
440 + spin:body
441 + [ rdf:type sp:Select ;
442 + sp:resultVariables (_:b20) ;
443 + sp:where ([ rdf:type sp:Bind ;
444 + sp:expression
445 + [ rdf:type sp:if ;
446 + sp:arg1 [ rdf:type sp:eq ;
447 + sp:arg1 spin:_arg1 ;
448 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbmin3>
449 + ] ;
450 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_in-3> ;
451 + sp:arg3 [ rdf:type sp:if ;
452 + sp:arg1 [ rdf:type sp:eq ;
453 + sp:arg1 spin:_arg1 ;
454 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_ggalUS>
455 + ] ;
456 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_usGallon-1> ;
457 + sp:arg3 [ rdf:type sp:if ;
458 + sp:arg1 [ rdf:type sp:eq ;
459 + sp:arg1 spin:_arg1 ;
460 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_grain100ft3>
461 + ] ;
462 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#grain_100ft-3> ;
463 + sp:arg3 [ rdf:type sp:if ;
464 + sp:arg1 [ rdf:type sp:eq ;
465 + sp:arg1 spin:_arg1 ;
466 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_gdm3>
467 + ] ;
468 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_dm-3> ;
469 + sp:arg3 [ rdf:type sp:if ;
470 + sp:arg1 [ rdf:type sp:eq ;
471 + sp:arg1 spin:_arg1 ;
472 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_kgdm3>
473 + ] ;
474 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilogram_dm-3> ;
475 + sp:arg3 [ rdf:type sp:if ;
476 + sp:arg1 [ rdf:type sp:eq ;
477 + sp:arg1 spin:_arg1 ;
478 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbmgalUK>
479 + ] ;
480 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_ukGallon-1> ;
481 + sp:arg3 [ rdf:type sp:if ;
482 + sp:arg1 [ rdf:type sp:eq ;
483 + sp:arg1 spin:_arg1 ;
484 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbmgalUS>
485 + ] ;
486 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_usGallon-1> ;
487 + sp:arg3 [ rdf:type sp:if ;
488 + sp:arg1 [ rdf:type sp:eq ;
489 + sp:arg1 spin:_arg1 ;
490 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_mgdm3>
491 + ] ;
492 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milligram_dm-3> ;
493 + sp:arg3 [ rdf:type sp:if ;
494 + sp:arg1 [ rdf:type sp:eq ;
495 + sp:arg1 spin:_arg1 ;
496 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbm10bbl>
497 + ] ;
498 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_10bbl-1> ;
499 + sp:arg3 [ rdf:type sp:if ;
500 + sp:arg1 [ rdf:type sp:eq ;
501 + sp:arg1 spin:_arg1 ;
502 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_gcm3>
503 + ] ;
504 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
505 + sp:arg3 [ rdf:type sp:if ;
506 + sp:arg1 [ rdf:type sp:eq ;
507 + sp:arg1 spin:_arg1 ;
508 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_mgL>
509 + ] ;
510 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milligram_l-1> ;
511 + sp:arg3 [ rdf:type sp:if ;
512 + sp:arg1 [ rdf:type sp:eq ;
513 + sp:arg1 spin:_arg1 ;
514 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_graingalUS>
515 + ] ;
516 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#grain_usGallon-1> ;
517 + sp:arg3 [ rdf:type sp:if ;
518 + sp:arg1 [ rdf:type sp:eq ;
519 + sp:arg1 spin:_arg1 ;
520 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_ugcm3>
521 + ] ;
522 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#microgram_cm-3> ;
523 + sp:arg3 [ rdf:type sp:if ;
524 + sp:arg1 [ rdf:type sp:eq ;
525 + sp:arg1 spin:_arg1 ;
526 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_mggalUS>
527 + ] ;
528 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milligram_usGallon-1> ;
529 + sp:arg3 [ rdf:type sp:if ;
530 + sp:arg1 [ rdf:type sp:eq ;
531 + sp:arg1 spin:_arg1 ;
532 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_mgm3>
533 + ] ;
534 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milligram_m-3> ;
535 + sp:arg3 [ rdf:type sp:if ;
536 + sp:arg1 [ rdf:type sp:eq ;
537 + sp:arg1 spin:_arg1 ;
538 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_gL>
539 + ] ;
540 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_l-1> ;
541 + sp:arg3 [ rdf:type sp:if ;
542 + sp:arg1 [ rdf:type sp:eq ;
543 + sp:arg1 spin:_arg1 ;
544 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbm1000galUK>
545 + ] ;
546 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_1000ukGallon-1> ;
547 + sp:arg3 [ rdf:type sp:if ;
548 + sp:arg1 [ rdf:type sp:eq ;
549 + sp:arg1 spin:_arg1 ;
550 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_10Mgm3>
551 + ] ;
552 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ten_megagram_m-3> ;
553 + sp:arg3 [ rdf:type sp:if ;
554 + sp:arg1 [ rdf:type sp:eq ;
555 + sp:arg1 spin:_arg1 ;
556 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbmbbl>
557 + ] ;
558 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_bbl-1> ;
559 + sp:arg3 [ rdf:type sp:if ;
560 + sp:arg1 [ rdf:type sp:eq ;
561 + sp:arg1 spin:_arg1 ;
562 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_grainft3>
563 + ] ;
564 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#grain_ft-3_1> ;
565 + sp:arg3 [ rdf:type sp:if ;
566 + sp:arg1 [ rdf:type sp:eq ;
567 + sp:arg1 spin:_arg1 ;
568 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_ggalUK>
569 + ] ;
570 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_ukGallon-1> ;
571 + sp:arg3 [ rdf:type sp:if ;
572 + sp:arg1 [ rdf:type sp:eq ;
573 + sp:arg1 spin:_arg1 ;
574 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbmft3>
575 + ] ;
576 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_ft-3> ;
577 + sp:arg3 [ rdf:type sp:if ;
578 + sp:arg1 [ rdf:type sp:eq ;
579 + sp:arg1 spin:_arg1 ;
580 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbm1000galUS>
581 + ] ;
582 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_1000usGallon-1> ;
583 + sp:arg3 [ rdf:type sp:if ;
584 + sp:arg1 [ rdf:type sp:eq ;
585 + sp:arg1 spin:_arg1 ;
586 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_dAPI>
587 + ] ;
588 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#apiDensity> ;
589 + sp:arg3 [ rdf:type sp:if ;
590 + sp:arg1 [ rdf:type sp:eq ;
591 + sp:arg1 spin:_arg1 ;
592 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_lbmMbbl>
593 + ] ;
594 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_1000bbl-1> ;
595 + sp:arg3 [ rdf:type sp:if ;
596 + sp:arg1 [ rdf:type sp:eq ;
597 + sp:arg1 spin:_arg1 ;
598 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_gm3>
599 + ] ;
600 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_m-3> ;
601 + sp:arg3 [ rdf:type sp:if ;
602 + sp:arg1 [ rdf:type sp:eq ;
603 + sp:arg1 spin:_arg1 ;
604 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_kgm3>
605 + ] ;
606 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ;
607 + sp:arg3 [ rdf:type sp:if ;
608 + sp:arg1 [ rdf:type sp:eq ;
609 + sp:arg1 spin:_arg1 ;
610 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_kgL>
611 + ] ;
612 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilogram_l-1> ;
613 + sp:arg3 [ rdf:type sp:if ;
614 + sp:arg1 [ rdf:type sp:eq ;
615 + sp:arg1 spin:_arg1 ;
616 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_Mgm3>
617 + ] ;
618 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megagram_m-3> ;
619 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
620 + ]
621 + ]
622 + ]
623 + ]
624 + ]
625 + ]
626 + ]
627 + ]
628 + ]
629 + ]
630 + ]
631 + ]
632 + ]
633 + ]
634 + ]
635 + ]
636 + ]
637 + ]
638 + ]
639 + ]
640 + ]
641 + ]
642 + ]
643 + ]
644 + ]
645 + ]
646 + ]
647 + ]
648 + ] ;
649 + sp:variable _:b20
650 + ])
651 + ] .
652 +
436 ep-dpr-spin-lib:selectDurationScale 653 ep-dpr-spin-lib:selectDurationScale
437 rdf:type spin:Function ; 654 rdf:type spin:Function ;
438 rdfs:label "select Duration scale"^^xsd:string ; 655 rdfs:label "select Duration scale"^^xsd:string ;
439 rdfs:subClassOf ep-dpr-spin-lib:Function ; 656 rdfs:subClassOf ep-dpr-spin-lib:Function ;
440 spin:body 657 spin:body
441 [ rdf:type sp:Select ; 658 [ rdf:type sp:Select ;
442 - sp:resultVariables (_:b20) ; 659 + sp:resultVariables (_:b21) ;
443 sp:where ([ rdf:type sp:Bind ; 660 sp:where ([ rdf:type sp:Bind ;
444 sp:expression 661 sp:expression
445 [ rdf:type sp:if ; 662 [ rdf:type sp:if ;
...@@ -464,7 +681,7 @@ ep-dpr-spin-lib:selectDurationScale ...@@ -464,7 +681,7 @@ ep-dpr-spin-lib:selectDurationScale
464 ] 681 ]
465 ] 682 ]
466 ] ; 683 ] ;
467 - sp:variable _:b20 684 + sp:variable _:b21
468 ]) 685 ])
469 ] . 686 ] .
470 687
...@@ -474,7 +691,7 @@ ep-dpr-spin-lib:selectLengthScale ...@@ -474,7 +691,7 @@ ep-dpr-spin-lib:selectLengthScale
474 rdfs:subClassOf ep-dpr-spin-lib:Function ; 691 rdfs:subClassOf ep-dpr-spin-lib:Function ;
475 spin:body 692 spin:body
476 [ rdf:type sp:Select ; 693 [ rdf:type sp:Select ;
477 - sp:resultVariables (_:b21) ; 694 + sp:resultVariables (_:b22) ;
478 sp:where ([ rdf:type sp:Bind ; 695 sp:where ([ rdf:type sp:Bind ;
479 sp:expression 696 sp:expression
480 [ rdf:type sp:if ; 697 [ rdf:type sp:if ;
...@@ -513,7 +730,7 @@ ep-dpr-spin-lib:selectLengthScale ...@@ -513,7 +730,7 @@ ep-dpr-spin-lib:selectLengthScale
513 ] 730 ]
514 ] 731 ]
515 ] ; 732 ] ;
516 - sp:variable _:b21 733 + sp:variable _:b22
517 ]) 734 ])
518 ] . 735 ] .
519 736
...@@ -522,7 +739,7 @@ ep-dpr-spin-lib:selectMassConcentrationScale ...@@ -522,7 +739,7 @@ ep-dpr-spin-lib:selectMassConcentrationScale
522 rdfs:subClassOf ep-dpr-spin-lib:Function ; 739 rdfs:subClassOf ep-dpr-spin-lib:Function ;
523 spin:body 740 spin:body
524 [ rdf:type sp:Select ; 741 [ rdf:type sp:Select ;
525 - sp:resultVariables (_:b22) ; 742 + sp:resultVariables (_:b23) ;
526 sp:where ([ rdf:type sp:Bind ; 743 sp:where ([ rdf:type sp:Bind ;
527 sp:expression 744 sp:expression
528 [ rdf:type sp:if ; 745 [ rdf:type sp:if ;
...@@ -582,7 +799,7 @@ ep-dpr-spin-lib:selectMassConcentrationScale ...@@ -582,7 +799,7 @@ ep-dpr-spin-lib:selectMassConcentrationScale
582 ] 799 ]
583 ] 800 ]
584 ] ; 801 ] ;
585 - sp:variable _:b22 802 + sp:variable _:b23
586 ]) 803 ])
587 ] . 804 ] .
588 805
...@@ -592,7 +809,7 @@ ep-dpr-spin-lib:selectPressureScale ...@@ -592,7 +809,7 @@ ep-dpr-spin-lib:selectPressureScale
592 rdfs:subClassOf ep-dpr-spin-lib:Function ; 809 rdfs:subClassOf ep-dpr-spin-lib:Function ;
593 spin:body 810 spin:body
594 [ rdf:type sp:Select ; 811 [ rdf:type sp:Select ;
595 - sp:resultVariables (_:b23) ; 812 + sp:resultVariables (_:b24) ;
596 sp:where ([ rdf:type sp:Bind ; 813 sp:where ([ rdf:type sp:Bind ;
597 sp:expression 814 sp:expression
598 [ rdf:type sp:if ; 815 [ rdf:type sp:if ;
...@@ -617,7 +834,7 @@ ep-dpr-spin-lib:selectPressureScale ...@@ -617,7 +834,7 @@ ep-dpr-spin-lib:selectPressureScale
617 ] 834 ]
618 ] 835 ]
619 ] ; 836 ] ;
620 - sp:variable _:b23 837 + sp:variable _:b24
621 ]) 838 ])
622 ] . 839 ] .
623 840
...@@ -627,7 +844,7 @@ ep-dpr-spin-lib:selectProductType ...@@ -627,7 +844,7 @@ ep-dpr-spin-lib:selectProductType
627 rdfs:subClassOf ep-dpr-spin-lib:Function ; 844 rdfs:subClassOf ep-dpr-spin-lib:Function ;
628 spin:body 845 spin:body
629 [ rdf:type sp:Select ; 846 [ rdf:type sp:Select ;
630 - sp:resultVariables (_:b24) ; 847 + sp:resultVariables (_:b25) ;
631 sp:where ([ rdf:type sp:Bind ; 848 sp:where ([ rdf:type sp:Bind ;
632 sp:expression 849 sp:expression
633 [ rdf:type sp:if ; 850 [ rdf:type sp:if ;
...@@ -834,7 +1051,7 @@ ep-dpr-spin-lib:selectProductType ...@@ -834,7 +1051,7 @@ ep-dpr-spin-lib:selectProductType
834 ] 1051 ]
835 ] 1052 ]
836 ] ; 1053 ] ;
837 - sp:variable _:b24 1054 + sp:variable _:b25
838 ]) 1055 ])
839 ] . 1056 ] .
840 1057
...@@ -844,7 +1061,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -844,7 +1061,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
844 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1061 rdfs:subClassOf ep-dpr-spin-lib:Function ;
845 spin:body 1062 spin:body
846 [ rdf:type sp:Select ; 1063 [ rdf:type sp:Select ;
847 - sp:resultVariables (_:b25) ; 1064 + sp:resultVariables (_:b26) ;
848 sp:where ([ rdf:type sp:Bind ; 1065 sp:where ([ rdf:type sp:Bind ;
849 sp:expression 1066 sp:expression
850 [ rdf:type sp:if ; 1067 [ rdf:type sp:if ;
...@@ -1023,7 +1240,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -1023,7 +1240,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
1023 ] 1240 ]
1024 ] 1241 ]
1025 ] ; 1242 ] ;
1026 - sp:variable _:b25 1243 + sp:variable _:b26
1027 ]) 1244 ])
1028 ] . 1245 ] .
1029 1246
...@@ -1033,7 +1250,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -1033,7 +1250,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
1033 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1250 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1034 spin:body 1251 spin:body
1035 [ rdf:type sp:Select ; 1252 [ rdf:type sp:Select ;
1036 - sp:resultVariables (_:b26) ; 1253 + sp:resultVariables (_:b27) ;
1037 sp:where ([ rdf:type sp:Bind ; 1254 sp:where ([ rdf:type sp:Bind ;
1038 sp:expression 1255 sp:expression
1039 [ rdf:type sp:if ; 1256 [ rdf:type sp:if ;
...@@ -1093,7 +1310,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -1093,7 +1310,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
1093 ] 1310 ]
1094 ] 1311 ]
1095 ] ; 1312 ] ;
1096 - sp:variable _:b26 1313 + sp:variable _:b27
1097 ]) 1314 ])
1098 ] . 1315 ] .
1099 1316
...@@ -1103,7 +1320,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -1103,7 +1320,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
1103 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1320 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1104 spin:body 1321 spin:body
1105 [ rdf:type sp:Select ; 1322 [ rdf:type sp:Select ;
1106 - sp:resultVariables (_:b27) ; 1323 + sp:resultVariables (_:b28) ;
1107 sp:where ([ rdf:type sp:Bind ; 1324 sp:where ([ rdf:type sp:Bind ;
1108 sp:expression 1325 sp:expression
1109 [ rdf:type sp:if ; 1326 [ rdf:type sp:if ;
...@@ -1121,7 +1338,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -1121,7 +1338,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
1121 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 1338 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
1122 ] 1339 ]
1123 ] ; 1340 ] ;
1124 - sp:variable _:b27 1341 + sp:variable _:b28
1125 ]) 1342 ])
1126 ] . 1343 ] .
1127 1344
...@@ -1131,7 +1348,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -1131,7 +1348,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
1131 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1348 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1132 spin:body 1349 spin:body
1133 [ rdf:type sp:Select ; 1350 [ rdf:type sp:Select ;
1134 - sp:resultVariables (_:b28) ; 1351 + sp:resultVariables (_:b29) ;
1135 sp:where ([ rdf:type sp:Bind ; 1352 sp:where ([ rdf:type sp:Bind ;
1136 sp:expression 1353 sp:expression
1137 [ rdf:type sp:if ; 1354 [ rdf:type sp:if ;
...@@ -1149,7 +1366,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -1149,7 +1366,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
1149 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 1366 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
1150 ] 1367 ]
1151 ] ; 1368 ] ;
1152 - sp:variable _:b28 1369 + sp:variable _:b29
1153 ]) 1370 ])
1154 ] . 1371 ] .
1155 1372
...@@ -1159,7 +1376,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -1159,7 +1376,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
1159 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1376 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1160 spin:body 1377 spin:body
1161 [ rdf:type sp:Select ; 1378 [ rdf:type sp:Select ;
1162 - sp:resultVariables (_:b29) ; 1379 + sp:resultVariables (_:b30) ;
1163 sp:where ([ rdf:type sp:Bind ; 1380 sp:where ([ rdf:type sp:Bind ;
1164 sp:expression 1381 sp:expression
1165 [ rdf:type sp:if ; 1382 [ rdf:type sp:if ;
...@@ -1310,7 +1527,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -1310,7 +1527,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
1310 ] 1527 ]
1311 ] 1528 ]
1312 ] ; 1529 ] ;
1313 - sp:variable _:b29 1530 + sp:variable _:b30
1314 ]) 1531 ])
1315 ] . 1532 ] .
1316 1533
...@@ -1319,7 +1536,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType ...@@ -1319,7 +1536,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType
1319 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1536 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1320 spin:body 1537 spin:body
1321 [ rdf:type sp:Select ; 1538 [ rdf:type sp:Select ;
1322 - sp:resultVariables (_:b30) ; 1539 + sp:resultVariables (_:b31) ;
1323 sp:where ([ rdf:type sp:Bind ; 1540 sp:where ([ rdf:type sp:Bind ;
1324 sp:expression 1541 sp:expression
1325 [ rdf:type sp:if ; 1542 [ rdf:type sp:if ;
...@@ -1372,7 +1589,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType ...@@ -1372,7 +1589,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType
1372 ] 1589 ]
1373 ] 1590 ]
1374 ] ; 1591 ] ;
1375 - sp:variable _:b30 1592 + sp:variable _:b31
1376 ]) 1593 ])
1377 ] . 1594 ] .
1378 1595
...@@ -1382,7 +1599,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -1382,7 +1599,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
1382 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1599 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1383 spin:body 1600 spin:body
1384 [ rdf:type sp:Select ; 1601 [ rdf:type sp:Select ;
1385 - sp:resultVariables (_:b31) ; 1602 + sp:resultVariables (_:b32) ;
1386 sp:where ([ rdf:type sp:Bind ; 1603 sp:where ([ rdf:type sp:Bind ;
1387 sp:expression 1604 sp:expression
1388 [ rdf:type sp:if ; 1605 [ rdf:type sp:if ;
...@@ -1456,7 +1673,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -1456,7 +1673,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
1456 ] 1673 ]
1457 ] 1674 ]
1458 ] ; 1675 ] ;
1459 - sp:variable _:b31 1676 + sp:variable _:b32
1460 ]) 1677 ])
1461 ] . 1678 ] .
1462 1679
...@@ -1465,7 +1682,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -1465,7 +1682,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
1465 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1682 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1466 spin:body 1683 spin:body
1467 [ rdf:type sp:Select ; 1684 [ rdf:type sp:Select ;
1468 - sp:resultVariables (_:b32) ; 1685 + sp:resultVariables (_:b33) ;
1469 sp:where ([ rdf:type sp:Bind ; 1686 sp:where ([ rdf:type sp:Bind ;
1470 sp:expression 1687 sp:expression
1471 [ rdf:type sp:if ; 1688 [ rdf:type sp:if ;
...@@ -1609,7 +1826,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -1609,7 +1826,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
1609 ] 1826 ]
1610 ] 1827 ]
1611 ] ; 1828 ] ;
1612 - sp:variable _:b32 1829 + sp:variable _:b33
1613 ]) 1830 ])
1614 ] . 1831 ] .
1615 1832
...@@ -1619,7 +1836,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale ...@@ -1619,7 +1836,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale
1619 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1836 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1620 spin:body 1837 spin:body
1621 [ rdf:type sp:Select ; 1838 [ rdf:type sp:Select ;
1622 - sp:resultVariables (_:b33) ; 1839 + sp:resultVariables (_:b34) ;
1623 sp:where ([ rdf:type sp:Bind ; 1840 sp:where ([ rdf:type sp:Bind ;
1624 sp:expression 1841 sp:expression
1625 [ rdf:type sp:if ; 1842 [ rdf:type sp:if ;
...@@ -1630,7 +1847,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale ...@@ -1630,7 +1847,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale
1630 sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; 1847 sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
1631 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 1848 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1632 ] ; 1849 ] ;
1633 - sp:variable _:b33 1850 + sp:variable _:b34
1634 ]) 1851 ])
1635 ] . 1852 ] .
1636 1853
...@@ -1640,7 +1857,7 @@ ep-dpr-spin-lib:selectTemperatureScale ...@@ -1640,7 +1857,7 @@ ep-dpr-spin-lib:selectTemperatureScale
1640 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1857 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1641 spin:body 1858 spin:body
1642 [ rdf:type sp:Select ; 1859 [ rdf:type sp:Select ;
1643 - sp:resultVariables (_:b34) ; 1860 + sp:resultVariables (_:b35) ;
1644 sp:where ([ rdf:type sp:Bind ; 1861 sp:where ([ rdf:type sp:Bind ;
1645 sp:expression 1862 sp:expression
1646 [ rdf:type sp:if ; 1863 [ rdf:type sp:if ;
...@@ -1658,7 +1875,7 @@ ep-dpr-spin-lib:selectTemperatureScale ...@@ -1658,7 +1875,7 @@ ep-dpr-spin-lib:selectTemperatureScale
1658 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 1875 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1659 ] 1876 ]
1660 ] ; 1877 ] ;
1661 - sp:variable _:b34 1878 + sp:variable _:b35
1662 ]) 1879 ])
1663 ] . 1880 ] .
1664 1881
...@@ -1668,7 +1885,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -1668,7 +1885,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
1668 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1885 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1669 spin:body 1886 spin:body
1670 [ rdf:type sp:Select ; 1887 [ rdf:type sp:Select ;
1671 - sp:resultVariables (_:b35) ; 1888 + sp:resultVariables (_:b36) ;
1672 sp:where ([ rdf:type sp:Bind ; 1889 sp:where ([ rdf:type sp:Bind ;
1673 sp:expression 1890 sp:expression
1674 [ rdf:type sp:if ; 1891 [ rdf:type sp:if ;
...@@ -1742,7 +1959,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -1742,7 +1959,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
1742 ] 1959 ]
1743 ] 1960 ]
1744 ] ; 1961 ] ;
1745 - sp:variable _:b35 1962 + sp:variable _:b36
1746 ]) 1963 ])
1747 ] . 1964 ] .
1748 1965
...@@ -1751,7 +1968,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType ...@@ -1751,7 +1968,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType
1751 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1968 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1752 spin:body 1969 spin:body
1753 [ rdf:type sp:Select ; 1970 [ rdf:type sp:Select ;
1754 - sp:resultVariables (_:b36) ; 1971 + sp:resultVariables (_:b37) ;
1755 sp:where ([ rdf:type sp:Bind ; 1972 sp:where ([ rdf:type sp:Bind ;
1756 sp:expression 1973 sp:expression
1757 [ rdf:type sp:if ; 1974 [ rdf:type sp:if ;
...@@ -1825,7 +2042,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType ...@@ -1825,7 +2042,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType
1825 ] 2042 ]
1826 ] 2043 ]
1827 ] ; 2044 ] ;
1828 - sp:variable _:b36 2045 + sp:variable _:b37
1829 ]) 2046 ])
1830 ] . 2047 ] .
1831 2048
...@@ -1835,7 +2052,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -1835,7 +2052,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
1835 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2052 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1836 spin:body 2053 spin:body
1837 [ rdf:type sp:Select ; 2054 [ rdf:type sp:Select ;
1838 - sp:resultVariables (_:b37) ; 2055 + sp:resultVariables (_:b38) ;
1839 sp:where ([ rdf:type sp:Bind ; 2056 sp:where ([ rdf:type sp:Bind ;
1840 sp:expression 2057 sp:expression
1841 [ rdf:type sp:if ; 2058 [ rdf:type sp:if ;
...@@ -1860,7 +2077,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -1860,7 +2077,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
1860 ] 2077 ]
1861 ] 2078 ]
1862 ] ; 2079 ] ;
1863 - sp:variable _:b37 2080 + sp:variable _:b38
1864 ]) 2081 ])
1865 ] . 2082 ] .
1866 2083
...@@ -1870,7 +2087,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ...@@ -1870,7 +2087,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType
1870 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2087 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1871 spin:body 2088 spin:body
1872 [ rdf:type sp:Select ; 2089 [ rdf:type sp:Select ;
1873 - sp:resultVariables (_:b38) ; 2090 + sp:resultVariables (_:b39) ;
1874 sp:where ([ rdf:type sp:Bind ; 2091 sp:where ([ rdf:type sp:Bind ;
1875 sp:expression 2092 sp:expression
1876 [ rdf:type sp:if ; 2093 [ rdf:type sp:if ;
...@@ -1895,7 +2112,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ...@@ -1895,7 +2112,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType
1895 ] 2112 ]
1896 ] 2113 ]
1897 ] ; 2114 ] ;
1898 - sp:variable _:b38 2115 + sp:variable _:b39
1899 ]) 2116 ])
1900 ] . 2117 ] .
1901 2118
...@@ -1905,7 +2122,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale ...@@ -1905,7 +2122,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale
1905 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2122 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1906 spin:body 2123 spin:body
1907 [ rdf:type sp:Select ; 2124 [ rdf:type sp:Select ;
1908 - sp:resultVariables (_:b39) ; 2125 + sp:resultVariables (_:b40) ;
1909 sp:where ([ rdf:type sp:Bind ; 2126 sp:where ([ rdf:type sp:Bind ;
1910 sp:expression 2127 sp:expression
1911 [ rdf:type sp:if ; 2128 [ rdf:type sp:if ;
...@@ -1930,7 +2147,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale ...@@ -1930,7 +2147,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale
1930 ] 2147 ]
1931 ] 2148 ]
1932 ] ; 2149 ] ;
1933 - sp:variable _:b39 2150 + sp:variable _:b40
1934 ]) 2151 ])
1935 ] . 2152 ] .
1936 2153
...@@ -1940,7 +2157,7 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -1940,7 +2157,7 @@ ep-dpr-spin-lib:selectVolumeScale
1940 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2157 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1941 spin:body 2158 spin:body
1942 [ rdf:type sp:Select ; 2159 [ rdf:type sp:Select ;
1943 - sp:resultVariables (_:b40) ; 2160 + sp:resultVariables (_:b41) ;
1944 sp:where ([ rdf:type sp:Bind ; 2161 sp:where ([ rdf:type sp:Bind ;
1945 sp:expression 2162 sp:expression
1946 [ rdf:type sp:if ; 2163 [ rdf:type sp:if ;
...@@ -2168,117 +2385,120 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -2168,117 +2385,120 @@ ep-dpr-spin-lib:selectVolumeScale
2168 ] 2385 ]
2169 ] 2386 ]
2170 ] ; 2387 ] ;
2171 - sp:variable _:b40 2388 + sp:variable _:b41
2172 ]) 2389 ])
2173 ] . 2390 ] .
2174 2391
2175 -_:b1 sp:varName "uri"^^xsd:string . 2392 +_:b41
2393 + sp:varName "volumeScale"^^xsd:string .
2176 2394
2177 -_:b2 sp:varName "uri"^^xsd:string . 2395 +_:b40
2396 + sp:varName "volumeFlowRateScale"^^xsd:string .
2178 2397
2179 -_:b3 sp:varName "UUID"^^xsd:string . 2398 +_:b39
2399 + sp:varName "volumeFlowRateAtStdType"^^xsd:string .
2180 2400
2181 -_:b4 sp:varName "uri"^^xsd:string . 2401 +_:b38
2402 + sp:varName "volumeAtStdType"^^xsd:string .
2182 2403
2183 -_:b5 sp:varName "uri"^^xsd:string . 2404 +_:b37
2405 + sp:varName "prodActType"^^xsd:string .
2184 2406
2185 -_:b6 sp:varName "uri"^^xsd:string . 2407 +_:b36
2408 + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
2186 2409
2187 -_:b7 sp:varName "uri"^^xsd:string . 2410 +_:b35
2411 + sp:varName "temperatureScale"^^xsd:string .
2188 2412
2189 -_:b8 sp:varName "uri"^^xsd:string . 2413 +_:b34
2414 + sp:varName "specificVolumeScale"^^xsd:string .
2190 2415
2191 -_:b9 sp:varName "uri"^^xsd:string . 2416 +_:b33
2417 + sp:varName "safetyActivityType"^^xsd:string .
2192 2418
2193 -_:b10 2419 +_:b32
2194 - sp:varName "uri"^^xsd:string . 2420 + sp:varName "relationshipToMeasure"^^xsd:string .
2195 2421
2196 -_:b11 2422 +_:b31
2197 - sp:varName "uri"^^xsd:string . 2423 + sp:varName "popType"^^xsd:string .
2198 2424
2199 -_:b12 2425 +_:b30
2200 - sp:varName "uri"^^xsd:string . 2426 + sp:varName "productionFlowPurposeType"^^xsd:string .
2201 2427
2202 -_:b13 2428 +_:b29
2203 - sp:varName "uri"^^xsd:string . 2429 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
2204 2430
2205 -_:b14 2431 +_:b28
2206 - sp:varName "uri"^^xsd:string . 2432 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
2207 2433
2208 -_:b15 2434 +_:b27
2209 - sp:varName "uri"^^xsd:string . 2435 + sp:varName "productionFlowDefinitionType"^^xsd:string .
2210 2436
2211 -_:b16 2437 +_:b26
2212 - sp:varName "uri"^^xsd:string . 2438 + sp:varName "productionFacilityType"^^xsd:string .
2213 2439
2214 -_:b17 2440 +_:b25
2215 - sp:varName "uri"^^xsd:string . 2441 + sp:varName "productType"^^xsd:string .
2216 2442
2217 -_:b18 2443 +_:b24
2218 - sp:varName "uri"^^xsd:string . 2444 + sp:varName "pressureScale"^^xsd:string .
2219 2445
2220 -_:b19 2446 +_:b23
2221 - sp:varName "uri"^^xsd:string . 2447 + sp:varName "massConcScale"^^xsd:string .
2222 2448
2223 -_:b20 2449 +_:b22
2224 - sp:varName "durationScale"^^xsd:string . 2450 + sp:varName "lengthScale"^^xsd:string .
2225 2451
2226 _:b21 2452 _:b21
2227 - sp:varName "lengthScale"^^xsd:string . 2453 + sp:varName "durationScale"^^xsd:string .
2228 2454
2229 -_:b22 2455 +_:b19
2230 - sp:varName "massConcScale"^^xsd:string . 2456 + sp:varName "uri"^^xsd:string .
2231 2457
2232 -_:b23 2458 +_:b18
2233 - sp:varName "pressureScale"^^xsd:string . 2459 + sp:varName "uri"^^xsd:string .
2234 2460
2235 -_:b24 2461 +_:b17
2236 - sp:varName "productType"^^xsd:string . 2462 + sp:varName "uri"^^xsd:string .
2237 2463
2238 -_:b25 2464 +_:b16
2239 - sp:varName "productionFacilityType"^^xsd:string . 2465 + sp:varName "uri"^^xsd:string .
2240 2466
2241 -_:b26 2467 +_:b15
2242 - sp:varName "productionFlowDefinitionType"^^xsd:string . 2468 + sp:varName "uri"^^xsd:string .
2243 2469
2244 -_:b27 2470 +_:b14
2245 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . 2471 + sp:varName "uri"^^xsd:string .
2246 2472
2247 -_:b28 2473 +_:b13
2248 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . 2474 + sp:varName "uri"^^xsd:string .
2249 2475
2250 -_:b29 2476 +_:b12
2251 - sp:varName "productionFlowPurposeType"^^xsd:string . 2477 + sp:varName "uri"^^xsd:string .
2252 2478
2253 -_:b30 2479 +_:b11
2254 - sp:varName "popType"^^xsd:string . 2480 + sp:varName "uri"^^xsd:string .
2255 2481
2256 -_:b31 2482 +_:b10
2257 - sp:varName "relationshipToMeasure"^^xsd:string . 2483 + sp:varName "uri"^^xsd:string .
2258 2484
2259 -_:b32 2485 +_:b9 sp:varName "uri"^^xsd:string .
2260 - sp:varName "safetyActivityType"^^xsd:string .
2261 2486
2262 -_:b33 2487 +_:b8 sp:varName "uri"^^xsd:string .
2263 - sp:varName "specificVolumeScale"^^xsd:string .
2264 2488
2265 -_:b34 2489 +_:b7 sp:varName "uri"^^xsd:string .
2266 - sp:varName "temperatureScale"^^xsd:string .
2267 2490
2268 -_:b35 2491 +_:b6 sp:varName "uri"^^xsd:string .
2269 - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
2270 2492
2271 -_:b36 2493 +_:b5 sp:varName "uri"^^xsd:string .
2272 - sp:varName "prodActType"^^xsd:string .
2273 2494
2274 -_:b37 2495 +_:b4 sp:varName "uri"^^xsd:string .
2275 - sp:varName "volumeAtStdType"^^xsd:string .
2276 2496
2277 -_:b38 2497 +_:b3 sp:varName "UUID"^^xsd:string .
2278 - sp:varName "volumeFlowRateAtStdType"^^xsd:string .
2279 2498
2280 -_:b39 2499 +_:b2 sp:varName "uri"^^xsd:string .
2281 - sp:varName "volumeFlowRateScale"^^xsd:string .
2282 2500
2283 -_:b40 2501 +_:b1 sp:varName "uri"^^xsd:string .
2284 - sp:varName "volumeScale"^^xsd:string . 2502 +
2503 +_:b20
2504 + sp:varName "densityScale"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Oct 25 15:34:42 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 15:14:15 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Tue Oct 25 15:30:47 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 14:12:33 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations 2 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations
3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization 3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
4 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib 4 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
6 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core 5 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
7 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-report
9 # imports: http://www.witsml.org/schemas/131/addendum/combo 8 # imports: http://www.witsml.org/schemas/131/addendum/combo
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-report
10 10
11 @prefix : <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . 11 @prefix : <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> .
12 @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . 12 @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> .
...@@ -22,9 +22,14 @@ ...@@ -22,9 +22,14 @@
22 @prefix unnamed: <http://www.reportinghub.no/ep/schema/1.0/production-core#> . 22 @prefix unnamed: <http://www.reportinghub.no/ep/schema/1.0/production-core#> .
23 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 23 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
24 24
25 +<http://www.reportinghub.no/ep/schema/production-activity#densityAtStandardTemperatureAndPressure>
26 + rdf:type owl:ObjectProperty ;
27 + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
28 + rdfs:range <http://www.reportinghub.no/ep/schema/core#Density> .
29 +
25 <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> 30 <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations>
26 rdf:type owl:Ontology ; 31 rdf:type owl:Ontology ;
27 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://spinrdf.org/spin> ; 32 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
28 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 33 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
29 34
30 <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> 35 <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite>
...@@ -477,51 +482,48 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -477,51 +482,48 @@ Note types of facility are currently bound as Field - this will have to be fixed
477 ] ; 482 ] ;
478 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 483 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
479 sp:subject _:b49 484 sp:subject _:b49
480 - ] [ sp:object 485 + ] [ sp:object _:b50 ;
481 - [ sp:varName "densityStdTempPresUOM"^^xsd:string
482 - ] ;
483 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; 486 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
484 sp:subject _:b49 487 sp:subject _:b49
485 ] [ rdf:type sp:Bind ; 488 ] [ rdf:type sp:Bind ;
486 sp:expression 489 sp:expression
487 [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ; 490 [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ;
488 - sp:arg1 [ sp:varName "oilAmountUOM"^^xsd:string 491 + sp:arg1 _:b50
489 - ]
490 ] ; 492 ] ;
491 sp:variable 493 sp:variable
492 - [ sp:varName "epOilAmountUOM"^^xsd:string 494 + [ sp:varName "epDensityStdTempPresUOM"^^xsd:string
493 ] 495 ]
494 ] [ rdf:type sp:Bind ; 496 ] [ rdf:type sp:Bind ;
495 sp:expression 497 sp:expression
496 [ rdf:type spif:generateUUID 498 [ rdf:type spif:generateUUID
497 ] ; 499 ] ;
498 - sp:variable _:b50 500 + sp:variable _:b51
499 ] [ rdf:type sp:Bind ; 501 ] [ rdf:type sp:Bind ;
500 sp:expression 502 sp:expression
501 [ rdf:type spif:buildURI ; 503 [ rdf:type spif:buildURI ;
502 sp:arg1 "https://www.reportinghub.no/ep/data/amountOfOil/densityStdTempPres/{?1}" ; 504 sp:arg1 "https://www.reportinghub.no/ep/data/amountOfOil/densityStdTempPres/{?1}" ;
503 - sp:arg2 _:b50 505 + sp:arg2 _:b51
504 ] ; 506 ] ;
505 sp:variable 507 sp:variable
506 - [ sp:varName "epOilAmount"^^xsd:string 508 + [ sp:varName "epDensityStdTempPres"^^xsd:string
507 ] 509 ]
508 ]) 510 ])
509 ] [ rdf:type sp:Optional ; 511 ] [ rdf:type sp:Optional ;
510 - sp:elements ([ sp:object _:b51 ; 512 + sp:elements ([ sp:object _:b52 ;
511 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilGrossStdTempPresRef> ; 513 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilGrossStdTempPresRef> ;
512 sp:subject spin:_this 514 sp:subject spin:_this
513 ] [ sp:object 515 ] [ sp:object
514 [ sp:varName "oilGrossStdTempPresVal"^^xsd:string 516 [ sp:varName "oilGrossStdTempPresVal"^^xsd:string
515 ] ; 517 ] ;
516 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 518 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
517 - sp:subject _:b51 519 + sp:subject _:b52
518 - ] [ sp:object _:b52 ; 520 + ] [ sp:object _:b53 ;
519 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; 521 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
520 - sp:subject _:b51 522 + sp:subject _:b52
521 ] [ rdf:type sp:Bind ; 523 ] [ rdf:type sp:Bind ;
522 sp:expression 524 sp:expression
523 [ rdf:type ep-dpr-spin-lib:selectVolumeScale ; 525 [ rdf:type ep-dpr-spin-lib:selectVolumeScale ;
524 - sp:arg1 _:b52 526 + sp:arg1 _:b53
525 ] ; 527 ] ;
526 sp:variable 528 sp:variable
527 [ sp:varName "epOilGrossStdTempPresUOM"^^xsd:string 529 [ sp:varName "epOilGrossStdTempPresUOM"^^xsd:string
...@@ -530,12 +532,12 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -530,12 +532,12 @@ Note types of facility are currently bound as Field - this will have to be fixed
530 sp:expression 532 sp:expression
531 [ rdf:type spif:generateUUID 533 [ rdf:type spif:generateUUID
532 ] ; 534 ] ;
533 - sp:variable _:b53 535 + sp:variable _:b54
534 ] [ rdf:type sp:Bind ; 536 ] [ rdf:type sp:Bind ;
535 sp:expression 537 sp:expression
536 [ rdf:type spif:buildURI ; 538 [ rdf:type spif:buildURI ;
537 sp:arg1 "https://www.reportinghub.no/ep/data/amountOfOil/oilGrossStdTempPres/{?1}" ; 539 sp:arg1 "https://www.reportinghub.no/ep/data/amountOfOil/oilGrossStdTempPres/{?1}" ;
538 - sp:arg2 _:b53 540 + sp:arg2 _:b54
539 ] ; 541 ] ;
540 sp:variable 542 sp:variable
541 [ sp:varName "epOilGrossStdTempPres"^^xsd:string 543 [ sp:varName "epOilGrossStdTempPres"^^xsd:string
...@@ -554,33 +556,33 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -554,33 +556,33 @@ Note types of facility are currently bound as Field - this will have to be fixed
554 sp:variable _:b44 556 sp:variable _:b44
555 ]) 557 ])
556 ] [ rdf:type sp:Optional ; 558 ] [ rdf:type sp:Optional ;
557 - sp:elements ([ sp:object _:b54 ; 559 + sp:elements ([ sp:object _:b55 ;
558 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ; 560 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
559 - sp:subject _:b55 561 + sp:subject _:b56
560 ] [ sp:object spin:_this ; 562 ] [ sp:object spin:_this ;
561 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#cargoShipOperationRef> ; 563 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#cargoShipOperationRef> ;
562 - sp:subject _:b54
563 - ] [ sp:object _:b56 ;
564 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
565 sp:subject _:b55 564 sp:subject _:b55
566 ] [ sp:object _:b57 ; 565 ] [ sp:object _:b57 ;
567 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 566 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
568 sp:subject _:b56 567 sp:subject _:b56
569 - ] [ sp:object _:b55 ; 568 + ] [ sp:object _:b58 ;
569 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
570 + sp:subject _:b57
571 + ] [ sp:object _:b56 ;
570 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ; 572 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
571 - sp:subject _:b58 573 + sp:subject _:b59
572 - ] [ sp:object _:b59 ;
573 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
574 - sp:subject _:b58
575 ] [ sp:object _:b60 ; 574 ] [ sp:object _:b60 ;
575 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
576 + sp:subject _:b59
577 + ] [ sp:object _:b61 ;
576 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; 578 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
577 - sp:subject _:b58 579 + sp:subject _:b59
578 ] [ rdf:type sp:Bind ; 580 ] [ rdf:type sp:Bind ;
579 sp:expression 581 sp:expression
580 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ; 582 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
581 - sp:arg1 _:b57 ; 583 + sp:arg1 _:b58 ;
582 - sp:arg2 _:b59 ; 584 + sp:arg2 _:b60 ;
583 - sp:arg3 _:b60 585 + sp:arg3 _:b61
584 ] ; 586 ] ;
585 sp:variable _:b43 587 sp:variable _:b43
586 ]) 588 ])
...@@ -592,185 +594,185 @@ Note types of facility are currently bound as Field - this will have to be fixed ...@@ -592,185 +594,185 @@ Note types of facility are currently bound as Field - this will have to be fixed
592 [ rdf:type sp:Construct ; 594 [ rdf:type sp:Construct ;
593 rdfs:comment """?epInstallAnnualProdAct should correspond to main activity in product volumes...remains to be seen though 595 rdfs:comment """?epInstallAnnualProdAct should correspond to main activity in product volumes...remains to be seen though
594 Need functions to generate facility URIs - also need their temporal parts"""^^xsd:string ; 596 Need functions to generate facility URIs - also need their temporal parts"""^^xsd:string ;
595 - sp:templates ([ sp:object _:b61 ; 597 + sp:templates ([ sp:object _:b62 ;
596 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 598 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
597 - sp:subject _:b62 599 + sp:subject _:b63
598 - ] [ sp:object _:b63 ; 600 + ] [ sp:object _:b64 ;
599 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ; 601 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
600 - sp:subject _:b64 602 + sp:subject _:b65
601 - ] [ sp:object _:b65 ; 603 + ] [ sp:object _:b66 ;
602 sp:predicate rdf:type ; 604 sp:predicate rdf:type ;
603 - sp:subject _:b64 605 + sp:subject _:b65
604 - ] [ sp:object _:b63 ; 606 + ] [ sp:object _:b64 ;
605 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvement> ; 607 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvement> ;
606 - sp:subject _:b61 608 + sp:subject _:b62
607 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAPlatform> ; 609 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAPlatform> ;
608 sp:predicate rdf:type ; 610 sp:predicate rdf:type ;
609 - sp:subject _:b63 611 + sp:subject _:b64
610 - ] [ sp:object _:b66 ; 612 + ] [ sp:object _:b67 ;
611 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ; 613 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ;
612 - sp:subject _:b63 614 + sp:subject _:b64
613 ] [ sp:object 615 ] [ sp:object
614 [ sp:varName "cateringCrewCount"^^xsd:string 616 [ sp:varName "cateringCrewCount"^^xsd:string
615 ] ; 617 ] ;
616 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfCateringCrew> ; 618 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfCateringCrew> ;
617 - sp:subject _:b63 619 + sp:subject _:b64
618 ] [ sp:object 620 ] [ sp:object
619 [ sp:varName "contractorCrewCount"^^xsd:string 621 [ sp:varName "contractorCrewCount"^^xsd:string
620 ] ; 622 ] ;
621 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfContractorCrew> ; 623 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfContractorCrew> ;
622 - sp:subject _:b63 624 + sp:subject _:b64
623 ] [ sp:object 625 ] [ sp:object
624 [ sp:varName "dayVisitorsCount"^^xsd:string 626 [ sp:varName "dayVisitorsCount"^^xsd:string
625 ] ; 627 ] ;
626 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfDayVisitors> ; 628 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfDayVisitors> ;
627 - sp:subject _:b63 629 + sp:subject _:b64
628 ] [ sp:object 630 ] [ sp:object
629 [ sp:varName "drillingContractCrewCount"^^xsd:string 631 [ sp:varName "drillingContractCrewCount"^^xsd:string
630 ] ; 632 ] ;
631 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfDrillingContractCrew> ; 633 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfDrillingContractCrew> ;
632 - sp:subject _:b63 634 + sp:subject _:b64
633 ] [ sp:object 635 ] [ sp:object
634 [ sp:varName "otherCrewCount"^^xsd:string 636 [ sp:varName "otherCrewCount"^^xsd:string
635 ] ; 637 ] ;
636 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOtherCrew> ; 638 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOtherCrew> ;
637 - sp:subject _:b63 639 + sp:subject _:b64
638 ] [ sp:object 640 ] [ sp:object
639 [ sp:varName "ownCrewCount"^^xsd:string 641 [ sp:varName "ownCrewCount"^^xsd:string
640 ] ; 642 ] ;
641 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnCrew> ; 643 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnCrew> ;
642 - sp:subject _:b63 644 + sp:subject _:b64
643 ] [ sp:object 645 ] [ sp:object
644 [ sp:varName "ownOtherCrewCount"^^xsd:string 646 [ sp:varName "ownOtherCrewCount"^^xsd:string
645 ] ; 647 ] ;
646 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnOtherCrew> ; 648 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnOtherCrew> ;
647 - sp:subject _:b63 649 + sp:subject _:b64
648 ] [ sp:object 650 ] [ sp:object
649 [ sp:varName "personnelOnboardCount"^^xsd:string 651 [ sp:varName "personnelOnboardCount"^^xsd:string
650 ] ; 652 ] ;
651 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfPersonnelOnBoard> ; 653 sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfPersonnelOnBoard> ;
652 - sp:subject _:b63 654 + sp:subject _:b64
653 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FusionOfHSEActivitiesOverPeriod> ; 655 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FusionOfHSEActivitiesOverPeriod> ;
654 sp:predicate rdf:type ; 656 sp:predicate rdf:type ;
655 - sp:subject _:b67 657 + sp:subject _:b68
656 - ] [ sp:object _:b68 ;
657 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#productionActivityPeriodClassification> ;
658 - sp:subject _:b67
659 ] [ sp:object _:b69 ; 658 ] [ sp:object _:b69 ;
659 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#productionActivityPeriodClassification> ;
660 + sp:subject _:b68
661 + ] [ sp:object _:b70 ;
660 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#classificationBySafetyActivityType> ; 662 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#classificationBySafetyActivityType> ;
661 - sp:subject _:b67 663 + sp:subject _:b68
662 - ] [ sp:object _:b67 ; 664 + ] [ sp:object _:b68 ;
663 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 665 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
664 - sp:subject _:b70 666 + sp:subject _:b71
665 - ] [ sp:object _:b71 ;
666 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfAllPartsOfType> ;
667 - sp:subject _:b67
668 ] [ sp:object _:b72 ; 667 ] [ sp:object _:b72 ;
668 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfAllPartsOfType> ;
669 + sp:subject _:b68
670 + ] [ sp:object _:b73 ;
669 sp:predicate <http://www.reportinghub.no/ep/schema/core#count> ; 671 sp:predicate <http://www.reportinghub.no/ep/schema/core#count> ;
670 - sp:subject _:b71 672 + sp:subject _:b72
671 - ] [ sp:object _:b61 ; 673 + ] [ sp:object _:b62 ;
672 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ; 674 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
673 - sp:subject _:b70 675 + sp:subject _:b71
674 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ; 676 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ;
675 sp:predicate rdf:type ; 677 sp:predicate rdf:type ;
676 - sp:subject _:b70 678 + sp:subject _:b71
677 - ] [ sp:object _:b70 ; 679 + ] [ sp:object _:b71 ;
678 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 680 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
679 - sp:subject _:b73 681 + sp:subject _:b74
680 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#DailyProductionOperationsActivity> ; 682 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#DailyProductionOperationsActivity> ;
681 sp:predicate rdf:type ; 683 sp:predicate rdf:type ;
682 - sp:subject _:b61 684 + sp:subject _:b62
683 - ] [ sp:object _:b73 ; 685 + ] [ sp:object _:b74 ;
684 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 686 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
685 - sp:subject _:b74 687 + sp:subject _:b75
686 ]) ; 688 ]) ;
687 sp:where ([ rdf:type sp:Optional ; 689 sp:where ([ rdf:type sp:Optional ;
688 - sp:elements ([ sp:object _:b66 ; 690 + sp:elements ([ sp:object _:b67 ;
689 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#bedsAvailable> ; 691 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#bedsAvailable> ;
690 sp:subject spin:_this 692 sp:subject spin:_this
691 ]) 693 ])
692 ] [ sp:object spin:_this ; 694 ] [ sp:object spin:_this ;
693 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ; 695 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
694 - sp:subject _:b75 696 + sp:subject _:b76
695 - ] [ sp:object _:b76 ;
696 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
697 - sp:subject _:b75
698 ] [ sp:object _:b77 ; 697 ] [ sp:object _:b77 ;
699 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; 698 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
700 - sp:subject _:b75 699 + sp:subject _:b76
701 ] [ sp:object _:b78 ; 700 ] [ sp:object _:b78 ;
702 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; 701 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
703 - sp:subject _:b75 702 + sp:subject _:b76
704 ] [ sp:object _:b79 ; 703 ] [ sp:object _:b79 ;
705 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 704 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
706 - sp:subject _:b78 705 + sp:subject _:b76
707 ] [ sp:object _:b80 ; 706 ] [ sp:object _:b80 ;
707 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
708 + sp:subject _:b79
709 + ] [ sp:object _:b81 ;
708 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; 710 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
709 sp:subject spin:_this 711 sp:subject spin:_this
710 ] [ sp:object 712 ] [ sp:object
711 [ sp:varName "installkind"^^xsd:string 713 [ sp:varName "installkind"^^xsd:string
712 ] ; 714 ] ;
713 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ; 715 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
714 - sp:subject _:b80 716 + sp:subject _:b81
715 - ] [ sp:object _:b81 ; 717 + ] [ sp:object _:b82 ;
716 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 718 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
717 - sp:subject _:b80 719 + sp:subject _:b81
718 ] [ rdf:type sp:Bind ; 720 ] [ rdf:type sp:Bind ;
719 sp:expression 721 sp:expression
720 [ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ; 722 [ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ;
721 sp:arg1 [ sp:varName "installKind"^^xsd:string 723 sp:arg1 [ sp:varName "installKind"^^xsd:string
722 ] 724 ]
723 ] ; 725 ] ;
724 - sp:variable _:b65 726 + sp:variable _:b66
725 ] [ rdf:type sp:Bind ; 727 ] [ rdf:type sp:Bind ;
726 sp:expression 728 sp:expression
727 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ; 729 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ;
728 - sp:arg1 _:b79 ; 730 + sp:arg1 _:b80 ;
729 - sp:arg2 _:b77 731 + sp:arg2 _:b78
730 ] ; 732 ] ;
731 - sp:variable _:b74 733 + sp:variable _:b75
732 ] [ rdf:type sp:Bind ; 734 ] [ rdf:type sp:Bind ;
733 sp:expression 735 sp:expression
734 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionOperationsActivityToEndOfPeriodURI ; 736 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionOperationsActivityToEndOfPeriodURI ;
735 - sp:arg1 _:b79 ; 737 + sp:arg1 _:b80 ;
736 - sp:arg2 _:b77 738 + sp:arg2 _:b78
737 ] ; 739 ] ;
738 - sp:variable _:b73 740 + sp:variable _:b74
739 ] [ rdf:type sp:Bind ; 741 ] [ rdf:type sp:Bind ;
740 sp:expression 742 sp:expression
741 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ; 743 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
742 - sp:arg1 _:b79 ; 744 + sp:arg1 _:b80 ;
743 - sp:arg2 _:b76 ; 745 + sp:arg2 _:b77 ;
744 - sp:arg3 _:b77 746 + sp:arg3 _:b78
745 ] ; 747 ] ;
746 - sp:variable _:b62 748 + sp:variable _:b63
747 ] [ rdf:type sp:Bind ; 749 ] [ rdf:type sp:Bind ;
748 sp:expression 750 sp:expression
749 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ; 751 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
750 - sp:arg1 _:b81 ; 752 + sp:arg1 _:b82 ;
751 - sp:arg2 _:b76 ; 753 + sp:arg2 _:b77 ;
752 - sp:arg3 _:b77 754 + sp:arg3 _:b78
753 ] ; 755 ] ;
754 - sp:variable _:b61 756 + sp:variable _:b62
755 ] [ rdf:type sp:Bind ; 757 ] [ rdf:type sp:Bind ;
756 sp:expression 758 sp:expression
757 [ rdf:type ep-dpr-spin-lib:buildTemporalPartOfFacilityURI ; 759 [ rdf:type ep-dpr-spin-lib:buildTemporalPartOfFacilityURI ;
758 - sp:arg1 _:b81 ; 760 + sp:arg1 _:b82 ;
759 - sp:arg2 _:b76 ; 761 + sp:arg2 _:b77 ;
760 - sp:arg3 _:b77 762 + sp:arg3 _:b78
761 ] ; 763 ] ;
762 - sp:variable _:b63 764 + sp:variable _:b64
763 ] [ rdf:type sp:Bind ; 765 ] [ rdf:type sp:Bind ;
764 sp:expression 766 sp:expression
765 [ rdf:type ep-dpr-spin-lib:buildFacilityURI ; 767 [ rdf:type ep-dpr-spin-lib:buildFacilityURI ;
766 - sp:arg1 _:b81 768 + sp:arg1 _:b82
767 ] ; 769 ] ;
768 - sp:variable _:b64 770 + sp:variable _:b65
769 ] [ rdf:type sp:Bind ; 771 ] [ rdf:type sp:Bind ;
770 sp:expression 772 sp:expression
771 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ; 773 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ;
772 - sp:arg1 _:b81 ; 774 + sp:arg1 _:b82 ;
773 - sp:arg2 _:b77 775 + sp:arg2 _:b78
774 ] ; 776 ] ;
775 sp:variable 777 sp:variable
776 [ sp:varName "epInstallAnnualProdAct"^^xsd:string 778 [ sp:varName "epInstallAnnualProdAct"^^xsd:string
...@@ -778,27 +780,27 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -778,27 +780,27 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
778 ] [ rdf:type sp:Bind ; 780 ] [ rdf:type sp:Bind ;
779 sp:expression 781 sp:expression
780 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionOperationsActivityToEndOfPeriodURI ; 782 [ rdf:type ep-dpr-spin-lib:buildAnnualProductionOperationsActivityToEndOfPeriodURI ;
781 - sp:arg1 _:b81 ; 783 + sp:arg1 _:b82 ;
782 - sp:arg2 _:b77 784 + sp:arg2 _:b78
783 ] ; 785 ] ;
784 - sp:variable _:b70 786 + sp:variable _:b71
785 ] [ rdf:type sp:Optional ; 787 ] [ rdf:type sp:Optional ;
786 - sp:elements ([ sp:object _:b82 ; 788 + sp:elements ([ sp:object _:b83 ;
787 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operationalHSERef> ; 789 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operationalHSERef> ;
788 sp:subject spin:_this 790 sp:subject spin:_this
789 ] [ rdf:type sp:Optional ; 791 ] [ rdf:type sp:Optional ;
790 - sp:elements ([ sp:object _:b83 ; 792 + sp:elements ([ sp:object _:b84 ;
791 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#safetyRef> ; 793 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#safetyRef> ;
792 - sp:subject _:b82
793 - ] [ sp:object _:b84 ;
794 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#safetyCountRef> ;
795 sp:subject _:b83 794 sp:subject _:b83
796 - ] [ sp:object _:b72 ;
797 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
798 - sp:subject _:b84
799 ] [ sp:object _:b85 ; 795 ] [ sp:object _:b85 ;
800 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#periodRef> ; 796 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#safetyCountRef> ;
801 sp:subject _:b84 797 sp:subject _:b84
798 + ] [ sp:object _:b73 ;
799 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
800 + sp:subject _:b85
801 + ] [ sp:object _:b86 ;
802 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#periodRef> ;
803 + sp:subject _:b85
802 ] [ rdf:type sp:Bind ; 804 ] [ rdf:type sp:Bind ;
803 sp:expression 805 sp:expression
804 [ rdf:type spif:buildUniqueURI ; 806 [ rdf:type spif:buildUniqueURI ;
...@@ -810,9 +812,9 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -810,9 +812,9 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
810 ] [ rdf:type sp:Bind ; 812 ] [ rdf:type sp:Bind ;
811 sp:expression 813 sp:expression
812 [ rdf:type ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType ; 814 [ rdf:type ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType ;
813 - sp:arg1 _:b85 815 + sp:arg1 _:b86
814 ] ; 816 ] ;
815 - sp:variable _:b68 817 + sp:variable _:b69
816 ] [ rdf:type sp:Bind ; 818 ] [ rdf:type sp:Bind ;
817 sp:expression 819 sp:expression
818 [ sp:varName "epInstallAnnualAct"^^xsd:string 820 [ sp:varName "epInstallAnnualAct"^^xsd:string
...@@ -820,15 +822,15 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -820,15 +822,15 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
820 sp:variable 822 sp:variable
821 [ sp:varName "epSafetyParent"^^xsd:string 823 [ sp:varName "epSafetyParent"^^xsd:string
822 ] 824 ]
823 - ] [ sp:object _:b86 ; 825 + ] [ sp:object _:b87 ;
824 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#typeRef> ; 826 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#typeRef> ;
825 - sp:subject _:b84 827 + sp:subject _:b85
826 ] [ rdf:type sp:Bind ; 828 ] [ rdf:type sp:Bind ;
827 sp:expression 829 sp:expression
828 [ rdf:type ep-dpr-spin-lib:selectSafetyActivityType ; 830 [ rdf:type ep-dpr-spin-lib:selectSafetyActivityType ;
829 - sp:arg1 _:b86 831 + sp:arg1 _:b87
830 ] ; 832 ] ;
831 - sp:variable _:b69 833 + sp:variable _:b70
832 ]) 834 ])
833 ]) 835 ])
834 ]) 836 ])
...@@ -839,67 +841,67 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -839,67 +841,67 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
839 [ rdf:type sp:Construct ; 841 [ rdf:type sp:Construct ;
840 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#LostProduction> ; 842 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#LostProduction> ;
841 sp:predicate rdf:type ; 843 sp:predicate rdf:type ;
842 - sp:subject _:b87 844 + sp:subject _:b88
843 - ] [ sp:object _:b88 ;
844 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
845 - sp:subject _:b87
846 ] [ sp:object _:b89 ; 845 ] [ sp:object _:b89 ;
846 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
847 + sp:subject _:b88
848 + ] [ sp:object _:b90 ;
847 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 849 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
848 - sp:subject _:b87 850 + sp:subject _:b88
849 - ] [ sp:object _:b87 ; 851 + ] [ sp:object _:b88 ;
850 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 852 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
851 - sp:subject _:b90 853 + sp:subject _:b91
852 ]) ; 854 ]) ;
853 sp:where ([ rdf:type sp:Bind ; 855 sp:where ([ rdf:type sp:Bind ;
854 sp:expression 856 sp:expression
855 [ rdf:type spif:generateUUID 857 [ rdf:type spif:generateUUID
856 ] ; 858 ] ;
857 - sp:variable _:b91 859 + sp:variable _:b92
858 ] [ rdf:type sp:Bind ; 860 ] [ rdf:type sp:Bind ;
859 sp:expression 861 sp:expression
860 [ rdf:type spif:buildURI ; 862 [ rdf:type spif:buildURI ;
861 sp:arg1 "https://www.reportinghub.no/ep/data/lostProduction/{?1}" ; 863 sp:arg1 "https://www.reportinghub.no/ep/data/lostProduction/{?1}" ;
862 - sp:arg2 _:b91 864 + sp:arg2 _:b92
863 ] ; 865 ] ;
864 - sp:variable _:b87 866 + sp:variable _:b88
865 ] [ rdf:type sp:Optional ; 867 ] [ rdf:type sp:Optional ;
866 - sp:elements ([ sp:object _:b89 ; 868 + sp:elements ([ sp:object _:b90 ;
867 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 869 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
868 sp:subject spin:_this 870 sp:subject spin:_this
869 - ] [ sp:object _:b88 ; 871 + ] [ sp:object _:b89 ;
870 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; 872 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
871 sp:subject spin:_this 873 sp:subject spin:_this
872 ]) 874 ])
873 ] [ rdf:type sp:Optional ; 875 ] [ rdf:type sp:Optional ;
874 - sp:elements ([ sp:object _:b92 ; 876 + sp:elements ([ sp:object _:b93 ;
875 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ; 877 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
876 - sp:subject _:b93 878 + sp:subject _:b94
877 ] [ sp:object spin:_this ; 879 ] [ sp:object spin:_this ;
878 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#lostProductionRef> ; 880 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#lostProductionRef> ;
879 - sp:subject _:b92
880 - ] [ sp:object _:b94 ;
881 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
882 sp:subject _:b93 881 sp:subject _:b93
883 ] [ sp:object _:b95 ; 882 ] [ sp:object _:b95 ;
884 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 883 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
885 sp:subject _:b94 884 sp:subject _:b94
886 - ] [ sp:object _:b93 ; 885 + ] [ sp:object _:b96 ;
886 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
887 + sp:subject _:b95
888 + ] [ sp:object _:b94 ;
887 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ; 889 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
888 - sp:subject _:b96 890 + sp:subject _:b97
889 - ] [ sp:object _:b97 ;
890 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
891 - sp:subject _:b96
892 ] [ sp:object _:b98 ; 891 ] [ sp:object _:b98 ;
892 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
893 + sp:subject _:b97
894 + ] [ sp:object _:b99 ;
893 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; 895 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
894 - sp:subject _:b96 896 + sp:subject _:b97
895 ] [ rdf:type sp:Bind ; 897 ] [ rdf:type sp:Bind ;
896 sp:expression 898 sp:expression
897 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ; 899 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
898 - sp:arg1 _:b95 ; 900 + sp:arg1 _:b96 ;
899 - sp:arg2 _:b97 ; 901 + sp:arg2 _:b98 ;
900 - sp:arg3 _:b98 902 + sp:arg3 _:b99
901 ] ; 903 ] ;
902 - sp:variable _:b90 904 + sp:variable _:b91
903 ]) 905 ])
904 ]) 906 ])
905 ] . 907 ] .
...@@ -909,170 +911,170 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -909,170 +911,170 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
909 [ rdf:type sp:Construct ; 911 [ rdf:type sp:Construct ;
910 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MarineOperation> ; 912 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MarineOperation> ;
911 sp:predicate rdf:type ; 913 sp:predicate rdf:type ;
912 - sp:subject _:b99 914 + sp:subject _:b100
913 - ] [ sp:object _:b100 ;
914 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
915 - sp:subject _:b99
916 ] [ sp:object _:b101 ; 915 ] [ sp:object _:b101 ;
917 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 916 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
918 - sp:subject _:b99 917 + sp:subject _:b100
919 ] [ sp:object _:b102 ; 918 ] [ sp:object _:b102 ;
920 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvedVessel> ; 919 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
921 - sp:subject _:b99 920 + sp:subject _:b100
922 ] [ sp:object _:b103 ; 921 ] [ sp:object _:b103 ;
923 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ; 922 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvedVessel> ;
924 - sp:subject _:b102 923 + sp:subject _:b100
925 ] [ sp:object _:b104 ; 924 ] [ sp:object _:b104 ;
926 - sp:predicate rdfs:comment ; 925 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
927 sp:subject _:b103 926 sp:subject _:b103
928 ] [ sp:object _:b105 ; 927 ] [ sp:object _:b105 ;
929 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#standbyVessel> ; 928 + sp:predicate rdfs:comment ;
930 - sp:subject _:b99 929 + sp:subject _:b104
931 ] [ sp:object _:b106 ; 930 ] [ sp:object _:b106 ;
931 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#standbyVessel> ;
932 + sp:subject _:b100
933 + ] [ sp:object _:b107 ;
932 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ; 934 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
933 - sp:subject _:b105 935 + sp:subject _:b106
934 ] [ sp:object 936 ] [ sp:object
935 [ sp:varName "stbCommentText"^^xsd:string 937 [ sp:varName "stbCommentText"^^xsd:string
936 ] ; 938 ] ;
937 sp:predicate rdfs:comment ; 939 sp:predicate rdfs:comment ;
938 - sp:subject _:b105 940 + sp:subject _:b106
939 - ] [ sp:object _:b107 ; 941 + ] [ sp:object _:b108 ;
940 sp:predicate rdfs:comment ; 942 sp:predicate rdfs:comment ;
941 - sp:subject _:b99 943 + sp:subject _:b100
942 - ] [ sp:object _:b99 ; 944 + ] [ sp:object _:b100 ;
943 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 945 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
944 - sp:subject _:b108 946 + sp:subject _:b109
945 ]) ; 947 ]) ;
946 sp:where ([ rdf:type sp:Bind ; 948 sp:where ([ rdf:type sp:Bind ;
947 sp:expression 949 sp:expression
948 [ rdf:type spif:generateUUID 950 [ rdf:type spif:generateUUID
949 ] ; 951 ] ;
950 - sp:variable _:b109 952 + sp:variable _:b110
951 ] [ rdf:type sp:Bind ; 953 ] [ rdf:type sp:Bind ;
952 sp:expression 954 sp:expression
953 [ rdf:type spif:buildURI ; 955 [ rdf:type spif:buildURI ;
954 sp:arg1 "https://www.reportinghub.no/ep/data/marineOperation/{?1}" ; 956 sp:arg1 "https://www.reportinghub.no/ep/data/marineOperation/{?1}" ;
955 - sp:arg2 _:b109 957 + sp:arg2 _:b110
956 ] ; 958 ] ;
957 - sp:variable _:b99 959 + sp:variable _:b100
958 ] [ rdf:type sp:Optional ; 960 ] [ rdf:type sp:Optional ;
959 - sp:elements ([ sp:object _:b101 ; 961 + sp:elements ([ sp:object _:b102 ;
960 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 962 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
961 sp:subject spin:_this 963 sp:subject spin:_this
962 - ] [ sp:object _:b100 ; 964 + ] [ sp:object _:b101 ;
963 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; 965 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
964 sp:subject spin:_this 966 sp:subject spin:_this
965 ]) 967 ])
966 ] [ rdf:type sp:Optional ; 968 ] [ rdf:type sp:Optional ;
967 - sp:elements ([ sp:object _:b110 ; 969 + sp:elements ([ sp:object _:b111 ;
968 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#supplyShip> ; 970 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#supplyShip> ;
969 sp:subject spin:_this 971 sp:subject spin:_this
970 ] [ rdf:type sp:Bind ; 972 ] [ rdf:type sp:Bind ;
971 sp:expression 973 sp:expression
972 [ rdf:type ep-dpr-spin-lib:buildShipURI ; 974 [ rdf:type ep-dpr-spin-lib:buildShipURI ;
973 - sp:arg1 _:b110 975 + sp:arg1 _:b111
974 ] ; 976 ] ;
975 - sp:variable _:b102 977 + sp:variable _:b103
976 ] [ rdf:type sp:Optional ; 978 ] [ rdf:type sp:Optional ;
977 - sp:elements ([ sp:object _:b111 ; 979 + sp:elements ([ sp:object _:b112 ;
978 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#supplyShipCommentRef> ; 980 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#supplyShipCommentRef> ;
979 sp:subject spin:_this 981 sp:subject spin:_this
980 - ] [ sp:object _:b112 ;
981 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
982 - sp:subject _:b111
983 ] [ sp:object _:b113 ; 982 ] [ sp:object _:b113 ;
983 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
984 + sp:subject _:b112
985 + ] [ sp:object _:b114 ;
984 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 986 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
985 - sp:subject _:b111 987 + sp:subject _:b112
986 - ] [ sp:object _:b104 ; 988 + ] [ sp:object _:b105 ;
987 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ; 989 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ;
988 - sp:subject _:b111 990 + sp:subject _:b112
989 ] [ rdf:type sp:Bind ; 991 ] [ rdf:type sp:Bind ;
990 sp:expression 992 sp:expression
991 [ rdf:type ep-dpr-spin-lib:buildTemporalPartOfShipURI ; 993 [ rdf:type ep-dpr-spin-lib:buildTemporalPartOfShipURI ;
992 - sp:arg1 _:b110 ; 994 + sp:arg1 _:b111 ;
993 - sp:arg2 _:b112 ; 995 + sp:arg2 _:b113 ;
994 - sp:arg3 _:b113 996 + sp:arg3 _:b114
995 ] ; 997 ] ;
996 - sp:variable _:b103 998 + sp:variable _:b104
997 ]) 999 ])
998 ]) 1000 ])
999 ] [ rdf:type sp:Optional ; 1001 ] [ rdf:type sp:Optional ;
1000 - sp:elements ([ sp:object _:b114 ; 1002 + sp:elements ([ sp:object _:b115 ;
1001 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standbyVessel> ; 1003 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standbyVessel> ;
1002 sp:subject spin:_this 1004 sp:subject spin:_this
1003 ] [ rdf:type sp:Bind ; 1005 ] [ rdf:type sp:Bind ;
1004 sp:expression 1006 sp:expression
1005 [ rdf:type ep-dpr-spin-lib:buildShipURI ; 1007 [ rdf:type ep-dpr-spin-lib:buildShipURI ;
1006 - sp:arg1 _:b114 1008 + sp:arg1 _:b115
1007 ] ; 1009 ] ;
1008 - sp:variable _:b105 1010 + sp:variable _:b106
1009 ] [ rdf:type sp:Optional ; 1011 ] [ rdf:type sp:Optional ;
1010 - sp:elements ([ sp:object _:b115 ; 1012 + sp:elements ([ sp:object _:b116 ;
1011 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#supplyShipCommentRef> ; 1013 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#supplyShipCommentRef> ;
1012 sp:subject spin:_this 1014 sp:subject spin:_this
1013 - ] [ sp:object _:b116 ;
1014 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
1015 - sp:subject _:b115
1016 ] [ sp:object _:b117 ; 1015 ] [ sp:object _:b117 ;
1016 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
1017 + sp:subject _:b116
1018 + ] [ sp:object _:b118 ;
1017 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 1019 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
1018 - sp:subject _:b115 1020 + sp:subject _:b116
1019 - ] [ sp:object _:b104 ; 1021 + ] [ sp:object _:b105 ;
1020 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ; 1022 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ;
1021 - sp:subject _:b115 1023 + sp:subject _:b116
1022 ] [ rdf:type sp:Bind ; 1024 ] [ rdf:type sp:Bind ;
1023 sp:expression 1025 sp:expression
1024 [ rdf:type ep-dpr-spin-lib:buildTemporalPartOfShipURI ; 1026 [ rdf:type ep-dpr-spin-lib:buildTemporalPartOfShipURI ;
1025 - sp:arg1 _:b114 ; 1027 + sp:arg1 _:b115 ;
1026 - sp:arg2 _:b116 ; 1028 + sp:arg2 _:b117 ;
1027 - sp:arg3 _:b117 1029 + sp:arg3 _:b118
1028 ] ; 1030 ] ;
1029 - sp:variable _:b106 1031 + sp:variable _:b107
1030 ]) 1032 ])
1031 ]) 1033 ])
1032 ] [ rdf:type sp:Optional ; 1034 ] [ rdf:type sp:Optional ;
1033 - sp:elements ([ sp:object _:b118 ; 1035 + sp:elements ([ sp:object _:b119 ;
1034 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#activityRef> ; 1036 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#activityRef> ;
1035 sp:subject spin:_this 1037 sp:subject spin:_this
1036 - ] [ sp:object _:b107 ; 1038 + ] [ sp:object _:b108 ;
1037 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ; 1039 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ;
1038 - sp:subject _:b118 1040 + sp:subject _:b119
1039 - ] [ sp:object _:b101 ; 1041 + ] [ sp:object _:b102 ;
1040 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 1042 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
1041 - sp:subject _:b118 1043 + sp:subject _:b119
1042 - ] [ sp:object _:b100 ; 1044 + ] [ sp:object _:b101 ;
1043 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; 1045 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
1044 - sp:subject _:b118 1046 + sp:subject _:b119
1045 ]) 1047 ])
1046 ] [ rdf:type sp:Optional ; 1048 ] [ rdf:type sp:Optional ;
1047 - sp:elements ([ sp:object _:b119 ; 1049 + sp:elements ([ sp:object _:b120 ;
1048 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ; 1050 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
1049 - sp:subject _:b120 1051 + sp:subject _:b121
1050 ] [ sp:object spin:_this ; 1052 ] [ sp:object spin:_this ;
1051 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#marineOperationRef> ; 1053 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#marineOperationRef> ;
1052 - sp:subject _:b119
1053 - ] [ sp:object _:b121 ;
1054 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
1055 sp:subject _:b120 1054 sp:subject _:b120
1056 ] [ sp:object _:b122 ; 1055 ] [ sp:object _:b122 ;
1057 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 1056 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
1058 sp:subject _:b121 1057 sp:subject _:b121
1059 - ] [ sp:object _:b120 ; 1058 + ] [ sp:object _:b123 ;
1059 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
1060 + sp:subject _:b122
1061 + ] [ sp:object _:b121 ;
1060 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ; 1062 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
1061 - sp:subject _:b123 1063 + sp:subject _:b124
1062 - ] [ sp:object _:b124 ;
1063 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
1064 - sp:subject _:b123
1065 ] [ sp:object _:b125 ; 1064 ] [ sp:object _:b125 ;
1065 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
1066 + sp:subject _:b124
1067 + ] [ sp:object _:b126 ;
1066 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; 1068 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
1067 - sp:subject _:b123 1069 + sp:subject _:b124
1068 ] [ rdf:type sp:Bind ; 1070 ] [ rdf:type sp:Bind ;
1069 sp:expression 1071 sp:expression
1070 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ; 1072 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
1071 - sp:arg1 _:b122 ; 1073 + sp:arg1 _:b123 ;
1072 - sp:arg2 _:b124 ; 1074 + sp:arg2 _:b125 ;
1073 - sp:arg3 _:b125 1075 + sp:arg3 _:b126
1074 ] ; 1076 ] ;
1075 - sp:variable _:b108 1077 + sp:variable _:b109
1076 ]) 1078 ])
1077 ]) 1079 ])
1078 ] . 1080 ] .
...@@ -1080,88 +1082,88 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -1080,88 +1082,88 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
1080 <http://www.witsml.org/schemas/131/addendum/combo#Cs_operationalComment> 1082 <http://www.witsml.org/schemas/131/addendum/combo#Cs_operationalComment>
1081 spin:rule 1083 spin:rule
1082 [ rdf:type sp:Construct ; 1084 [ rdf:type sp:Construct ;
1083 - sp:templates ([ sp:object _:b126 ; 1085 + sp:templates ([ sp:object _:b127 ;
1084 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1086 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1085 - sp:subject _:b127 1087 + sp:subject _:b128
1086 - ] [ sp:object _:b128 ; 1088 + ] [ sp:object _:b129 ;
1087 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1089 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1088 - sp:subject _:b127 1090 + sp:subject _:b128
1089 - ] [ sp:object _:b127 ; 1091 + ] [ sp:object _:b128 ;
1090 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1092 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1091 - sp:subject _:b129 1093 + sp:subject _:b130
1092 - ] [ sp:object _:b130 ;
1093 - sp:predicate rdfs:comment ;
1094 - sp:subject _:b127
1095 ] [ sp:object _:b131 ; 1094 ] [ sp:object _:b131 ;
1095 + sp:predicate rdfs:comment ;
1096 + sp:subject _:b128
1097 + ] [ sp:object _:b132 ;
1096 sp:predicate rdf:type ; 1098 sp:predicate rdf:type ;
1097 - sp:subject _:b127 1099 + sp:subject _:b128
1098 ]) ; 1100 ]) ;
1099 sp:where ([ rdf:type sp:Bind ; 1101 sp:where ([ rdf:type sp:Bind ;
1100 sp:expression 1102 sp:expression
1101 [ rdf:type spif:generateUUID 1103 [ rdf:type spif:generateUUID
1102 ] ; 1104 ] ;
1103 - sp:variable _:b132 1105 + sp:variable _:b133
1104 ] [ rdf:type sp:Bind ; 1106 ] [ rdf:type sp:Bind ;
1105 sp:expression 1107 sp:expression
1106 [ rdf:type spif:buildURI ; 1108 [ rdf:type spif:buildURI ;
1107 sp:arg1 "https://www.reportinghub.no/ep/data/PartOfProductionOperation/{?1}" ; 1109 sp:arg1 "https://www.reportinghub.no/ep/data/PartOfProductionOperation/{?1}" ;
1108 - sp:arg2 _:b132 1110 + sp:arg2 _:b133
1109 ] ; 1111 ] ;
1110 - sp:variable _:b127 1112 + sp:variable _:b128
1111 ] [ rdf:type sp:Optional ; 1113 ] [ rdf:type sp:Optional ;
1112 - sp:elements ([ sp:object _:b128 ; 1114 + sp:elements ([ sp:object _:b129 ;
1113 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 1115 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
1114 sp:subject spin:_this 1116 sp:subject spin:_this
1115 - ] [ sp:object _:b126 ; 1117 + ] [ sp:object _:b127 ;
1116 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; 1118 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
1117 sp:subject spin:_this 1119 sp:subject spin:_this
1118 ]) 1120 ])
1119 ] [ rdf:type sp:Optional ; 1121 ] [ rdf:type sp:Optional ;
1120 - sp:elements ([ sp:object _:b133 ; 1122 + sp:elements ([ sp:object _:b134 ;
1121 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#typeRef> ; 1123 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#typeRef> ;
1122 sp:subject spin:_this 1124 sp:subject spin:_this
1123 ] [ rdf:type sp:Bind ; 1125 ] [ rdf:type sp:Bind ;
1124 sp:expression 1126 sp:expression
1125 [ rdf:type ep-dpr-spin-lib:selectProductionOperationPartType ; 1127 [ rdf:type ep-dpr-spin-lib:selectProductionOperationPartType ;
1126 - sp:arg1 _:b133 1128 + sp:arg1 _:b134
1127 ] ; 1129 ] ;
1128 - sp:variable _:b131 1130 + sp:variable _:b132
1129 ]) 1131 ])
1130 ] [ rdf:type sp:Optional ; 1132 ] [ rdf:type sp:Optional ;
1131 - sp:elements ([ sp:object _:b130 ; 1133 + sp:elements ([ sp:object _:b131 ;
1132 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ; 1134 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ;
1133 sp:subject spin:_this 1135 sp:subject spin:_this
1134 ]) 1136 ])
1135 ] [ rdf:type sp:Optional ; 1137 ] [ rdf:type sp:Optional ;
1136 - sp:elements ([ sp:object _:b134 ; 1138 + sp:elements ([ sp:object _:b135 ;
1137 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ; 1139 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
1138 - sp:subject _:b135 1140 + sp:subject _:b136
1139 ] [ sp:object spin:_this ; 1141 ] [ sp:object spin:_this ;
1140 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operationalCommentRef> ; 1142 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operationalCommentRef> ;
1141 - sp:subject _:b134
1142 - ] [ sp:object _:b136 ;
1143 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
1144 sp:subject _:b135 1143 sp:subject _:b135
1145 ] [ sp:object _:b137 ; 1144 ] [ sp:object _:b137 ;
1146 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 1145 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
1147 sp:subject _:b136 1146 sp:subject _:b136
1148 - ] [ sp:object _:b135 ; 1147 + ] [ sp:object _:b138 ;
1148 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
1149 + sp:subject _:b137
1150 + ] [ sp:object _:b136 ;
1149 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ; 1151 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
1150 - sp:subject _:b138 1152 + sp:subject _:b139
1151 - ] [ sp:object _:b139 ;
1152 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
1153 - sp:subject _:b138
1154 ] [ sp:object _:b140 ; 1153 ] [ sp:object _:b140 ;
1154 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
1155 + sp:subject _:b139
1156 + ] [ sp:object _:b141 ;
1155 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; 1157 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
1156 - sp:subject _:b138 1158 + sp:subject _:b139
1157 ] [ rdf:type sp:Bind ; 1159 ] [ rdf:type sp:Bind ;
1158 sp:expression 1160 sp:expression
1159 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ; 1161 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
1160 - sp:arg1 _:b137 ; 1162 + sp:arg1 _:b138 ;
1161 - sp:arg2 _:b139 ; 1163 + sp:arg2 _:b140 ;
1162 - sp:arg3 _:b140 1164 + sp:arg3 _:b141
1163 ] ; 1165 ] ;
1164 - sp:variable _:b129 1166 + sp:variable _:b130
1165 ]) 1167 ])
1166 ]) 1168 ])
1167 ] . 1169 ] .
...@@ -1171,125 +1173,125 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -1171,125 +1173,125 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
1171 [ rdf:type sp:Construct ; 1173 [ rdf:type sp:Construct ;
1172 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#WaterCleaningOperation> ; 1174 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#WaterCleaningOperation> ;
1173 sp:predicate rdf:type ; 1175 sp:predicate rdf:type ;
1174 - sp:subject _:b141 1176 + sp:subject _:b142
1175 - ] [ sp:object _:b142 ;
1176 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1177 - sp:subject _:b141
1178 ] [ sp:object _:b143 ; 1177 ] [ sp:object _:b143 ;
1178 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1179 + sp:subject _:b142
1180 + ] [ sp:object _:b144 ;
1179 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1181 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1180 - sp:subject _:b141 1182 + sp:subject _:b142
1181 - ] [ sp:object _:b141 ; 1183 + ] [ sp:object _:b142 ;
1182 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1184 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1183 - sp:subject _:b144 1185 + sp:subject _:b145
1184 - ] [ sp:object _:b145 ;
1185 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplePoint> ;
1186 - sp:subject _:b141
1187 ] [ sp:object _:b146 ; 1186 ] [ sp:object _:b146 ;
1187 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplePoint> ;
1188 + sp:subject _:b142
1189 + ] [ sp:object _:b147 ;
1188 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#waterSampleTaken> ; 1190 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#waterSampleTaken> ;
1189 - sp:subject _:b141 1191 + sp:subject _:b142
1190 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#WaterSample> ; 1192 ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#WaterSample> ;
1191 sp:predicate rdf:type ; 1193 sp:predicate rdf:type ;
1192 - sp:subject _:b146 1194 + sp:subject _:b147
1193 - ] [ sp:object _:b147 ;
1194 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplePhValue> ;
1195 - sp:subject _:b146
1196 ] [ sp:object _:b148 ; 1195 ] [ sp:object _:b148 ;
1197 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#oilInWater> ; 1196 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplePhValue> ;
1198 - sp:subject _:b146 1197 + sp:subject _:b147
1199 ] [ sp:object _:b149 ; 1198 ] [ sp:object _:b149 ;
1200 - sp:predicate _:b150 ; 1199 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#oilInWater> ;
1201 - sp:subject _:b148 1200 + sp:subject _:b147
1201 + ] [ sp:object _:b150 ;
1202 + sp:predicate _:b151 ;
1203 + sp:subject _:b149
1202 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 1204 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
1203 sp:predicate rdf:type ; 1205 sp:predicate rdf:type ;
1204 - sp:subject _:b148 1206 + sp:subject _:b149
1205 - ] [ sp:object _:b151 ;
1206 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#amountOfOil> ;
1207 - sp:subject _:b146
1208 ] [ sp:object _:b152 ; 1207 ] [ sp:object _:b152 ;
1208 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#amountOfOil> ;
1209 + sp:subject _:b147
1210 + ] [ sp:object _:b153 ;
1209 sp:predicate rdf:type ; 1211 sp:predicate rdf:type ;
1210 - sp:subject _:b151 1212 + sp:subject _:b152
1211 ]) ; 1213 ]) ;
1212 sp:where ([ rdf:type sp:Bind ; 1214 sp:where ([ rdf:type sp:Bind ;
1213 sp:expression 1215 sp:expression
1214 [ rdf:type spif:generateUUID 1216 [ rdf:type spif:generateUUID
1215 ] ; 1217 ] ;
1216 - sp:variable _:b153 1218 + sp:variable _:b154
1217 ] [ rdf:type sp:Bind ; 1219 ] [ rdf:type sp:Bind ;
1218 sp:expression 1220 sp:expression
1219 [ rdf:type spif:buildURI ; 1221 [ rdf:type spif:buildURI ;
1220 sp:arg1 "https://www.reportinghub.no/ep/data/waterCleaningQuality/{?1}" ; 1222 sp:arg1 "https://www.reportinghub.no/ep/data/waterCleaningQuality/{?1}" ;
1221 - sp:arg2 _:b153 1223 + sp:arg2 _:b154
1222 ] ; 1224 ] ;
1223 - sp:variable _:b141 1225 + sp:variable _:b142
1224 ] [ rdf:type sp:Bind ; 1226 ] [ rdf:type sp:Bind ;
1225 sp:expression 1227 sp:expression
1226 [ rdf:type spif:generateUUID 1228 [ rdf:type spif:generateUUID
1227 ] ; 1229 ] ;
1228 - sp:variable _:b154 1230 + sp:variable _:b155
1229 ] [ rdf:type sp:Bind ; 1231 ] [ rdf:type sp:Bind ;
1230 sp:expression 1232 sp:expression
1231 [ rdf:type spif:buildURI ; 1233 [ rdf:type spif:buildURI ;
1232 sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/{?1}" ; 1234 sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/{?1}" ;
1233 - sp:arg2 _:b154 1235 + sp:arg2 _:b155
1234 ] ; 1236 ] ;
1235 - sp:variable _:b146 1237 + sp:variable _:b147
1236 ] [ rdf:type sp:Optional ; 1238 ] [ rdf:type sp:Optional ;
1237 - sp:elements ([ sp:object _:b143 ; 1239 + sp:elements ([ sp:object _:b144 ;
1238 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; 1240 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
1239 sp:subject spin:_this 1241 sp:subject spin:_this
1240 - ] [ sp:object _:b142 ; 1242 + ] [ sp:object _:b143 ;
1241 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; 1243 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
1242 sp:subject spin:_this 1244 sp:subject spin:_this
1243 ]) 1245 ])
1244 ] [ rdf:type sp:Optional ; 1246 ] [ rdf:type sp:Optional ;
1245 - sp:elements ([ sp:object _:b145 ; 1247 + sp:elements ([ sp:object _:b146 ;
1246 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#samplePoint> ; 1248 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#samplePoint> ;
1247 sp:subject spin:_this 1249 sp:subject spin:_this
1248 ]) 1250 ])
1249 ] [ rdf:type sp:Optional ; 1251 ] [ rdf:type sp:Optional ;
1250 - sp:elements ([ sp:object _:b147 ; 1252 + sp:elements ([ sp:object _:b148 ;
1251 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#phValue> ; 1253 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#phValue> ;
1252 sp:subject spin:_this 1254 sp:subject spin:_this
1253 ]) 1255 ])
1254 ] [ rdf:type sp:Optional ; 1256 ] [ rdf:type sp:Optional ;
1255 - sp:elements ([ sp:object _:b155 ; 1257 + sp:elements ([ sp:object _:b156 ;
1256 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilInWaterProducedRef> ; 1258 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilInWaterProducedRef> ;
1257 sp:subject spin:_this 1259 sp:subject spin:_this
1258 - ] [ sp:object _:b149 ; 1260 + ] [ sp:object _:b150 ;
1259 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 1261 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
1260 - sp:subject _:b155 1262 + sp:subject _:b156
1261 - ] [ sp:object _:b156 ; 1263 + ] [ sp:object _:b157 ;
1262 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; 1264 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
1263 - sp:subject _:b155 1265 + sp:subject _:b156
1264 ] [ rdf:type sp:Bind ; 1266 ] [ rdf:type sp:Bind ;
1265 sp:expression 1267 sp:expression
1266 [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ; 1268 [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ;
1267 - sp:arg1 _:b156 1269 + sp:arg1 _:b157
1268 ] ; 1270 ] ;
1269 - sp:variable _:b150 1271 + sp:variable _:b151
1270 ] [ rdf:type sp:Bind ; 1272 ] [ rdf:type sp:Bind ;
1271 sp:expression 1273 sp:expression
1272 [ rdf:type spif:generateUUID 1274 [ rdf:type spif:generateUUID
1273 ] ; 1275 ] ;
1274 - sp:variable _:b157 1276 + sp:variable _:b158
1275 ] [ rdf:type sp:Bind ; 1277 ] [ rdf:type sp:Bind ;
1276 sp:expression 1278 sp:expression
1277 [ rdf:type spif:buildURI ; 1279 [ rdf:type spif:buildURI ;
1278 sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/oilInWater/{?1}" ; 1280 sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/oilInWater/{?1}" ;
1279 - sp:arg2 _:b157 1281 + sp:arg2 _:b158
1280 ] ; 1282 ] ;
1281 - sp:variable _:b148 1283 + sp:variable _:b149
1282 ]) 1284 ])
1283 ] [ rdf:type sp:Optional ; 1285 ] [ rdf:type sp:Optional ;
1284 - sp:elements ([ sp:object _:b158 ; 1286 + sp:elements ([ sp:object _:b159 ;
1285 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#amountOfOilRef> ; 1287 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#amountOfOilRef> ;
1286 sp:subject spin:_this 1288 sp:subject spin:_this
1287 ] [ sp:object 1289 ] [ sp:object
1288 [ sp:varName "oilAmountVal"^^xsd:string 1290 [ sp:varName "oilAmountVal"^^xsd:string
1289 ] ; 1291 ] ;
1290 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 1292 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
1291 - sp:subject _:b158 1293 + sp:subject _:b159
1292 - ] [ sp:object _:b159 ; 1294 + ] [ sp:object _:b160 ;
1293 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; 1295 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
1294 sp:subject 1296 sp:subject
1295 [ sp:varName "oilAmounrRef"^^xsd:string 1297 [ sp:varName "oilAmounrRef"^^xsd:string
...@@ -1297,538 +1299,541 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs ...@@ -1297,538 +1299,541 @@ Need functions to generate facility URIs - also need their temporal parts"""^^xs
1297 ] [ rdf:type sp:Bind ; 1299 ] [ rdf:type sp:Bind ;
1298 sp:expression 1300 sp:expression
1299 [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ; 1301 [ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ;
1300 - sp:arg1 _:b159 1302 + sp:arg1 _:b160
1301 ] ; 1303 ] ;
1302 - sp:variable _:b152 1304 + sp:variable _:b153
1303 ] [ rdf:type sp:Bind ; 1305 ] [ rdf:type sp:Bind ;
1304 sp:expression 1306 sp:expression
1305 [ rdf:type spif:generateUUID 1307 [ rdf:type spif:generateUUID
1306 ] ; 1308 ] ;
1307 - sp:variable _:b160 1309 + sp:variable _:b161
1308 ] [ rdf:type sp:Bind ; 1310 ] [ rdf:type sp:Bind ;
1309 sp:expression 1311 sp:expression
1310 [ rdf:type spif:buildURI ; 1312 [ rdf:type spif:buildURI ;
1311 sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/amountOfOil/{?1}" ; 1313 sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/amountOfOil/{?1}" ;
1312 - sp:arg2 _:b160 1314 + sp:arg2 _:b161
1313 ] ; 1315 ] ;
1314 - sp:variable _:b151 1316 + sp:variable _:b152
1315 ]) 1317 ])
1316 ] [ rdf:type sp:Optional ; 1318 ] [ rdf:type sp:Optional ;
1317 - sp:elements ([ sp:object _:b161 ; 1319 + sp:elements ([ sp:object _:b162 ;
1318 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ; 1320 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
1319 - sp:subject _:b162 1321 + sp:subject _:b163
1320 ] [ sp:object spin:_this ; 1322 ] [ sp:object spin:_this ;
1321 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#waterCleaningQualityRef> ; 1323 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#waterCleaningQualityRef> ;
1322 - sp:subject _:b161
1323 - ] [ sp:object _:b163 ;
1324 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
1325 sp:subject _:b162 1324 sp:subject _:b162
1326 ] [ sp:object _:b164 ; 1325 ] [ sp:object _:b164 ;
1327 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 1326 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
1328 sp:subject _:b163 1327 sp:subject _:b163
1329 - ] [ sp:object _:b162 ; 1328 + ] [ sp:object _:b165 ;
1329 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
1330 + sp:subject _:b164
1331 + ] [ sp:object _:b163 ;
1330 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ; 1332 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
1331 - sp:subject _:b165 1333 + sp:subject _:b166
1332 - ] [ sp:object _:b166 ;
1333 - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
1334 - sp:subject _:b165
1335 ] [ sp:object _:b167 ; 1334 ] [ sp:object _:b167 ;
1335 + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
1336 + sp:subject _:b166
1337 + ] [ sp:object _:b168 ;
1336 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; 1338 sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
1337 - sp:subject _:b165 1339 + sp:subject _:b166
1338 ] [ rdf:type sp:Bind ; 1340 ] [ rdf:type sp:Bind ;
1339 sp:expression 1341 sp:expression
1340 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ; 1342 [ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
1341 - sp:arg1 _:b164 ; 1343 + sp:arg1 _:b165 ;
1342 - sp:arg2 _:b166 ; 1344 + sp:arg2 _:b167 ;
1343 - sp:arg3 _:b167 1345 + sp:arg3 _:b168
1344 ] ; 1346 ] ;
1345 - sp:variable _:b144 1347 + sp:variable _:b145
1346 ]) 1348 ])
1347 ]) 1349 ])
1348 ] . 1350 ] .
1349 1351
1350 -_:b1 sp:varName "epDailyProdRep"^^xsd:string . 1352 +_:b53
1353 + sp:varName "oilGrossStdTempPresUOM"^^xsd:string .
1351 1354
1352 -_:b2 sp:varName "epDailyProdAct"^^xsd:string . 1355 +_:b52
1353 - 1356 + sp:varName "oilGrossStdTempPresRef"^^xsd:string .
1354 -_:b3 sp:varName "startDate"^^xsd:string .
1355 1357
1356 -_:b4 sp:varName "endDate"^^xsd:string . 1358 +_:b51
1359 + sp:varName "dstpUUID"^^xsd:string .
1357 1360
1358 -_:b5 sp:varName "docName"^^xsd:string . 1361 +_:b50
1362 + sp:varName "densityStdTempPresUOM"^^xsd:string .
1359 1363
1360 -_:b6 sp:varName "docDate"^^xsd:string . 1364 +_:b49
1365 + sp:varName "densityStdTempPresRef"^^xsd:string .
1361 1366
1362 -_:b7 sp:varName "docCreateDate"^^xsd:string . 1367 +_:b41
1368 + sp:varName "startTime"^^xsd:string .
1363 1369
1364 -_:b8 sp:varName "epAnnualProdAct"^^xsd:string . 1370 +_:b42
1371 + sp:varName "endTime"^^xsd:string .
1365 1372
1366 -_:b9 sp:varName "epProdActToDate"^^xsd:string . 1373 +_:b46
1374 + sp:varName "epOilTransported"^^xsd:string .
1367 1375
1368 -_:b10 1376 +_:b40
1369 - sp:varName "docInfo"^^xsd:string . 1377 + sp:varName "epCargoOp"^^xsd:string .
1370 1378
1371 -_:b11 1379 +_:b48
1372 - sp:varName "docNameStruct"^^xsd:string . 1380 + sp:varName "UUID"^^xsd:string .
1373 1381
1374 -_:b12 1382 +_:b168
1375 - sp:varName "fciRef"^^xsd:string . 1383 + sp:varName "endDate"^^xsd:string .
1376 1384
1377 -_:b13 1385 +_:b167
1378 - sp:varName "porSet"^^xsd:string . 1386 + sp:varName "startDate"^^xsd:string .
1379 1387
1380 -_:b14 1388 +_:b166
1381 - sp:varName "porRef"^^xsd:string . 1389 + sp:varName "parentRep"^^xsd:string .
1382 1390
1383 -_:b15 1391 +_:b165
1384 - sp:varName "contextFacility"^^xsd:string . 1392 + sp:varName "installName"^^xsd:string .
1385 1393
1386 -_:b16 1394 +_:b164
1387 - sp:varName "mainFacName"^^xsd:string . 1395 + sp:varName "installation"^^xsd:string .
1388 1396
1389 -_:b17 1397 +_:b163
1390 - sp:varName "epDailyProdOpAct"^^xsd:string . 1398 + sp:varName "instRep"^^xsd:string .
1391 1399
1392 -_:b18 1400 +_:b162
1393 - sp:varName "epAnnualProdAct"^^xsd:string . 1401 + sp:varName "prodAct"^^xsd:string .
1394 1402
1395 -_:b19 1403 +_:b161
1396 - sp:varName "epAnnualProdOpAct"^^xsd:string . 1404 + sp:varName "oaUUID"^^xsd:string .
1397 1405
1398 -_:b20 1406 +_:b160
1399 - sp:varName "epDailyProdAct"^^xsd:string . 1407 + sp:varName "oilAmountUOM"^^xsd:string .
1400 1408
1401 -_:b21 1409 +_:b159
1402 - sp:varName "startDate"^^xsd:string . 1410 + sp:varName "oilAmountRef"^^xsd:string .
1403 1411
1404 -_:b22 1412 +_:b158
1405 - sp:varName "endDate"^^xsd:string . 1413 + sp:varName "owUUID"^^xsd:string .
1406 1414
1407 -_:b23 1415 +_:b157
1408 - sp:varName "opCo"^^xsd:string . 1416 + sp:varName "owUOM"^^xsd:string .
1409 1417
1410 -_:b24 1418 +_:b156
1411 - sp:varName "operatorName"^^xsd:string . 1419 + sp:varName "oilInWaterRef"^^xsd:string .
1412 1420
1413 -_:b25 1421 +_:b155
1414 - sp:varName "epMainFac"^^xsd:string . 1422 + sp:varName "wsUUID"^^xsd:string .
1415 1423
1416 -_:b26 1424 +_:b154
1417 - sp:varName "epMainFacTempPart"^^xsd:string . 1425 + sp:varName "UUID"^^xsd:string .
1418 1426
1419 -_:b27 1427 +_:b153
1420 - sp:varName "mainFacName"^^xsd:string . 1428 + sp:varName "epOilAmountUOM"^^xsd:string .
1421 1429
1422 -_:b28 1430 +_:b152
1423 - sp:varName "contextFacility"^^xsd:string . 1431 + sp:varName "epOilAmount"^^xsd:string .
1424 1432
1425 -_:b29 1433 +_:b151
1426 - sp:varName "operator"^^xsd:string . 1434 + sp:varName "epOwUOM"^^xsd:string .
1427 1435
1428 -_:b30 1436 +_:b150
1429 - sp:varName "epAlarm"^^xsd:string . 1437 + sp:varName "owVal"^^xsd:string .
1430 1438
1431 -_:b31 1439 +_:b149
1432 - sp:varName "epInstProdOpAct"^^xsd:string . 1440 + sp:varName "epOilInWater"^^xsd:string .
1433 1441
1434 -_:b32 1442 +_:b148
1435 - sp:varName "alUUID"^^xsd:string . 1443 + sp:varName "phVal"^^xsd:string .
1436 1444
1437 -_:b33 1445 +_:b147
1438 - sp:varName "prodAct"^^xsd:string . 1446 + sp:varName "epWaterSample"^^xsd:string .
1439 1447
1440 -_:b34 1448 +_:b146
1441 - sp:varName "instRep"^^xsd:string . 1449 + sp:varName "samplePoint"^^xsd:string .
1442 1450
1443 -_:b35 1451 +_:b145
1444 - sp:varName "installation"^^xsd:string . 1452 + sp:varName "epInstProdOpAct"^^xsd:string .
1445 1453
1446 -_:b36 1454 +_:b144
1447 - sp:varName "installName"^^xsd:string . 1455 + sp:varName "endTime"^^xsd:string .
1448 1456
1449 -_:b37 1457 +_:b143
1450 - sp:varName "parentRep"^^xsd:string . 1458 + sp:varName "startTime"^^xsd:string .
1451 1459
1452 -_:b38 1460 +_:b142
1453 - sp:varName "startDate"^^xsd:string . 1461 + sp:varName "epWaterClean"^^xsd:string .
1454 1462
1455 -_:b39 1463 +_:b141
1456 sp:varName "endDate"^^xsd:string . 1464 sp:varName "endDate"^^xsd:string .
1457 1465
1458 -_:b40 1466 +_:b140
1459 - sp:varName "epCargoOp"^^xsd:string . 1467 + sp:varName "startDate"^^xsd:string .
1460 -
1461 -_:b41
1462 - sp:varName "startTime"^^xsd:string .
1463 1468
1464 -_:b42 1469 +_:b139
1465 - sp:varName "endTime"^^xsd:string . 1470 + sp:varName "parentRep"^^xsd:string .
1466 1471
1467 -_:b43 1472 +_:b138
1468 - sp:varName "epInstProdOpAct"^^xsd:string . 1473 + sp:varName "installName"^^xsd:string .
1469 1474
1470 -_:b44 1475 +_:b137
1471 - sp:varName "epCaptain"^^xsd:string . 1476 + sp:varName "installation"^^xsd:string .
1472 1477
1473 -_:b45 1478 +_:b136
1474 - sp:varName "captain"^^xsd:string . 1479 + sp:varName "instRep"^^xsd:string .
1475 1480
1476 -_:b46 1481 +_:b135
1477 - sp:varName "epOilTransported"^^xsd:string . 1482 + sp:varName "prodAct"^^xsd:string .
1478 1483
1479 -_:b47 1484 +_:b134
1480 - sp:varName "epOilInWater"^^xsd:string . 1485 + sp:varName "operationalCommentRefType"^^xsd:string .
1481 1486
1482 -_:b48 1487 +_:b133
1483 sp:varName "UUID"^^xsd:string . 1488 sp:varName "UUID"^^xsd:string .
1484 1489
1485 -_:b49 1490 +_:b132
1486 - sp:varName "densityStdTempPresRef"^^xsd:string . 1491 + sp:varName "epNotableOpType"^^xsd:string .
1487 -
1488 -_:b50
1489 - sp:varName "oaUUID"^^xsd:string .
1490 1492
1491 -_:b51 1493 +_:b131
1492 - sp:varName "oilGrossStdTempPresRef"^^xsd:string . 1494 + sp:varName "naComment"^^xsd:string .
1493 1495
1494 -_:b52 1496 +_:b130
1495 - sp:varName "oilGrossStdTempPresUOM"^^xsd:string . 1497 + sp:varName "epInstProdOpAct"^^xsd:string .
1496 1498
1497 -_:b53 1499 +_:b129
1498 - sp:varName "ogstpUUID"^^xsd:string . 1500 + sp:varName "endTime"^^xsd:string .
1499 1501
1500 -_:b54 1502 +_:b128
1501 - sp:varName "prodAct"^^xsd:string . 1503 + sp:varName "epNotableOp"^^xsd:string .
1502 1504
1503 -_:b55 1505 +_:b127
1504 - sp:varName "instRep"^^xsd:string . 1506 + sp:varName "startTime"^^xsd:string .
1505 1507
1506 -_:b56 1508 +_:b126
1507 - sp:varName "installation"^^xsd:string . 1509 + sp:varName "endDate"^^xsd:string .
1508 1510
1509 -_:b57 1511 +_:b125
1510 - sp:varName "installName"^^xsd:string . 1512 + sp:varName "startDate"^^xsd:string .
1511 1513
1512 -_:b58 1514 +_:b124
1513 sp:varName "parentRep"^^xsd:string . 1515 sp:varName "parentRep"^^xsd:string .
1514 1516
1515 -_:b59 1517 +_:b123
1516 - sp:varName "startDate"^^xsd:string . 1518 + sp:varName "installName"^^xsd:string .
1517 -
1518 -_:b60
1519 - sp:varName "endDate"^^xsd:string .
1520 1519
1521 -_:b61 1520 +_:b122
1522 - sp:varName "epInstProdOpAct"^^xsd:string . 1521 + sp:varName "installation"^^xsd:string .
1523 1522
1524 -_:b62 1523 +_:b121
1525 - sp:varName "epDailyProdOpAct"^^xsd:string . 1524 + sp:varName "instRep"^^xsd:string .
1526 1525
1527 -_:b63 1526 +_:b120
1528 - sp:varName "epInstallTempPart"^^xsd:string . 1527 + sp:varName "prodAct"^^xsd:string .
1529 1528
1530 -_:b64 1529 +_:b119
1531 - sp:varName "epInstallWholeLife"^^xsd:string . 1530 + sp:varName "moActivity"^^xsd:string .
1532 1531
1533 -_:b65 1532 +_:b118
1534 - sp:varName "epInstallType"^^xsd:string . 1533 + sp:varName "stbComEnd"^^xsd:string .
1535 1534
1536 -_:b66 1535 +_:b117
1537 - sp:varName "beds"^^xsd:string . 1536 + sp:varName "stbComStart"^^xsd:string .
1538 1537
1539 -_:b68 1538 +_:b116
1540 - sp:varName "temporalPartOfActivityDurationType"^^xsd:string . 1539 + sp:varName "stbComment"^^xsd:string .
1541 1540
1542 -_:b69 1541 +_:b115
1543 - sp:varName "safetyActivityType"^^xsd:string . 1542 + sp:varName "standbyShipName"^^xsd:string .
1544 1543
1545 -_:b70 1544 +_:b114
1546 - sp:varName "epInstallAnnualProOpAct"^^xsd:string . 1545 + sp:varName "supComEnd"^^xsd:string .
1547 1546
1548 -_:b72 1547 +_:b113
1549 - sp:varName "safetyCount"^^xsd:string . 1548 + sp:varName "supComStart"^^xsd:string .
1550 1549
1551 -_:b73 1550 +_:b112
1552 - sp:varName "epAnnualProdOpAct"^^xsd:string . 1551 + sp:varName "supComment"^^xsd:string .
1553 1552
1554 -_:b74 1553 +_:b111
1555 - sp:varName "epAnnualProdAct"^^xsd:string . 1554 + sp:varName "supplyShipName"^^xsd:string .
1556 1555
1557 -_:b75 1556 +_:b110
1558 - sp:varName "parentRep"^^xsd:string . 1557 + sp:varName "moUUID"^^xsd:string .
1559 1558
1560 -_:b76 1559 +_:b109
1561 - sp:varName "startDate"^^xsd:string . 1560 + sp:varName "epInstProdOpAct"^^xsd:string .
1562 1561
1563 -_:b77 1562 +_:b108
1564 - sp:varName "endDate"^^xsd:string . 1563 + sp:varName "moActComment"^^xsd:string .
1565 1564
1566 -_:b78 1565 +_:b107
1567 - sp:varName "mainFacility"^^xsd:string . 1566 + sp:varName "epStandByShipTP"^^xsd:string .
1568 1567
1569 -_:b79 1568 +_:b106
1570 - sp:varName "mainFacName"^^xsd:string . 1569 + sp:varName "epStandbyShip"^^xsd:string .
1571 1570
1572 -_:b80 1571 +_:b105
1573 - sp:varName "installation"^^xsd:string . 1572 + sp:varName "supCommentText"^^xsd:string .
1574 1573
1575 -_:b81 1574 +_:b104
1576 - sp:varName "installName"^^xsd:string . 1575 + sp:varName "epSupplyShipTP"^^xsd:string .
1577 1576
1578 -_:b82 1577 +_:b103
1579 - sp:varName "operationalHSERef"^^xsd:string . 1578 + sp:varName "epSupplyShip"^^xsd:string .
1580 1579
1581 -_:b83 1580 +_:b102
1582 - sp:varName "safetyRef"^^xsd:string . 1581 + sp:varName "moEndTime"^^xsd:string .
1583 1582
1584 -_:b84 1583 +_:b101
1585 - sp:varName "safetyCountRef"^^xsd:string . 1584 + sp:varName "moStartTime"^^xsd:string .
1586 1585
1587 -_:b85 1586 +_:b100
1588 - sp:varName "periodEnum"^^xsd:string . 1587 + sp:varName "epMarineOp"^^xsd:string .
1589 1588
1590 -_:b86 1589 +_:b99
1591 - sp:varName "safetyActivityEnum"^^xsd:string . 1590 + sp:varName "endDate"^^xsd:string .
1592 1591
1593 -_:b87 1592 +_:b98
1594 - sp:varName "epLostProd"^^xsd:string . 1593 + sp:varName "startDate"^^xsd:string .
1595 1594
1596 -_:b88 1595 +_:b97
1597 - sp:varName "startTime"^^xsd:string . 1596 + sp:varName "parentRep"^^xsd:string .
1598 1597
1599 -_:b89 1598 +_:b96
1600 - sp:varName "endTime"^^xsd:string . 1599 + sp:varName "installName"^^xsd:string .
1601 1600
1602 -_:b90 1601 +_:b95
1603 - sp:varName "epInstProdOpAct"^^xsd:string . 1602 + sp:varName "installation"^^xsd:string .
1604 1603
1605 -_:b91 1604 +_:b94
1606 - sp:varName "UUID"^^xsd:string . 1605 + sp:varName "instRep"^^xsd:string .
1607 1606
1608 -_:b92 1607 +_:b93
1609 sp:varName "prodAct"^^xsd:string . 1608 sp:varName "prodAct"^^xsd:string .
1610 1609
1611 -_:b93 1610 +_:b92
1612 - sp:varName "instRep"^^xsd:string . 1611 + sp:varName "UUID"^^xsd:string .
1613 1612
1614 -_:b94 1613 +_:b91
1615 - sp:varName "installation"^^xsd:string . 1614 + sp:varName "epInstProdOpAct"^^xsd:string .
1616 1615
1617 -_:b95 1616 +_:b90
1618 - sp:varName "installName"^^xsd:string . 1617 + sp:varName "endTime"^^xsd:string .
1619 1618
1620 -_:b96 1619 +_:b89
1621 - sp:varName "parentRep"^^xsd:string . 1620 + sp:varName "startTime"^^xsd:string .
1622 1621
1623 -_:b97 1622 +_:b88
1624 - sp:varName "startDate"^^xsd:string . 1623 + sp:varName "epLostProd"^^xsd:string .
1625 1624
1626 -_:b98 1625 +_:b87
1627 - sp:varName "endDate"^^xsd:string . 1626 + sp:varName "safetyActivityEnum"^^xsd:string .
1628 1627
1629 -_:b99 1628 +_:b86
1630 - sp:varName "epMarineOp"^^xsd:string . 1629 + sp:varName "periodEnum"^^xsd:string .
1631 1630
1632 -_:b100 1631 +_:b85
1633 - sp:varName "moStartTime"^^xsd:string . 1632 + sp:varName "safetyCountRef"^^xsd:string .
1634 1633
1635 -_:b101 1634 +_:b84
1636 - sp:varName "moEndTime"^^xsd:string . 1635 + sp:varName "safetyRef"^^xsd:string .
1637 1636
1638 -_:b102 1637 +_:b83
1639 - sp:varName "epSupplyShip"^^xsd:string . 1638 + sp:varName "operationalHSERef"^^xsd:string .
1640 1639
1641 -_:b103 1640 +_:b82
1642 - sp:varName "epSupplyShipTP"^^xsd:string . 1641 + sp:varName "installName"^^xsd:string .
1643 1642
1644 -_:b104 1643 +_:b81
1645 - sp:varName "supCommentText"^^xsd:string . 1644 + sp:varName "installation"^^xsd:string .
1646 1645
1647 -_:b105 1646 +_:b80
1648 - sp:varName "epStandbyShip"^^xsd:string . 1647 + sp:varName "mainFacName"^^xsd:string .
1649 1648
1650 -_:b106 1649 +_:b79
1651 - sp:varName "epStandByShipTP"^^xsd:string . 1650 + sp:varName "mainFacility"^^xsd:string .
1652 1651
1653 -_:b107 1652 +_:b78
1654 - sp:varName "moActComment"^^xsd:string . 1653 + sp:varName "endDate"^^xsd:string .
1655 1654
1656 -_:b108 1655 +_:b77
1657 - sp:varName "epInstProdOpAct"^^xsd:string . 1656 + sp:varName "startDate"^^xsd:string .
1658 1657
1659 -_:b109 1658 +_:b76
1660 - sp:varName "moUUID"^^xsd:string . 1659 + sp:varName "parentRep"^^xsd:string .
1661 1660
1662 -_:b110 1661 +_:b75
1663 - sp:varName "supplyShipName"^^xsd:string . 1662 + sp:varName "epAnnualProdAct"^^xsd:string .
1664 1663
1665 -_:b111 1664 +_:b74
1666 - sp:varName "supComment"^^xsd:string . 1665 + sp:varName "epAnnualProdOpAct"^^xsd:string .
1667 1666
1668 -_:b112 1667 +_:b73
1669 - sp:varName "supComStart"^^xsd:string . 1668 + sp:varName "safetyCount"^^xsd:string .
1670 1669
1671 -_:b113 1670 +_:b71
1672 - sp:varName "supComEnd"^^xsd:string . 1671 + sp:varName "epInstallAnnualProOpAct"^^xsd:string .
1673 1672
1674 -_:b114 1673 +_:b70
1675 - sp:varName "standbyShipName"^^xsd:string . 1674 + sp:varName "safetyActivityType"^^xsd:string .
1676 1675
1677 -_:b115 1676 +_:b69
1678 - sp:varName "stbComment"^^xsd:string . 1677 + sp:varName "temporalPartOfActivityDurationType"^^xsd:string .
1679 1678
1680 -_:b116 1679 +_:b67
1681 - sp:varName "stbComStart"^^xsd:string . 1680 + sp:varName "beds"^^xsd:string .
1682 1681
1683 -_:b117 1682 +_:b66
1684 - sp:varName "stbComEnd"^^xsd:string . 1683 + sp:varName "epInstallType"^^xsd:string .
1685 1684
1686 -_:b118 1685 +_:b65
1687 - sp:varName "moActivity"^^xsd:string . 1686 + sp:varName "epInstallWholeLife"^^xsd:string .
1688 1687
1689 -_:b119 1688 +_:b64
1690 - sp:varName "prodAct"^^xsd:string . 1689 + sp:varName "epInstallTempPart"^^xsd:string .
1691 1690
1692 -_:b120 1691 +_:b63
1693 - sp:varName "instRep"^^xsd:string . 1692 + sp:varName "epDailyProdOpAct"^^xsd:string .
1694 1693
1695 -_:b121 1694 +_:b62
1696 - sp:varName "installation"^^xsd:string . 1695 + sp:varName "epInstProdOpAct"^^xsd:string .
1697 1696
1698 -_:b122 1697 +_:b39
1699 - sp:varName "installName"^^xsd:string . 1698 + sp:varName "endDate"^^xsd:string .
1700 1699
1701 -_:b123 1700 +_:b38
1701 + sp:varName "startDate"^^xsd:string .
1702 +
1703 +_:b37
1702 sp:varName "parentRep"^^xsd:string . 1704 sp:varName "parentRep"^^xsd:string .
1703 1705
1704 -_:b124 1706 +_:b36
1705 - sp:varName "startDate"^^xsd:string . 1707 + sp:varName "installName"^^xsd:string .
1706 1708
1707 -_:b125 1709 +_:b35
1708 - sp:varName "endDate"^^xsd:string . 1710 + sp:varName "installation"^^xsd:string .
1709 1711
1710 -_:b126 1712 +_:b34
1711 - sp:varName "startTime"^^xsd:string . 1713 + sp:varName "instRep"^^xsd:string .
1712 1714
1713 -_:b127 1715 +_:b33
1714 - sp:varName "epNotableOp"^^xsd:string . 1716 + sp:varName "prodAct"^^xsd:string .
1715 1717
1716 -_:b128 1718 +_:b32
1717 - sp:varName "endTime"^^xsd:string . 1719 + sp:varName "alUUID"^^xsd:string .
1718 1720
1719 -_:b129 1721 +_:b31
1720 sp:varName "epInstProdOpAct"^^xsd:string . 1722 sp:varName "epInstProdOpAct"^^xsd:string .
1721 1723
1722 -_:b130 1724 +_:b30
1723 - sp:varName "naComment"^^xsd:string . 1725 + sp:varName "epAlarm"^^xsd:string .
1724 1726
1725 -_:b131 1727 +_:b29
1726 - sp:varName "epNotableOpType"^^xsd:string . 1728 + sp:varName "operator"^^xsd:string .
1727 1729
1728 -_:b132 1730 +_:b28
1729 - sp:varName "UUID"^^xsd:string . 1731 + sp:varName "contextFacility"^^xsd:string .
1730 1732
1731 -_:b133 1733 +_:b27
1732 - sp:varName "operationalCommentRefType"^^xsd:string . 1734 + sp:varName "mainFacName"^^xsd:string .
1733 1735
1734 -_:b134 1736 +_:b26
1735 - sp:varName "prodAct"^^xsd:string . 1737 + sp:varName "epMainFacTempPart"^^xsd:string .
1736 1738
1737 -_:b135 1739 +_:b25
1738 - sp:varName "instRep"^^xsd:string . 1740 + sp:varName "epMainFac"^^xsd:string .
1739 1741
1740 -_:b136 1742 +_:b24
1741 - sp:varName "installation"^^xsd:string . 1743 + sp:varName "operatorName"^^xsd:string .
1742 1744
1743 -_:b137 1745 +_:b23
1744 - sp:varName "installName"^^xsd:string . 1746 + sp:varName "opCo"^^xsd:string .
1745 1747
1746 -_:b138 1748 +_:b22
1747 - sp:varName "parentRep"^^xsd:string . 1749 + sp:varName "endDate"^^xsd:string .
1748 1750
1749 -_:b139 1751 +_:b21
1750 sp:varName "startDate"^^xsd:string . 1752 sp:varName "startDate"^^xsd:string .
1751 1753
1752 -_:b140 1754 +_:b20
1753 - sp:varName "endDate"^^xsd:string . 1755 + sp:varName "epDailyProdAct"^^xsd:string .
1754 1756
1755 -_:b141 1757 +_:b19
1756 - sp:varName "epWaterClean"^^xsd:string . 1758 + sp:varName "epAnnualProdOpAct"^^xsd:string .
1757 1759
1758 -_:b142 1760 +_:b18
1759 - sp:varName "startTime"^^xsd:string . 1761 + sp:varName "epAnnualProdAct"^^xsd:string .
1760 1762
1761 -_:b143 1763 +_:b17
1762 - sp:varName "endTime"^^xsd:string . 1764 + sp:varName "epDailyProdOpAct"^^xsd:string .
1763 1765
1764 -_:b144 1766 +_:b16
1765 - sp:varName "epInstProdOpAct"^^xsd:string . 1767 + sp:varName "mainFacName"^^xsd:string .
1766 1768
1767 -_:b145 1769 +_:b15
1768 - sp:varName "samplePoint"^^xsd:string . 1770 + sp:varName "contextFacility"^^xsd:string .
1769 1771
1770 -_:b146 1772 +_:b14
1771 - sp:varName "epWaterSample"^^xsd:string . 1773 + sp:varName "porRef"^^xsd:string .
1772 1774
1773 -_:b147 1775 +_:b13
1774 - sp:varName "phVal"^^xsd:string . 1776 + sp:varName "porSet"^^xsd:string .
1775 1777
1776 -_:b148 1778 +_:b12
1777 - sp:varName "epOilInWater"^^xsd:string . 1779 + sp:varName "fciRef"^^xsd:string .
1778 1780
1779 -_:b149 1781 +_:b11
1780 - sp:varName "owVal"^^xsd:string . 1782 + sp:varName "docNameStruct"^^xsd:string .
1781 1783
1782 -_:b150 1784 +_:b10
1783 - sp:varName "epOwUOM"^^xsd:string . 1785 + sp:varName "docInfo"^^xsd:string .
1784 1786
1785 -_:b151 1787 +_:b9 sp:varName "epProdActToDate"^^xsd:string .
1786 - sp:varName "epOilAmount"^^xsd:string .
1787 1788
1788 -_:b152 1789 +_:b8 sp:varName "epAnnualProdAct"^^xsd:string .
1789 - sp:varName "epOilAmountUOM"^^xsd:string .
1790 1790
1791 -_:b153 1791 +_:b7 sp:varName "docCreateDate"^^xsd:string .
1792 - sp:varName "UUID"^^xsd:string .
1793 1792
1794 -_:b154 1793 +_:b6 sp:varName "docDate"^^xsd:string .
1795 - sp:varName "wsUUID"^^xsd:string .
1796 1794
1797 -_:b155 1795 +_:b5 sp:varName "docName"^^xsd:string .
1798 - sp:varName "oilInWaterRef"^^xsd:string .
1799 1796
1800 -_:b156 1797 +_:b4 sp:varName "endDate"^^xsd:string .
1801 - sp:varName "owUOM"^^xsd:string .
1802 1798
1803 -_:b157 1799 +_:b3 sp:varName "startDate"^^xsd:string .
1804 - sp:varName "owUUID"^^xsd:string .
1805 1800
1806 -_:b158 1801 +_:b2 sp:varName "epDailyProdAct"^^xsd:string .
1807 - sp:varName "oilAmountRef"^^xsd:string .
1808 1802
1809 -_:b159 1803 +_:b1 sp:varName "epDailyProdRep"^^xsd:string .
1810 - sp:varName "oilAmountUOM"^^xsd:string .
1811 1804
1812 -_:b160 1805 +_:b47
1813 - sp:varName "oaUUID"^^xsd:string . 1806 + sp:varName "epOilInWater"^^xsd:string .
1814 1807
1815 -_:b161 1808 +_:b43
1816 - sp:varName "prodAct"^^xsd:string . 1809 + sp:varName "epInstProdOpAct"^^xsd:string .
1817 1810
1818 -_:b162 1811 +_:b61
1819 - sp:varName "instRep"^^xsd:string . 1812 + sp:varName "endDate"^^xsd:string .
1820 1813
1821 -_:b163 1814 +_:b60
1822 - sp:varName "installation"^^xsd:string . 1815 + sp:varName "startDate"^^xsd:string .
1823 1816
1824 -_:b164 1817 +_:b59
1818 + sp:varName "parentRep"^^xsd:string .
1819 +
1820 +_:b58
1825 sp:varName "installName"^^xsd:string . 1821 sp:varName "installName"^^xsd:string .
1826 1822
1827 -_:b165 1823 +_:b57
1828 - sp:varName "parentRep"^^xsd:string . 1824 + sp:varName "installation"^^xsd:string .
1829 1825
1830 -_:b166 1826 +_:b55
1831 - sp:varName "startDate"^^xsd:string . 1827 + sp:varName "prodAct"^^xsd:string .
1832 1828
1833 -_:b167 1829 +_:b56
1834 - sp:varName "endDate"^^xsd:string . 1830 + sp:varName "instRep"^^xsd:string .
1831 +
1832 +_:b44
1833 + sp:varName "epCaptain"^^xsd:string .
1834 +
1835 +_:b45
1836 + sp:varName "captain"^^xsd:string .
1837 +
1838 +_:b54
1839 + sp:varName "ogstpUUID"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Oct 25 15:30:47 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 14:12:33 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......