Showing
17 changed files
with
107 additions
and
130 deletions
This diff is collapsed. Click to expand it.
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/geography | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/geography |
| 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd | 4 | # imports: http://www.reportinghub.no/np/schema/1.0/npd |
| 6 | 5 | ||
| 7 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| ... | @@ -14,7 +13,7 @@ | ... | @@ -14,7 +13,7 @@ |
| 14 | 13 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.0/geography> | 14 | <http://www.reportinghub.no/ep/schema/1.0/geography> |
| 16 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 18 | ||
| 20 | ep-core:Area | 19 | ep-core:Area | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -7,7 +7,6 @@ | ... | @@ -7,7 +7,6 @@ |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography |
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/material | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/material |
| 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 10 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 11 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment | 10 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment |
| 12 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 11 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
| 13 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 12 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| ... | @@ -30,7 +29,6 @@ | ... | @@ -30,7 +29,6 @@ |
| 30 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/geography> ; | 29 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/geography> ; |
| 31 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> ; | 30 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> ; |
| 32 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> ; | 31 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> ; |
| 33 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> ; | ||
| 34 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; | 32 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; |
| 35 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; | 33 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; |
| 36 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; | 34 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 2 | - | ||
| 3 | -@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | ||
| 4 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | - | ||
| 9 | -<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
| 10 | - rdf:type owl:Ontology ; | ||
| 11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| ... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
| 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 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/production-activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well |
| ... | @@ -16,5 +15,5 @@ | ... | @@ -16,5 +15,5 @@ |
| 16 | 15 | ||
| 17 | <http://www.reportinghub.no/ep/schema/1.0/production> | 16 | <http://www.reportinghub.no/ep/schema/1.0/production> |
| 18 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
| 19 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; |
| 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 1 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 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://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 5 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 6 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 5 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| 7 | 6 | ||
| 8 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 7 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 9 | @prefix ep-geog: <http://www.reportinghub.no/ep/schema/1.0/geography#> . | 8 | @prefix ep-geog: <http://www.reportinghub.no/ep/schema/1.0/geography#> . |
| 10 | -@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | ||
| 11 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 9 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 12 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 10 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 13 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -48,7 +46,7 @@ sp:if | ... | @@ -48,7 +46,7 @@ sp:if |
| 48 | 46 | ||
| 49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 47 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 50 | rdf:type owl:Ontology ; | 48 | rdf:type owl:Ontology ; |
| 51 | - 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> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 49 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
| 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 50 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 53 | 51 | ||
| 54 | ep-dpr-spin-lib:Function | 52 | ep-dpr-spin-lib:Function |
| ... | @@ -5795,22 +5793,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5795,22 +5793,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5795 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5793 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5796 | spin:body | 5794 | spin:body |
| 5797 | [ rdf:type sp:Select ; | 5795 | [ rdf:type sp:Select ; |
| 5798 | - sp:resultVariables (_:b21) ; | ||
| 5799 | - sp:where ([ rdf:type sp:Bind ; | ||
| 5800 | - sp:expression | ||
| 5801 | - [ rdf:type sp:if ; | ||
| 5802 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5803 | - sp:arg1 spin:_arg1 ; | ||
| 5804 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5805 | - ] ; | ||
| 5806 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5807 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5808 | - ] ; | ||
| 5809 | - sp:variable _:b21 | ||
| 5810 | - ]) | ||
| 5811 | - ] ; | ||
| 5812 | - spin:body | ||
| 5813 | - [ rdf:type sp:Select ; | ||
| 5814 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5796 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
| 5815 | ]) ; | 5797 | ]) ; |
| 5816 | sp:where ([ rdf:type sp:Bind ; | 5798 | sp:where ([ rdf:type sp:Bind ; |
| ... | @@ -5890,6 +5872,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5890,6 +5872,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5890 | [ sp:varName "myVar"^^xsd:string | 5872 | [ sp:varName "myVar"^^xsd:string |
| 5891 | ] | 5873 | ] |
| 5892 | ]) | 5874 | ]) |
| 5875 | + ] ; | ||
| 5876 | + spin:body | ||
| 5877 | + [ rdf:type sp:Select ; | ||
| 5878 | + sp:resultVariables (_:b21) ; | ||
| 5879 | + sp:where ([ rdf:type sp:Bind ; | ||
| 5880 | + sp:expression | ||
| 5881 | + [ rdf:type sp:if ; | ||
| 5882 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 5883 | + sp:arg1 spin:_arg1 ; | ||
| 5884 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5885 | + ] ; | ||
| 5886 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5887 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5888 | + ] ; | ||
| 5889 | + sp:variable _:b21 | ||
| 5890 | + ]) | ||
| 5893 | ] . | 5891 | ] . |
| 5894 | 5892 | ||
| 5895 | ep-dpr-spin-lib:selectTemperatureScale | 5893 | ep-dpr-spin-lib:selectTemperatureScale |
| ... | @@ -7424,59 +7422,59 @@ ep-dpr-spin-lib:selectWorkScale | ... | @@ -7424,59 +7422,59 @@ ep-dpr-spin-lib:selectWorkScale |
| 7424 | ]) | 7422 | ]) |
| 7425 | ] . | 7423 | ] . |
| 7426 | 7424 | ||
| 7427 | -_:b22 | 7425 | +_:b1 sp:varName "uri"^^xsd:string . |
| 7428 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 7429 | 7426 | ||
| 7430 | -_:b21 | 7427 | +_:b2 sp:varName "UUID"^^xsd:string . |
| 7431 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 7432 | 7428 | ||
| 7433 | -_:b20 | 7429 | +_:b3 sp:varName "uri"^^xsd:string . |
| 7434 | - sp:varName "safetyActivityType"^^xsd:string . | ||
| 7435 | 7430 | ||
| 7436 | -_:b19 | 7431 | +_:b4 sp:varName "uri"^^xsd:string . |
| 7437 | - sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 7438 | 7432 | ||
| 7439 | -_:b18 | 7433 | +_:b5 sp:varName "uri"^^xsd:string . |
| 7440 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7441 | 7434 | ||
| 7442 | -_:b17 | 7435 | +_:b6 sp:varName "uri"^^xsd:string . |
| 7443 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7444 | 7436 | ||
| 7445 | -_:b16 | 7437 | +_:b7 sp:varName "uri"^^xsd:string . |
| 7446 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | ||
| 7447 | 7438 | ||
| 7448 | -_:b15 | 7439 | +_:b8 sp:varName "uri"^^xsd:string . |
| 7449 | - sp:varName "productionFacilityType"^^xsd:string . | ||
| 7450 | 7440 | ||
| 7451 | -_:b14 | 7441 | +_:b9 sp:varName "uri"^^xsd:string . |
| 7452 | - sp:varName "densityScale"^^xsd:string . | ||
| 7453 | 7442 | ||
| 7454 | -_:b13 | 7443 | +_:b10 |
| 7455 | sp:varName "uri"^^xsd:string . | 7444 | sp:varName "uri"^^xsd:string . |
| 7456 | 7445 | ||
| 7457 | -_:b12 | 7446 | +_:b11 |
| 7458 | sp:varName "uri"^^xsd:string . | 7447 | sp:varName "uri"^^xsd:string . |
| 7459 | 7448 | ||
| 7460 | -_:b11 | 7449 | +_:b12 |
| 7461 | sp:varName "uri"^^xsd:string . | 7450 | sp:varName "uri"^^xsd:string . |
| 7462 | 7451 | ||
| 7463 | -_:b10 | 7452 | +_:b13 |
| 7464 | sp:varName "uri"^^xsd:string . | 7453 | sp:varName "uri"^^xsd:string . |
| 7465 | 7454 | ||
| 7466 | -_:b9 sp:varName "uri"^^xsd:string . | 7455 | +_:b14 |
| 7456 | + sp:varName "densityScale"^^xsd:string . | ||
| 7467 | 7457 | ||
| 7468 | -_:b8 sp:varName "uri"^^xsd:string . | 7458 | +_:b15 |
| 7459 | + sp:varName "productionFacilityType"^^xsd:string . | ||
| 7469 | 7460 | ||
| 7470 | -_:b7 sp:varName "uri"^^xsd:string . | 7461 | +_:b16 |
| 7462 | + sp:varName "productionFlowDefinitionType"^^xsd:string . | ||
| 7471 | 7463 | ||
| 7472 | -_:b6 sp:varName "uri"^^xsd:string . | 7464 | +_:b17 |
| 7465 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7473 | 7466 | ||
| 7474 | -_:b5 sp:varName "uri"^^xsd:string . | 7467 | +_:b18 |
| 7468 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7475 | 7469 | ||
| 7476 | -_:b4 sp:varName "uri"^^xsd:string . | 7470 | +_:b19 |
| 7471 | + sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 7477 | 7472 | ||
| 7478 | -_:b3 sp:varName "uri"^^xsd:string . | 7473 | +_:b20 |
| 7474 | + sp:varName "safetyActivityType"^^xsd:string . | ||
| 7479 | 7475 | ||
| 7480 | -_:b2 sp:varName "UUID"^^xsd:string . | 7476 | +_:b21 |
| 7477 | + sp:varName "specificVolumeScale"^^xsd:string . | ||
| 7481 | 7478 | ||
| 7482 | -_:b1 sp:varName "uri"^^xsd:string . | 7479 | +_:b22 |
| 7480 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ... | ... |
| ... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
| 3 | # imports: http://www.epim.no/schemas/mprml/1 | 3 | # imports: http://www.epim.no/schemas/mprml/1 |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment |
| 8 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 7 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 9 | 8 | ||
| ... | @@ -48,7 +47,7 @@ sp:if | ... | @@ -48,7 +47,7 @@ sp:if |
| 48 | 47 | ||
| 49 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 48 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
| 50 | rdf:type owl:Ontology ; | 49 | rdf:type owl:Ontology ; |
| 51 | - owl:imports <http://spinrdf.org/spin> , <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-core> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | 50 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; |
| 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 51 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 53 | 52 | ||
| 54 | ep-mpr-spin-lib:Function | 53 | ep-mpr-spin-lib:Function | ... | ... |
| ... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
| 2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well |
| 7 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | 6 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 8 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| ... | @@ -22,7 +21,7 @@ | ... | @@ -22,7 +21,7 @@ |
| 22 | 21 | ||
| 23 | <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> | 22 | <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> |
| 24 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 25 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 26 | ||
| 28 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> | 27 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> |
| ... | @@ -103,7 +102,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef | ... | @@ -103,7 +102,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef |
| 103 | ] | 102 | ] |
| 104 | ]) ; | 103 | ]) ; |
| 105 | sp:where ([ sp:object spin:_this ; | 104 | sp:where ([ sp:object spin:_this ; |
| 106 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 105 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 107 | sp:subject | 106 | sp:subject |
| 108 | [ sp:varName "dailyProductionReport"^^xsd:string | 107 | [ sp:varName "dailyProductionReport"^^xsd:string |
| 109 | ] | 108 | ] |
| ... | @@ -270,7 +269,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef | ... | @@ -270,7 +269,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef |
| 270 | ] | 269 | ] |
| 271 | ]) ; | 270 | ]) ; |
| 272 | sp:where ([ sp:object spin:_this ; | 271 | sp:where ([ sp:object spin:_this ; |
| 273 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 272 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 274 | sp:subject | 273 | sp:subject |
| 275 | [ sp:varName "dailyProductionReport"^^xsd:string | 274 | [ sp:varName "dailyProductionReport"^^xsd:string |
| 276 | ] | 275 | ] |
| ... | @@ -406,7 +405,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef | ... | @@ -406,7 +405,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef |
| 406 | ] | 405 | ] |
| 407 | ]) ; | 406 | ]) ; |
| 408 | sp:where ([ sp:object spin:_this ; | 407 | sp:where ([ sp:object spin:_this ; |
| 409 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 408 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 410 | sp:subject | 409 | sp:subject |
| 411 | [ sp:varName "dailyProductionReport"^^xsd:string | 410 | [ sp:varName "dailyProductionReport"^^xsd:string |
| 412 | ] | 411 | ] |
| ... | @@ -529,7 +528,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef | ... | @@ -529,7 +528,7 @@ The DPR transform will fall in a heap unless productionOperation/installationRef |
| 529 | [ sp:varName "dailyProductionReport"^^xsd:string | 528 | [ sp:varName "dailyProductionReport"^^xsd:string |
| 530 | ] | 529 | ] |
| 531 | ] [ sp:object spin:_this ; | 530 | ] [ sp:object spin:_this ; |
| 532 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 531 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 533 | sp:subject | 532 | sp:subject |
| 534 | [ sp:varName "dailyProductionReport"^^xsd:string | 533 | [ sp:varName "dailyProductionReport"^^xsd:string |
| 535 | ] | 534 | ] | ... | ... |
| ... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
| 2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well |
| 7 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | 6 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 8 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| ... | @@ -22,7 +21,7 @@ | ... | @@ -22,7 +21,7 @@ |
| 22 | 21 | ||
| 23 | <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> | 22 | <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> |
| 24 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 25 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 26 | ||
| 28 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> | 27 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> |
| ... | @@ -101,7 +100,7 @@ | ... | @@ -101,7 +100,7 @@ |
| 101 | ] [ sp:object | 100 | ] [ sp:object |
| 102 | [ sp:varName "wellTestRef"^^xsd:string | 101 | [ sp:varName "wellTestRef"^^xsd:string |
| 103 | ] ; | 102 | ] ; |
| 104 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 103 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 105 | sp:subject | 104 | sp:subject |
| 106 | [ sp:varName "wellTest"^^xsd:string | 105 | [ sp:varName "wellTest"^^xsd:string |
| 107 | ] | 106 | ] |
| ... | @@ -253,7 +252,7 @@ | ... | @@ -253,7 +252,7 @@ |
| 253 | ] [ sp:object | 252 | ] [ sp:object |
| 254 | [ sp:varName "wellTestRef"^^xsd:string | 253 | [ sp:varName "wellTestRef"^^xsd:string |
| 255 | ] ; | 254 | ] ; |
| 256 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 255 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 257 | sp:subject | 256 | sp:subject |
| 258 | [ sp:varName "wellTest"^^xsd:string | 257 | [ sp:varName "wellTest"^^xsd:string |
| 259 | ] | 258 | ] |
| ... | @@ -502,7 +501,7 @@ | ... | @@ -502,7 +501,7 @@ |
| 502 | ] [ sp:object | 501 | ] [ sp:object |
| 503 | [ sp:varName "wellTestRef"^^xsd:string | 502 | [ sp:varName "wellTestRef"^^xsd:string |
| 504 | ] ; | 503 | ] ; |
| 505 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 504 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 506 | sp:subject | 505 | sp:subject |
| 507 | [ sp:varName "wellTest"^^xsd:string | 506 | [ sp:varName "wellTest"^^xsd:string |
| 508 | ] | 507 | ] |
| ... | @@ -678,7 +677,7 @@ | ... | @@ -678,7 +677,7 @@ |
| 678 | ] [ sp:object | 677 | ] [ sp:object |
| 679 | [ sp:varName "wellTestRef"^^xsd:string | 678 | [ sp:varName "wellTestRef"^^xsd:string |
| 680 | ] ; | 679 | ] ; |
| 681 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 680 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 682 | sp:subject | 681 | sp:subject |
| 683 | [ sp:varName "wellTest"^^xsd:string | 682 | [ sp:varName "wellTest"^^xsd:string |
| 684 | ] | 683 | ] |
| ... | @@ -793,7 +792,7 @@ | ... | @@ -793,7 +792,7 @@ |
| 793 | ] [ sp:object | 792 | ] [ sp:object |
| 794 | [ sp:varName "wellTestRef"^^xsd:string | 793 | [ sp:varName "wellTestRef"^^xsd:string |
| 795 | ] ; | 794 | ] ; |
| 796 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 795 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 797 | sp:subject | 796 | sp:subject |
| 798 | [ sp:varName "wellTest"^^xsd:string | 797 | [ sp:varName "wellTest"^^xsd:string |
| 799 | ] | 798 | ] |
| ... | @@ -959,7 +958,7 @@ | ... | @@ -959,7 +958,7 @@ |
| 959 | ] [ sp:object | 958 | ] [ sp:object |
| 960 | [ sp:varName "wellTestRef"^^xsd:string | 959 | [ sp:varName "wellTestRef"^^xsd:string |
| 961 | ] ; | 960 | ] ; |
| 962 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 961 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 963 | sp:subject | 962 | sp:subject |
| 964 | [ sp:varName "wellTest"^^xsd:string | 963 | [ sp:varName "wellTest"^^xsd:string |
| 965 | ] | 964 | ] |
| ... | @@ -1125,7 +1124,7 @@ | ... | @@ -1125,7 +1124,7 @@ |
| 1125 | ] [ sp:object | 1124 | ] [ sp:object |
| 1126 | [ sp:varName "wellTestRef"^^xsd:string | 1125 | [ sp:varName "wellTestRef"^^xsd:string |
| 1127 | ] ; | 1126 | ] ; |
| 1128 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1127 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1129 | sp:subject | 1128 | sp:subject |
| 1130 | [ sp:varName "wellTest"^^xsd:string | 1129 | [ sp:varName "wellTest"^^xsd:string |
| 1131 | ] | 1130 | ] |
| ... | @@ -1276,7 +1275,7 @@ | ... | @@ -1276,7 +1275,7 @@ |
| 1276 | ] [ sp:object | 1275 | ] [ sp:object |
| 1277 | [ sp:varName "wellTestRef"^^xsd:string | 1276 | [ sp:varName "wellTestRef"^^xsd:string |
| 1278 | ] ; | 1277 | ] ; |
| 1279 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1278 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1280 | sp:subject | 1279 | sp:subject |
| 1281 | [ sp:varName "wellTest"^^xsd:string | 1280 | [ sp:varName "wellTest"^^xsd:string |
| 1282 | ] | 1281 | ] | ... | ... |
| ... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
| 2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well |
| 7 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | 6 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 8 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| ... | @@ -22,7 +21,7 @@ | ... | @@ -22,7 +21,7 @@ |
| 22 | 21 | ||
| 23 | <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> | 22 | <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> |
| 24 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 25 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 26 | ||
| 28 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> | 27 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> |
| ... | @@ -90,7 +89,7 @@ | ... | @@ -90,7 +89,7 @@ |
| 90 | ] [ sp:object | 89 | ] [ sp:object |
| 91 | [ sp:varName "wellTestRef"^^xsd:string | 90 | [ sp:varName "wellTestRef"^^xsd:string |
| 92 | ] ; | 91 | ] ; |
| 93 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 92 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 94 | sp:subject | 93 | sp:subject |
| 95 | [ sp:varName "wellTest"^^xsd:string | 94 | [ sp:varName "wellTest"^^xsd:string |
| 96 | ] | 95 | ] |
| ... | @@ -237,7 +236,7 @@ | ... | @@ -237,7 +236,7 @@ |
| 237 | ] [ sp:object | 236 | ] [ sp:object |
| 238 | [ sp:varName "wellTestRef"^^xsd:string | 237 | [ sp:varName "wellTestRef"^^xsd:string |
| 239 | ] ; | 238 | ] ; |
| 240 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 239 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 241 | sp:subject | 240 | sp:subject |
| 242 | [ sp:varName "wellTest"^^xsd:string | 241 | [ sp:varName "wellTest"^^xsd:string |
| 243 | ] | 242 | ] |
| ... | @@ -393,7 +392,7 @@ | ... | @@ -393,7 +392,7 @@ |
| 393 | ] [ sp:object | 392 | ] [ sp:object |
| 394 | [ sp:varName "wellTestRef"^^xsd:string | 393 | [ sp:varName "wellTestRef"^^xsd:string |
| 395 | ] ; | 394 | ] ; |
| 396 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 395 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 397 | sp:subject | 396 | sp:subject |
| 398 | [ sp:varName "wellTest"^^xsd:string | 397 | [ sp:varName "wellTest"^^xsd:string |
| 399 | ] | 398 | ] |
| ... | @@ -700,7 +699,7 @@ | ... | @@ -700,7 +699,7 @@ |
| 700 | ] [ sp:object | 699 | ] [ sp:object |
| 701 | [ sp:varName "wellTestRef"^^xsd:string | 700 | [ sp:varName "wellTestRef"^^xsd:string |
| 702 | ] ; | 701 | ] ; |
| 703 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 702 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 704 | sp:subject | 703 | sp:subject |
| 705 | [ sp:varName "wellTest"^^xsd:string | 704 | [ sp:varName "wellTest"^^xsd:string |
| 706 | ] | 705 | ] |
| ... | @@ -961,7 +960,7 @@ | ... | @@ -961,7 +960,7 @@ |
| 961 | ] [ sp:object | 960 | ] [ sp:object |
| 962 | [ sp:varName "wellTestRef"^^xsd:string | 961 | [ sp:varName "wellTestRef"^^xsd:string |
| 963 | ] ; | 962 | ] ; |
| 964 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 963 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 965 | sp:subject | 964 | sp:subject |
| 966 | [ sp:varName "wellTest"^^xsd:string | 965 | [ sp:varName "wellTest"^^xsd:string |
| 967 | ] | 966 | ] |
| ... | @@ -1068,7 +1067,7 @@ | ... | @@ -1068,7 +1067,7 @@ |
| 1068 | ] [ sp:object | 1067 | ] [ sp:object |
| 1069 | [ sp:varName "wellTestRef"^^xsd:string | 1068 | [ sp:varName "wellTestRef"^^xsd:string |
| 1070 | ] ; | 1069 | ] ; |
| 1071 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1070 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1072 | sp:subject | 1071 | sp:subject |
| 1073 | [ sp:varName "wellTest"^^xsd:string | 1072 | [ sp:varName "wellTest"^^xsd:string |
| 1074 | ] | 1073 | ] |
| ... | @@ -1222,7 +1221,7 @@ | ... | @@ -1222,7 +1221,7 @@ |
| 1222 | ] [ sp:object | 1221 | ] [ sp:object |
| 1223 | [ sp:varName "wellTestRef"^^xsd:string | 1222 | [ sp:varName "wellTestRef"^^xsd:string |
| 1224 | ] ; | 1223 | ] ; |
| 1225 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1224 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1226 | sp:subject | 1225 | sp:subject |
| 1227 | [ sp:varName "wellTest"^^xsd:string | 1226 | [ sp:varName "wellTest"^^xsd:string |
| 1228 | ] | 1227 | ] |
| ... | @@ -1361,7 +1360,7 @@ | ... | @@ -1361,7 +1360,7 @@ |
| 1361 | ] [ sp:object | 1360 | ] [ sp:object |
| 1362 | [ sp:varName "wellTestRef"^^xsd:string | 1361 | [ sp:varName "wellTestRef"^^xsd:string |
| 1363 | ] ; | 1362 | ] ; |
| 1364 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1363 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1365 | sp:subject | 1364 | sp:subject |
| 1366 | [ sp:varName "wellTest"^^xsd:string | 1365 | [ sp:varName "wellTest"^^xsd:string |
| 1367 | ] | 1366 | ] |
| ... | @@ -1510,7 +1509,7 @@ | ... | @@ -1510,7 +1509,7 @@ |
| 1510 | ] [ sp:object | 1509 | ] [ sp:object |
| 1511 | [ sp:varName "wellTestRef"^^xsd:string | 1510 | [ sp:varName "wellTestRef"^^xsd:string |
| 1512 | ] ; | 1511 | ] ; |
| 1513 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1512 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1514 | sp:subject | 1513 | sp:subject |
| 1515 | [ sp:varName "wellTest"^^xsd:string | 1514 | [ sp:varName "wellTest"^^xsd:string |
| 1516 | ] | 1515 | ] |
| ... | @@ -1650,7 +1649,7 @@ | ... | @@ -1650,7 +1649,7 @@ |
| 1650 | ] [ sp:object | 1649 | ] [ sp:object |
| 1651 | [ sp:varName "wellTestRef"^^xsd:string | 1650 | [ sp:varName "wellTestRef"^^xsd:string |
| 1652 | ] ; | 1651 | ] ; |
| 1653 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1652 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1654 | sp:subject | 1653 | sp:subject |
| 1655 | [ sp:varName "wellTest"^^xsd:string | 1654 | [ sp:varName "wellTest"^^xsd:string |
| 1656 | ] | 1655 | ] |
| ... | @@ -1797,7 +1796,7 @@ | ... | @@ -1797,7 +1796,7 @@ |
| 1797 | ] [ sp:object | 1796 | ] [ sp:object |
| 1798 | [ sp:varName "wellTestRef"^^xsd:string | 1797 | [ sp:varName "wellTestRef"^^xsd:string |
| 1799 | ] ; | 1798 | ] ; |
| 1800 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1799 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1801 | sp:subject | 1800 | sp:subject |
| 1802 | [ sp:varName "wellTest"^^xsd:string | 1801 | [ sp:varName "wellTest"^^xsd:string |
| 1803 | ] | 1802 | ] |
| ... | @@ -1964,7 +1963,7 @@ | ... | @@ -1964,7 +1963,7 @@ |
| 1964 | ] [ sp:object | 1963 | ] [ sp:object |
| 1965 | [ sp:varName "wellTestRef"^^xsd:string | 1964 | [ sp:varName "wellTestRef"^^xsd:string |
| 1966 | ] ; | 1965 | ] ; |
| 1967 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1966 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1968 | sp:subject | 1967 | sp:subject |
| 1969 | [ sp:varName "wellTest"^^xsd:string | 1968 | [ sp:varName "wellTest"^^xsd:string |
| 1970 | ] | 1969 | ] |
| ... | @@ -2241,7 +2240,7 @@ | ... | @@ -2241,7 +2240,7 @@ |
| 2241 | ] [ sp:object | 2240 | ] [ sp:object |
| 2242 | [ sp:varName "wellTestRef"^^xsd:string | 2241 | [ sp:varName "wellTestRef"^^xsd:string |
| 2243 | ] ; | 2242 | ] ; |
| 2244 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 2243 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 2245 | sp:subject | 2244 | sp:subject |
| 2246 | [ sp:varName "wellTest"^^xsd:string | 2245 | [ sp:varName "wellTest"^^xsd:string |
| 2247 | ] | 2246 | ] | ... | ... |
| ... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
| 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
| 8 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 7 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 9 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | 8 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| ... | @@ -28,7 +27,7 @@ | ... | @@ -28,7 +27,7 @@ |
| 28 | 27 | ||
| 29 | <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> | 28 | <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> |
| 30 | rdf:type owl:Ontology ; | 29 | rdf:type owl:Ontology ; |
| 31 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 30 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 32 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 31 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 33 | 32 | ||
| 34 | <http://www.witsml.org/schemas/131/addendum/combo#Co_productVolume> | 33 | <http://www.witsml.org/schemas/131/addendum/combo#Co_productVolume> |
| ... | @@ -50,7 +49,7 @@ nothing is done with the facilityParent1 or facilityParent2 of the related facil | ... | @@ -50,7 +49,7 @@ nothing is done with the facilityParent1 or facilityParent2 of the related facil |
| 50 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ; | 49 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ; |
| 51 | sp:subject _:b5 | 50 | sp:subject _:b5 |
| 52 | ] [ sp:object _:b6 ; | 51 | ] [ sp:object _:b6 ; |
| 53 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 52 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 54 | sp:subject _:b7 | 53 | sp:subject _:b7 |
| 55 | ] [ sp:object _:b3 ; | 54 | ] [ sp:object _:b3 ; |
| 56 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 55 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| ... | @@ -118,7 +117,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -118,7 +117,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 118 | sp:predicate rdf:type ; | 117 | sp:predicate rdf:type ; |
| 119 | sp:subject _:b13 | 118 | sp:subject _:b13 |
| 120 | ] [ sp:object _:b16 ; | 119 | ] [ sp:object _:b16 ; |
| 121 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 120 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 122 | sp:subject _:b13 | 121 | sp:subject _:b13 |
| 123 | ] [ sp:object _:b14 ; | 122 | ] [ sp:object _:b14 ; |
| 124 | sp:predicate rdfs:label ; | 123 | sp:predicate rdfs:label ; |
| ... | @@ -278,7 +277,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -278,7 +277,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 278 | ] [ sp:object | 277 | ] [ sp:object |
| 279 | [ sp:varName "productRef"^^xsd:string | 278 | [ sp:varName "productRef"^^xsd:string |
| 280 | ] ; | 279 | ] ; |
| 281 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 280 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 282 | sp:subject | 281 | sp:subject |
| 283 | [ sp:varName "productFlowToDate"^^xsd:string | 282 | [ sp:varName "productFlowToDate"^^xsd:string |
| 284 | ] | 283 | ] |
| ... | @@ -413,7 +412,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -413,7 +412,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 413 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ; | 412 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ; |
| 414 | sp:subject _:b33 | 413 | sp:subject _:b33 |
| 415 | ] [ sp:object _:b34 ; | 414 | ] [ sp:object _:b34 ; |
| 416 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 415 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 417 | sp:subject _:b35 | 416 | sp:subject _:b35 |
| 418 | ] [ sp:object _:b31 ; | 417 | ] [ sp:object _:b31 ; |
| 419 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 418 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| ... | @@ -469,14 +468,14 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -469,14 +468,14 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 469 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; | 468 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; |
| 470 | sp:subject _:b46 | 469 | sp:subject _:b46 |
| 471 | ] [ sp:object _:b47 ; | 470 | ] [ sp:object _:b47 ; |
| 472 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 471 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 473 | sp:subject _:b45 | 472 | sp:subject _:b45 |
| 474 | ] [ sp:object _:b48 ; | 473 | ] [ sp:object _:b48 ; |
| 475 | sp:predicate rdfs:label ; | 474 | sp:predicate rdfs:label ; |
| 476 | sp:subject _:b47 | 475 | sp:subject _:b47 |
| 477 | ]) ; | 476 | ]) ; |
| 478 | sp:where ([ sp:object spin:_this ; | 477 | sp:where ([ sp:object spin:_this ; |
| 479 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 478 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 480 | sp:subject _:b49 | 479 | sp:subject _:b49 |
| 481 | ] [ sp:object _:b46 ; | 480 | ] [ sp:object _:b46 ; |
| 482 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 481 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| ... | @@ -488,7 +487,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -488,7 +487,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 488 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ; | 487 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ; |
| 489 | sp:subject spin:_this | 488 | sp:subject spin:_this |
| 490 | ] [ sp:object _:b50 ; | 489 | ] [ sp:object _:b50 ; |
| 491 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 490 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 492 | sp:subject _:b39 | 491 | sp:subject _:b39 |
| 493 | ] [ sp:object _:b47 ; | 492 | ] [ sp:object _:b47 ; |
| 494 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ; | 493 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ; |
| ... | @@ -566,7 +565,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -566,7 +565,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 566 | rdfs:comment """STEP 20102a Record the Facility that has the flows - kind is \"well\" | 565 | rdfs:comment """STEP 20102a Record the Facility that has the flows - kind is \"well\" |
| 567 | Nothing is done with the namingSystem!"""^^xsd:string ; | 566 | Nothing is done with the namingSystem!"""^^xsd:string ; |
| 568 | sp:templates ([ sp:object _:b57 ; | 567 | sp:templates ([ sp:object _:b57 ; |
| 569 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 568 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 570 | sp:subject _:b58 | 569 | sp:subject _:b58 |
| 571 | ] [ sp:object _:b59 ; | 570 | ] [ sp:object _:b59 ; |
| 572 | sp:predicate rdfs:label ; | 571 | sp:predicate rdfs:label ; |
| ... | @@ -612,7 +611,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -612,7 +611,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 612 | sp:predicate rdf:type ; | 611 | sp:predicate rdf:type ; |
| 613 | sp:subject _:b62 | 612 | sp:subject _:b62 |
| 614 | ] [ sp:object _:b65 ; | 613 | ] [ sp:object _:b65 ; |
| 615 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 614 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 616 | sp:subject _:b62 | 615 | sp:subject _:b62 |
| 617 | ] [ sp:object _:b63 ; | 616 | ] [ sp:object _:b63 ; |
| 618 | sp:predicate rdfs:label ; | 617 | sp:predicate rdfs:label ; |
| ... | @@ -676,7 +675,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -676,7 +675,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
| 676 | sp:predicate rdf:type ; | 675 | sp:predicate rdf:type ; |
| 677 | sp:subject _:b69 | 676 | sp:subject _:b69 |
| 678 | ] [ sp:object _:b72 ; | 677 | ] [ sp:object _:b72 ; |
| 679 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 678 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 680 | sp:subject _:b69 | 679 | sp:subject _:b69 |
| 681 | ] [ sp:object _:b70 ; | 680 | ] [ sp:object _:b70 ; |
| 682 | sp:predicate rdfs:label ; | 681 | sp:predicate rdfs:label ; |
| ... | @@ -772,11 +771,11 @@ namingSystem not processed"""^^xsd:string ; | ... | @@ -772,11 +771,11 @@ namingSystem not processed"""^^xsd:string ; |
| 772 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | 771 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; |
| 773 | sp:subject _:b85 | 772 | sp:subject _:b85 |
| 774 | ] [ sp:object _:b86 ; | 773 | ] [ sp:object _:b86 ; |
| 775 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 774 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 776 | sp:subject _:b84 | 775 | sp:subject _:b84 |
| 777 | ]) ; | 776 | ]) ; |
| 778 | sp:where ([ sp:object spin:_this ; | 777 | sp:where ([ sp:object spin:_this ; |
| 779 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 778 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 780 | sp:subject | 779 | sp:subject |
| 781 | [ sp:varName "productionFlowsToDate"^^xsd:string | 780 | [ sp:varName "productionFlowsToDate"^^xsd:string |
| 782 | ] | 781 | ] |
| ... | @@ -790,7 +789,7 @@ namingSystem not processed"""^^xsd:string ; | ... | @@ -790,7 +789,7 @@ namingSystem not processed"""^^xsd:string ; |
| 790 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productRef> ; | 789 | sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productRef> ; |
| 791 | sp:subject _:b88 | 790 | sp:subject _:b88 |
| 792 | ] [ sp:object _:b88 ; | 791 | ] [ sp:object _:b88 ; |
| 793 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 792 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 794 | sp:subject _:b85 | 793 | sp:subject _:b85 |
| 795 | ] [ sp:object _:b81 ; | 794 | ] [ sp:object _:b81 ; |
| 796 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 795 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| ... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
| 2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well |
| 7 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | 6 | # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 8 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| ... | @@ -22,7 +21,7 @@ | ... | @@ -22,7 +21,7 @@ |
| 22 | 21 | ||
| 23 | <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> | 22 | <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> |
| 24 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 25 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 26 | ||
| 28 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> | 27 | <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> |
| ... | @@ -86,7 +85,7 @@ | ... | @@ -86,7 +85,7 @@ |
| 86 | ] [ sp:object | 85 | ] [ sp:object |
| 87 | [ sp:varName "wellTestRef"^^xsd:string | 86 | [ sp:varName "wellTestRef"^^xsd:string |
| 88 | ] ; | 87 | ] ; |
| 89 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 88 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 90 | sp:subject | 89 | sp:subject |
| 91 | [ sp:varName "wellTest"^^xsd:string | 90 | [ sp:varName "wellTest"^^xsd:string |
| 92 | ] | 91 | ] |
| ... | @@ -174,7 +173,7 @@ | ... | @@ -174,7 +173,7 @@ |
| 174 | ] [ sp:object | 173 | ] [ sp:object |
| 175 | [ sp:varName "wellTestRef"^^xsd:string | 174 | [ sp:varName "wellTestRef"^^xsd:string |
| 176 | ] ; | 175 | ] ; |
| 177 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 176 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 178 | sp:subject | 177 | sp:subject |
| 179 | [ sp:varName "wellTest"^^xsd:string | 178 | [ sp:varName "wellTest"^^xsd:string |
| 180 | ] | 179 | ] |
| ... | @@ -300,7 +299,7 @@ | ... | @@ -300,7 +299,7 @@ |
| 300 | ] [ sp:object | 299 | ] [ sp:object |
| 301 | [ sp:varName "wellTestRef"^^xsd:string | 300 | [ sp:varName "wellTestRef"^^xsd:string |
| 302 | ] ; | 301 | ] ; |
| 303 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 302 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 304 | sp:subject | 303 | sp:subject |
| 305 | [ sp:varName "wellTest"^^xsd:string | 304 | [ sp:varName "wellTest"^^xsd:string |
| 306 | ] | 305 | ] |
| ... | @@ -451,7 +450,7 @@ | ... | @@ -451,7 +450,7 @@ |
| 451 | ] [ sp:object | 450 | ] [ sp:object |
| 452 | [ sp:varName "wellTestRef"^^xsd:string | 451 | [ sp:varName "wellTestRef"^^xsd:string |
| 453 | ] ; | 452 | ] ; |
| 454 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 453 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 455 | sp:subject | 454 | sp:subject |
| 456 | [ sp:varName "wellTest"^^xsd:string | 455 | [ sp:varName "wellTest"^^xsd:string |
| 457 | ] | 456 | ] |
| ... | @@ -532,7 +531,7 @@ | ... | @@ -532,7 +531,7 @@ |
| 532 | ] [ sp:object | 531 | ] [ sp:object |
| 533 | [ sp:varName "wellTestRef"^^xsd:string | 532 | [ sp:varName "wellTestRef"^^xsd:string |
| 534 | ] ; | 533 | ] ; |
| 535 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 534 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 536 | sp:subject | 535 | sp:subject |
| 537 | [ sp:varName "wellTest"^^xsd:string | 536 | [ sp:varName "wellTest"^^xsd:string |
| 538 | ] | 537 | ] |
| ... | @@ -654,7 +653,7 @@ | ... | @@ -654,7 +653,7 @@ |
| 654 | ] [ sp:object | 653 | ] [ sp:object |
| 655 | [ sp:varName "wellTestRef"^^xsd:string | 654 | [ sp:varName "wellTestRef"^^xsd:string |
| 656 | ] ; | 655 | ] ; |
| 657 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 656 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 658 | sp:subject | 657 | sp:subject |
| 659 | [ sp:varName "wellTest"^^xsd:string | 658 | [ sp:varName "wellTest"^^xsd:string |
| 660 | ] | 659 | ] |
| ... | @@ -784,7 +783,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod | ... | @@ -784,7 +783,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod |
| 784 | ] [ sp:object | 783 | ] [ sp:object |
| 785 | [ sp:varName "wellTestRef"^^xsd:string | 784 | [ sp:varName "wellTestRef"^^xsd:string |
| 786 | ] ; | 785 | ] ; |
| 787 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 786 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 788 | sp:subject _:b13 | 787 | sp:subject _:b13 |
| 789 | ] [ sp:object | 788 | ] [ sp:object |
| 790 | [ sp:varName "wellTestReasonType"^^xsd:string | 789 | [ sp:varName "wellTestReasonType"^^xsd:string |
| ... | @@ -793,7 +792,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod | ... | @@ -793,7 +792,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod |
| 793 | sp:subject _:b13 | 792 | sp:subject _:b13 |
| 794 | ]) ; | 793 | ]) ; |
| 795 | sp:where ([ sp:object spin:_this ; | 794 | sp:where ([ sp:object spin:_this ; |
| 796 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 795 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 797 | sp:subject | 796 | sp:subject |
| 798 | [ sp:varName "dailyProductionReport"^^xsd:string | 797 | [ sp:varName "dailyProductionReport"^^xsd:string |
| 799 | ] | 798 | ] |
| ... | @@ -963,7 +962,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod | ... | @@ -963,7 +962,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod |
| 963 | ] [ sp:object | 962 | ] [ sp:object |
| 964 | [ sp:varName "wellTestRef"^^xsd:string | 963 | [ sp:varName "wellTestRef"^^xsd:string |
| 965 | ] ; | 964 | ] ; |
| 966 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 965 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 967 | sp:subject | 966 | sp:subject |
| 968 | [ sp:varName "wellTest"^^xsd:string | 967 | [ sp:varName "wellTest"^^xsd:string |
| 969 | ] | 968 | ] |
| ... | @@ -1073,7 +1072,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod | ... | @@ -1073,7 +1072,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod |
| 1073 | ] [ sp:object | 1072 | ] [ sp:object |
| 1074 | [ sp:varName "wellTestRef"^^xsd:string | 1073 | [ sp:varName "wellTestRef"^^xsd:string |
| 1075 | ] ; | 1074 | ] ; |
| 1076 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1075 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1077 | sp:subject | 1076 | sp:subject |
| 1078 | [ sp:varName "wellTest"^^xsd:string | 1077 | [ sp:varName "wellTest"^^xsd:string |
| 1079 | ] | 1078 | ] |
| ... | @@ -1167,7 +1166,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod | ... | @@ -1167,7 +1166,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod |
| 1167 | ] [ sp:object | 1166 | ] [ sp:object |
| 1168 | [ sp:varName "wellTestRef"^^xsd:string | 1167 | [ sp:varName "wellTestRef"^^xsd:string |
| 1169 | ] ; | 1168 | ] ; |
| 1170 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1169 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1171 | sp:subject | 1170 | sp:subject |
| 1172 | [ sp:varName "wellTest"^^xsd:string | 1171 | [ sp:varName "wellTest"^^xsd:string |
| 1173 | ] | 1172 | ] |
| ... | @@ -1326,7 +1325,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod | ... | @@ -1326,7 +1325,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod |
| 1326 | ] [ sp:object | 1325 | ] [ sp:object |
| 1327 | [ sp:varName "wellTestRef"^^xsd:string | 1326 | [ sp:varName "wellTestRef"^^xsd:string |
| 1328 | ] ; | 1327 | ] ; |
| 1329 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1328 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1330 | sp:subject | 1329 | sp:subject |
| 1331 | [ sp:varName "wellTest"^^xsd:string | 1330 | [ sp:varName "wellTest"^^xsd:string |
| 1332 | ] | 1331 | ] |
| ... | @@ -1444,7 +1443,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod | ... | @@ -1444,7 +1443,7 @@ The WellTest is part of the DailyProductionActivity, but there may not be a Prod |
| 1444 | ] [ sp:object | 1443 | ] [ sp:object |
| 1445 | [ sp:varName "wellTestRef"^^xsd:string | 1444 | [ sp:varName "wellTestRef"^^xsd:string |
| 1446 | ] ; | 1445 | ] ; |
| 1447 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 1446 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 1448 | sp:subject | 1447 | sp:subject |
| 1449 | [ sp:varName "wellTest"^^xsd:string | 1448 | [ sp:varName "wellTest"^^xsd:string |
| 1450 | ] | 1449 | ] | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment