David Leal

ParameterSet completed - for now

...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment> 13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -25,7 +25,7 @@ ep-prodeqt:BlockValve ...@@ -25,7 +25,7 @@ ep-prodeqt:BlockValve
25 rdfs:subClassOf ep-prodeqt:Valve . 25 rdfs:subClassOf ep-prodeqt:Valve .
26 26
27 ep-prodeqt:ClosedValve 27 ep-prodeqt:ClosedValve
28 - rdf:type owl:Class , ep-prodeqt:ValveOpenClosedType ; 28 + rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ;
29 rdfs:comment "valve that is closed"^^xsd:string ; 29 rdfs:comment "valve that is closed"^^xsd:string ;
30 rdfs:label "closed valve"^^xsd:string ; 30 rdfs:label "closed valve"^^xsd:string ;
31 rdfs:subClassOf ep-prodeqt:Valve ; 31 rdfs:subClassOf ep-prodeqt:Valve ;
...@@ -49,7 +49,7 @@ ep-prodeqt:GasLiftChoke ...@@ -49,7 +49,7 @@ ep-prodeqt:GasLiftChoke
49 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 49 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
50 50
51 ep-prodeqt:OpenValve 51 ep-prodeqt:OpenValve
52 - rdf:type owl:Class , ep-prodeqt:ValveOpenClosedType ; 52 + rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ;
53 rdfs:comment "valve that is open"^^xsd:string ; 53 rdfs:comment "valve that is open"^^xsd:string ;
54 rdfs:label "open valve"^^xsd:string ; 54 rdfs:label "open valve"^^xsd:string ;
55 rdfs:subClassOf ep-prodeqt:Valve ; 55 rdfs:subClassOf ep-prodeqt:Valve ;
...@@ -97,37 +97,49 @@ ep-prodeqt:WingValve ...@@ -97,37 +97,49 @@ ep-prodeqt:WingValve
97 rdfs:subClassOf ep-prodeqt:Valve . 97 rdfs:subClassOf ep-prodeqt:Valve .
98 98
99 ep-prodeqt:areaOpen 99 ep-prodeqt:areaOpen
100 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 100 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
101 rdfs:comment "open area for a valve"^^xsd:string ; 101 rdfs:comment "open area for a valve"^^xsd:string ;
102 rdfs:domain ep-prodeqt:Valve ; 102 rdfs:domain ep-prodeqt:Valve ;
103 rdfs:label "area open"^^xsd:string ; 103 rdfs:label "area open"^^xsd:string ;
104 rdfs:range ep-core:Area . 104 rdfs:range ep-core:Area .
105 105
106 ep-prodeqt:areaOpenFraction 106 ep-prodeqt:areaOpenFraction
107 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 107 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
108 rdfs:domain ep-prodeqt:Valve ; 108 rdfs:domain ep-prodeqt:Valve ;
109 rdfs:label "area open fraction"^^xsd:string ; 109 rdfs:label "area open fraction"^^xsd:string ;
110 rdfs:range ep-core:AreaPerArea . 110 rdfs:range ep-core:AreaPerArea .
111 111
112 ep-prodeqt:hasCaptain 112 ep-prodeqt:hasCaptain
113 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 113 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
114 rdfs:label "has captain"^^xsd:string ; 114 rdfs:label "has captain"^^xsd:string ;
115 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . 115 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> .
116 116
117 +ep-prodeqt:meteringFactor
118 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
119 + rdfs:domain ep-prodeqt:FlowMeter ;
120 + rdfs:label "metering factor"^^xsd:string ;
121 + rdfs:range ep-core:Ratio .
122 +
123 +ep-prodeqt:tankContainsMaterial
124 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
125 + rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ;
126 + rdfs:label "tank contains material"^^xsd:string ;
127 + rdfs:range <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> .
128 +
117 ep-prodeqt:tankFreeVolume 129 ep-prodeqt:tankFreeVolume
118 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 130 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
119 rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; 131 rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ;
120 rdfs:label "tank free volume"^^xsd:string ; 132 rdfs:label "tank free volume"^^xsd:string ;
121 rdfs:range ep-core:Volume . 133 rdfs:range ep-core:Volume .
122 134
123 ep-prodeqt:tankHeightUsed 135 ep-prodeqt:tankHeightUsed
124 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 136 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
125 rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; 137 rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ;
126 rdfs:label "tank height used"^^xsd:string ; 138 rdfs:label "tank height used"^^xsd:string ;
127 rdfs:range ep-core:Length . 139 rdfs:range ep-core:Length .
128 140
129 ep-prodeqt:tankHeightUsedFraction 141 ep-prodeqt:tankHeightUsedFraction
130 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 142 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
131 rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; 143 rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ;
132 rdfs:label "tank height used fraction"^^xsd:string ; 144 rdfs:label "tank height used fraction"^^xsd:string ;
133 rdfs:range ep-core:LengthPerLength . 145 rdfs:range ep-core:LengthPerLength .
......
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
46 transhelp:rangeOfPropertyMapsToMPREnumeration 46 transhelp:rangeOfPropertyMapsToMPREnumeration
47 <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> . 47 <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> .
48 48
49 +<http://www.reportinghub.no/ep/schema/core#Ratio>
50 + transhelp:rangeOfPropertyMapsToMPREnumeration
51 + <http://www.epim.no/schemas/mprml/1#FP_meteringfactor> .
52 +
49 <http://www.reportinghub.no/ep/schema/core#Temperature> 53 <http://www.reportinghub.no/ep/schema/core#Temperature>
50 transhelp:rangeOfPropertyMapsToMPREnumeration 54 transhelp:rangeOfPropertyMapsToMPREnumeration
51 <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> . 55 <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> .
...@@ -68,7 +72,7 @@ ...@@ -68,7 +72,7 @@
68 72
69 <http://www.reportinghub.no/ep/schema/equipment#Tank> 73 <http://www.reportinghub.no/ep/schema/equipment#Tank>
70 transhelp:domainOfPropertyMapsToMPREnumeration 74 transhelp:domainOfPropertyMapsToMPREnumeration
71 - <http://www.epim.no/schemas/mprml/1#FP_availableroom> , <http://www.epim.no/schemas/mprml/1#FP_tankfluidlevel> , <http://www.epim.no/schemas/mprml/1#FP_relativetanklevel> . 75 + <http://www.epim.no/schemas/mprml/1#FP_availableroom> , <http://www.epim.no/schemas/mprml/1#FP_tankfluidlevel> , <http://www.epim.no/schemas/mprml/1#FP_relativetanklevel> , <http://www.epim.no/schemas/mprml/1#FP_tankproductstandardvolume> , <http://www.epim.no/schemas/mprml/1#FP_tankproductvolume> .
72 76
73 <http://www.reportinghub.no/ep/schema/equipment#Tubing> 77 <http://www.reportinghub.no/ep/schema/equipment#Tubing>
74 transhelp:domainOfPropertyMapsToMPREnumeration 78 transhelp:domainOfPropertyMapsToMPREnumeration
...@@ -76,12 +80,16 @@ ...@@ -76,12 +80,16 @@
76 80
77 <http://www.reportinghub.no/ep/schema/facility#Facility> 81 <http://www.reportinghub.no/ep/schema/facility#Facility>
78 transhelp:domainOfPropertyMapsToMPREnumeration 82 transhelp:domainOfPropertyMapsToMPREnumeration
79 - <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> , <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> , <http://www.epim.no/schemas/mprml/1#FP_shutdownorder> . 83 + <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> , <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> , <http://www.epim.no/schemas/mprml/1#FP_shutdownorder> , <http://www.epim.no/schemas/mprml/1#FP_watercutspotsample> .
80 84
81 <http://www.reportinghub.no/ep/schema/flow#Flow> 85 <http://www.reportinghub.no/ep/schema/flow#Flow>
82 transhelp:domainOfPropertyMapsToMPREnumeration 86 transhelp:domainOfPropertyMapsToMPREnumeration
83 <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> . 87 <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> .
84 88
89 +<http://www.reportinghub.no/ep/schema/production-activity#WellOperationType>
90 + transhelp:rangeOfPropertyMapsToMPREnumeration
91 + <http://www.epim.no/schemas/mprml/1#FP_welloperationtype> .
92 +
85 <http://www.reportinghub.no/ep/schema/production-equipment#BlockValve> 93 <http://www.reportinghub.no/ep/schema/production-equipment#BlockValve>
86 transhelp:domainOfPropertyMapsToMPREnumeration 94 transhelp:domainOfPropertyMapsToMPREnumeration
87 <http://www.epim.no/schemas/mprml/1#FP_blockvalvestatus> . 95 <http://www.epim.no/schemas/mprml/1#FP_blockvalvestatus> .
...@@ -90,6 +98,10 @@ ...@@ -90,6 +98,10 @@
90 transhelp:valueOfPropertyMapsToMPRString 98 transhelp:valueOfPropertyMapsToMPRString
91 "closed"^^xsd:string . 99 "closed"^^xsd:string .
92 100
101 +<http://www.reportinghub.no/ep/schema/production-equipment#FlowMeter>
102 + transhelp:domainOfPropertyMapsToMPREnumeration
103 + <http://www.epim.no/schemas/mprml/1#FP_meteringfactor> .
104 +
93 <http://www.reportinghub.no/ep/schema/production-equipment#OpenValve> 105 <http://www.reportinghub.no/ep/schema/production-equipment#OpenValve>
94 transhelp:valueOfPropertyMapsToMPRString 106 transhelp:valueOfPropertyMapsToMPRString
95 "open"^^xsd:string . 107 "open"^^xsd:string .
...@@ -114,6 +126,10 @@ ...@@ -114,6 +126,10 @@
114 transhelp:propertyMapsToMPREnumeration 126 transhelp:propertyMapsToMPREnumeration
115 <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> , <http://www.epim.no/schemas/mprml/1#FP_chokesize> . 127 <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> , <http://www.epim.no/schemas/mprml/1#FP_chokesize> .
116 128
129 +<http://www.reportinghub.no/ep/schema/production-equipment#meteringFactor>
130 + transhelp:propertyMapsToMPREnumeration
131 + <http://www.epim.no/schemas/mprml/1#FP_meteringfactor> .
132 +
117 <http://www.reportinghub.no/ep/schema/production-equipment#tankFreeVolume> 133 <http://www.reportinghub.no/ep/schema/production-equipment#tankFreeVolume>
118 transhelp:propertyMapsToMPREnumeration 134 transhelp:propertyMapsToMPREnumeration
119 <http://www.epim.no/schemas/mprml/1#FP_availableroom> . 135 <http://www.epim.no/schemas/mprml/1#FP_availableroom> .
...@@ -154,6 +170,10 @@ ...@@ -154,6 +170,10 @@
154 transhelp:domainOfPropertyMapsToMPREnumeration 170 transhelp:domainOfPropertyMapsToMPREnumeration
155 <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> . 171 <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> .
156 172
173 +<http://www.reportinghub.no/ep/schema/production-well#TemporalPartOfAWellOrWellBore>
174 + transhelp:domainOfPropertyMapsToMPREnumeration
175 + <http://www.epim.no/schemas/mprml/1#FP_welloperationtype> .
176 +
157 <http://www.reportinghub.no/ep/schema/production-well#WellHead-flowingConditions> 177 <http://www.reportinghub.no/ep/schema/production-well#WellHead-flowingConditions>
158 transhelp:flowingStateMapsToMPREnumeration 178 transhelp:flowingStateMapsToMPREnumeration
159 <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> . 179 <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> .
...@@ -176,4 +196,4 @@ ...@@ -176,4 +196,4 @@
176 196
177 rdf:type 197 rdf:type
178 transhelp:propertyMapsToMPREnumeration 198 transhelp:propertyMapsToMPREnumeration
179 - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wingvalvestatus> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_blockvalvestatus> , <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . 199 + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wingvalvestatus> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_welloperationtype> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_blockvalvestatus> , <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> .
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
23 23
24 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> 24 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
25 rdf:type owl:Ontology ; 25 rdf:type owl:Ontology ;
26 - owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; 26 + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ;
27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
28 28
29 ep-mpr-spin-lib:Function 29 ep-mpr-spin-lib:Function
...@@ -199,6 +199,28 @@ ep-mpr-spin-lib:buildSubstanceTypeURI ...@@ -199,6 +199,28 @@ ep-mpr-spin-lib:buildSubstanceTypeURI
199 ]) 199 ])
200 ] . 200 ] .
201 201
202 +ep-mpr-spin-lib:buildWellOperationTypeURI
203 + rdf:type spin:Function ;
204 + rdfs:label "build well operation type URI"^^xsd:string ;
205 + rdfs:subClassOf ep-mpr-spin-lib:Function ;
206 + spin:body
207 + [ rdf:type sp:Select ;
208 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
209 + ]) ;
210 + sp:where ([ rdf:type sp:Bind ;
211 + sp:expression
212 + [ rdf:type ep-spin-lib:buildURI ;
213 + sp:arg1 "https://www.reportinghub.no/ep/data/wellOperationType/" ;
214 + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ;
215 + sp:arg1 spin:_arg1
216 + ]
217 + ] ;
218 + sp:variable
219 + [ sp:varName "uri"^^xsd:string
220 + ]
221 + ])
222 + ] .
223 +
202 ep-mpr-spin-lib:buildWellTestTypeURI 224 ep-mpr-spin-lib:buildWellTestTypeURI
203 rdf:type spin:Function ; 225 rdf:type spin:Function ;
204 rdfs:label "build WellTestType URI"^^xsd:string ; 226 rdfs:label "build WellTestType URI"^^xsd:string ;
......