Showing
2 changed files
with
602 additions
and
380 deletions
This diff could not be displayed because it is too large.
... | @@ -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://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; | 23 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
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 |
... | @@ -2798,6 +2798,51 @@ ep-dpr-spin-lib:selectMassEquivalentScale | ... | @@ -2798,6 +2798,51 @@ ep-dpr-spin-lib:selectMassEquivalentScale |
2798 | ]) | 2798 | ]) |
2799 | ] . | 2799 | ] . |
2800 | 2800 | ||
2801 | +ep-dpr-spin-lib:selectMassEquivalentScale_1 | ||
2802 | + rdf:type spin:Function ; | ||
2803 | + rdfs:label "select relative power scale"^^xsd:string ; | ||
2804 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
2805 | + spin:body | ||
2806 | + [ rdf:type sp:Select ; | ||
2807 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
2808 | + ]) ; | ||
2809 | + sp:where ([ rdf:type sp:Bind ; | ||
2810 | + sp:expression | ||
2811 | + [ rdf:type sp:if ; | ||
2812 | + sp:arg1 [ rdf:type sp:eq ; | ||
2813 | + sp:arg1 spin:_arg1 ; | ||
2814 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RPU_> | ||
2815 | + ] ; | ||
2816 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
2817 | + sp:arg3 [ rdf:type sp:if ; | ||
2818 | + sp:arg1 [ rdf:type sp:eq ; | ||
2819 | + sp:arg1 spin:_arg1 ; | ||
2820 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RPU_Btubhp.hr> | ||
2821 | + ] ; | ||
2822 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#btu_bhp-1_hr> ; | ||
2823 | + sp:arg3 [ rdf:type sp:if ; | ||
2824 | + sp:arg1 [ rdf:type sp:eq ; | ||
2825 | + sp:arg1 spin:_arg1 ; | ||
2826 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RPU_WW> | ||
2827 | + ] ; | ||
2828 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#w_w-1> ; | ||
2829 | + sp:arg3 [ rdf:type sp:if ; | ||
2830 | + sp:arg1 [ rdf:type sp:eq ; | ||
2831 | + sp:arg1 spin:_arg1 ; | ||
2832 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RPU_WkW> | ||
2833 | + ] ; | ||
2834 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#w_kw-1> ; | ||
2835 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
2836 | + ] | ||
2837 | + ] | ||
2838 | + ] | ||
2839 | + ] ; | ||
2840 | + sp:variable | ||
2841 | + [ sp:varName "myVar"^^xsd:string | ||
2842 | + ] | ||
2843 | + ]) | ||
2844 | + ] . | ||
2845 | + | ||
2801 | ep-dpr-spin-lib:selectMassPerLengthScale | 2846 | ep-dpr-spin-lib:selectMassPerLengthScale |
2802 | rdf:type spin:Function ; | 2847 | rdf:type spin:Function ; |
2803 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2848 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
... | @@ -4494,6 +4539,99 @@ ep-dpr-spin-lib:selectProductionOperationPartType | ... | @@ -4494,6 +4539,99 @@ ep-dpr-spin-lib:selectProductionOperationPartType |
4494 | ]) | 4539 | ]) |
4495 | ] . | 4540 | ] . |
4496 | 4541 | ||
4542 | +ep-dpr-spin-lib:selectProductivityIndexScale | ||
4543 | + rdf:type spin:Function ; | ||
4544 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
4545 | + spin:body | ||
4546 | + [ rdf:type sp:Select ; | ||
4547 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
4548 | + ]) ; | ||
4549 | + sp:where ([ rdf:type sp:Bind ; | ||
4550 | + sp:expression | ||
4551 | + [ rdf:type sp:if ; | ||
4552 | + sp:arg1 [ rdf:type sp:eq ; | ||
4553 | + sp:arg1 spin:_arg1 ; | ||
4554 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_1000ft3psi.d> | ||
4555 | + ] ; | ||
4556 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#thousandFt3_day-1_psi-1> ; | ||
4557 | + sp:arg3 [ rdf:type sp:if ; | ||
4558 | + sp:arg1 [ rdf:type sp:eq ; | ||
4559 | + sp:arg1 spin:_arg1 ; | ||
4560 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_Lbar.min> | ||
4561 | + ] ; | ||
4562 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#l_min-1_bar-1> ; | ||
4563 | + sp:arg3 [ rdf:type sp:if ; | ||
4564 | + sp:arg1 [ rdf:type sp:eq ; | ||
4565 | + sp:arg1 spin:_arg1 ; | ||
4566 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_bblkPa.d> | ||
4567 | + ] ; | ||
4568 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#bbl_day-1_kPa-1> ; | ||
4569 | + sp:arg3 [ rdf:type sp:if ; | ||
4570 | + sp:arg1 [ rdf:type sp:eq ; | ||
4571 | + sp:arg1 spin:_arg1 ; | ||
4572 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_bblpsi.d> | ||
4573 | + ] ; | ||
4574 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#bbl_day-1_psi-1> ; | ||
4575 | + sp:arg3 [ rdf:type sp:if ; | ||
4576 | + sp:arg1 [ rdf:type sp:eq ; | ||
4577 | + sp:arg1 spin:_arg1 ; | ||
4578 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_m3Pa.s> | ||
4579 | + ] ; | ||
4580 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_Pa-1_s-1> ; | ||
4581 | + sp:arg3 [ rdf:type sp:if ; | ||
4582 | + sp:arg1 [ rdf:type sp:eq ; | ||
4583 | + sp:arg1 spin:_arg1 ; | ||
4584 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_m3bar.d> | ||
4585 | + ] ; | ||
4586 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_day-1_bar-1> ; | ||
4587 | + sp:arg3 [ rdf:type sp:if ; | ||
4588 | + sp:arg1 [ rdf:type sp:eq ; | ||
4589 | + sp:arg1 spin:_arg1 ; | ||
4590 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_m3bar.h> | ||
4591 | + ] ; | ||
4592 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_hr-1_bar-1> ; | ||
4593 | + sp:arg3 [ rdf:type sp:if ; | ||
4594 | + sp:arg1 [ rdf:type sp:eq ; | ||
4595 | + sp:arg1 spin:_arg1 ; | ||
4596 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_m3bar.min> | ||
4597 | + ] ; | ||
4598 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_min-1_bar-1> ; | ||
4599 | + sp:arg3 [ rdf:type sp:if ; | ||
4600 | + sp:arg1 [ rdf:type sp:eq ; | ||
4601 | + sp:arg1 spin:_arg1 ; | ||
4602 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_m3kPa.d> | ||
4603 | + ] ; | ||
4604 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_kPa-1_d-1> ; | ||
4605 | + sp:arg3 [ rdf:type sp:if ; | ||
4606 | + sp:arg1 [ rdf:type sp:eq ; | ||
4607 | + sp:arg1 spin:_arg1 ; | ||
4608 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_m3kPa.h> | ||
4609 | + ] ; | ||
4610 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_kPa-1_hr-1> ; | ||
4611 | + sp:arg3 [ rdf:type sp:if ; | ||
4612 | + sp:arg1 [ rdf:type sp:eq ; | ||
4613 | + sp:arg1 spin:_arg1 ; | ||
4614 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PIU_m3psi.d> | ||
4615 | + ] ; | ||
4616 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_psi-1_day-1> ; | ||
4617 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
4618 | + ] | ||
4619 | + ] | ||
4620 | + ] | ||
4621 | + ] | ||
4622 | + ] | ||
4623 | + ] | ||
4624 | + ] | ||
4625 | + ] | ||
4626 | + ] | ||
4627 | + ] | ||
4628 | + ] ; | ||
4629 | + sp:variable | ||
4630 | + [ sp:varName "myVar"^^xsd:string | ||
4631 | + ] | ||
4632 | + ]) | ||
4633 | + ] . | ||
4634 | + | ||
4497 | ep-dpr-spin-lib:selectRelationshipToMeasure | 4635 | ep-dpr-spin-lib:selectRelationshipToMeasure |
4498 | rdf:type spin:Function ; | 4636 | rdf:type spin:Function ; |
4499 | rdfs:label "select RelationshipToMeasure"^^xsd:string ; | 4637 | rdfs:label "select RelationshipToMeasure"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment