Showing
3 changed files
with
168 additions
and
106 deletions
| 1 | -# Saved by TopBraid on Wed Oct 12 15:34:04 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 09:46:20 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | ||
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 9 | 10 | ||
| 10 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 11 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
| ... | @@ -15,13 +16,13 @@ | ... | @@ -15,13 +16,13 @@ |
| 15 | 16 | ||
| 16 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 17 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 17 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
| 18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; |
| 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | 21 | ||
| 21 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 22 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 22 | rdf:type owl:Class ; | 23 | rdf:type owl:Class ; |
| 23 | rdfs:label "production well test"^^xsd:string ; | 24 | rdfs:label "production well test"^^xsd:string ; |
| 24 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 25 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 25 | 26 | ||
| 26 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> | 27 | <http://www.reportinghub.no/ep/schema/activity#hasFlow> |
| 27 | rdf:type owl:ObjectProperty ; | 28 | rdf:type owl:ObjectProperty ; |
| ... | @@ -66,7 +67,7 @@ | ... | @@ -66,7 +67,7 @@ |
| 66 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 67 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 67 | 68 | ||
| 68 | ep-prodact:AdministerFirstAid | 69 | ep-prodact:AdministerFirstAid |
| 69 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 70 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 70 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 71 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 71 | 72 | ||
| 72 | ep-prodact:AirTrafficOperation | 73 | ep-prodact:AirTrafficOperation |
| ... | @@ -83,11 +84,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod | ... | @@ -83,11 +84,11 @@ ep-prodact:AnnualProductionActivityToEndOfReportingPeriod |
| 83 | 84 | ||
| 84 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 85 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 85 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
| 86 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity . | 87 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 87 | 88 | ||
| 88 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 89 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 89 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
| 90 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity . | 91 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
| 91 | 92 | ||
| 92 | ep-prodact:ConstructionOperation | 93 | ep-prodact:ConstructionOperation |
| 93 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
| ... | @@ -99,18 +100,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan | ... | @@ -99,18 +100,18 @@ ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 99 | 100 | ||
| 100 | ep-prodact:DailyProductionOperationsActivity | 101 | ep-prodact:DailyProductionOperationsActivity |
| 101 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
| 102 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 103 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 103 | 104 | ||
| 104 | ep-prodact:DailyProductionVolumeActivity | 105 | ep-prodact:DailyProductionVolumeActivity |
| 105 | rdf:type owl:Class ; | 106 | rdf:type owl:Class ; |
| 106 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 107 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 107 | 108 | ||
| 108 | ep-prodact:Deviation | 109 | ep-prodact:Deviation |
| 109 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
| 110 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 111 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 111 | 112 | ||
| 112 | ep-prodact:DrillOrExcercise | 113 | ep-prodact:DrillOrExcercise |
| 113 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 114 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 114 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 115 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 115 | 116 | ||
| 116 | ep-prodact:Fire | 117 | ep-prodact:Fire |
| ... | @@ -138,11 +139,11 @@ ep-prodact:Incident | ... | @@ -138,11 +139,11 @@ ep-prodact:Incident |
| 138 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 139 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 139 | 140 | ||
| 140 | ep-prodact:Injury | 141 | ep-prodact:Injury |
| 141 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 142 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 142 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 143 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 143 | 144 | ||
| 144 | ep-prodact:IssueWorkPermit | 145 | ep-prodact:IssueWorkPermit |
| 145 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 146 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 146 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 147 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 147 | 148 | ||
| 148 | ep-prodact:JobObservation | 149 | ep-prodact:JobObservation |
| ... | @@ -170,7 +171,7 @@ ep-prodact:MarineOperation | ... | @@ -170,7 +171,7 @@ ep-prodact:MarineOperation |
| 170 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 171 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 171 | 172 | ||
| 172 | ep-prodact:MedicalTreatmentInjury | 173 | ep-prodact:MedicalTreatmentInjury |
| 173 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 174 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 174 | rdfs:subClassOf ep-prodact:Injury . | 175 | rdfs:subClassOf ep-prodact:Injury . |
| 175 | 176 | ||
| 176 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 177 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| ... | @@ -181,6 +182,10 @@ ep-prodact:NearMiss | ... | @@ -181,6 +182,10 @@ ep-prodact:NearMiss |
| 181 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| 182 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 183 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 183 | 184 | ||
| 185 | +ep-prodact:NotablePartOfProductionActivity | ||
| 186 | + rdf:type owl:Class ; | ||
| 187 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . | ||
| 188 | + | ||
| 184 | ep-prodact:PartOfProductionActivity | 189 | ep-prodact:PartOfProductionActivity |
| 185 | rdf:type owl:Class ; | 190 | rdf:type owl:Class ; |
| 186 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 191 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| ... | @@ -206,7 +211,7 @@ ep-prodact:ReleasedToWater | ... | @@ -206,7 +211,7 @@ ep-prodact:ReleasedToWater |
| 206 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 211 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 207 | 212 | ||
| 208 | ep-prodact:ReportHazard | 213 | ep-prodact:ReportHazard |
| 209 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 214 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 210 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 215 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 211 | 216 | ||
| 212 | ep-prodact:RestrictedWork | 217 | ep-prodact:RestrictedWork |
| ... | @@ -214,7 +219,7 @@ ep-prodact:RestrictedWork | ... | @@ -214,7 +219,7 @@ ep-prodact:RestrictedWork |
| 214 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 219 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 215 | 220 | ||
| 216 | ep-prodact:RestrictedWorkInjury | 221 | ep-prodact:RestrictedWorkInjury |
| 217 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 222 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 218 | rdfs:subClassOf ep-prodact:Injury . | 223 | rdfs:subClassOf ep-prodact:Injury . |
| 219 | 224 | ||
| 220 | ep-prodact:SafetyActivityType | 225 | ep-prodact:SafetyActivityType |
| ... | @@ -222,7 +227,7 @@ ep-prodact:SafetyActivityType | ... | @@ -222,7 +227,7 @@ ep-prodact:SafetyActivityType |
| 222 | rdfs:subClassOf owl:Class . | 227 | rdfs:subClassOf owl:Class . |
| 223 | 228 | ||
| 224 | ep-prodact:SafetyMeeting | 229 | ep-prodact:SafetyMeeting |
| 225 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 230 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 226 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 231 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 227 | 232 | ||
| 228 | ep-prodact:SentAshore | 233 | ep-prodact:SentAshore |
| ... | @@ -238,15 +243,15 @@ ep-prodact:SickOnBoard | ... | @@ -238,15 +243,15 @@ ep-prodact:SickOnBoard |
| 238 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 243 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 239 | 244 | ||
| 240 | ep-prodact:SpillOrLeak | 245 | ep-prodact:SpillOrLeak |
| 241 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 246 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 242 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 247 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 243 | 248 | ||
| 244 | ep-prodact:WorkingUnderPermit | 249 | ep-prodact:WorkingUnderPermit |
| 245 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 250 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 246 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 247 | 252 | ||
| 248 | ep-prodact:WorkingUnderPermitWithSJA | 253 | ep-prodact:WorkingUnderPermitWithSJA |
| 249 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 254 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 250 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 255 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 251 | 256 | ||
| 252 | ep-prodact:hasPart | 257 | ep-prodact:hasPart |
| ... | @@ -254,6 +259,11 @@ ep-prodact:hasPart | ... | @@ -254,6 +259,11 @@ ep-prodact:hasPart |
| 254 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 259 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 255 | rdfs:range ep-prodact:PartOfProductionActivity . | 260 | rdfs:range ep-prodact:PartOfProductionActivity . |
| 256 | 261 | ||
| 262 | +ep-prodact:involvedVessel | ||
| 263 | + rdf:type owl:ObjectProperty ; | ||
| 264 | + rdfs:domain ep-prodact:MarineOperation ; | ||
| 265 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . | ||
| 266 | + | ||
| 257 | ep-prodact:noOfDrillsOrExcercises | 267 | ep-prodact:noOfDrillsOrExcercises |
| 258 | rdf:type owl:DatatypeProperty ; | 268 | rdf:type owl:DatatypeProperty ; |
| 259 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 269 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ... | ... |
| 1 | -# Saved by TopBraid on Wed Oct 12 20:37:18 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 10:10:17 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/geography | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| ... | @@ -212,13 +212,32 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI | ... | @@ -212,13 +212,32 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI |
| 212 | ]) | 212 | ]) |
| 213 | ] . | 213 | ] . |
| 214 | 214 | ||
| 215 | +ep-dpr-spin-lib:buildShipURI | ||
| 216 | + rdf:type spin:Function ; | ||
| 217 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 218 | + spin:body | ||
| 219 | + [ rdf:type sp:Select ; | ||
| 220 | + rdfs:comment "arg1 is name of the ship - assumed to be unique in this scope"^^xsd:string ; | ||
| 221 | + sp:resultVariables (_:b9) ; | ||
| 222 | + sp:where ([ rdf:type sp:Bind ; | ||
| 223 | + sp:expression | ||
| 224 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 225 | + sp:arg1 "https://www.reportinghub.no/ep/data/Ship/" ; | ||
| 226 | + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | ||
| 227 | + sp:arg1 spin:_arg1 | ||
| 228 | + ] | ||
| 229 | + ] ; | ||
| 230 | + sp:variable _:b9 | ||
| 231 | + ]) | ||
| 232 | + ] . | ||
| 233 | + | ||
| 215 | ep-dpr-spin-lib:buildStateURI | 234 | ep-dpr-spin-lib:buildStateURI |
| 216 | rdf:type spin:Function ; | 235 | rdf:type spin:Function ; |
| 217 | rdfs:label "build State URI"^^xsd:string ; | 236 | rdfs:label "build State URI"^^xsd:string ; |
| 218 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 237 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 219 | spin:body | 238 | spin:body |
| 220 | [ rdf:type sp:Select ; | 239 | [ rdf:type sp:Select ; |
| 221 | - sp:resultVariables (_:b9) ; | 240 | + sp:resultVariables (_:b10) ; |
| 222 | sp:where ([ rdf:type sp:Bind ; | 241 | sp:where ([ rdf:type sp:Bind ; |
| 223 | sp:expression | 242 | sp:expression |
| 224 | [ rdf:type ep-spin-lib:buildURI ; | 243 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -227,7 +246,34 @@ ep-dpr-spin-lib:buildStateURI | ... | @@ -227,7 +246,34 @@ ep-dpr-spin-lib:buildStateURI |
| 227 | sp:arg1 spin:_arg1 | 246 | sp:arg1 spin:_arg1 |
| 228 | ] | 247 | ] |
| 229 | ] ; | 248 | ] ; |
| 230 | - sp:variable _:b9 | 249 | + sp:variable _:b10 |
| 250 | + ]) | ||
| 251 | + ] . | ||
| 252 | + | ||
| 253 | +ep-dpr-spin-lib:buildTemporalPartOfFacilityURI | ||
| 254 | + rdf:type spin:Function ; | ||
| 255 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 256 | + spin:body | ||
| 257 | + [ rdf:type sp:Select ; | ||
| 258 | + rdfs:comment """arg1 is name of facility (this is going to change when we sort out the identity lookup) | ||
| 259 | +arg2 is start date | ||
| 260 | +arg3 is end date"""^^xsd:string ; | ||
| 261 | + sp:resultVariables (_:b11) ; | ||
| 262 | + sp:where ([ rdf:type sp:Bind ; | ||
| 263 | + sp:expression | ||
| 264 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 265 | + sp:arg1 "https://www.reportinghub.no/ep/data/temporalPartOfAFacility/" ; | ||
| 266 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 267 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; | ||
| 268 | + sp:arg1 spin:_arg1 | ||
| 269 | + ] ; | ||
| 270 | + sp:arg2 "$" ; | ||
| 271 | + sp:arg3 spin:_arg2 ; | ||
| 272 | + sp:arg4 "$" ; | ||
| 273 | + sp:arg5 spin:_arg3 | ||
| 274 | + ] | ||
| 275 | + ] ; | ||
| 276 | + sp:variable _:b11 | ||
| 231 | ]) | 277 | ]) |
| 232 | ] . | 278 | ] . |
| 233 | 279 | ||
| ... | @@ -237,7 +283,7 @@ ep-dpr-spin-lib:selectDurationScale | ... | @@ -237,7 +283,7 @@ ep-dpr-spin-lib:selectDurationScale |
| 237 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 283 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 238 | spin:body | 284 | spin:body |
| 239 | [ rdf:type sp:Select ; | 285 | [ rdf:type sp:Select ; |
| 240 | - sp:resultVariables (_:b10) ; | 286 | + sp:resultVariables (_:b12) ; |
| 241 | sp:where ([ rdf:type sp:Bind ; | 287 | sp:where ([ rdf:type sp:Bind ; |
| 242 | sp:expression | 288 | sp:expression |
| 243 | [ rdf:type sp:if ; | 289 | [ rdf:type sp:if ; |
| ... | @@ -262,7 +308,7 @@ ep-dpr-spin-lib:selectDurationScale | ... | @@ -262,7 +308,7 @@ ep-dpr-spin-lib:selectDurationScale |
| 262 | ] | 308 | ] |
| 263 | ] | 309 | ] |
| 264 | ] ; | 310 | ] ; |
| 265 | - sp:variable _:b10 | 311 | + sp:variable _:b12 |
| 266 | ]) | 312 | ]) |
| 267 | ] . | 313 | ] . |
| 268 | 314 | ||
| ... | @@ -272,7 +318,7 @@ ep-dpr-spin-lib:selectLengthScale | ... | @@ -272,7 +318,7 @@ ep-dpr-spin-lib:selectLengthScale |
| 272 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 318 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 273 | spin:body | 319 | spin:body |
| 274 | [ rdf:type sp:Select ; | 320 | [ rdf:type sp:Select ; |
| 275 | - sp:resultVariables (_:b11) ; | 321 | + sp:resultVariables (_:b13) ; |
| 276 | sp:where ([ rdf:type sp:Bind ; | 322 | sp:where ([ rdf:type sp:Bind ; |
| 277 | sp:expression | 323 | sp:expression |
| 278 | [ rdf:type sp:if ; | 324 | [ rdf:type sp:if ; |
| ... | @@ -311,7 +357,7 @@ ep-dpr-spin-lib:selectLengthScale | ... | @@ -311,7 +357,7 @@ ep-dpr-spin-lib:selectLengthScale |
| 311 | ] | 357 | ] |
| 312 | ] | 358 | ] |
| 313 | ] ; | 359 | ] ; |
| 314 | - sp:variable _:b11 | 360 | + sp:variable _:b13 |
| 315 | ]) | 361 | ]) |
| 316 | ] . | 362 | ] . |
| 317 | 363 | ||
| ... | @@ -321,7 +367,7 @@ ep-dpr-spin-lib:selectPressureScale | ... | @@ -321,7 +367,7 @@ ep-dpr-spin-lib:selectPressureScale |
| 321 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 367 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 322 | spin:body | 368 | spin:body |
| 323 | [ rdf:type sp:Select ; | 369 | [ rdf:type sp:Select ; |
| 324 | - sp:resultVariables (_:b12) ; | 370 | + sp:resultVariables (_:b14) ; |
| 325 | sp:where ([ rdf:type sp:Bind ; | 371 | sp:where ([ rdf:type sp:Bind ; |
| 326 | sp:expression | 372 | sp:expression |
| 327 | [ rdf:type sp:if ; | 373 | [ rdf:type sp:if ; |
| ... | @@ -346,7 +392,7 @@ ep-dpr-spin-lib:selectPressureScale | ... | @@ -346,7 +392,7 @@ ep-dpr-spin-lib:selectPressureScale |
| 346 | ] | 392 | ] |
| 347 | ] | 393 | ] |
| 348 | ] ; | 394 | ] ; |
| 349 | - sp:variable _:b12 | 395 | + sp:variable _:b14 |
| 350 | ]) | 396 | ]) |
| 351 | ] . | 397 | ] . |
| 352 | 398 | ||
| ... | @@ -356,7 +402,7 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -356,7 +402,7 @@ ep-dpr-spin-lib:selectProductType |
| 356 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 402 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 357 | spin:body | 403 | spin:body |
| 358 | [ rdf:type sp:Select ; | 404 | [ rdf:type sp:Select ; |
| 359 | - sp:resultVariables (_:b13) ; | 405 | + sp:resultVariables (_:b15) ; |
| 360 | sp:where ([ rdf:type sp:Bind ; | 406 | sp:where ([ rdf:type sp:Bind ; |
| 361 | sp:expression | 407 | sp:expression |
| 362 | [ rdf:type sp:if ; | 408 | [ rdf:type sp:if ; |
| ... | @@ -563,7 +609,7 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -563,7 +609,7 @@ ep-dpr-spin-lib:selectProductType |
| 563 | ] | 609 | ] |
| 564 | ] | 610 | ] |
| 565 | ] ; | 611 | ] ; |
| 566 | - sp:variable _:b13 | 612 | + sp:variable _:b15 |
| 567 | ]) | 613 | ]) |
| 568 | ] . | 614 | ] . |
| 569 | 615 | ||
| ... | @@ -573,7 +619,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -573,7 +619,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 573 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 619 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 574 | spin:body | 620 | spin:body |
| 575 | [ rdf:type sp:Select ; | 621 | [ rdf:type sp:Select ; |
| 576 | - sp:resultVariables (_:b14) ; | 622 | + sp:resultVariables (_:b16) ; |
| 577 | sp:where ([ rdf:type sp:Bind ; | 623 | sp:where ([ rdf:type sp:Bind ; |
| 578 | sp:expression | 624 | sp:expression |
| 579 | [ rdf:type sp:if ; | 625 | [ rdf:type sp:if ; |
| ... | @@ -752,7 +798,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -752,7 +798,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 752 | ] | 798 | ] |
| 753 | ] | 799 | ] |
| 754 | ] ; | 800 | ] ; |
| 755 | - sp:variable _:b14 | 801 | + sp:variable _:b16 |
| 756 | ]) | 802 | ]) |
| 757 | ] . | 803 | ] . |
| 758 | 804 | ||
| ... | @@ -762,7 +808,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -762,7 +808,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
| 762 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 808 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 763 | spin:body | 809 | spin:body |
| 764 | [ rdf:type sp:Select ; | 810 | [ rdf:type sp:Select ; |
| 765 | - sp:resultVariables (_:b15) ; | 811 | + sp:resultVariables (_:b17) ; |
| 766 | sp:where ([ rdf:type sp:Bind ; | 812 | sp:where ([ rdf:type sp:Bind ; |
| 767 | sp:expression | 813 | sp:expression |
| 768 | [ rdf:type sp:if ; | 814 | [ rdf:type sp:if ; |
| ... | @@ -822,7 +868,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -822,7 +868,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
| 822 | ] | 868 | ] |
| 823 | ] | 869 | ] |
| 824 | ] ; | 870 | ] ; |
| 825 | - sp:variable _:b15 | 871 | + sp:variable _:b17 |
| 826 | ]) | 872 | ]) |
| 827 | ] . | 873 | ] . |
| 828 | 874 | ||
| ... | @@ -832,7 +878,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -832,7 +878,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
| 832 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 878 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 833 | spin:body | 879 | spin:body |
| 834 | [ rdf:type sp:Select ; | 880 | [ rdf:type sp:Select ; |
| 835 | - sp:resultVariables (_:b16) ; | 881 | + sp:resultVariables (_:b18) ; |
| 836 | sp:where ([ rdf:type sp:Bind ; | 882 | sp:where ([ rdf:type sp:Bind ; |
| 837 | sp:expression | 883 | sp:expression |
| 838 | [ rdf:type sp:if ; | 884 | [ rdf:type sp:if ; |
| ... | @@ -850,7 +896,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -850,7 +896,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
| 850 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 896 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
| 851 | ] | 897 | ] |
| 852 | ] ; | 898 | ] ; |
| 853 | - sp:variable _:b16 | 899 | + sp:variable _:b18 |
| 854 | ]) | 900 | ]) |
| 855 | ] . | 901 | ] . |
| 856 | 902 | ||
| ... | @@ -860,7 +906,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -860,7 +906,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
| 860 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 906 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 861 | spin:body | 907 | spin:body |
| 862 | [ rdf:type sp:Select ; | 908 | [ rdf:type sp:Select ; |
| 863 | - sp:resultVariables (_:b17) ; | 909 | + sp:resultVariables (_:b19) ; |
| 864 | sp:where ([ rdf:type sp:Bind ; | 910 | sp:where ([ rdf:type sp:Bind ; |
| 865 | sp:expression | 911 | sp:expression |
| 866 | [ rdf:type sp:if ; | 912 | [ rdf:type sp:if ; |
| ... | @@ -878,7 +924,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -878,7 +924,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
| 878 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 924 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
| 879 | ] | 925 | ] |
| 880 | ] ; | 926 | ] ; |
| 881 | - sp:variable _:b17 | 927 | + sp:variable _:b19 |
| 882 | ]) | 928 | ]) |
| 883 | ] . | 929 | ] . |
| 884 | 930 | ||
| ... | @@ -888,7 +934,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -888,7 +934,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 888 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 934 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 889 | spin:body | 935 | spin:body |
| 890 | [ rdf:type sp:Select ; | 936 | [ rdf:type sp:Select ; |
| 891 | - sp:resultVariables (_:b18) ; | 937 | + sp:resultVariables (_:b20) ; |
| 892 | sp:where ([ rdf:type sp:Bind ; | 938 | sp:where ([ rdf:type sp:Bind ; |
| 893 | sp:expression | 939 | sp:expression |
| 894 | [ rdf:type sp:if ; | 940 | [ rdf:type sp:if ; |
| ... | @@ -1039,7 +1085,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -1039,7 +1085,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 1039 | ] | 1085 | ] |
| 1040 | ] | 1086 | ] |
| 1041 | ] ; | 1087 | ] ; |
| 1042 | - sp:variable _:b18 | 1088 | + sp:variable _:b20 |
| 1043 | ]) | 1089 | ]) |
| 1044 | ] . | 1090 | ] . |
| 1045 | 1091 | ||
| ... | @@ -1049,7 +1095,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -1049,7 +1095,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
| 1049 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1095 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1050 | spin:body | 1096 | spin:body |
| 1051 | [ rdf:type sp:Select ; | 1097 | [ rdf:type sp:Select ; |
| 1052 | - sp:resultVariables (_:b19) ; | 1098 | + sp:resultVariables (_:b21) ; |
| 1053 | sp:where ([ rdf:type sp:Bind ; | 1099 | sp:where ([ rdf:type sp:Bind ; |
| 1054 | sp:expression | 1100 | sp:expression |
| 1055 | [ rdf:type sp:if ; | 1101 | [ rdf:type sp:if ; |
| ... | @@ -1123,7 +1169,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -1123,7 +1169,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
| 1123 | ] | 1169 | ] |
| 1124 | ] | 1170 | ] |
| 1125 | ] ; | 1171 | ] ; |
| 1126 | - sp:variable _:b19 | 1172 | + sp:variable _:b21 |
| 1127 | ]) | 1173 | ]) |
| 1128 | ] . | 1174 | ] . |
| 1129 | 1175 | ||
| ... | @@ -1132,7 +1178,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -1132,7 +1178,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 1132 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1178 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1133 | spin:body | 1179 | spin:body |
| 1134 | [ rdf:type sp:Select ; | 1180 | [ rdf:type sp:Select ; |
| 1135 | - sp:resultVariables (_:b20) ; | 1181 | + sp:resultVariables (_:b22) ; |
| 1136 | sp:where ([ rdf:type sp:Bind ; | 1182 | sp:where ([ rdf:type sp:Bind ; |
| 1137 | sp:expression | 1183 | sp:expression |
| 1138 | [ rdf:type sp:if ; | 1184 | [ rdf:type sp:if ; |
| ... | @@ -1276,7 +1322,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -1276,7 +1322,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 1276 | ] | 1322 | ] |
| 1277 | ] | 1323 | ] |
| 1278 | ] ; | 1324 | ] ; |
| 1279 | - sp:variable _:b20 | 1325 | + sp:variable _:b22 |
| 1280 | ]) | 1326 | ]) |
| 1281 | ] . | 1327 | ] . |
| 1282 | 1328 | ||
| ... | @@ -1286,7 +1332,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale | ... | @@ -1286,7 +1332,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale |
| 1286 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1332 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1287 | spin:body | 1333 | spin:body |
| 1288 | [ rdf:type sp:Select ; | 1334 | [ rdf:type sp:Select ; |
| 1289 | - sp:resultVariables (_:b21) ; | 1335 | + sp:resultVariables (_:b23) ; |
| 1290 | sp:where ([ rdf:type sp:Bind ; | 1336 | sp:where ([ rdf:type sp:Bind ; |
| 1291 | sp:expression | 1337 | sp:expression |
| 1292 | [ rdf:type sp:if ; | 1338 | [ rdf:type sp:if ; |
| ... | @@ -1297,7 +1343,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale | ... | @@ -1297,7 +1343,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale |
| 1297 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | 1343 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; |
| 1298 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1344 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 1299 | ] ; | 1345 | ] ; |
| 1300 | - sp:variable _:b21 | 1346 | + sp:variable _:b23 |
| 1301 | ]) | 1347 | ]) |
| 1302 | ] . | 1348 | ] . |
| 1303 | 1349 | ||
| ... | @@ -1307,7 +1353,7 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -1307,7 +1353,7 @@ ep-dpr-spin-lib:selectTemperatureScale |
| 1307 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1353 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1308 | spin:body | 1354 | spin:body |
| 1309 | [ rdf:type sp:Select ; | 1355 | [ rdf:type sp:Select ; |
| 1310 | - sp:resultVariables (_:b22) ; | 1356 | + sp:resultVariables (_:b24) ; |
| 1311 | sp:where ([ rdf:type sp:Bind ; | 1357 | sp:where ([ rdf:type sp:Bind ; |
| 1312 | sp:expression | 1358 | sp:expression |
| 1313 | [ rdf:type sp:if ; | 1359 | [ rdf:type sp:if ; |
| ... | @@ -1325,7 +1371,7 @@ ep-dpr-spin-lib:selectTemperatureScale | ... | @@ -1325,7 +1371,7 @@ ep-dpr-spin-lib:selectTemperatureScale |
| 1325 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1371 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 1326 | ] | 1372 | ] |
| 1327 | ] ; | 1373 | ] ; |
| 1328 | - sp:variable _:b22 | 1374 | + sp:variable _:b24 |
| 1329 | ]) | 1375 | ]) |
| 1330 | ] . | 1376 | ] . |
| 1331 | 1377 | ||
| ... | @@ -1335,7 +1381,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -1335,7 +1381,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 1335 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1381 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1336 | spin:body | 1382 | spin:body |
| 1337 | [ rdf:type sp:Select ; | 1383 | [ rdf:type sp:Select ; |
| 1338 | - sp:resultVariables (_:b23) ; | 1384 | + sp:resultVariables (_:b25) ; |
| 1339 | sp:where ([ rdf:type sp:Bind ; | 1385 | sp:where ([ rdf:type sp:Bind ; |
| 1340 | sp:expression | 1386 | sp:expression |
| 1341 | [ rdf:type sp:if ; | 1387 | [ rdf:type sp:if ; |
| ... | @@ -1409,7 +1455,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -1409,7 +1455,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 1409 | ] | 1455 | ] |
| 1410 | ] | 1456 | ] |
| 1411 | ] ; | 1457 | ] ; |
| 1412 | - sp:variable _:b23 | 1458 | + sp:variable _:b25 |
| 1413 | ]) | 1459 | ]) |
| 1414 | ] . | 1460 | ] . |
| 1415 | 1461 | ||
| ... | @@ -1418,7 +1464,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -1418,7 +1464,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
| 1418 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1464 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1419 | spin:body | 1465 | spin:body |
| 1420 | [ rdf:type sp:Select ; | 1466 | [ rdf:type sp:Select ; |
| 1421 | - sp:resultVariables (_:b24) ; | 1467 | + sp:resultVariables (_:b26) ; |
| 1422 | sp:where ([ rdf:type sp:Bind ; | 1468 | sp:where ([ rdf:type sp:Bind ; |
| 1423 | sp:expression | 1469 | sp:expression |
| 1424 | [ rdf:type sp:if ; | 1470 | [ rdf:type sp:if ; |
| ... | @@ -1492,7 +1538,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ... | @@ -1492,7 +1538,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType |
| 1492 | ] | 1538 | ] |
| 1493 | ] | 1539 | ] |
| 1494 | ] ; | 1540 | ] ; |
| 1495 | - sp:variable _:b24 | 1541 | + sp:variable _:b26 |
| 1496 | ]) | 1542 | ]) |
| 1497 | ] . | 1543 | ] . |
| 1498 | 1544 | ||
| ... | @@ -1502,7 +1548,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -1502,7 +1548,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 1502 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1548 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1503 | spin:body | 1549 | spin:body |
| 1504 | [ rdf:type sp:Select ; | 1550 | [ rdf:type sp:Select ; |
| 1505 | - sp:resultVariables (_:b25) ; | 1551 | + sp:resultVariables (_:b27) ; |
| 1506 | sp:where ([ rdf:type sp:Bind ; | 1552 | sp:where ([ rdf:type sp:Bind ; |
| 1507 | sp:expression | 1553 | sp:expression |
| 1508 | [ rdf:type sp:if ; | 1554 | [ rdf:type sp:if ; |
| ... | @@ -1527,7 +1573,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -1527,7 +1573,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 1527 | ] | 1573 | ] |
| 1528 | ] | 1574 | ] |
| 1529 | ] ; | 1575 | ] ; |
| 1530 | - sp:variable _:b25 | 1576 | + sp:variable _:b27 |
| 1531 | ]) | 1577 | ]) |
| 1532 | ] . | 1578 | ] . |
| 1533 | 1579 | ||
| ... | @@ -1537,7 +1583,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -1537,7 +1583,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 1537 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1583 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1538 | spin:body | 1584 | spin:body |
| 1539 | [ rdf:type sp:Select ; | 1585 | [ rdf:type sp:Select ; |
| 1540 | - sp:resultVariables (_:b26) ; | 1586 | + sp:resultVariables (_:b28) ; |
| 1541 | sp:where ([ rdf:type sp:Bind ; | 1587 | sp:where ([ rdf:type sp:Bind ; |
| 1542 | sp:expression | 1588 | sp:expression |
| 1543 | [ rdf:type sp:if ; | 1589 | [ rdf:type sp:if ; |
| ... | @@ -1562,7 +1608,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -1562,7 +1608,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 1562 | ] | 1608 | ] |
| 1563 | ] | 1609 | ] |
| 1564 | ] ; | 1610 | ] ; |
| 1565 | - sp:variable _:b26 | 1611 | + sp:variable _:b28 |
| 1566 | ]) | 1612 | ]) |
| 1567 | ] . | 1613 | ] . |
| 1568 | 1614 | ||
| ... | @@ -1572,7 +1618,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -1572,7 +1618,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
| 1572 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1618 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1573 | spin:body | 1619 | spin:body |
| 1574 | [ rdf:type sp:Select ; | 1620 | [ rdf:type sp:Select ; |
| 1575 | - sp:resultVariables (_:b27) ; | 1621 | + sp:resultVariables (_:b29) ; |
| 1576 | sp:where ([ rdf:type sp:Bind ; | 1622 | sp:where ([ rdf:type sp:Bind ; |
| 1577 | sp:expression | 1623 | sp:expression |
| 1578 | [ rdf:type sp:if ; | 1624 | [ rdf:type sp:if ; |
| ... | @@ -1597,7 +1643,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -1597,7 +1643,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
| 1597 | ] | 1643 | ] |
| 1598 | ] | 1644 | ] |
| 1599 | ] ; | 1645 | ] ; |
| 1600 | - sp:variable _:b27 | 1646 | + sp:variable _:b29 |
| 1601 | ]) | 1647 | ]) |
| 1602 | ] . | 1648 | ] . |
| 1603 | 1649 | ||
| ... | @@ -1607,7 +1653,7 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -1607,7 +1653,7 @@ ep-dpr-spin-lib:selectVolumeScale |
| 1607 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1653 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1608 | spin:body | 1654 | spin:body |
| 1609 | [ rdf:type sp:Select ; | 1655 | [ rdf:type sp:Select ; |
| 1610 | - sp:resultVariables (_:b28) ; | 1656 | + sp:resultVariables (_:b30) ; |
| 1611 | sp:where ([ rdf:type sp:Bind ; | 1657 | sp:where ([ rdf:type sp:Bind ; |
| 1612 | sp:expression | 1658 | sp:expression |
| 1613 | [ rdf:type sp:if ; | 1659 | [ rdf:type sp:if ; |
| ... | @@ -1835,81 +1881,87 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -1835,81 +1881,87 @@ ep-dpr-spin-lib:selectVolumeScale |
| 1835 | ] | 1881 | ] |
| 1836 | ] | 1882 | ] |
| 1837 | ] ; | 1883 | ] ; |
| 1838 | - sp:variable _:b28 | 1884 | + sp:variable _:b30 |
| 1839 | ]) | 1885 | ]) |
| 1840 | ] . | 1886 | ] . |
| 1841 | 1887 | ||
| 1842 | -_:b10 | 1888 | +_:b30 |
| 1843 | - sp:varName "durationScale"^^xsd:string . | 1889 | + sp:varName "volumeScale"^^xsd:string . |
| 1844 | 1890 | ||
| 1845 | -_:b11 | 1891 | +_:b29 |
| 1846 | - sp:varName "lengthScale"^^xsd:string . | 1892 | + sp:varName "volumeFlowRateScale"^^xsd:string . |
| 1847 | 1893 | ||
| 1848 | -_:b12 | 1894 | +_:b28 |
| 1849 | - sp:varName "pressureScale"^^xsd:string . | 1895 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . |
| 1850 | 1896 | ||
| 1851 | -_:b21 | 1897 | +_:b27 |
| 1852 | - sp:varName "specificVolumeScale"^^xsd:string . | 1898 | + sp:varName "volumeAtStdType"^^xsd:string . |
| 1853 | 1899 | ||
| 1854 | _:b26 | 1900 | _:b26 |
| 1855 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | 1901 | + sp:varName "prodActType"^^xsd:string . |
| 1856 | 1902 | ||
| 1857 | -_:b27 | 1903 | +_:b25 |
| 1858 | - sp:varName "volumeFlowRateScale"^^xsd:string . | 1904 | + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . |
| 1859 | 1905 | ||
| 1860 | -_:b22 | 1906 | +_:b24 |
| 1861 | sp:varName "temperatureScale"^^xsd:string . | 1907 | sp:varName "temperatureScale"^^xsd:string . |
| 1862 | 1908 | ||
| 1863 | -_:b1 sp:varName "uri"^^xsd:string . | 1909 | +_:b23 |
| 1864 | - | 1910 | + sp:varName "specificVolumeScale"^^xsd:string . |
| 1865 | -_:b2 sp:varName "uri"^^xsd:string . | ||
| 1866 | 1911 | ||
| 1867 | -_:b3 sp:varName "uri"^^xsd:string . | 1912 | +_:b22 |
| 1913 | + sp:varName "safetyActivityType"^^xsd:string . | ||
| 1868 | 1914 | ||
| 1869 | -_:b4 sp:varName "uri"^^xsd:string . | 1915 | +_:b21 |
| 1916 | + sp:varName "relationshipToMeasure"^^xsd:string . | ||
| 1870 | 1917 | ||
| 1871 | -_:b5 sp:varName "uri"^^xsd:string . | 1918 | +_:b20 |
| 1919 | + sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 1872 | 1920 | ||
| 1873 | -_:b6 sp:varName "uri"^^xsd:string . | 1921 | +_:b19 |
| 1922 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 1874 | 1923 | ||
| 1875 | -_:b7 sp:varName "uri"^^xsd:string . | 1924 | +_:b18 |
| 1925 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 1876 | 1926 | ||
| 1877 | -_:b8 sp:varName "uri"^^xsd:string . | 1927 | +_:b17 |
| 1928 | + sp:varName "productionFlowDefinitionType"^^xsd:string . | ||
| 1878 | 1929 | ||
| 1879 | -_:b9 sp:varName "uri"^^xsd:string . | 1930 | +_:b16 |
| 1931 | + sp:varName "productionFacilityType"^^xsd:string . | ||
| 1880 | 1932 | ||
| 1881 | -_:b13 | 1933 | +_:b15 |
| 1882 | sp:varName "productType"^^xsd:string . | 1934 | sp:varName "productType"^^xsd:string . |
| 1883 | 1935 | ||
| 1884 | _:b14 | 1936 | _:b14 |
| 1885 | - sp:varName "productionFacilityType"^^xsd:string . | 1937 | + sp:varName "pressureScale"^^xsd:string . |
| 1886 | 1938 | ||
| 1887 | -_:b15 | 1939 | +_:b13 |
| 1888 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | 1940 | + sp:varName "lengthScale"^^xsd:string . |
| 1889 | 1941 | ||
| 1890 | -_:b16 | 1942 | +_:b12 |
| 1891 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 1943 | + sp:varName "durationScale"^^xsd:string . |
| 1892 | 1944 | ||
| 1893 | -_:b17 | 1945 | +_:b10 |
| 1894 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 1946 | + sp:varName "uri"^^xsd:string . |
| 1895 | 1947 | ||
| 1896 | -_:b18 | 1948 | +_:b8 sp:varName "uri"^^xsd:string . |
| 1897 | - sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 1898 | 1949 | ||
| 1899 | -_:b19 | 1950 | +_:b7 sp:varName "uri"^^xsd:string . |
| 1900 | - sp:varName "relationshipToMeasure"^^xsd:string . | ||
| 1901 | 1951 | ||
| 1902 | -_:b20 | 1952 | +_:b6 sp:varName "uri"^^xsd:string . |
| 1903 | - sp:varName "safetyActivityType"^^xsd:string . | ||
| 1904 | 1953 | ||
| 1905 | -_:b23 | 1954 | +_:b5 sp:varName "uri"^^xsd:string . |
| 1906 | - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
| 1907 | 1955 | ||
| 1908 | -_:b24 | 1956 | +_:b4 sp:varName "uri"^^xsd:string . |
| 1909 | - sp:varName "prodActType"^^xsd:string . | ||
| 1910 | 1957 | ||
| 1911 | -_:b25 | 1958 | +_:b3 sp:varName "uri"^^xsd:string . |
| 1912 | - sp:varName "volumeAtStdType"^^xsd:string . | ||
| 1913 | 1959 | ||
| 1914 | -_:b28 | 1960 | +_:b2 sp:varName "uri"^^xsd:string . |
| 1915 | - sp:varName "volumeScale"^^xsd:string . | 1961 | + |
| 1962 | +_:b1 sp:varName "uri"^^xsd:string . | ||
| 1963 | + | ||
| 1964 | +_:b9 sp:varName "uri"^^xsd:string . | ||
| 1965 | + | ||
| 1966 | +_:b11 | ||
| 1967 | + sp:varName "uri"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Oct 12 20:37:18 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 13 10:10:17 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#> . | ... | ... |
-
Please register or login to post a comment