Showing
23 changed files
with
3592 additions
and
3821 deletions
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Fri Oct 07 13:43:12 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 28 15:25:05 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Oct 25 15:10:35 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 28 15:17:22 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | - | 4 | + |
| 5 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 5 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 10 | - | 10 | + |
| 11 | -<http://www.reportinghub.no/ep/schema/1.0/production-core> | 11 | +<http://www.reportinghub.no/ep/schema/1.0/production-core> |
| 12 | - rdf:type owl:Ontology ; | 12 | + rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 13 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 14 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | - | 15 | + |
| 16 | -ep-core:MeasureOfFlowOfMaterial | 16 | +ep-core:MeasureOfFlowOfMaterial |
| 17 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 17 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 18 | - rdfs:label "measure of flow of material"^^xsd:string ; | 18 | + rdfs:label "measure of flow of material"^^xsd:string ; |
| 19 | - rdfs:subClassOf owl:Class . | 19 | + rdfs:subClassOf owl:Class . |
| 20 | - | 20 | + |
| 21 | -ep-core:VolumeFlowRateAt15degC1atm | 21 | +ep-core:VolumeFlowRateAt15degC1atm |
| 22 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 22 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 23 | - rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 23 | + rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 24 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 24 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 25 | - | 25 | + |
| 26 | -ep-core:VolumeFlowRateAt1degC1atm | 26 | +ep-core:VolumeFlowRateAt1degC1atm |
| 27 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 27 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 28 | - rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 28 | + rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 29 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 29 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 30 | - | 30 | + |
| 31 | -ep-core:VolumeFlowRateAt60degF1atm | 31 | +ep-core:VolumeFlowRateAt60degF1atm |
| 32 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 32 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 33 | - rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 33 | + rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 34 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 34 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 35 | - | 35 | + |
| 36 | -ep-core:atmosphere | 36 | +ep-core:apiDensity |
| 37 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 37 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 38 | - rdfs:domain ep-core:Pressure ; | 38 | + rdfs:label "API Density"^^xsd:string . |
| 39 | - rdfs:label "atmosphere"^^xsd:string . | 39 | + |
| 40 | - | 40 | +ep-core:atmosphere |
| 41 | -ep-core:barrel_day-1 | 41 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 42 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 42 | + rdfs:domain ep-core:Pressure ; |
| 43 | - rdfs:domain ep-core:VolumetricFlowRate ; | 43 | + rdfs:label "atmosphere"^^xsd:string . |
| 44 | - rdfs:label "barrel day-1"^^xsd:string . | 44 | + |
| 45 | - | 45 | +ep-core:barrel_day-1 |
| 46 | -ep-core:centimetre | 46 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 47 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 47 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 48 | - rdfs:domain ep-core:Length ; | 48 | + rdfs:label "barrel day-1"^^xsd:string . |
| 49 | - rdfs:label "centimetre"^^xsd:string . | 49 | + |
| 50 | - | 50 | +ep-core:centimetre |
| 51 | -ep-core:count | 51 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 52 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 52 | + rdfs:domain ep-core:Length ; |
| 53 | - rdfs:label "count"^^xsd:string . | 53 | + rdfs:label "centimetre"^^xsd:string . |
| 54 | - | 54 | + |
| 55 | -ep-core:fahrenheit | 55 | +ep-core:count |
| 56 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 56 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 57 | - rdfs:domain ep-core:Temperature ; | 57 | + rdfs:label "count"^^xsd:string . |
| 58 | - rdfs:label "fahrenheit"^^xsd:string . | 58 | + |
| 59 | - | 59 | +ep-core:fahrenheit |
| 60 | -ep-core:hasSetOfAllPartsOfType | 60 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 61 | - rdf:type owl:ObjectProperty ; | 61 | + rdfs:domain ep-core:Temperature ; |
| 62 | - rdfs:domain ep-core:PhysicalThing ; | 62 | + rdfs:label "fahrenheit"^^xsd:string . |
| 63 | - rdfs:label "basis for"^^xsd:string . | 63 | + |
| 64 | - | 64 | +ep-core:grain_100ft-3 |
| 65 | -ep-core:inch_64 | 65 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 66 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 66 | + rdfs:label "grain per 100ft3"^^xsd:string . |
| 67 | - rdfs:domain ep-core:Length ; | 67 | + |
| 68 | - rdfs:label "inch/64"^^xsd:string . | 68 | +ep-core:grain_ft-3_1 |
| 69 | - | 69 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 70 | -ep-core:metre3_hour-1 | 70 | + rdfs:label "grain per ft3"^^xsd:string . |
| 71 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 71 | + |
| 72 | - rdfs:domain ep-core:VolumetricFlowRate ; | 72 | +ep-core:grain_usGallon-1 |
| 73 | - rdfs:label "metre3 hour-1"^^xsd:string . | 73 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 74 | - | 74 | + rdfs:label "grain per US Gallon"^^xsd:string . |
| 75 | -ep-core:thousand_barrel | 75 | + |
| 76 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 76 | +ep-core:gram_dm-3 |
| 77 | - rdfs:label "thousand barrel"^^xsd:string . | 77 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 78 | + rdfs:label "gram dm-3"^^xsd:string . | ||
| 79 | + | ||
| 80 | +ep-core:gram_l-1 | ||
| 81 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 82 | + rdfs:label "grams per litre"^^xsd:string . | ||
| 83 | + | ||
| 84 | +ep-core:gram_m-3 | ||
| 85 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 86 | + rdfs:label "gram m-3"^^xsd:string . | ||
| 87 | + | ||
| 88 | +ep-core:gram_ukGallon-1 | ||
| 89 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 90 | + rdfs:label "grams per UK Gallon"^^xsd:string . | ||
| 91 | + | ||
| 92 | +ep-core:gram_usGallon-1 | ||
| 93 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 94 | + rdfs:label "grams per US Gallon"^^xsd:string . | ||
| 95 | + | ||
| 96 | +ep-core:hasSetOfAllPartsOfType | ||
| 97 | + rdf:type owl:ObjectProperty ; | ||
| 98 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 99 | + rdfs:label "basis for"^^xsd:string . | ||
| 100 | + | ||
| 101 | +ep-core:inch_64 | ||
| 102 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 103 | + rdfs:domain ep-core:Length ; | ||
| 104 | + rdfs:label "inch/64"^^xsd:string . | ||
| 105 | + | ||
| 106 | +ep-core:kilogram_dm-3 | ||
| 107 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 108 | + rdfs:label "kilogram dm-3"^^xsd:string . | ||
| 109 | + | ||
| 110 | +ep-core:kilogram_l-1 | ||
| 111 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 112 | + rdfs:label "kilogram per litre"^^xsd:string . | ||
| 113 | + | ||
| 114 | +ep-core:kilogram_m-3 | ||
| 115 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 116 | + rdfs:label "kilogram m-3"^^xsd:string . | ||
| 117 | + | ||
| 118 | +ep-core:lbm_1000bbl-1 | ||
| 119 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 120 | + rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | ||
| 121 | + | ||
| 122 | +ep-core:lbm_1000ukGallon-1 | ||
| 123 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 124 | + rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | ||
| 125 | + | ||
| 126 | +ep-core:lbm_1000usGallon-1 | ||
| 127 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 128 | + rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | ||
| 129 | + | ||
| 130 | +ep-core:lbm_10bbl-1 | ||
| 131 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 132 | + rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | ||
| 133 | + | ||
| 134 | +ep-core:lbm_bbl-1 | ||
| 135 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 136 | + rdfs:label "pounds (mass) per barrel"^^xsd:string . | ||
| 137 | + | ||
| 138 | +ep-core:lbm_ft-3 | ||
| 139 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 140 | + rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | ||
| 141 | + | ||
| 142 | +ep-core:lbm_in-3 | ||
| 143 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 144 | + rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | ||
| 145 | + | ||
| 146 | +ep-core:lbm_millibarrel-1 | ||
| 147 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 148 | + rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | ||
| 149 | + | ||
| 150 | +ep-core:lbm_ukGallon-1 | ||
| 151 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 152 | + rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | ||
| 153 | + | ||
| 154 | +ep-core:lbm_usGallon-1 | ||
| 155 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 156 | + rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | ||
| 157 | + | ||
| 158 | +ep-core:megagram_m-3 | ||
| 159 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 160 | + rdfs:label "Megagram m-3"^^xsd:string . | ||
| 161 | + | ||
| 162 | +ep-core:metre3_hour-1 | ||
| 163 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 164 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 165 | + rdfs:label "metre3 hour-1"^^xsd:string . | ||
| 166 | + | ||
| 167 | +ep-core:microgram_cm-3 | ||
| 168 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 169 | + rdfs:label "microgram cm-3"^^xsd:string . | ||
| 170 | + | ||
| 171 | +ep-core:milligram_dm-3 | ||
| 172 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 173 | + rdfs:label "milligram dm-3"^^xsd:string . | ||
| 174 | + | ||
| 175 | +ep-core:milligram_l-1 | ||
| 176 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 177 | + rdfs:label "milligrams per litre"^^xsd:string . | ||
| 178 | + | ||
| 179 | +ep-core:milligram_m-3 | ||
| 180 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 181 | + rdfs:label "milligram m-3"^^xsd:string . | ||
| 182 | + | ||
| 183 | +ep-core:milligram_usGallon-1 | ||
| 184 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 185 | + rdfs:label "milligrams per US Gallon"^^xsd:string . | ||
| 186 | + | ||
| 187 | +ep-core:ten_megagram_m-3 | ||
| 188 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 189 | + rdfs:label "10 Megagram m-3"^^xsd:string . | ||
| 190 | + | ||
| 191 | +ep-core:thousand_barrel | ||
| 192 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 193 | + rdfs:label "thousand barrel"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Tue Oct 25 15:34:42 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 28 15:14:15 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | 1 | +# Saved by TopBraid on Fri Oct 28 14:13:15 BST 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.witsml.org/schemas/1series |
| 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.witsml.org/schemas/1series | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 6 | - | 6 | +# imports: http://spinrdf.org/spin |
| 7 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | 7 | + |
| 8 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . |
| 9 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | -@prefix sp: <http://spinrdf.org/sp#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | -@prefix spin: <http://spinrdf.org/spin#> . | 14 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 15 | -@prefix spl: <http://spinrdf.org/spl#> . | 15 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 17 | - | 17 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 18 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> | 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 19 | - rdf:type owl:Ontology ; | 19 | + |
| 20 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ; | 20 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> |
| 21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 21 | + rdf:type owl:Ontology ; |
| 22 | - | 22 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 23 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | - spin:rule | 24 | + |
| 25 | - [ rdf:type sp:Construct ; | 25 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 26 | - rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; | 26 | + spin:rule |
| 27 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; | 27 | + [ rdf:type sp:Construct ; |
| 28 | - sp:predicate rdf:type ; | 28 | + rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; |
| 29 | - sp:subject | 29 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; |
| 30 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 30 | + sp:predicate rdf:type ; |
| 31 | - ] | 31 | + sp:subject _:b1 |
| 32 | - ] [ sp:object | 32 | + ] [ sp:object _:b1 ; |
| 33 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 34 | - ] ; | 34 | + sp:subject _:b2 |
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 35 | + ] [ sp:object _:b3 ; |
| 36 | - sp:subject | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 37 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 37 | + sp:subject _:b1 |
| 38 | - ] | 38 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 39 | + sp:predicate rdf:type ; |
| 40 | - sp:predicate rdf:type ; | 40 | + sp:subject _:b3 |
| 41 | - sp:subject _:b1 | 41 | + ] [ sp:object _:b4 ; |
| 42 | - ] [ sp:object | 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 43 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 43 | + sp:subject _:b3 |
| 44 | - ] ; | 44 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; |
| 45 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 45 | + sp:predicate rdf:type ; |
| 46 | - sp:subject _:b1 | 46 | + sp:subject _:b4 |
| 47 | - ] [ sp:object _:b1 ; | 47 | + ] [ sp:object _:b5 ; |
| 48 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 48 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 49 | - sp:subject | 49 | + sp:subject _:b4 |
| 50 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 50 | + ] [ sp:object _:b6 ; |
| 51 | - ] | 51 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 52 | - ] [ sp:object | 52 | + sp:subject _:b1 |
| 53 | - [ sp:varName "dTimWirelineFormationTest"^^xsd:string | 53 | + ] [ sp:object _:b7 ; |
| 54 | - ] ; | 54 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 55 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 55 | + sp:subject _:b4 |
| 56 | - sp:subject | 56 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 57 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 57 | + sp:predicate rdf:type ; |
| 58 | - ] | 58 | + sp:subject _:b7 |
| 59 | - ] [ sp:object _:b2 ; | 59 | + ] [ sp:object _:b8 ; |
| 60 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 60 | + sp:predicate _:b9 ; |
| 61 | - sp:subject _:b1 | 61 | + sp:subject _:b7 |
| 62 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 62 | + ] [ sp:object _:b10 ; |
| 63 | - sp:predicate rdf:type ; | 63 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ; |
| 64 | - sp:subject _:b2 | 64 | + sp:subject _:b3 |
| 65 | - ] [ sp:object | 65 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
| 66 | - [ sp:varName "realMd"^^xsd:string | 66 | + sp:predicate rdf:type ; |
| 67 | - ] ; | 67 | + sp:subject _:b10 |
| 68 | - sp:predicate | 68 | + ] [ sp:object _:b11 ; |
| 69 | - [ sp:varName "lengthScaleMd"^^xsd:string | 69 | + sp:predicate _:b12 ; |
| 70 | - ] ; | 70 | + sp:subject _:b10 |
| 71 | - sp:subject _:b2 | 71 | + ] [ sp:object _:b13 ; |
| 72 | - ] [ sp:object _:b3 ; | 72 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
| 73 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ; | 73 | + sp:subject _:b4 |
| 74 | - sp:subject _:b1 | 74 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 75 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | 75 | + sp:predicate rdf:type ; |
| 76 | - sp:predicate rdf:type ; | 76 | + sp:subject _:b13 |
| 77 | - sp:subject _:b3 | 77 | + ] [ sp:object _:b14 ; |
| 78 | - ] [ sp:object | 78 | + sp:predicate _:b15 ; |
| 79 | - [ sp:varName "realPressure"^^xsd:string | 79 | + sp:subject _:b13 |
| 80 | - ] ; | 80 | + ] [ sp:object _:b16 ; |
| 81 | - sp:predicate | 81 | + sp:predicate rdf:type ; |
| 82 | - [ sp:varName "pressureScale"^^xsd:string | 82 | + sp:subject _:b1 |
| 83 | - ] ; | 83 | + ] [ sp:object _:b17 ; |
| 84 | - sp:subject _:b3 | 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; |
| 85 | - ] [ sp:object _:b4 ; | 85 | + sp:subject _:b1 |
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 86 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 87 | - sp:subject _:b1 | 87 | + sp:predicate rdf:type ; |
| 88 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 88 | + sp:subject _:b17 |
| 89 | - sp:predicate rdf:type ; | 89 | + ] [ sp:object _:b18 ; |
| 90 | - sp:subject _:b4 | 90 | + sp:predicate _:b19 ; |
| 91 | - ] [ sp:object | 91 | + sp:subject _:b17 |
| 92 | - [ sp:varName "realTvd"^^xsd:string | 92 | + ] [ sp:object _:b20 ; |
| 93 | - ] ; | 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; |
| 94 | - sp:predicate | 94 | + sp:subject _:b1 |
| 95 | - [ sp:varName "lengthScaleTvd"^^xsd:string | 95 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; |
| 96 | - ] ; | 96 | + sp:predicate rdf:type ; |
| 97 | - sp:subject _:b4 | 97 | + sp:subject _:b20 |
| 98 | - ] [ sp:object | 98 | + ] [ sp:object _:b21 ; |
| 99 | - [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string | 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; |
| 100 | - ] ; | 100 | + sp:subject _:b20 |
| 101 | - sp:predicate rdf:type ; | 101 | + ] [ sp:object _:b22 ; |
| 102 | - sp:subject | 102 | + sp:predicate rdf:type ; |
| 103 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 103 | + sp:subject _:b20 |
| 104 | - ] | 104 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
| 105 | - ] [ sp:object _:b5 ; | 105 | + sp:predicate rdf:type ; |
| 106 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; | 106 | + sp:subject _:b22 |
| 107 | - sp:subject | 107 | + ] [ sp:object _:b23 ; |
| 108 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 108 | + sp:predicate _:b24 ; |
| 109 | - ] | 109 | + sp:subject _:b22 |
| 110 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 110 | + ] [ sp:object _:b25 ; |
| 111 | - sp:predicate rdf:type ; | 111 | + sp:predicate rdf:type ; |
| 112 | - sp:subject _:b5 | 112 | + sp:subject _:b20 |
| 113 | - ] [ sp:object | 113 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
| 114 | - [ sp:varName "realMdSample"^^xsd:string | 114 | + sp:predicate rdf:type ; |
| 115 | - ] ; | 115 | + sp:subject _:b25 |
| 116 | - sp:predicate | 116 | + ] [ sp:object _:b26 ; |
| 117 | - [ sp:varName "lengthScaleMdSample"^^xsd:string | 117 | + sp:predicate _:b27 ; |
| 118 | - ] ; | 118 | + sp:subject _:b25 |
| 119 | - sp:subject _:b5 | 119 | + ] [ sp:object _:b28 ; |
| 120 | - ] [ sp:object _:b6 ; | 120 | + sp:predicate rdfs:comment ; |
| 121 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | 121 | + sp:subject _:b1 |
| 122 | - sp:subject | 122 | + ]) ; |
| 123 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 123 | + sp:where ([ sp:object _:b29 ; |
| 124 | - ] | 124 | + sp:predicate ep-spin-lib:nameWellbore ; |
| 125 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 125 | + sp:subject spin:_this |
| 126 | - sp:predicate rdf:type ; | 126 | + ] [ sp:object _:b30 ; |
| 127 | - sp:subject _:b6 | 127 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 128 | - ] [ sp:object | 128 | + sp:subject spin:_this |
| 129 | - [ sp:varName "componentType"^^xsd:string | 129 | + ] [ sp:object _:b31 ; |
| 130 | - ] ; | 130 | + sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ; |
| 131 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; | 131 | + sp:subject spin:_this |
| 132 | - sp:subject _:b6 | 132 | + ] [ sp:object _:b6 ; |
| 133 | - ] [ sp:object _:b7 ; | 133 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 134 | - sp:predicate rdf:type ; | 134 | + sp:subject _:b31 |
| 135 | - sp:subject _:b6 | 135 | + ] [ sp:object _:b32 ; |
| 136 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | 136 | + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; |
| 137 | - sp:predicate rdf:type ; | 137 | + sp:subject _:b31 |
| 138 | - sp:subject _:b7 | 138 | + ] [ sp:object _:b33 ; |
| 139 | - ] [ sp:object | 139 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 140 | - [ sp:varName "realDensity"^^xsd:string | 140 | + sp:subject _:b32 |
| 141 | - ] ; | 141 | + ] [ sp:object _:b8 ; |
| 142 | - sp:predicate | 142 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 143 | - [ sp:varName "densityScale"^^xsd:string | 143 | + sp:subject _:b32 |
| 144 | - ] ; | 144 | + ] [ rdf:type sp:Optional ; |
| 145 | - sp:subject _:b7 | 145 | + sp:elements ([ sp:object _:b34 ; |
| 146 | - ] [ sp:object _:b8 ; | 146 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; |
| 147 | - sp:predicate rdf:type ; | 147 | + sp:subject _:b31 |
| 148 | - sp:subject _:b6 | 148 | + ] [ sp:object _:b35 ; |
| 149 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 149 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 150 | - sp:predicate rdf:type ; | 150 | + sp:subject _:b34 |
| 151 | - sp:subject _:b8 | 151 | + ] [ sp:object _:b14 ; |
| 152 | - ] [ sp:object | 152 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 153 | - [ sp:varName "realVolume"^^xsd:string | 153 | + sp:subject _:b34 |
| 154 | - ] ; | 154 | + ]) |
| 155 | - sp:predicate | 155 | + ] [ sp:object _:b36 ; |
| 156 | - [ sp:varName "volumeScale"^^xsd:string | 156 | + sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ; |
| 157 | - ] ; | 157 | + sp:subject _:b31 |
| 158 | - sp:subject _:b8 | 158 | + ] [ sp:object _:b37 ; |
| 159 | - ] [ sp:object | 159 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 160 | - [ sp:varName "description"^^xsd:string | 160 | + sp:subject _:b36 |
| 161 | - ] ; | 161 | + ] [ sp:object _:b11 ; |
| 162 | - sp:predicate rdfs:comment ; | 162 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 163 | - sp:subject | 163 | + sp:subject _:b36 |
| 164 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 164 | + ] [ sp:object _:b38 ; |
| 165 | - ] | 165 | + sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ; |
| 166 | - ]) ; | 166 | + sp:subject _:b31 |
| 167 | - sp:where ([ sp:object | 167 | + ] [ sp:object _:b39 ; |
| 168 | - [ sp:varName "nameWellBore"^^xsd:string | 168 | + sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ; |
| 169 | - ] ; | 169 | + sp:subject _:b31 |
| 170 | - sp:predicate ep-spin-lib:nameWellbore ; | 170 | + ] [ sp:object _:b40 ; |
| 171 | - sp:subject spin:_this | 171 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 172 | - ] [ sp:object | 172 | + sp:subject _:b39 |
| 173 | - [ sp:varName "dTimStart"^^xsd:string | 173 | + ] [ sp:object _:b18 ; |
| 174 | - ] ; | 174 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 175 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 175 | + sp:subject _:b39 |
| 176 | - sp:subject spin:_this | 176 | + ] [ sp:object _:b41 ; |
| 177 | - ] [ sp:object | 177 | + sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ; |
| 178 | - [ sp:varName "formTestInfo"^^xsd:string | 178 | + sp:subject _:b31 |
| 179 | - ] ; | 179 | + ] [ sp:object _:b42 ; |
| 180 | - sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ; | 180 | + sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ; |
| 181 | - sp:subject spin:_this | 181 | + sp:subject _:b31 |
| 182 | - ] [ sp:object | 182 | + ] [ sp:object _:b43 ; |
| 183 | - [ sp:varName "dTimWirelineFormationTest"^^xsd:string | 183 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 184 | - ] ; | 184 | + sp:subject _:b42 |
| 185 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 185 | + ] [ sp:object _:b23 ; |
| 186 | - sp:subject | 186 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 187 | - [ sp:varName "formTestInfo"^^xsd:string | 187 | + sp:subject _:b42 |
| 188 | - ] | 188 | + ] [ sp:object _:b44 ; |
| 189 | - ] [ sp:object | 189 | + sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ; |
| 190 | - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | 190 | + sp:subject _:b31 |
| 191 | - ] ; | 191 | + ] [ sp:object _:b45 ; |
| 192 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 192 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 193 | - sp:subject | 193 | + sp:subject _:b44 |
| 194 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 194 | + ] [ sp:object _:b26 ; |
| 195 | - ] | 195 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 196 | - ] [ sp:object | 196 | + sp:subject _:b44 |
| 197 | - [ sp:varName "md"^^xsd:string | 197 | + ] [ sp:object _:b28 ; |
| 198 | - ] ; | 198 | + sp:predicate <http://www.witsml.org/schemas/1series#description> ; |
| 199 | - sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; | 199 | + sp:subject _:b31 |
| 200 | - sp:subject | 200 | + ] [ rdf:type sp:Bind ; |
| 201 | - [ sp:varName "formTestInfo"^^xsd:string | 201 | + sp:expression |
| 202 | - ] | 202 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 203 | - ] [ sp:object | 203 | + sp:arg1 _:b29 |
| 204 | - [ sp:varName "uomMd"^^xsd:string | 204 | + ] ; |
| 205 | - ] ; | 205 | + sp:variable _:b46 |
| 206 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 206 | + ] [ rdf:type sp:Bind ; |
| 207 | - sp:subject | 207 | + sp:expression |
| 208 | - [ sp:varName "md"^^xsd:string | 208 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 209 | - ] | 209 | + sp:arg1 _:b46 ; |
| 210 | - ] [ sp:object | 210 | + sp:arg2 _:b30 |
| 211 | - [ sp:varName "realMd"^^xsd:string | 211 | + ] ; |
| 212 | - ] ; | 212 | + sp:variable _:b2 |
| 213 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 213 | + ] [ rdf:type sp:Bind ; |
| 214 | - sp:subject | 214 | + sp:expression |
| 215 | - [ sp:varName "md"^^xsd:string | 215 | + [ rdf:type afn:localname ; |
| 216 | - ] | 216 | + sp:arg1 _:b31 |
| 217 | - ] [ rdf:type sp:Optional ; | 217 | + ] ; |
| 218 | - sp:elements ([ sp:object | 218 | + sp:variable _:b47 |
| 219 | - [ sp:varName "tvd"^^xsd:string | 219 | + ] [ rdf:type sp:Bind ; |
| 220 | - ] ; | 220 | + sp:expression |
| 221 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; | 221 | + [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; |
| 222 | - sp:subject | 222 | + sp:arg1 _:b46 ; |
| 223 | - [ sp:varName "formTestInfo"^^xsd:string | 223 | + sp:arg2 _:b47 |
| 224 | - ] | 224 | + ] ; |
| 225 | - ] [ sp:object | 225 | + sp:variable _:b1 |
| 226 | - [ sp:varName "uomTvd"^^xsd:string | 226 | + ] [ rdf:type sp:Bind ; |
| 227 | - ] ; | 227 | + sp:expression |
| 228 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 228 | + [ rdf:type ep-spin-lib:selectComponentType ; |
| 229 | - sp:subject | 229 | + sp:arg1 _:b41 |
| 230 | - [ sp:varName "tvd"^^xsd:string | 230 | + ] ; |
| 231 | - ] | 231 | + sp:variable _:b21 |
| 232 | - ] [ sp:object | 232 | + ] [ rdf:type sp:Bind ; |
| 233 | - [ sp:varName "realTvd"^^xsd:string | 233 | + sp:expression |
| 234 | - ] ; | 234 | + [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; |
| 235 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 235 | + sp:arg1 _:b38 |
| 236 | - sp:subject | 236 | + ] ; |
| 237 | - [ sp:varName "tvd"^^xsd:string | 237 | + sp:variable _:b16 |
| 238 | - ] | 238 | + ] [ rdf:type sp:Bind ; |
| 239 | - ]) | 239 | + sp:expression |
| 240 | - ] [ sp:object | 240 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 241 | - [ sp:varName "presPore"^^xsd:string | 241 | + sp:arg1 _:b33 |
| 242 | - ] ; | 242 | + ] ; |
| 243 | - sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ; | 243 | + sp:variable _:b9 |
| 244 | - sp:subject | 244 | + ] [ rdf:type sp:Bind ; |
| 245 | - [ sp:varName "formTestInfo"^^xsd:string | 245 | + sp:expression |
| 246 | - ] | 246 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 247 | - ] [ sp:object | 247 | + sp:arg1 _:b35 |
| 248 | - [ sp:varName "uomPressure"^^xsd:string | 248 | + ] ; |
| 249 | - ] ; | 249 | + sp:variable _:b15 |
| 250 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 250 | + ] [ rdf:type sp:Bind ; |
| 251 | - sp:subject | 251 | + sp:expression |
| 252 | - [ sp:varName "presPore"^^xsd:string | 252 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 253 | - ] | 253 | + sp:arg1 _:b40 |
| 254 | - ] [ sp:object | 254 | + ] ; |
| 255 | - [ sp:varName "realPressure"^^xsd:string | 255 | + sp:variable _:b19 |
| 256 | - ] ; | 256 | + ] [ rdf:type sp:Bind ; |
| 257 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 257 | + sp:expression |
| 258 | - sp:subject | 258 | + [ rdf:type ep-spin-lib:selectPressureScale ; |
| 259 | - [ sp:varName "presPore"^^xsd:string | 259 | + sp:arg1 _:b37 |
| 260 | - ] | 260 | + ] ; |
| 261 | - ] [ sp:object | 261 | + sp:variable _:b12 |
| 262 | - [ sp:varName "goodSeal"^^xsd:string | 262 | + ] [ rdf:type sp:Bind ; |
| 263 | - ] ; | 263 | + sp:expression |
| 264 | - sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ; | 264 | + [ rdf:type ep-spin-lib:selectVolumeScale ; |
| 265 | - sp:subject | 265 | + sp:arg1 _:b45 |
| 266 | - [ sp:varName "formTestInfo"^^xsd:string | 266 | + ] ; |
| 267 | - ] | 267 | + sp:variable _:b27 |
| 268 | - ] [ sp:object | 268 | + ] [ rdf:type sp:Bind ; |
| 269 | - [ sp:varName "mdSample"^^xsd:string | 269 | + sp:expression |
| 270 | - ] ; | 270 | + [ rdf:type ep-spin-lib:selectDensityScale ; |
| 271 | - sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ; | 271 | + sp:arg1 _:b43 |
| 272 | - sp:subject | 272 | + ] ; |
| 273 | - [ sp:varName "formTestInfo"^^xsd:string | 273 | + sp:variable _:b24 |
| 274 | - ] | 274 | + ] [ rdf:type sp:Bind ; |
| 275 | - ] [ sp:object | 275 | + sp:expression |
| 276 | - [ sp:varName "uomMdSample"^^xsd:string | 276 | + [ rdf:type rhspin:wellBoreByName ; |
| 277 | - ] ; | 277 | + sp:arg1 [ rdf:type xsd:string ; |
| 278 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 278 | + sp:arg1 _:b29 |
| 279 | - sp:subject | 279 | + ] |
| 280 | - [ sp:varName "mdSample"^^xsd:string | 280 | + ] ; |
| 281 | - ] | 281 | + sp:variable _:b5 |
| 282 | - ] [ sp:object | 282 | + ]) |
| 283 | - [ sp:varName "realMdSample"^^xsd:string | 283 | + ] . |
| 284 | - ] ; | 284 | + |
| 285 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 285 | +_:b5 sp:varName "wellBore"^^xsd:string . |
| 286 | - sp:subject | 286 | + |
| 287 | - [ sp:varName "mdSample"^^xsd:string | 287 | +_:b24 |
| 288 | - ] | 288 | + sp:varName "densityScale"^^xsd:string . |
| 289 | - ] [ sp:object | 289 | + |
| 290 | - [ sp:varName "enumDominateComponent"^^xsd:string | 290 | +_:b27 |
| 291 | - ] ; | 291 | + sp:varName "volumeScale"^^xsd:string . |
| 292 | - sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ; | 292 | + |
| 293 | - sp:subject | 293 | +_:b12 |
| 294 | - [ sp:varName "formTestInfo"^^xsd:string | 294 | + sp:varName "pressureScale"^^xsd:string . |
| 295 | - ] | 295 | + |
| 296 | - ] [ sp:object | 296 | +_:b19 |
| 297 | - [ sp:varName "densityHC"^^xsd:string | 297 | + sp:varName "lengthScaleMdSample"^^xsd:string . |
| 298 | - ] ; | 298 | + |
| 299 | - sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ; | 299 | +_:b15 |
| 300 | - sp:subject | 300 | + sp:varName "lengthScaleTvd"^^xsd:string . |
| 301 | - [ sp:varName "formTestInfo"^^xsd:string | 301 | + |
| 302 | - ] | 302 | +_:b9 sp:varName "lengthScaleMd"^^xsd:string . |
| 303 | - ] [ sp:object | 303 | + |
| 304 | - [ sp:varName "uomDensity"^^xsd:string | 304 | +_:b16 |
| 305 | - ] ; | 305 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . |
| 306 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 306 | + |
| 307 | - sp:subject | 307 | +_:b21 |
| 308 | - [ sp:varName "densityHC"^^xsd:string | 308 | + sp:varName "componentType"^^xsd:string . |
| 309 | - ] | 309 | + |
| 310 | - ] [ sp:object | 310 | +_:b1 sp:varName "wirelineFormationTest"^^xsd:string . |
| 311 | - [ sp:varName "realDensity"^^xsd:string | 311 | + |
| 312 | - ] ; | 312 | +_:b47 |
| 313 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 313 | + sp:varName "localname"^^xsd:string . |
| 314 | - sp:subject | 314 | + |
| 315 | - [ sp:varName "densityHC"^^xsd:string | 315 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 316 | - ] | 316 | + |
| 317 | - ] [ sp:object | 317 | +_:b46 |
| 318 | - [ sp:varName "volumeSample"^^xsd:string | 318 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 319 | - ] ; | 319 | + |
| 320 | - sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ; | 320 | +_:b28 |
| 321 | - sp:subject | 321 | + sp:varName "description"^^xsd:string . |
| 322 | - [ sp:varName "formTestInfo"^^xsd:string | 322 | + |
| 323 | - ] | 323 | +_:b26 |
| 324 | - ] [ sp:object | 324 | + sp:varName "realVolume"^^xsd:string . |
| 325 | - [ sp:varName "uomVolume"^^xsd:string | 325 | + |
| 326 | - ] ; | 326 | +_:b45 |
| 327 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 327 | + sp:varName "uomVolume"^^xsd:string . |
| 328 | - sp:subject | 328 | + |
| 329 | - [ sp:varName "volumeSample"^^xsd:string | 329 | +_:b44 |
| 330 | - ] | 330 | + sp:varName "volumeSample"^^xsd:string . |
| 331 | - ] [ sp:object | 331 | + |
| 332 | - [ sp:varName "realVolume"^^xsd:string | 332 | +_:b23 |
| 333 | - ] ; | 333 | + sp:varName "realDensity"^^xsd:string . |
| 334 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 334 | + |
| 335 | - sp:subject | 335 | +_:b43 |
| 336 | - [ sp:varName "volumeSample"^^xsd:string | 336 | + sp:varName "uomDensity"^^xsd:string . |
| 337 | - ] | 337 | + |
| 338 | - ] [ sp:object | 338 | +_:b42 |
| 339 | - [ sp:varName "description"^^xsd:string | 339 | + sp:varName "densityHC"^^xsd:string . |
| 340 | - ] ; | 340 | + |
| 341 | - sp:predicate <http://www.witsml.org/schemas/1series#description> ; | 341 | +_:b41 |
| 342 | - sp:subject | 342 | + sp:varName "enumDominateComponent"^^xsd:string . |
| 343 | - [ sp:varName "formTestInfo"^^xsd:string | 343 | + |
| 344 | - ] | 344 | +_:b18 |
| 345 | - ] [ rdf:type sp:Bind ; | 345 | + sp:varName "realMdSample"^^xsd:string . |
| 346 | - sp:expression | 346 | + |
| 347 | - [ rdf:type ep-spin-lib:normalizeString ; | 347 | +_:b40 |
| 348 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 348 | + sp:varName "uomMdSample"^^xsd:string . |
| 349 | - ] | 349 | + |
| 350 | - ] ; | 350 | +_:b39 |
| 351 | - sp:variable | 351 | + sp:varName "mdSample"^^xsd:string . |
| 352 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 352 | + |
| 353 | - ] | 353 | +_:b38 |
| 354 | - ] [ rdf:type sp:Bind ; | 354 | + sp:varName "goodSeal"^^xsd:string . |
| 355 | - sp:expression | 355 | + |
| 356 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 356 | +_:b11 |
| 357 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 357 | + sp:varName "realPressure"^^xsd:string . |
| 358 | - ] ; | 358 | + |
| 359 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 359 | +_:b37 |
| 360 | - ] | 360 | + sp:varName "uomPressure"^^xsd:string . |
| 361 | - ] ; | 361 | + |
| 362 | - sp:variable | 362 | +_:b36 |
| 363 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 363 | + sp:varName "presPore"^^xsd:string . |
| 364 | - ] | 364 | + |
| 365 | - ] [ rdf:type sp:Bind ; | 365 | +_:b14 |
| 366 | - sp:expression | 366 | + sp:varName "realTvd"^^xsd:string . |
| 367 | - [ rdf:type afn:localname ; | 367 | + |
| 368 | - sp:arg1 [ sp:varName "formTestInfo"^^xsd:string | 368 | +_:b35 |
| 369 | - ] | 369 | + sp:varName "uomTvd"^^xsd:string . |
| 370 | - ] ; | 370 | + |
| 371 | - sp:variable | 371 | +_:b34 |
| 372 | - [ sp:varName "localname"^^xsd:string | 372 | + sp:varName "tvd"^^xsd:string . |
| 373 | - ] | 373 | + |
| 374 | - ] [ rdf:type sp:Bind ; | 374 | +_:b8 sp:varName "realMd"^^xsd:string . |
| 375 | - sp:expression | 375 | + |
| 376 | - [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; | 376 | +_:b33 |
| 377 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 377 | + sp:varName "uomMd"^^xsd:string . |
| 378 | - ] ; | 378 | + |
| 379 | - sp:arg2 [ sp:varName "localname"^^xsd:string | 379 | +_:b32 |
| 380 | - ] | 380 | + sp:varName "md"^^xsd:string . |
| 381 | - ] ; | 381 | + |
| 382 | - sp:variable | 382 | +_:b6 sp:varName "dTimWirelineFormationTest"^^xsd:string . |
| 383 | - [ sp:varName "wirelineFormationTest"^^xsd:string | 383 | + |
| 384 | - ] | 384 | +_:b31 |
| 385 | - ] [ rdf:type sp:Bind ; | 385 | + sp:varName "formTestInfo"^^xsd:string . |
| 386 | - sp:expression | 386 | + |
| 387 | - [ rdf:type ep-spin-lib:selectComponentType ; | 387 | +_:b30 |
| 388 | - sp:arg1 [ sp:varName "enumDominateComponent"^^xsd:string | 388 | + sp:varName "dTimStart"^^xsd:string . |
| 389 | - ] | 389 | + |
| 390 | - ] ; | 390 | +_:b29 |
| 391 | - sp:variable | 391 | + sp:varName "nameWellBore"^^xsd:string . |
| 392 | - [ sp:varName "componentType"^^xsd:string | ||
| 393 | - ] | ||
| 394 | - ] [ rdf:type sp:Bind ; | ||
| 395 | - sp:expression | ||
| 396 | - [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; | ||
| 397 | - sp:arg1 [ sp:varName "goodSeal"^^xsd:string | ||
| 398 | - ] | ||
| 399 | - ] ; | ||
| 400 | - sp:variable | ||
| 401 | - [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string | ||
| 402 | - ] | ||
| 403 | - ] [ rdf:type sp:Bind ; | ||
| 404 | - sp:expression | ||
| 405 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 406 | - sp:arg1 [ sp:varName "uomMd"^^xsd:string | ||
| 407 | - ] | ||
| 408 | - ] ; | ||
| 409 | - sp:variable | ||
| 410 | - [ sp:varName "lengthScaleMd"^^xsd:string | ||
| 411 | - ] | ||
| 412 | - ] [ rdf:type sp:Bind ; | ||
| 413 | - sp:expression | ||
| 414 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 415 | - sp:arg1 [ sp:varName "uomTvd"^^xsd:string | ||
| 416 | - ] | ||
| 417 | - ] ; | ||
| 418 | - sp:variable | ||
| 419 | - [ sp:varName "lengthScaleTvd"^^xsd:string | ||
| 420 | - ] | ||
| 421 | - ] [ rdf:type sp:Bind ; | ||
| 422 | - sp:expression | ||
| 423 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 424 | - sp:arg1 [ sp:varName "uomMdSample"^^xsd:string | ||
| 425 | - ] | ||
| 426 | - ] ; | ||
| 427 | - sp:variable | ||
| 428 | - [ sp:varName "lengthScaleMdSample"^^xsd:string | ||
| 429 | - ] | ||
| 430 | - ] [ rdf:type sp:Bind ; | ||
| 431 | - sp:expression | ||
| 432 | - [ rdf:type ep-spin-lib:selectPressureScale ; | ||
| 433 | - sp:arg1 [ sp:varName "uomPressure"^^xsd:string | ||
| 434 | - ] | ||
| 435 | - ] ; | ||
| 436 | - sp:variable | ||
| 437 | - [ sp:varName "pressureScale"^^xsd:string | ||
| 438 | - ] | ||
| 439 | - ] [ rdf:type sp:Bind ; | ||
| 440 | - sp:expression | ||
| 441 | - [ rdf:type ep-spin-lib:selectVolumeScale ; | ||
| 442 | - sp:arg1 [ sp:varName "uomVolume"^^xsd:string | ||
| 443 | - ] | ||
| 444 | - ] ; | ||
| 445 | - sp:variable | ||
| 446 | - [ sp:varName "volumeScale"^^xsd:string | ||
| 447 | - ] | ||
| 448 | - ] [ rdf:type sp:Bind ; | ||
| 449 | - sp:expression | ||
| 450 | - [ rdf:type ep-spin-lib:selectDensityScale ; | ||
| 451 | - sp:arg1 [ sp:varName "uomDensity"^^xsd:string | ||
| 452 | - ] | ||
| 453 | - ] ; | ||
| 454 | - sp:variable | ||
| 455 | - [ sp:varName "densityScale"^^xsd:string | ||
| 456 | - ] | ||
| 457 | - ]) | ||
| 458 | - ] . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | 1 | +# Saved by TopBraid on Fri Oct 28 14:48:47 BST 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.witsml.org/schemas/1series |
| 5 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 6 | -# imports: http://www.witsml.org/schemas/1series | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 7 | - | 7 | +# imports: http://spinrdf.org/spin |
| 8 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | 8 | + |
| 9 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . |
| 10 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 14 | -@prefix sp: <http://spinrdf.org/sp#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 15 | -@prefix spin: <http://spinrdf.org/spin#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 16 | -@prefix spl: <http://spinrdf.org/spl#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 18 | - | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 19 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 20 | - rdf:type owl:Ontology ; | 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 21 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 21 | + |
| 22 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> |
| 23 | - | 23 | + rdf:type owl:Ontology ; |
| 24 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 24 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 25 | - spin:rule | 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | - [ rdf:type sp:Construct ; | 26 | + |
| 27 | - rdfs:comment "STEP 270 Gas reading"^^xsd:string ; | 27 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 28 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ; | 28 | + spin:rule |
| 29 | - sp:predicate rdf:type ; | 29 | + [ rdf:type sp:Construct ; |
| 30 | - sp:subject | 30 | + rdfs:comment "STEP 270 Gas reading"^^xsd:string ; |
| 31 | - [ sp:varName "gasReading"^^xsd:string | 31 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ; |
| 32 | - ] | 32 | + sp:predicate rdf:type ; |
| 33 | - ] [ sp:object | 33 | + sp:subject _:b1 |
| 34 | - [ sp:varName "gasReading"^^xsd:string | 34 | + ] [ sp:object _:b1 ; |
| 35 | - ] ; | 35 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 36 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 36 | + sp:subject _:b2 |
| 37 | - sp:subject | 37 | + ] [ sp:object _:b3 ; |
| 38 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 39 | - ] | 39 | + sp:subject _:b1 |
| 40 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 41 | - sp:predicate rdf:type ; | 41 | + sp:predicate rdf:type ; |
| 42 | - sp:subject _:b1 | 42 | + sp:subject _:b3 |
| 43 | - ] [ sp:object | 43 | + ] [ sp:object _:b4 ; |
| 44 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 45 | - ] ; | 45 | + sp:subject _:b3 |
| 46 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 46 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 47 | - sp:subject _:b1 | 47 | + sp:predicate rdf:type ; |
| 48 | - ] [ sp:object _:b1 ; | 48 | + sp:subject _:b4 |
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 49 | + ] [ sp:object _:b5 ; |
| 50 | - sp:subject | 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 51 | - [ sp:varName "gasReading"^^xsd:string | 51 | + sp:subject _:b4 |
| 52 | - ] | 52 | + ] [ sp:object _:b6 ; |
| 53 | - ] [ sp:object | 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 54 | - [ sp:varName "dTim"^^xsd:string | 54 | + sp:subject _:b1 |
| 55 | - ] ; | 55 | + ] [ sp:object _:b7 ; |
| 56 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 56 | + sp:predicate rdf:type ; |
| 57 | - sp:subject | 57 | + sp:subject _:b1 |
| 58 | - [ sp:varName "gasReading"^^xsd:string | 58 | + ] [ sp:object _:b8 ; |
| 59 | - ] | 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 60 | - ] [ sp:object | 60 | + sp:subject _:b4 |
| 61 | - [ sp:varName "gasReadingType"^^xsd:string | 61 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 62 | - ] ; | 62 | + sp:predicate rdf:type ; |
| 63 | - sp:predicate rdf:type ; | 63 | + sp:subject _:b8 |
| 64 | - sp:subject | 64 | + ] [ sp:object _:b9 ; |
| 65 | - [ sp:varName "gasReading"^^xsd:string | 65 | + sp:predicate _:b10 ; |
| 66 | - ] | 66 | + sp:subject _:b8 |
| 67 | - ] [ sp:object _:b2 ; | 67 | + ] [ sp:object _:b11 ; |
| 68 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 68 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 69 | - sp:subject _:b1 | 69 | + sp:subject _:b4 |
| 70 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 70 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 71 | - sp:predicate rdf:type ; | 71 | + sp:predicate rdf:type ; |
| 72 | - sp:subject _:b2 | 72 | + sp:subject _:b11 |
| 73 | - ] [ sp:object | 73 | + ] [ sp:object _:b12 ; |
| 74 | - [ sp:varName "realMdTop"^^xsd:string | 74 | + sp:predicate _:b13 ; |
| 75 | - ] ; | 75 | + sp:subject _:b11 |
| 76 | - sp:predicate | 76 | + ] [ sp:object _:b14 ; |
| 77 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 77 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 78 | - ] ; | 78 | + sp:subject _:b4 |
| 79 | - sp:subject _:b2 | 79 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 80 | - ] [ sp:object _:b3 ; | 80 | + sp:predicate rdf:type ; |
| 81 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 81 | + sp:subject _:b14 |
| 82 | - sp:subject _:b1 | 82 | + ] [ sp:object _:b15 ; |
| 83 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 83 | + sp:predicate _:b16 ; |
| 84 | - sp:predicate rdf:type ; | 84 | + sp:subject _:b14 |
| 85 | - sp:subject _:b3 | 85 | + ] [ sp:object _:b17 ; |
| 86 | - ] [ sp:object | 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 87 | - [ sp:varName "realTvdTop"^^xsd:string | 87 | + sp:subject _:b4 |
| 88 | - ] ; | 88 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 89 | - sp:predicate | 89 | + sp:predicate rdf:type ; |
| 90 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | 90 | + sp:subject _:b17 |
| 91 | - ] ; | 91 | + ] [ sp:object _:b18 ; |
| 92 | - sp:subject _:b3 | 92 | + sp:predicate _:b19 ; |
| 93 | - ] [ sp:object _:b4 ; | 93 | + sp:subject _:b17 |
| 94 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 94 | + ] [ sp:object _:b20 ; |
| 95 | - sp:subject _:b1 | 95 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; |
| 96 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 96 | + sp:subject _:b3 |
| 97 | - sp:predicate rdf:type ; | 97 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; |
| 98 | - sp:subject _:b4 | 98 | + sp:predicate rdf:type ; |
| 99 | - ] [ sp:object | 99 | + sp:subject _:b20 |
| 100 | - [ sp:varName "realMdBottom"^^xsd:string | 100 | + ] [ sp:object _:b21 ; |
| 101 | - ] ; | 101 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; |
| 102 | - sp:predicate | 102 | + sp:subject _:b20 |
| 103 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 103 | + ] [ sp:object _:b22 ; |
| 104 | - ] ; | 104 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; |
| 105 | - sp:subject _:b4 | 105 | + sp:subject _:b20 |
| 106 | - ] [ sp:object _:b5 ; | 106 | + ] [ sp:object _:b23 ; |
| 107 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 107 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 108 | - sp:subject _:b1 | 108 | + sp:subject _:b20 |
| 109 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 109 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; |
| 110 | - sp:predicate rdf:type ; | 110 | + sp:predicate rdf:type ; |
| 111 | - sp:subject _:b5 | 111 | + sp:subject _:b23 |
| 112 | - ] [ sp:object | 112 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 113 | - [ sp:varName "realTvdBottom"^^xsd:string | 113 | + sp:predicate rdf:type ; |
| 114 | - ] ; | 114 | + sp:subject _:b21 |
| 115 | - sp:predicate | 115 | + ] [ sp:object _:b24 ; |
| 116 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | 116 | + sp:predicate _:b25 ; |
| 117 | - ] ; | 117 | + sp:subject _:b21 |
| 118 | - sp:subject _:b5 | 118 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 119 | - ] [ sp:object _:b6 ; | 119 | + sp:predicate rdf:type ; |
| 120 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 120 | + sp:subject _:b22 |
| 121 | - sp:subject _:b1 | 121 | + ] [ sp:object _:b26 ; |
| 122 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 122 | + sp:predicate _:b27 ; |
| 123 | - sp:predicate rdf:type ; | 123 | + sp:subject _:b22 |
| 124 | - sp:subject _:b6 | 124 | + ] [ sp:object _:b28 ; |
| 125 | - ] [ sp:object _:b7 ; | 125 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; |
| 126 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; | 126 | + sp:subject _:b23 |
| 127 | - sp:subject _:b6 | 127 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 128 | - ] [ sp:object _:b8 ; | 128 | + sp:predicate rdf:type ; |
| 129 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; | 129 | + sp:subject _:b28 |
| 130 | - sp:subject _:b6 | 130 | + ] [ sp:object _:b29 ; |
| 131 | - ] [ sp:object _:b9 ; | 131 | + sp:predicate _:b30 ; |
| 132 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 132 | + sp:subject _:b28 |
| 133 | - sp:subject _:b6 | 133 | + ] [ sp:object _:b31 ; |
| 134 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | 134 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; |
| 135 | - sp:predicate rdf:type ; | 135 | + sp:subject _:b23 |
| 136 | - sp:subject _:b9 | 136 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 137 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 137 | + sp:predicate rdf:type ; |
| 138 | - sp:predicate rdf:type ; | 138 | + sp:subject _:b31 |
| 139 | - sp:subject _:b7 | 139 | + ] [ sp:object _:b32 ; |
| 140 | - ] [ sp:object | 140 | + sp:predicate _:b33 ; |
| 141 | - [ sp:varName "realGasHigh"^^xsd:string | 141 | + sp:subject _:b31 |
| 142 | - ] ; | 142 | + ] [ sp:object _:b34 ; |
| 143 | - sp:predicate | 143 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; |
| 144 | - [ sp:varName "concentrationScaleGasHigh"^^xsd:string | 144 | + sp:subject _:b23 |
| 145 | - ] ; | 145 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 146 | - sp:subject _:b7 | 146 | + sp:predicate rdf:type ; |
| 147 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 147 | + sp:subject _:b34 |
| 148 | - sp:predicate rdf:type ; | 148 | + ] [ sp:object _:b35 ; |
| 149 | - sp:subject _:b8 | 149 | + sp:predicate _:b36 ; |
| 150 | - ] [ sp:object | 150 | + sp:subject _:b34 |
| 151 | - [ sp:varName "realGasLow"^^xsd:string | 151 | + ] [ sp:object _:b37 ; |
| 152 | - ] ; | 152 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; |
| 153 | - sp:predicate | 153 | + sp:subject _:b23 |
| 154 | - [ sp:varName "concentrationScaleGasLow"^^xsd:string | 154 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 155 | - ] ; | 155 | + sp:predicate rdf:type ; |
| 156 | - sp:subject _:b8 | 156 | + sp:subject _:b37 |
| 157 | - ] [ sp:object _:b10 ; | 157 | + ] [ sp:object _:b38 ; |
| 158 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; | 158 | + sp:predicate _:b39 ; |
| 159 | - sp:subject _:b9 | 159 | + sp:subject _:b37 |
| 160 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 160 | + ] [ sp:object _:b40 ; |
| 161 | - sp:predicate rdf:type ; | 161 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; |
| 162 | - sp:subject _:b10 | 162 | + sp:subject _:b23 |
| 163 | - ] [ sp:object | 163 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 164 | - [ sp:varName "realMeth"^^xsd:string | 164 | + sp:predicate rdf:type ; |
| 165 | - ] ; | 165 | + sp:subject _:b40 |
| 166 | - sp:predicate | 166 | + ] [ sp:object _:b41 ; |
| 167 | - [ sp:varName "concentrationScaleMeth"^^xsd:string | 167 | + sp:predicate _:b42 ; |
| 168 | - ] ; | 168 | + sp:subject _:b40 |
| 169 | - sp:subject _:b10 | 169 | + ] [ sp:object _:b43 ; |
| 170 | - ] [ sp:object _:b11 ; | 170 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; |
| 171 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; | 171 | + sp:subject _:b23 |
| 172 | - sp:subject _:b9 | 172 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
| 173 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 173 | + sp:predicate rdf:type ; |
| 174 | - sp:predicate rdf:type ; | 174 | + sp:subject _:b43 |
| 175 | - sp:subject _:b11 | 175 | + ] [ sp:object _:b44 ; |
| 176 | - ] [ sp:object | 176 | + sp:predicate _:b45 ; |
| 177 | - [ sp:varName "realEth"^^xsd:string | 177 | + sp:subject _:b43 |
| 178 | - ] ; | 178 | + ]) ; |
| 179 | - sp:predicate | 179 | + sp:where ([ sp:object _:b46 ; |
| 180 | - [ sp:varName "concentrationScaleEth"^^xsd:string | 180 | + sp:predicate ep-spin-lib:nameWellbore ; |
| 181 | - ] ; | 181 | + sp:subject spin:_this |
| 182 | - sp:subject _:b11 | 182 | + ] [ sp:object _:b47 ; |
| 183 | - ] [ sp:object _:b12 ; | 183 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 184 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; | 184 | + sp:subject spin:_this |
| 185 | - sp:subject _:b9 | 185 | + ] [ sp:object _:b48 ; |
| 186 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 186 | + sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ; |
| 187 | - sp:predicate rdf:type ; | 187 | + sp:subject spin:_this |
| 188 | - sp:subject _:b12 | 188 | + ] [ sp:object _:b49 ; |
| 189 | - ] [ sp:object | 189 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 190 | - [ sp:varName "realProp"^^xsd:string | 190 | + sp:subject _:b48 |
| 191 | - ] ; | 191 | + ] [ sp:object _:b50 ; |
| 192 | - sp:predicate | 192 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 193 | - [ sp:varName "concentrationScaleProp"^^xsd:string | 193 | + sp:subject _:b49 |
| 194 | - ] ; | 194 | + ] [ sp:object _:b9 ; |
| 195 | - sp:subject _:b12 | 195 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 196 | - ] [ sp:object _:b13 ; | 196 | + sp:subject _:b49 |
| 197 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; | 197 | + ] [ sp:object _:b51 ; |
| 198 | - sp:subject _:b9 | 198 | + sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ; |
| 199 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 199 | + sp:subject _:b48 |
| 200 | - sp:predicate rdf:type ; | 200 | + ] [ sp:object _:b52 ; |
| 201 | - sp:subject _:b13 | 201 | + sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ; |
| 202 | - ] [ sp:object | 202 | + sp:subject _:b48 |
| 203 | - [ sp:varName "realIbut"^^xsd:string | 203 | + ] [ sp:object _:b53 ; |
| 204 | - ] ; | 204 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 205 | - sp:predicate | 205 | + sp:subject _:b52 |
| 206 | - [ sp:varName "concentrationScaleIbut"^^xsd:string | 206 | + ] [ sp:object _:b24 ; |
| 207 | - ] ; | 207 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 208 | - sp:subject _:b13 | 208 | + sp:subject _:b52 |
| 209 | - ] [ sp:object _:b14 ; | 209 | + ] [ rdf:type sp:Optional ; |
| 210 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; | 210 | + sp:elements ([ sp:object _:b6 ; |
| 211 | - sp:subject _:b9 | 211 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 212 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 212 | + sp:subject _:b48 |
| 213 | - sp:predicate rdf:type ; | 213 | + ]) |
| 214 | - sp:subject _:b14 | 214 | + ] [ rdf:type sp:Optional ; |
| 215 | - ] [ sp:object | 215 | + sp:elements ([ sp:object _:b54 ; |
| 216 | - [ sp:varName "realNbut"^^xsd:string | 216 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
| 217 | - ] ; | 217 | + sp:subject _:b48 |
| 218 | - sp:predicate | 218 | + ] [ sp:object _:b55 ; |
| 219 | - [ sp:varName "concentrationScaleNbut"^^xsd:string | 219 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 220 | - ] ; | 220 | + sp:subject _:b54 |
| 221 | - sp:subject _:b14 | 221 | + ] [ sp:object _:b15 ; |
| 222 | - ] [ sp:object _:b15 ; | 222 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 223 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; | 223 | + sp:subject _:b54 |
| 224 | - sp:subject _:b9 | 224 | + ]) |
| 225 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 225 | + ] [ rdf:type sp:Optional ; |
| 226 | - sp:predicate rdf:type ; | 226 | + sp:elements ([ sp:object _:b56 ; |
| 227 | - sp:subject _:b15 | 227 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
| 228 | - ] [ sp:object | 228 | + sp:subject _:b48 |
| 229 | - [ sp:varName "realIpent"^^xsd:string | 229 | + ] [ sp:object _:b57 ; |
| 230 | - ] ; | 230 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 231 | - sp:predicate | 231 | + sp:subject _:b56 |
| 232 | - [ sp:varName "concentrationScaleIpent"^^xsd:string | 232 | + ] [ sp:object _:b12 ; |
| 233 | - ] ; | 233 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 234 | - sp:subject _:b15 | 234 | + sp:subject _:b56 |
| 235 | - ]) ; | 235 | + ]) |
| 236 | - sp:where ([ sp:object | 236 | + ] [ rdf:type sp:Optional ; |
| 237 | - [ sp:varName "nameWellBore"^^xsd:string | 237 | + sp:elements ([ sp:object _:b58 ; |
| 238 | - ] ; | 238 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
| 239 | - sp:predicate ep-spin-lib:nameWellbore ; | 239 | + sp:subject _:b48 |
| 240 | - sp:subject spin:_this | 240 | + ] [ sp:object _:b59 ; |
| 241 | - ] [ sp:object | 241 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 242 | - [ sp:varName "dTimStart"^^xsd:string | 242 | + sp:subject _:b58 |
| 243 | - ] ; | 243 | + ] [ sp:object _:b18 ; |
| 244 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 244 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 245 | - sp:subject spin:_this | 245 | + sp:subject _:b58 |
| 246 | - ] [ sp:object | 246 | + ]) |
| 247 | - [ sp:varName "gasReadingInfo"^^xsd:string | 247 | + ] [ rdf:type sp:Optional ; |
| 248 | - ] ; | 248 | + sp:elements ([ sp:object _:b60 ; |
| 249 | - sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ; | 249 | + sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ; |
| 250 | - sp:subject spin:_this | 250 | + sp:subject _:b48 |
| 251 | - ] [ sp:object | 251 | + ] [ sp:object _:b61 ; |
| 252 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 252 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 253 | - ] ; | 253 | + sp:subject _:b60 |
| 254 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 254 | + ] [ sp:object _:b26 ; |
| 255 | - sp:subject | 255 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 256 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 256 | + sp:subject _:b60 |
| 257 | - ] | 257 | + ]) |
| 258 | - ] [ sp:object | 258 | + ] [ rdf:type sp:Optional ; |
| 259 | - [ sp:varName "mdTop"^^xsd:string | 259 | + sp:elements ([ sp:object _:b62 ; |
| 260 | - ] ; | 260 | + sp:predicate <http://www.witsml.org/schemas/1series#methRef> ; |
| 261 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | 261 | + sp:subject _:b48 |
| 262 | - sp:subject | 262 | + ] [ sp:object _:b63 ; |
| 263 | - [ sp:varName "gasReadingInfo"^^xsd:string | 263 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 264 | - ] | 264 | + sp:subject _:b62 |
| 265 | - ] [ sp:object | 265 | + ] [ sp:object _:b29 ; |
| 266 | - [ sp:varName "uomMdTop"^^xsd:string | 266 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 267 | - ] ; | 267 | + sp:subject _:b62 |
| 268 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 268 | + ]) |
| 269 | - sp:subject | 269 | + ] [ rdf:type sp:Optional ; |
| 270 | - [ sp:varName "mdTop"^^xsd:string | 270 | + sp:elements ([ sp:object _:b64 ; |
| 271 | - ] | 271 | + sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ; |
| 272 | - ] [ sp:object | 272 | + sp:subject _:b48 |
| 273 | - [ sp:varName "realMdTop"^^xsd:string | 273 | + ] [ sp:object _:b65 ; |
| 274 | - ] ; | 274 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 275 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 275 | + sp:subject _:b64 |
| 276 | - sp:subject | 276 | + ] [ sp:object _:b32 ; |
| 277 | - [ sp:varName "mdTop"^^xsd:string | 277 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 278 | - ] | 278 | + sp:subject _:b64 |
| 279 | - ] [ sp:object | 279 | + ]) |
| 280 | - [ sp:varName "readingType"^^xsd:string | 280 | + ] [ rdf:type sp:Optional ; |
| 281 | - ] ; | 281 | + sp:elements ([ sp:object _:b66 ; |
| 282 | - sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ; | 282 | + sp:predicate <http://www.witsml.org/schemas/1series#propRef> ; |
| 283 | - sp:subject | 283 | + sp:subject _:b48 |
| 284 | - [ sp:varName "gasReadingInfo"^^xsd:string | 284 | + ] [ sp:object _:b67 ; |
| 285 | - ] | 285 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 286 | - ] [ sp:object | 286 | + sp:subject _:b66 |
| 287 | - [ sp:varName "gasHigh"^^xsd:string | 287 | + ] [ sp:object _:b35 ; |
| 288 | - ] ; | 288 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 289 | - sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ; | 289 | + sp:subject _:b66 |
| 290 | - sp:subject | 290 | + ]) |
| 291 | - [ sp:varName "gasReadingInfo"^^xsd:string | 291 | + ] [ rdf:type sp:Optional ; |
| 292 | - ] | 292 | + sp:elements ([ sp:object _:b68 ; |
| 293 | - ] [ sp:object | 293 | + sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ; |
| 294 | - [ sp:varName "uomGasHigh"^^xsd:string | 294 | + sp:subject _:b48 |
| 295 | - ] ; | 295 | + ] [ sp:object _:b69 ; |
| 296 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 296 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 297 | - sp:subject | 297 | + sp:subject _:b68 |
| 298 | - [ sp:varName "gasHigh"^^xsd:string | 298 | + ] [ sp:object _:b38 ; |
| 299 | - ] | 299 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 300 | - ] [ sp:object | 300 | + sp:subject _:b68 |
| 301 | - [ sp:varName "realGasHigh"^^xsd:string | 301 | + ]) |
| 302 | - ] ; | 302 | + ] [ rdf:type sp:Optional ; |
| 303 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 303 | + sp:elements ([ sp:object _:b70 ; |
| 304 | - sp:subject | 304 | + sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ; |
| 305 | - [ sp:varName "gasHigh"^^xsd:string | 305 | + sp:subject _:b48 |
| 306 | - ] | 306 | + ] [ sp:object _:b71 ; |
| 307 | - ] [ rdf:type sp:Optional ; | 307 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 308 | - sp:elements ([ sp:object | 308 | + sp:subject _:b70 |
| 309 | - [ sp:varName "dTim"^^xsd:string | 309 | + ] [ sp:object _:b41 ; |
| 310 | - ] ; | 310 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 311 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 311 | + sp:subject _:b70 |
| 312 | - sp:subject | 312 | + ]) |
| 313 | - [ sp:varName "gasReadingInfo"^^xsd:string | 313 | + ] [ rdf:type sp:Optional ; |
| 314 | - ] | 314 | + sp:elements ([ sp:object _:b72 ; |
| 315 | - ]) | 315 | + sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ; |
| 316 | - ] [ rdf:type sp:Optional ; | 316 | + sp:subject _:b48 |
| 317 | - sp:elements ([ sp:object | 317 | + ] [ sp:object _:b73 ; |
| 318 | - [ sp:varName "mdBottom"^^xsd:string | 318 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 319 | - ] ; | 319 | + sp:subject _:b72 |
| 320 | - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | 320 | + ] [ sp:object _:b44 ; |
| 321 | - sp:subject | 321 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 322 | - [ sp:varName "gasReadingInfo"^^xsd:string | 322 | + sp:subject _:b72 |
| 323 | - ] | 323 | + ]) |
| 324 | - ] [ sp:object | 324 | + ] [ rdf:type sp:Bind ; |
| 325 | - [ sp:varName "uomMdBottom"^^xsd:string | 325 | + sp:expression |
| 326 | - ] ; | 326 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 327 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 327 | + sp:arg1 _:b46 |
| 328 | - sp:subject | 328 | + ] ; |
| 329 | - [ sp:varName "mdBottom"^^xsd:string | 329 | + sp:variable _:b74 |
| 330 | - ] | 330 | + ] [ rdf:type sp:Bind ; |
| 331 | - ] [ sp:object | 331 | + sp:expression |
| 332 | - [ sp:varName "realMdBottom"^^xsd:string | 332 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 333 | - ] ; | 333 | + sp:arg1 _:b74 ; |
| 334 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 334 | + sp:arg2 _:b47 |
| 335 | - sp:subject | 335 | + ] ; |
| 336 | - [ sp:varName "mdBottom"^^xsd:string | 336 | + sp:variable _:b2 |
| 337 | - ] | 337 | + ] [ rdf:type sp:Bind ; |
| 338 | - ]) | 338 | + sp:expression |
| 339 | - ] [ rdf:type sp:Optional ; | 339 | + [ rdf:type afn:localname ; |
| 340 | - sp:elements ([ sp:object | 340 | + sp:arg1 _:b48 |
| 341 | - [ sp:varName "tvdTop"^^xsd:string | 341 | + ] ; |
| 342 | - ] ; | 342 | + sp:variable _:b75 |
| 343 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | 343 | + ] [ rdf:type sp:Bind ; |
| 344 | - sp:subject | 344 | + sp:expression |
| 345 | - [ sp:varName "gasReadingInfo"^^xsd:string | 345 | + [ rdf:type ep-spin-lib:buildGasReadingURI ; |
| 346 | - ] | 346 | + sp:arg1 _:b74 ; |
| 347 | - ] [ sp:object | 347 | + sp:arg2 _:b75 |
| 348 | - [ sp:varName "uomTvdTop"^^xsd:string | 348 | + ] ; |
| 349 | - ] ; | 349 | + sp:variable _:b1 |
| 350 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 350 | + ] [ rdf:type sp:Bind ; |
| 351 | - sp:subject | 351 | + sp:expression |
| 352 | - [ sp:varName "tvdTop"^^xsd:string | 352 | + [ rdf:type ep-spin-lib:selectGasReadingType ; |
| 353 | - ] | 353 | + sp:arg1 _:b51 |
| 354 | - ] [ sp:object | 354 | + ] ; |
| 355 | - [ sp:varName "realTvdTop"^^xsd:string | 355 | + sp:variable _:b7 |
| 356 | - ] ; | 356 | + ] [ rdf:type sp:Bind ; |
| 357 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 357 | + sp:expression |
| 358 | - sp:subject | 358 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 359 | - [ sp:varName "tvdTop"^^xsd:string | 359 | + sp:arg1 _:b50 |
| 360 | - ] | 360 | + ] ; |
| 361 | - ]) | 361 | + sp:variable _:b10 |
| 362 | - ] [ rdf:type sp:Optional ; | 362 | + ] [ rdf:type sp:Bind ; |
| 363 | - sp:elements ([ sp:object | 363 | + sp:expression |
| 364 | - [ sp:varName "tvdBottom"^^xsd:string | 364 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 365 | - ] ; | 365 | + sp:arg1 _:b57 |
| 366 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | 366 | + ] ; |
| 367 | - sp:subject | 367 | + sp:variable _:b13 |
| 368 | - [ sp:varName "gasReadingInfo"^^xsd:string | 368 | + ] [ rdf:type sp:Bind ; |
| 369 | - ] | 369 | + sp:expression |
| 370 | - ] [ sp:object | 370 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 371 | - [ sp:varName "uomTvdBottom"^^xsd:string | 371 | + sp:arg1 _:b55 |
| 372 | - ] ; | 372 | + ] ; |
| 373 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 373 | + sp:variable _:b16 |
| 374 | - sp:subject | 374 | + ] [ rdf:type sp:Bind ; |
| 375 | - [ sp:varName "tvdBottom"^^xsd:string | 375 | + sp:expression |
| 376 | - ] | 376 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 377 | - ] [ sp:object | 377 | + sp:arg1 _:b59 |
| 378 | - [ sp:varName "realTvdBottom"^^xsd:string | 378 | + ] ; |
| 379 | - ] ; | 379 | + sp:variable _:b19 |
| 380 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 380 | + ] [ rdf:type sp:Bind ; |
| 381 | - sp:subject | 381 | + sp:expression |
| 382 | - [ sp:varName "tvdBottom"^^xsd:string | 382 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 383 | - ] | 383 | + sp:arg1 _:b53 |
| 384 | - ]) | 384 | + ] ; |
| 385 | - ] [ rdf:type sp:Optional ; | 385 | + sp:variable _:b25 |
| 386 | - sp:elements ([ sp:object | 386 | + ] [ rdf:type sp:Bind ; |
| 387 | - [ sp:varName "gasLow"^^xsd:string | 387 | + sp:expression |
| 388 | - ] ; | 388 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 389 | - sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ; | 389 | + sp:arg1 _:b61 |
| 390 | - sp:subject | 390 | + ] ; |
| 391 | - [ sp:varName "gasReadingInfo"^^xsd:string | 391 | + sp:variable _:b27 |
| 392 | - ] | 392 | + ] [ rdf:type sp:Bind ; |
| 393 | - ] [ sp:object | 393 | + sp:expression |
| 394 | - [ sp:varName "uomGasLow"^^xsd:string | 394 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 395 | - ] ; | 395 | + sp:arg1 _:b63 |
| 396 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 396 | + ] ; |
| 397 | - sp:subject | 397 | + sp:variable _:b30 |
| 398 | - [ sp:varName "gasLow"^^xsd:string | 398 | + ] [ rdf:type sp:Bind ; |
| 399 | - ] | 399 | + sp:expression |
| 400 | - ] [ sp:object | 400 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 401 | - [ sp:varName "realGasLow"^^xsd:string | 401 | + sp:arg1 _:b65 |
| 402 | - ] ; | 402 | + ] ; |
| 403 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 403 | + sp:variable _:b33 |
| 404 | - sp:subject | 404 | + ] [ rdf:type sp:Bind ; |
| 405 | - [ sp:varName "gasLow"^^xsd:string | 405 | + sp:expression |
| 406 | - ] | 406 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 407 | - ]) | 407 | + sp:arg1 _:b67 |
| 408 | - ] [ rdf:type sp:Optional ; | 408 | + ] ; |
| 409 | - sp:elements ([ sp:object | 409 | + sp:variable _:b36 |
| 410 | - [ sp:varName "meth"^^xsd:string | 410 | + ] [ rdf:type sp:Bind ; |
| 411 | - ] ; | 411 | + sp:expression |
| 412 | - sp:predicate <http://www.witsml.org/schemas/1series#methRef> ; | 412 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 413 | - sp:subject | 413 | + sp:arg1 _:b69 |
| 414 | - [ sp:varName "gasReadingInfo"^^xsd:string | 414 | + ] ; |
| 415 | - ] | 415 | + sp:variable _:b39 |
| 416 | - ] [ sp:object | 416 | + ] [ rdf:type sp:Bind ; |
| 417 | - [ sp:varName "uomMeth"^^xsd:string | 417 | + sp:expression |
| 418 | - ] ; | 418 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 419 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 419 | + sp:arg1 _:b71 |
| 420 | - sp:subject | 420 | + ] ; |
| 421 | - [ sp:varName "meth"^^xsd:string | 421 | + sp:variable _:b42 |
| 422 | - ] | 422 | + ] [ rdf:type sp:Bind ; |
| 423 | - ] [ sp:object | 423 | + sp:expression |
| 424 | - [ sp:varName "realMeth"^^xsd:string | 424 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
| 425 | - ] ; | 425 | + sp:arg1 _:b73 |
| 426 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 426 | + ] ; |
| 427 | - sp:subject | 427 | + sp:variable _:b45 |
| 428 | - [ sp:varName "meth"^^xsd:string | 428 | + ] [ rdf:type sp:Bind ; |
| 429 | - ] | 429 | + sp:expression |
| 430 | - ]) | 430 | + [ rdf:type rhspin:wellBoreByName ; |
| 431 | - ] [ rdf:type sp:Optional ; | 431 | + arg:wellBoreName |
| 432 | - sp:elements ([ sp:object | 432 | + [ rdf:type xsd:string ; |
| 433 | - [ sp:varName "eth"^^xsd:string | 433 | + sp:arg1 _:b46 |
| 434 | - ] ; | 434 | + ] |
| 435 | - sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ; | 435 | + ] ; |
| 436 | - sp:subject | 436 | + sp:variable _:b5 |
| 437 | - [ sp:varName "gasReadingInfo"^^xsd:string | 437 | + ]) |
| 438 | - ] | 438 | + ] . |
| 439 | - ] [ sp:object | 439 | + |
| 440 | - [ sp:varName "uomEth"^^xsd:string | 440 | +_:b46 |
| 441 | - ] ; | 441 | + sp:varName "nameWellBore"^^xsd:string . |
| 442 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 442 | + |
| 443 | - sp:subject | 443 | +_:b47 |
| 444 | - [ sp:varName "eth"^^xsd:string | 444 | + sp:varName "dTimStart"^^xsd:string . |
| 445 | - ] | 445 | + |
| 446 | - ] [ sp:object | 446 | +_:b48 |
| 447 | - [ sp:varName "realEth"^^xsd:string | 447 | + sp:varName "gasReadingInfo"^^xsd:string . |
| 448 | - ] ; | 448 | + |
| 449 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 449 | +_:b49 |
| 450 | - sp:subject | 450 | + sp:varName "mdTop"^^xsd:string . |
| 451 | - [ sp:varName "eth"^^xsd:string | 451 | + |
| 452 | - ] | 452 | +_:b50 |
| 453 | - ]) | 453 | + sp:varName "uomMdTop"^^xsd:string . |
| 454 | - ] [ rdf:type sp:Optional ; | 454 | + |
| 455 | - sp:elements ([ sp:object | 455 | +_:b9 sp:varName "realMdTop"^^xsd:string . |
| 456 | - [ sp:varName "prop"^^xsd:string | 456 | + |
| 457 | - ] ; | 457 | +_:b51 |
| 458 | - sp:predicate <http://www.witsml.org/schemas/1series#propRef> ; | 458 | + sp:varName "readingType"^^xsd:string . |
| 459 | - sp:subject | 459 | + |
| 460 | - [ sp:varName "gasReadingInfo"^^xsd:string | 460 | +_:b52 |
| 461 | - ] | 461 | + sp:varName "gasHigh"^^xsd:string . |
| 462 | - ] [ sp:object | 462 | + |
| 463 | - [ sp:varName "uomProp"^^xsd:string | 463 | +_:b53 |
| 464 | - ] ; | 464 | + sp:varName "uomGasHigh"^^xsd:string . |
| 465 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 465 | + |
| 466 | - sp:subject | 466 | +_:b24 |
| 467 | - [ sp:varName "prop"^^xsd:string | 467 | + sp:varName "realGasHigh"^^xsd:string . |
| 468 | - ] | 468 | + |
| 469 | - ] [ sp:object | 469 | +_:b6 sp:varName "dTim"^^xsd:string . |
| 470 | - [ sp:varName "realProp"^^xsd:string | 470 | + |
| 471 | - ] ; | 471 | +_:b54 |
| 472 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 472 | + sp:varName "mdBottom"^^xsd:string . |
| 473 | - sp:subject | 473 | + |
| 474 | - [ sp:varName "prop"^^xsd:string | 474 | +_:b55 |
| 475 | - ] | 475 | + sp:varName "uomMdBottom"^^xsd:string . |
| 476 | - ]) | 476 | + |
| 477 | - ] [ rdf:type sp:Optional ; | 477 | +_:b15 |
| 478 | - sp:elements ([ sp:object | 478 | + sp:varName "realMdBottom"^^xsd:string . |
| 479 | - [ sp:varName "ibut"^^xsd:string | 479 | + |
| 480 | - ] ; | 480 | +_:b56 |
| 481 | - sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ; | 481 | + sp:varName "tvdTop"^^xsd:string . |
| 482 | - sp:subject | 482 | + |
| 483 | - [ sp:varName "gasReadingInfo"^^xsd:string | 483 | +_:b57 |
| 484 | - ] | 484 | + sp:varName "uomTvdTop"^^xsd:string . |
| 485 | - ] [ sp:object | 485 | + |
| 486 | - [ sp:varName "uomIbut"^^xsd:string | 486 | +_:b12 |
| 487 | - ] ; | 487 | + sp:varName "realTvdTop"^^xsd:string . |
| 488 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 488 | + |
| 489 | - sp:subject | 489 | +_:b58 |
| 490 | - [ sp:varName "ibut"^^xsd:string | 490 | + sp:varName "tvdBottom"^^xsd:string . |
| 491 | - ] | 491 | + |
| 492 | - ] [ sp:object | 492 | +_:b59 |
| 493 | - [ sp:varName "realIbut"^^xsd:string | 493 | + sp:varName "uomTvdBottom"^^xsd:string . |
| 494 | - ] ; | 494 | + |
| 495 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 495 | +_:b18 |
| 496 | - sp:subject | 496 | + sp:varName "realTvdBottom"^^xsd:string . |
| 497 | - [ sp:varName "ibut"^^xsd:string | 497 | + |
| 498 | - ] | 498 | +_:b60 |
| 499 | - ]) | 499 | + sp:varName "gasLow"^^xsd:string . |
| 500 | - ] [ rdf:type sp:Optional ; | 500 | + |
| 501 | - sp:elements ([ sp:object | 501 | +_:b61 |
| 502 | - [ sp:varName "nbut"^^xsd:string | 502 | + sp:varName "uomGasLow"^^xsd:string . |
| 503 | - ] ; | 503 | + |
| 504 | - sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ; | 504 | +_:b26 |
| 505 | - sp:subject | 505 | + sp:varName "realGasLow"^^xsd:string . |
| 506 | - [ sp:varName "gasReadingInfo"^^xsd:string | 506 | + |
| 507 | - ] | 507 | +_:b62 |
| 508 | - ] [ sp:object | 508 | + sp:varName "meth"^^xsd:string . |
| 509 | - [ sp:varName "uomNbut"^^xsd:string | 509 | + |
| 510 | - ] ; | 510 | +_:b63 |
| 511 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 511 | + sp:varName "uomMeth"^^xsd:string . |
| 512 | - sp:subject | 512 | + |
| 513 | - [ sp:varName "nbut"^^xsd:string | 513 | +_:b29 |
| 514 | - ] | 514 | + sp:varName "realMeth"^^xsd:string . |
| 515 | - ] [ sp:object | 515 | + |
| 516 | - [ sp:varName "realNbut"^^xsd:string | 516 | +_:b64 |
| 517 | - ] ; | 517 | + sp:varName "eth"^^xsd:string . |
| 518 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 518 | + |
| 519 | - sp:subject | 519 | +_:b65 |
| 520 | - [ sp:varName "nbut"^^xsd:string | 520 | + sp:varName "uomEth"^^xsd:string . |
| 521 | - ] | 521 | + |
| 522 | - ]) | 522 | +_:b32 |
| 523 | - ] [ rdf:type sp:Optional ; | 523 | + sp:varName "realEth"^^xsd:string . |
| 524 | - sp:elements ([ sp:object | 524 | + |
| 525 | - [ sp:varName "ipent"^^xsd:string | 525 | +_:b66 |
| 526 | - ] ; | 526 | + sp:varName "prop"^^xsd:string . |
| 527 | - sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ; | 527 | + |
| 528 | - sp:subject | 528 | +_:b67 |
| 529 | - [ sp:varName "gasReadingInfo"^^xsd:string | 529 | + sp:varName "uomProp"^^xsd:string . |
| 530 | - ] | 530 | + |
| 531 | - ] [ sp:object | 531 | +_:b35 |
| 532 | - [ sp:varName "uomIpent"^^xsd:string | 532 | + sp:varName "realProp"^^xsd:string . |
| 533 | - ] ; | 533 | + |
| 534 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 534 | +_:b68 |
| 535 | - sp:subject | 535 | + sp:varName "ibut"^^xsd:string . |
| 536 | - [ sp:varName "ipent"^^xsd:string | 536 | + |
| 537 | - ] | 537 | +_:b69 |
| 538 | - ] [ sp:object | 538 | + sp:varName "uomIbut"^^xsd:string . |
| 539 | - [ sp:varName "realIpent"^^xsd:string | 539 | + |
| 540 | - ] ; | 540 | +_:b38 |
| 541 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 541 | + sp:varName "realIbut"^^xsd:string . |
| 542 | - sp:subject | 542 | + |
| 543 | - [ sp:varName "ipent"^^xsd:string | 543 | +_:b70 |
| 544 | - ] | 544 | + sp:varName "nbut"^^xsd:string . |
| 545 | - ]) | 545 | + |
| 546 | - ] [ rdf:type sp:Bind ; | 546 | +_:b71 |
| 547 | - sp:expression | 547 | + sp:varName "uomNbut"^^xsd:string . |
| 548 | - [ rdf:type ep-spin-lib:normalizeString ; | 548 | + |
| 549 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 549 | +_:b41 |
| 550 | - ] | 550 | + sp:varName "realNbut"^^xsd:string . |
| 551 | - ] ; | 551 | + |
| 552 | - sp:variable | 552 | +_:b72 |
| 553 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 553 | + sp:varName "ipent"^^xsd:string . |
| 554 | - ] | 554 | + |
| 555 | - ] [ rdf:type sp:Bind ; | 555 | +_:b73 |
| 556 | - sp:expression | 556 | + sp:varName "uomIpent"^^xsd:string . |
| 557 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 557 | + |
| 558 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 558 | +_:b44 |
| 559 | - ] ; | 559 | + sp:varName "realIpent"^^xsd:string . |
| 560 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 560 | + |
| 561 | - ] | 561 | +_:b74 |
| 562 | - ] ; | 562 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 563 | - sp:variable | 563 | + |
| 564 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 564 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 565 | - ] | 565 | + |
| 566 | - ] [ rdf:type sp:Bind ; | 566 | +_:b75 |
| 567 | - sp:expression | 567 | + sp:varName "localname"^^xsd:string . |
| 568 | - [ rdf:type afn:localname ; | 568 | + |
| 569 | - sp:arg1 [ sp:varName "gasReadingInfo"^^xsd:string | 569 | +_:b1 sp:varName "gasReading"^^xsd:string . |
| 570 | - ] | 570 | + |
| 571 | - ] ; | 571 | +_:b7 sp:varName "gasReadingType"^^xsd:string . |
| 572 | - sp:variable | 572 | + |
| 573 | - [ sp:varName "localname"^^xsd:string | 573 | +_:b10 |
| 574 | - ] | 574 | + sp:varName "lengthScaleMdTop"^^xsd:string . |
| 575 | - ] [ rdf:type sp:Bind ; | 575 | + |
| 576 | - sp:expression | 576 | +_:b13 |
| 577 | - [ rdf:type ep-spin-lib:buildGasReadingURI ; | 577 | + sp:varName "lengthScaleTvdTop"^^xsd:string . |
| 578 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 578 | + |
| 579 | - ] ; | 579 | +_:b16 |
| 580 | - sp:arg2 [ sp:varName "localname"^^xsd:string | 580 | + sp:varName "lengthScaleMdBottom"^^xsd:string . |
| 581 | - ] | 581 | + |
| 582 | - ] ; | 582 | +_:b19 |
| 583 | - sp:variable | 583 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . |
| 584 | - [ sp:varName "gasReading"^^xsd:string | 584 | + |
| 585 | - ] | 585 | +_:b25 |
| 586 | - ] [ rdf:type sp:Bind ; | 586 | + sp:varName "concentrationScaleGasHigh"^^xsd:string . |
| 587 | - sp:expression | 587 | + |
| 588 | - [ rdf:type ep-spin-lib:selectGasReadingType ; | 588 | +_:b27 |
| 589 | - sp:arg1 [ sp:varName "readingType"^^xsd:string | 589 | + sp:varName "concentrationScaleGasLow"^^xsd:string . |
| 590 | - ] | 590 | + |
| 591 | - ] ; | 591 | +_:b30 |
| 592 | - sp:variable | 592 | + sp:varName "concentrationScaleMeth"^^xsd:string . |
| 593 | - [ sp:varName "gasReadingType"^^xsd:string | 593 | + |
| 594 | - ] | 594 | +_:b33 |
| 595 | - ] [ rdf:type sp:Bind ; | 595 | + sp:varName "concentrationScaleEth"^^xsd:string . |
| 596 | - sp:expression | 596 | + |
| 597 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 597 | +_:b36 |
| 598 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | 598 | + sp:varName "concentrationScaleProp"^^xsd:string . |
| 599 | - ] | 599 | + |
| 600 | - ] ; | 600 | +_:b39 |
| 601 | - sp:variable | 601 | + sp:varName "concentrationScaleIbut"^^xsd:string . |
| 602 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 602 | + |
| 603 | - ] | 603 | +_:b42 |
| 604 | - ] [ rdf:type sp:Bind ; | 604 | + sp:varName "concentrationScaleNbut"^^xsd:string . |
| 605 | - sp:expression | 605 | + |
| 606 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 606 | +_:b45 |
| 607 | - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string | 607 | + sp:varName "concentrationScaleIpent"^^xsd:string . |
| 608 | - ] | 608 | + |
| 609 | - ] ; | 609 | +_:b5 sp:varName "wellBore"^^xsd:string . |
| 610 | - sp:variable | ||
| 611 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 612 | - ] | ||
| 613 | - ] [ rdf:type sp:Bind ; | ||
| 614 | - sp:expression | ||
| 615 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 616 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | ||
| 617 | - ] | ||
| 618 | - ] ; | ||
| 619 | - sp:variable | ||
| 620 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 621 | - ] | ||
| 622 | - ] [ rdf:type sp:Bind ; | ||
| 623 | - sp:expression | ||
| 624 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 625 | - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 626 | - ] | ||
| 627 | - ] ; | ||
| 628 | - sp:variable | ||
| 629 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 630 | - ] | ||
| 631 | - ] [ rdf:type sp:Bind ; | ||
| 632 | - sp:expression | ||
| 633 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 634 | - sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string | ||
| 635 | - ] | ||
| 636 | - ] ; | ||
| 637 | - sp:variable | ||
| 638 | - [ sp:varName "concentrationScaleGasHigh"^^xsd:string | ||
| 639 | - ] | ||
| 640 | - ] [ rdf:type sp:Bind ; | ||
| 641 | - sp:expression | ||
| 642 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 643 | - sp:arg1 [ sp:varName "uomGasLow"^^xsd:string | ||
| 644 | - ] | ||
| 645 | - ] ; | ||
| 646 | - sp:variable | ||
| 647 | - [ sp:varName "concentrationScaleGasLow"^^xsd:string | ||
| 648 | - ] | ||
| 649 | - ] [ rdf:type sp:Bind ; | ||
| 650 | - sp:expression | ||
| 651 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 652 | - sp:arg1 [ sp:varName "uomMeth"^^xsd:string | ||
| 653 | - ] | ||
| 654 | - ] ; | ||
| 655 | - sp:variable | ||
| 656 | - [ sp:varName "concentrationScaleMeth"^^xsd:string | ||
| 657 | - ] | ||
| 658 | - ] [ rdf:type sp:Bind ; | ||
| 659 | - sp:expression | ||
| 660 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 661 | - sp:arg1 [ sp:varName "uomEth"^^xsd:string | ||
| 662 | - ] | ||
| 663 | - ] ; | ||
| 664 | - sp:variable | ||
| 665 | - [ sp:varName "concentrationScaleEth"^^xsd:string | ||
| 666 | - ] | ||
| 667 | - ] [ rdf:type sp:Bind ; | ||
| 668 | - sp:expression | ||
| 669 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 670 | - sp:arg1 [ sp:varName "uomProp"^^xsd:string | ||
| 671 | - ] | ||
| 672 | - ] ; | ||
| 673 | - sp:variable | ||
| 674 | - [ sp:varName "concentrationScaleProp"^^xsd:string | ||
| 675 | - ] | ||
| 676 | - ] [ rdf:type sp:Bind ; | ||
| 677 | - sp:expression | ||
| 678 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 679 | - sp:arg1 [ sp:varName "uomIbut"^^xsd:string | ||
| 680 | - ] | ||
| 681 | - ] ; | ||
| 682 | - sp:variable | ||
| 683 | - [ sp:varName "concentrationScaleIbut"^^xsd:string | ||
| 684 | - ] | ||
| 685 | - ] [ rdf:type sp:Bind ; | ||
| 686 | - sp:expression | ||
| 687 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 688 | - sp:arg1 [ sp:varName "uomNbut"^^xsd:string | ||
| 689 | - ] | ||
| 690 | - ] ; | ||
| 691 | - sp:variable | ||
| 692 | - [ sp:varName "concentrationScaleNbut"^^xsd:string | ||
| 693 | - ] | ||
| 694 | - ] [ rdf:type sp:Bind ; | ||
| 695 | - sp:expression | ||
| 696 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 697 | - sp:arg1 [ sp:varName "uomIpent"^^xsd:string | ||
| 698 | - ] | ||
| 699 | - ] ; | ||
| 700 | - sp:variable | ||
| 701 | - [ sp:varName "concentrationScaleIpent"^^xsd:string | ||
| 702 | - ] | ||
| 703 | - ]) | ||
| 704 | - ] . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | 1 | +# Saved by TopBraid on Fri Oct 28 14:50:19 BST 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.witsml.org/schemas/1series |
| 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.witsml.org/schemas/1series | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 6 | - | 6 | +# imports: http://spinrdf.org/spin |
| 7 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | 7 | + |
| 8 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . |
| 9 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | -@prefix sp: <http://spinrdf.org/sp#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | -@prefix spin: <http://spinrdf.org/spin#> . | 14 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 15 | -@prefix spl: <http://spinrdf.org/spl#> . | 15 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 17 | - | 17 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 18 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> | 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 19 | - rdf:type owl:Ontology ; | 19 | + |
| 20 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ; | 20 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> |
| 21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 21 | + rdf:type owl:Ontology ; |
| 22 | - | 22 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 23 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | - spin:rule | 24 | + |
| 25 | - [ rdf:type sp:Construct ; | 25 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 26 | - rdfs:comment "STEP 200 Create a Lithology and shows observation activity"^^xsd:string ; | 26 | + spin:rule |
| 27 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ; | 27 | + [ rdf:type sp:Construct ; |
| 28 | - sp:predicate rdf:type ; | 28 | + rdfs:comment "STEP 200 Create a Lithology and shows observation activity"^^xsd:string ; |
| 29 | - sp:subject | 29 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ; |
| 30 | - [ sp:varName "lithShowObservation"^^xsd:string | 30 | + sp:predicate rdf:type ; |
| 31 | - ] | 31 | + sp:subject _:b1 |
| 32 | - ] [ sp:object | 32 | + ] [ sp:object _:b1 ; |
| 33 | - [ sp:varName "lithShowObservation"^^xsd:string | 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 34 | - ] ; | 34 | + sp:subject _:b2 |
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 35 | + ] [ sp:object _:b3 ; |
| 36 | - sp:subject | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 37 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 37 | + sp:subject _:b1 |
| 38 | - ] | 38 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 39 | + sp:predicate rdf:type ; |
| 40 | - sp:predicate rdf:type ; | 40 | + sp:subject _:b3 |
| 41 | - sp:subject _:b1 | 41 | + ] [ sp:object _:b4 ; |
| 42 | - ] [ sp:object | 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 43 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 43 | + sp:subject _:b3 |
| 44 | - ] ; | 44 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 45 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 45 | + sp:predicate rdf:type ; |
| 46 | - sp:subject _:b1 | 46 | + sp:subject _:b4 |
| 47 | - ] [ sp:object _:b1 ; | 47 | + ] [ sp:object _:b5 ; |
| 48 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 48 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 49 | - sp:subject | 49 | + sp:subject _:b4 |
| 50 | - [ sp:varName "lithShowObservation"^^xsd:string | 50 | + ] [ sp:object _:b6 ; |
| 51 | - ] | 51 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 52 | - ] [ sp:object | 52 | + sp:subject _:b1 |
| 53 | - [ sp:varName "dTimEnd"^^xsd:string | 53 | + ] [ sp:object _:b4 ; |
| 54 | - ] ; | 54 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 55 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 55 | + sp:subject _:b4 |
| 56 | - sp:subject | 56 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 57 | - [ sp:varName "lithShowObservation"^^xsd:string | 57 | + sp:predicate rdf:type ; |
| 58 | - ] | 58 | + sp:subject _:b4 |
| 59 | - ] [ sp:object _:b2 ; | 59 | + ] [ sp:object _:b7 ; |
| 60 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 60 | + sp:predicate _:b8 ; |
| 61 | - sp:subject _:b1 | 61 | + sp:subject _:b4 |
| 62 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 62 | + ] [ sp:object _:b9 ; |
| 63 | - sp:predicate rdf:type ; | 63 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 64 | - sp:subject _:b2 | 64 | + sp:subject _:b4 |
| 65 | - ] [ sp:object | 65 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 66 | - [ sp:varName "realMdTop"^^xsd:string | 66 | + sp:predicate rdf:type ; |
| 67 | - ] ; | 67 | + sp:subject _:b9 |
| 68 | - sp:predicate | 68 | + ] [ sp:object _:b10 ; |
| 69 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 69 | + sp:predicate _:b11 ; |
| 70 | - ] ; | 70 | + sp:subject _:b9 |
| 71 | - sp:subject _:b2 | 71 | + ] [ sp:object _:b12 ; |
| 72 | - ] [ sp:object _:b3 ; | 72 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 73 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 73 | + sp:subject _:b4 |
| 74 | - sp:subject _:b1 | 74 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 75 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 75 | + sp:predicate rdf:type ; |
| 76 | - sp:predicate rdf:type ; | 76 | + sp:subject _:b12 |
| 77 | - sp:subject _:b3 | 77 | + ] [ sp:object _:b13 ; |
| 78 | - ] [ sp:object | 78 | + sp:predicate _:b14 ; |
| 79 | - [ sp:varName "realMdBottom"^^xsd:string | 79 | + sp:subject _:b12 |
| 80 | - ] ; | 80 | + ] [ sp:object _:b15 ; |
| 81 | - sp:predicate | 81 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 82 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 82 | + sp:subject _:b4 |
| 83 | - ] ; | 83 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 84 | - sp:subject _:b3 | 84 | + sp:predicate rdf:type ; |
| 85 | - ] [ sp:object _:b4 ; | 85 | + sp:subject _:b15 |
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 86 | + ] [ sp:object _:b16 ; |
| 87 | - sp:subject _:b1 | 87 | + sp:predicate _:b17 ; |
| 88 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 88 | + sp:subject _:b15 |
| 89 | - sp:predicate rdf:type ; | 89 | + ] [ sp:object _:b18 ; |
| 90 | - sp:subject _:b4 | 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ; |
| 91 | - ] [ sp:object | 91 | + sp:subject _:b3 |
| 92 | - [ sp:varName "realTvdTop"^^xsd:string | 92 | + ] [ sp:object _:b19 ; |
| 93 | - ] ; | 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ; |
| 94 | - sp:predicate | 94 | + sp:subject _:b3 |
| 95 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | 95 | + ]) ; |
| 96 | - ] ; | 96 | + sp:where ([ sp:object _:b20 ; |
| 97 | - sp:subject _:b4 | 97 | + sp:predicate ep-spin-lib:nameWellbore ; |
| 98 | - ] [ sp:object _:b5 ; | 98 | + sp:subject spin:_this |
| 99 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 99 | + ] [ sp:object _:b21 ; |
| 100 | - sp:subject _:b1 | 100 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 101 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 101 | + sp:subject spin:_this |
| 102 | - sp:predicate rdf:type ; | 102 | + ] [ sp:object _:b22 ; |
| 103 | - sp:subject _:b5 | 103 | + sp:predicate <http://www.witsml.org/schemas/1series#lithShowInfoRef> ; |
| 104 | - ] [ sp:object | 104 | + sp:subject spin:_this |
| 105 | - [ sp:varName "realTvdBottom"^^xsd:string | 105 | + ] [ sp:object _:b6 ; |
| 106 | - ] ; | 106 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 107 | - sp:predicate | 107 | + sp:subject _:b22 |
| 108 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | 108 | + ] [ sp:object _:b23 ; |
| 109 | - ] ; | 109 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 110 | - sp:subject _:b5 | 110 | + sp:subject _:b22 |
| 111 | - ] [ sp:object | 111 | + ] [ sp:object _:b24 ; |
| 112 | - [ sp:varName "show"^^xsd:string | 112 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 113 | - ] ; | 113 | + sp:subject _:b23 |
| 114 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ; | 114 | + ] [ sp:object _:b7 ; |
| 115 | - sp:subject _:b1 | 115 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 116 | - ] [ sp:object | 116 | + sp:subject _:b23 |
| 117 | - [ sp:varName "lithology"^^xsd:string | 117 | + ] [ sp:object _:b25 ; |
| 118 | - ] ; | 118 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
| 119 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ; | 119 | + sp:subject _:b22 |
| 120 | - sp:subject _:b1 | 120 | + ] [ sp:object _:b26 ; |
| 121 | - ]) ; | 121 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 122 | - sp:where ([ sp:object | 122 | + sp:subject _:b25 |
| 123 | - [ sp:varName "nameWellBore"^^xsd:string | 123 | + ] [ sp:object _:b10 ; |
| 124 | - ] ; | 124 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 125 | - sp:predicate ep-spin-lib:nameWellbore ; | 125 | + sp:subject _:b25 |
| 126 | - sp:subject spin:_this | 126 | + ] [ rdf:type sp:Optional ; |
| 127 | - ] [ sp:object | 127 | + sp:elements ([ sp:object _:b27 ; |
| 128 | - [ sp:varName "dTimStart"^^xsd:string | 128 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
| 129 | - ] ; | 129 | + sp:subject _:b22 |
| 130 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 130 | + ] [ sp:object _:b28 ; |
| 131 | - sp:subject spin:_this | 131 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 132 | - ] [ sp:object | 132 | + sp:subject _:b27 |
| 133 | - [ sp:varName "lithShowInfo"^^xsd:string | 133 | + ] [ sp:object _:b13 ; |
| 134 | - ] ; | 134 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 135 | - sp:predicate <http://www.witsml.org/schemas/1series#lithShowInfoRef> ; | 135 | + sp:subject _:b27 |
| 136 | - sp:subject spin:_this | 136 | + ]) |
| 137 | - ] [ sp:object | 137 | + ] [ rdf:type sp:Optional ; |
| 138 | - [ sp:varName "dTimEnd"^^xsd:string | 138 | + sp:elements ([ sp:object _:b29 ; |
| 139 | - ] ; | 139 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
| 140 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 140 | + sp:subject _:b22 |
| 141 | - sp:subject | 141 | + ] [ sp:object _:b30 ; |
| 142 | - [ sp:varName "lithShowInfo"^^xsd:string | 142 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 143 | - ] | 143 | + sp:subject _:b29 |
| 144 | - ] [ sp:object | 144 | + ] [ sp:object _:b16 ; |
| 145 | - [ sp:varName "mdTop"^^xsd:string | 145 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 146 | - ] ; | 146 | + sp:subject _:b29 |
| 147 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | 147 | + ]) |
| 148 | - sp:subject | 148 | + ] [ rdf:type sp:Optional ; |
| 149 | - [ sp:varName "lithShowInfo"^^xsd:string | 149 | + sp:elements ([ sp:object _:b18 ; |
| 150 | - ] | 150 | + sp:predicate <http://www.witsml.org/schemas/1series#show> ; |
| 151 | - ] [ sp:object | 151 | + sp:subject _:b22 |
| 152 | - [ sp:varName "uomMdTop"^^xsd:string | 152 | + ]) |
| 153 | - ] ; | 153 | + ] [ rdf:type sp:Optional ; |
| 154 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 154 | + sp:elements ([ sp:object _:b19 ; |
| 155 | - sp:subject | 155 | + sp:predicate <http://www.witsml.org/schemas/1series#lithology> ; |
| 156 | - [ sp:varName "mdTop"^^xsd:string | 156 | + sp:subject _:b22 |
| 157 | - ] | 157 | + ]) |
| 158 | - ] [ sp:object | 158 | + ] [ rdf:type sp:Bind ; |
| 159 | - [ sp:varName "realMdTop"^^xsd:string | 159 | + sp:expression |
| 160 | - ] ; | 160 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 161 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 161 | + sp:arg1 _:b20 |
| 162 | - sp:subject | 162 | + ] ; |
| 163 | - [ sp:varName "mdTop"^^xsd:string | 163 | + sp:variable _:b31 |
| 164 | - ] | 164 | + ] [ rdf:type sp:Bind ; |
| 165 | - ] [ sp:object | 165 | + sp:expression |
| 166 | - [ sp:varName "mdBottom"^^xsd:string | 166 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 167 | - ] ; | 167 | + sp:arg1 _:b31 ; |
| 168 | - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | 168 | + sp:arg2 _:b21 |
| 169 | - sp:subject | 169 | + ] ; |
| 170 | - [ sp:varName "lithShowInfo"^^xsd:string | 170 | + sp:variable _:b2 |
| 171 | - ] | 171 | + ] [ rdf:type sp:Bind ; |
| 172 | - ] [ sp:object | 172 | + sp:expression |
| 173 | - [ sp:varName "uomMdBottom"^^xsd:string | 173 | + [ rdf:type afn:localname ; |
| 174 | - ] ; | 174 | + sp:arg1 _:b22 |
| 175 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 175 | + ] ; |
| 176 | - sp:subject | 176 | + sp:variable _:b32 |
| 177 | - [ sp:varName "mdBottom"^^xsd:string | 177 | + ] [ rdf:type sp:Bind ; |
| 178 | - ] | 178 | + sp:expression |
| 179 | - ] [ sp:object | 179 | + [ rdf:type ep-spin-lib:buildLithShowObservationURI ; |
| 180 | - [ sp:varName "realMdBottom"^^xsd:string | 180 | + sp:arg1 _:b31 ; |
| 181 | - ] ; | 181 | + sp:arg2 _:b21 ; |
| 182 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 182 | + sp:arg3 _:b32 |
| 183 | - sp:subject | 183 | + ] ; |
| 184 | - [ sp:varName "mdBottom"^^xsd:string | 184 | + sp:variable _:b1 |
| 185 | - ] | 185 | + ] [ rdf:type sp:Bind ; |
| 186 | - ] [ rdf:type sp:Optional ; | 186 | + sp:expression |
| 187 | - sp:elements ([ sp:object | 187 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 188 | - [ sp:varName "tvdTop"^^xsd:string | 188 | + sp:arg1 _:b24 |
| 189 | - ] ; | 189 | + ] ; |
| 190 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | 190 | + sp:variable _:b8 |
| 191 | - sp:subject | 191 | + ] [ rdf:type sp:Bind ; |
| 192 | - [ sp:varName "lithShowInfo"^^xsd:string | 192 | + sp:expression |
| 193 | - ] | 193 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 194 | - ] [ sp:object | 194 | + sp:arg1 _:b28 |
| 195 | - [ sp:varName "uomTvdTop"^^xsd:string | 195 | + ] ; |
| 196 | - ] ; | 196 | + sp:variable _:b14 |
| 197 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 197 | + ] [ rdf:type sp:Bind ; |
| 198 | - sp:subject | 198 | + sp:expression |
| 199 | - [ sp:varName "tvdTop"^^xsd:string | 199 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 200 | - ] | 200 | + sp:arg1 _:b26 |
| 201 | - ] [ sp:object | 201 | + ] ; |
| 202 | - [ sp:varName "realTvdTop"^^xsd:string | 202 | + sp:variable _:b11 |
| 203 | - ] ; | 203 | + ] [ rdf:type sp:Bind ; |
| 204 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 204 | + sp:expression |
| 205 | - sp:subject | 205 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 206 | - [ sp:varName "tvdTop"^^xsd:string | 206 | + sp:arg1 _:b30 |
| 207 | - ] | 207 | + ] ; |
| 208 | - ]) | 208 | + sp:variable _:b17 |
| 209 | - ] [ rdf:type sp:Optional ; | 209 | + ] [ rdf:type sp:Bind ; |
| 210 | - sp:elements ([ sp:object | 210 | + sp:expression |
| 211 | - [ sp:varName "tvdBottom"^^xsd:string | 211 | + [ rdf:type rhspin:wellBoreByName ; |
| 212 | - ] ; | 212 | + sp:arg1 [ rdf:type xsd:string ; |
| 213 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | 213 | + sp:arg1 _:b20 |
| 214 | - sp:subject | 214 | + ] |
| 215 | - [ sp:varName "lithShowInfo"^^xsd:string | 215 | + ] ; |
| 216 | - ] | 216 | + sp:variable _:b5 |
| 217 | - ] [ sp:object | 217 | + ]) |
| 218 | - [ sp:varName "uomTvdBottom"^^xsd:string | 218 | + ] . |
| 219 | - ] ; | 219 | + |
| 220 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 220 | +_:b20 |
| 221 | - sp:subject | 221 | + sp:varName "nameWellBore"^^xsd:string . |
| 222 | - [ sp:varName "tvdBottom"^^xsd:string | 222 | + |
| 223 | - ] | 223 | +_:b21 |
| 224 | - ] [ sp:object | 224 | + sp:varName "dTimStart"^^xsd:string . |
| 225 | - [ sp:varName "realTvdBottom"^^xsd:string | 225 | + |
| 226 | - ] ; | 226 | +_:b22 |
| 227 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 227 | + sp:varName "lithShowInfo"^^xsd:string . |
| 228 | - sp:subject | 228 | + |
| 229 | - [ sp:varName "tvdBottom"^^xsd:string | 229 | +_:b6 sp:varName "dTimEnd"^^xsd:string . |
| 230 | - ] | 230 | + |
| 231 | - ]) | 231 | +_:b23 |
| 232 | - ] [ rdf:type sp:Optional ; | 232 | + sp:varName "mdTop"^^xsd:string . |
| 233 | - sp:elements ([ sp:object | 233 | + |
| 234 | - [ sp:varName "show"^^xsd:string | 234 | +_:b24 |
| 235 | - ] ; | 235 | + sp:varName "uomMdTop"^^xsd:string . |
| 236 | - sp:predicate <http://www.witsml.org/schemas/1series#show> ; | 236 | + |
| 237 | - sp:subject | 237 | +_:b7 sp:varName "realMdTop"^^xsd:string . |
| 238 | - [ sp:varName "lithShowInfo"^^xsd:string | 238 | + |
| 239 | - ] | 239 | +_:b25 |
| 240 | - ]) | 240 | + sp:varName "mdBottom"^^xsd:string . |
| 241 | - ] [ rdf:type sp:Optional ; | 241 | + |
| 242 | - sp:elements ([ sp:object | 242 | +_:b26 |
| 243 | - [ sp:varName "lithology"^^xsd:string | 243 | + sp:varName "uomMdBottom"^^xsd:string . |
| 244 | - ] ; | 244 | + |
| 245 | - sp:predicate <http://www.witsml.org/schemas/1series#lithology> ; | 245 | +_:b10 |
| 246 | - sp:subject | 246 | + sp:varName "realMdBottom"^^xsd:string . |
| 247 | - [ sp:varName "lithShowInfo"^^xsd:string | 247 | + |
| 248 | - ] | 248 | +_:b27 |
| 249 | - ]) | 249 | + sp:varName "tvdTop"^^xsd:string . |
| 250 | - ] [ sp:object | 250 | + |
| 251 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 251 | +_:b28 |
| 252 | - ] ; | 252 | + sp:varName "uomTvdTop"^^xsd:string . |
| 253 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 253 | + |
| 254 | - sp:subject | 254 | +_:b13 |
| 255 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 255 | + sp:varName "realTvdTop"^^xsd:string . |
| 256 | - ] | 256 | + |
| 257 | - ] [ rdf:type sp:Bind ; | 257 | +_:b29 |
| 258 | - sp:expression | 258 | + sp:varName "tvdBottom"^^xsd:string . |
| 259 | - [ rdf:type ep-spin-lib:normalizeString ; | 259 | + |
| 260 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 260 | +_:b30 |
| 261 | - ] | 261 | + sp:varName "uomTvdBottom"^^xsd:string . |
| 262 | - ] ; | 262 | + |
| 263 | - sp:variable | 263 | +_:b16 |
| 264 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 264 | + sp:varName "realTvdBottom"^^xsd:string . |
| 265 | - ] | 265 | + |
| 266 | - ] [ rdf:type sp:Bind ; | 266 | +_:b18 |
| 267 | - sp:expression | 267 | + sp:varName "show"^^xsd:string . |
| 268 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 268 | + |
| 269 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 269 | +_:b19 |
| 270 | - ] ; | 270 | + sp:varName "lithology"^^xsd:string . |
| 271 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 271 | + |
| 272 | - ] | 272 | +_:b31 |
| 273 | - ] ; | 273 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 274 | - sp:variable | 274 | + |
| 275 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 275 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 276 | - ] | 276 | + |
| 277 | - ] [ rdf:type sp:Bind ; | 277 | +_:b32 |
| 278 | - sp:expression | 278 | + sp:varName "localname"^^xsd:string . |
| 279 | - [ rdf:type afn:localname ; | 279 | + |
| 280 | - sp:arg1 [ sp:varName "lithShowInfo"^^xsd:string | 280 | +_:b1 sp:varName "lithShowObservation"^^xsd:string . |
| 281 | - ] | 281 | + |
| 282 | - ] ; | 282 | +_:b8 sp:varName "lengthScaleMdTop"^^xsd:string . |
| 283 | - sp:variable | 283 | + |
| 284 | - [ sp:varName "localname"^^xsd:string | 284 | +_:b14 |
| 285 | - ] | 285 | + sp:varName "lengthScaleTvdTop"^^xsd:string . |
| 286 | - ] [ rdf:type sp:Bind ; | 286 | + |
| 287 | - sp:expression | 287 | +_:b11 |
| 288 | - [ rdf:type ep-spin-lib:buildLithShowObservationURI ; | 288 | + sp:varName "lengthScaleMdBottom"^^xsd:string . |
| 289 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 289 | + |
| 290 | - ] ; | 290 | +_:b17 |
| 291 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 291 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . |
| 292 | - ] ; | 292 | + |
| 293 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 293 | +_:b5 sp:varName "wellBore"^^xsd:string . |
| 294 | - ] | ||
| 295 | - ] ; | ||
| 296 | - sp:variable | ||
| 297 | - [ sp:varName "lithShowObservation"^^xsd:string | ||
| 298 | - ] | ||
| 299 | - ] [ rdf:type sp:Bind ; | ||
| 300 | - sp:expression | ||
| 301 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 302 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | ||
| 303 | - ] | ||
| 304 | - ] ; | ||
| 305 | - sp:variable | ||
| 306 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 307 | - ] | ||
| 308 | - ] [ rdf:type sp:Bind ; | ||
| 309 | - sp:expression | ||
| 310 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 311 | - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string | ||
| 312 | - ] | ||
| 313 | - ] ; | ||
| 314 | - sp:variable | ||
| 315 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 316 | - ] | ||
| 317 | - ] [ rdf:type sp:Bind ; | ||
| 318 | - sp:expression | ||
| 319 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 320 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | ||
| 321 | - ] | ||
| 322 | - ] ; | ||
| 323 | - sp:variable | ||
| 324 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 325 | - ] | ||
| 326 | - ] [ rdf:type sp:Bind ; | ||
| 327 | - sp:expression | ||
| 328 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 329 | - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 330 | - ] | ||
| 331 | - ] ; | ||
| 332 | - sp:variable | ||
| 333 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 334 | - ] | ||
| 335 | - ]) | ||
| 336 | - ] . | ... | ... |
| 1 | +# Saved by TopBraid on Fri Oct 28 15:23:33 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo |
| 2 | -# imports: http://spinrdf.org/spin | ||
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 5 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 6 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 7 | +# imports: http://spinrdf.org/spin | ||
| 7 | 8 | ||
| 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . |
| 9 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 10 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -20,7 +21,7 @@ | ... | @@ -20,7 +21,7 @@ |
| 20 | 21 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> | 22 | <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> |
| 22 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 24 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 26 | ||
| 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 27 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| ... | @@ -29,440 +30,279 @@ | ... | @@ -29,440 +30,279 @@ |
| 29 | rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; | 30 | rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; |
| 30 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; | 31 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; |
| 31 | sp:predicate rdf:type ; | 32 | sp:predicate rdf:type ; |
| 32 | - sp:subject | 33 | + sp:subject _:b1 |
| 33 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 34 | - ] | ||
| 35 | - ] [ sp:object | ||
| 36 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 37 | - ] ; | ||
| 38 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 39 | - sp:subject | ||
| 40 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 41 | - ] | ||
| 42 | ] [ sp:object _:b1 ; | 34 | ] [ sp:object _:b1 ; |
| 35 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 36 | + sp:subject _:b2 | ||
| 37 | + ] [ sp:object _:b3 ; | ||
| 43 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 38 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 44 | - sp:subject | 39 | + sp:subject _:b1 |
| 45 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 46 | - ] | ||
| 47 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 40 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
| 48 | sp:predicate rdf:type ; | 41 | sp:predicate rdf:type ; |
| 49 | - sp:subject _:b1 | 42 | + sp:subject _:b3 |
| 50 | - ] [ sp:object | 43 | + ] [ sp:object _:b4 ; |
| 51 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 52 | - ] ; | ||
| 53 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 44 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 45 | + sp:subject _:b3 | ||
| 46 | + ] [ sp:object _:b5 ; | ||
| 47 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; | ||
| 54 | sp:subject _:b1 | 48 | sp:subject _:b1 |
| 55 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 49 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 56 | sp:predicate rdf:type ; | 50 | sp:predicate rdf:type ; |
| 57 | - sp:subject _:b2 | 51 | + sp:subject _:b5 |
| 58 | - ] [ sp:object _:b1 ; | 52 | + ] [ sp:object _:b6 ; |
| 59 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 60 | - sp:subject _:b2 | 54 | + sp:subject _:b5 |
| 61 | - ] [ sp:object | 55 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 62 | - [ sp:varName "runNumber"^^xsd:string | 56 | + sp:predicate rdf:type ; |
| 63 | - ] ; | 57 | + sp:subject _:b6 |
| 58 | + ] [ sp:object _:b4 ; | ||
| 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 60 | + sp:subject _:b6 | ||
| 61 | + ] [ sp:object _:b7 ; | ||
| 64 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; | 62 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; |
| 65 | - sp:subject | 63 | + sp:subject _:b1 |
| 66 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 64 | + ] [ sp:object _:b8 ; |
| 67 | - ] | ||
| 68 | - ] [ sp:object | ||
| 69 | - [ sp:varName "dTimEnd"^^xsd:string | ||
| 70 | - ] ; | ||
| 71 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 65 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 72 | - sp:subject | 66 | + sp:subject _:b1 |
| 73 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 67 | + ] [ sp:object _:b9 ; |
| 74 | - ] | ||
| 75 | - ] [ sp:object _:b3 ; | ||
| 76 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; | 68 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; |
| 77 | - sp:subject | 69 | + sp:subject _:b1 |
| 78 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 79 | - ] | ||
| 80 | ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | 70 | ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; |
| 81 | sp:predicate rdf:type ; | 71 | sp:predicate rdf:type ; |
| 82 | - sp:subject _:b3 | 72 | + sp:subject _:b9 |
| 83 | - ] [ sp:object | 73 | + ] [ sp:object _:b10 ; |
| 84 | - [ sp:varName "nameServiceCompany"^^xsd:string | ||
| 85 | - ] ; | ||
| 86 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 74 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 87 | - sp:subject _:b3 | 75 | + sp:subject _:b9 |
| 88 | - ] [ sp:object _:b4 ; | 76 | + ] [ sp:object _:b11 ; |
| 89 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | 77 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; |
| 90 | - sp:subject | 78 | + sp:subject _:b1 |
| 91 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 92 | - ] | ||
| 93 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 79 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; |
| 94 | sp:predicate rdf:type ; | 80 | sp:predicate rdf:type ; |
| 95 | - sp:subject _:b4 | 81 | + sp:subject _:b11 |
| 96 | - ] [ sp:object _:b5 ; | 82 | + ] [ sp:object _:b12 ; |
| 97 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 83 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 98 | - sp:subject _:b4 | 84 | + sp:subject _:b11 |
| 99 | - ] [ sp:object _:b6 ; | 85 | + ] [ sp:object _:b13 ; |
| 100 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 86 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 101 | - sp:subject _:b4 | 87 | + sp:subject _:b11 |
| 102 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 88 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 103 | sp:predicate rdf:type ; | 89 | sp:predicate rdf:type ; |
| 104 | - sp:subject _:b6 | 90 | + sp:subject _:b13 |
| 105 | - ] [ sp:object | 91 | + ] [ sp:object _:b14 ; |
| 106 | - [ sp:varName "realMdTool"^^xsd:string | 92 | + sp:predicate _:b15 ; |
| 107 | - ] ; | 93 | + sp:subject _:b13 |
| 108 | - sp:predicate | 94 | + ] [ sp:object _:b16 ; |
| 109 | - [ sp:varName "lengthScaleMdTool"^^xsd:string | ||
| 110 | - ] ; | ||
| 111 | - sp:subject _:b6 | ||
| 112 | - ] [ sp:object _:b7 ; | ||
| 113 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 95 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
| 114 | - sp:subject _:b4 | 96 | + sp:subject _:b11 |
| 115 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 97 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 116 | sp:predicate rdf:type ; | 98 | sp:predicate rdf:type ; |
| 117 | - sp:subject _:b7 | 99 | + sp:subject _:b16 |
| 118 | - ] [ sp:object | 100 | + ] [ sp:object _:b17 ; |
| 119 | - [ sp:varName "realTvdTool"^^xsd:string | 101 | + sp:predicate _:b18 ; |
| 120 | - ] ; | 102 | + sp:subject _:b16 |
| 121 | - sp:predicate | ||
| 122 | - [ sp:varName "lengthScaleTvdTool"^^xsd:string | ||
| 123 | - ] ; | ||
| 124 | - sp:subject _:b7 | ||
| 125 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | 103 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; |
| 126 | sp:predicate rdf:type ; | 104 | sp:predicate rdf:type ; |
| 127 | - sp:subject _:b5 | 105 | + sp:subject _:b12 |
| 128 | - ] [ sp:object | 106 | + ] [ sp:object _:b19 ; |
| 129 | - [ sp:varName "toolDescription"^^xsd:string | ||
| 130 | - ] ; | ||
| 131 | sp:predicate rdfs:comment ; | 107 | sp:predicate rdfs:comment ; |
| 132 | - sp:subject _:b5 | 108 | + sp:subject _:b12 |
| 133 | - ] [ sp:object _:b8 ; | 109 | + ] [ sp:object _:b20 ; |
| 134 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 110 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 135 | - sp:subject _:b2 | 111 | + sp:subject _:b6 |
| 136 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 112 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 137 | sp:predicate rdf:type ; | 113 | sp:predicate rdf:type ; |
| 138 | - sp:subject _:b8 | 114 | + sp:subject _:b20 |
| 139 | - ] [ sp:object | 115 | + ] [ sp:object _:b21 ; |
| 140 | - [ sp:varName "realMdTop"^^xsd:string | 116 | + sp:predicate _:b22 ; |
| 141 | - ] ; | 117 | + sp:subject _:b20 |
| 142 | - sp:predicate | 118 | + ] [ sp:object _:b23 ; |
| 143 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 144 | - ] ; | ||
| 145 | - sp:subject _:b8 | ||
| 146 | - ] [ sp:object _:b9 ; | ||
| 147 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 119 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 148 | - sp:subject _:b2 | 120 | + sp:subject _:b6 |
| 149 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 121 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 150 | sp:predicate rdf:type ; | 122 | sp:predicate rdf:type ; |
| 151 | - sp:subject _:b9 | 123 | + sp:subject _:b23 |
| 152 | - ] [ sp:object | 124 | + ] [ sp:object _:b24 ; |
| 153 | - [ sp:varName "realMdBottom"^^xsd:string | 125 | + sp:predicate _:b25 ; |
| 154 | - ] ; | 126 | + sp:subject _:b23 |
| 155 | - sp:predicate | 127 | + ] [ sp:object _:b26 ; |
| 156 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 157 | - ] ; | ||
| 158 | - sp:subject _:b9 | ||
| 159 | - ] [ sp:object _:b10 ; | ||
| 160 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 128 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 161 | - sp:subject _:b2 | 129 | + sp:subject _:b6 |
| 162 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 130 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 163 | sp:predicate rdf:type ; | 131 | sp:predicate rdf:type ; |
| 164 | - sp:subject _:b10 | 132 | + sp:subject _:b26 |
| 165 | - ] [ sp:object | 133 | + ] [ sp:object _:b27 ; |
| 166 | - [ sp:varName "realTvdTop"^^xsd:string | 134 | + sp:predicate _:b28 ; |
| 167 | - ] ; | 135 | + sp:subject _:b26 |
| 168 | - sp:predicate | 136 | + ] [ sp:object _:b29 ; |
| 169 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 170 | - ] ; | ||
| 171 | - sp:subject _:b10 | ||
| 172 | - ] [ sp:object _:b11 ; | ||
| 173 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 137 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 174 | - sp:subject _:b2 | 138 | + sp:subject _:b6 |
| 175 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 139 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 176 | sp:predicate rdf:type ; | 140 | sp:predicate rdf:type ; |
| 177 | - sp:subject _:b11 | 141 | + sp:subject _:b29 |
| 178 | - ] [ sp:object | 142 | + ] [ sp:object _:b30 ; |
| 179 | - [ sp:varName "realTvdBottom"^^xsd:string | 143 | + sp:predicate _:b31 ; |
| 180 | - ] ; | 144 | + sp:subject _:b29 |
| 181 | - sp:predicate | ||
| 182 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 183 | - ] ; | ||
| 184 | - sp:subject _:b11 | ||
| 185 | ]) ; | 145 | ]) ; |
| 186 | - sp:where ([ sp:object | 146 | + sp:where ([ sp:object _:b32 ; |
| 187 | - [ sp:varName "nameWellBore"^^xsd:string | ||
| 188 | - ] ; | ||
| 189 | sp:predicate ep-spin-lib:nameWellbore ; | 147 | sp:predicate ep-spin-lib:nameWellbore ; |
| 190 | sp:subject spin:_this | 148 | sp:subject spin:_this |
| 191 | - ] [ sp:object | 149 | + ] [ sp:object _:b33 ; |
| 192 | - [ sp:varName "dTimStart"^^xsd:string | ||
| 193 | - ] ; | ||
| 194 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 150 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 195 | sp:subject spin:_this | 151 | sp:subject spin:_this |
| 196 | ] [ sp:object | 152 | ] [ sp:object |
| 197 | [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 153 | [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string |
| 198 | ] ; | 154 | ] ; |
| 199 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 155 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 200 | - sp:subject | 156 | + sp:subject _:b2 |
| 201 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 157 | + ] [ sp:object _:b34 ; |
| 202 | - ] | ||
| 203 | - ] [ sp:object | ||
| 204 | - [ sp:varName "logInfo"^^xsd:string | ||
| 205 | - ] ; | ||
| 206 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | 158 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
| 207 | sp:subject spin:_this | 159 | sp:subject spin:_this |
| 208 | - ] [ sp:object | 160 | + ] [ sp:object _:b7 ; |
| 209 | - [ sp:varName "runNumber"^^xsd:string | ||
| 210 | - ] ; | ||
| 211 | sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; | 161 | sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; |
| 212 | - sp:subject | 162 | + sp:subject _:b34 |
| 213 | - [ sp:varName "logInfo"^^xsd:string | 163 | + ] [ sp:object _:b19 ; |
| 214 | - ] | ||
| 215 | - ] [ sp:object | ||
| 216 | - [ sp:varName "toolDescription"^^xsd:string | ||
| 217 | - ] ; | ||
| 218 | sp:predicate <http://www.witsml.org/schemas/1series#tool> ; | 164 | sp:predicate <http://www.witsml.org/schemas/1series#tool> ; |
| 219 | - sp:subject | 165 | + sp:subject _:b34 |
| 220 | - [ sp:varName "logInfo"^^xsd:string | ||
| 221 | - ] | ||
| 222 | ] [ rdf:type sp:Optional ; | 166 | ] [ rdf:type sp:Optional ; |
| 223 | - sp:elements ([ sp:object | 167 | + sp:elements ([ sp:object _:b8 ; |
| 224 | - [ sp:varName "dTimEnd"^^xsd:string | ||
| 225 | - ] ; | ||
| 226 | sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 168 | sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 227 | - sp:subject | 169 | + sp:subject _:b34 |
| 228 | - [ sp:varName "logInfo"^^xsd:string | ||
| 229 | - ] | ||
| 230 | ]) | 170 | ]) |
| 231 | - ] [ sp:object | 171 | + ] [ sp:object _:b35 ; |
| 232 | - [ sp:varName "mdTop"^^xsd:string | ||
| 233 | - ] ; | ||
| 234 | sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | 172 | sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 235 | - sp:subject | 173 | + sp:subject _:b34 |
| 236 | - [ sp:varName "logInfo"^^xsd:string | 174 | + ] [ sp:object _:b36 ; |
| 237 | - ] | ||
| 238 | - ] [ sp:object | ||
| 239 | - [ sp:varName "uomMdTop"^^xsd:string | ||
| 240 | - ] ; | ||
| 241 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 175 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 242 | - sp:subject | 176 | + sp:subject _:b35 |
| 243 | - [ sp:varName "mdTop"^^xsd:string | 177 | + ] [ sp:object _:b21 ; |
| 244 | - ] | ||
| 245 | - ] [ sp:object | ||
| 246 | - [ sp:varName "realMdTop"^^xsd:string | ||
| 247 | - ] ; | ||
| 248 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 178 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 249 | - sp:subject | 179 | + sp:subject _:b35 |
| 250 | - [ sp:varName "mdTop"^^xsd:string | 180 | + ] [ sp:object _:b37 ; |
| 251 | - ] | ||
| 252 | - ] [ sp:object | ||
| 253 | - [ sp:varName "mdBottom"^^xsd:string | ||
| 254 | - ] ; | ||
| 255 | sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | 181 | sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
| 256 | - sp:subject | 182 | + sp:subject _:b34 |
| 257 | - [ sp:varName "logInfo"^^xsd:string | 183 | + ] [ sp:object _:b38 ; |
| 258 | - ] | ||
| 259 | - ] [ sp:object | ||
| 260 | - [ sp:varName "uomMdBottom"^^xsd:string | ||
| 261 | - ] ; | ||
| 262 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 184 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 263 | - sp:subject | 185 | + sp:subject _:b37 |
| 264 | - [ sp:varName "mdBottom"^^xsd:string | 186 | + ] [ sp:object _:b24 ; |
| 265 | - ] | ||
| 266 | - ] [ sp:object | ||
| 267 | - [ sp:varName "realMdBottom"^^xsd:string | ||
| 268 | - ] ; | ||
| 269 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 187 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 270 | - sp:subject | 188 | + sp:subject _:b37 |
| 271 | - [ sp:varName "mdBottom"^^xsd:string | ||
| 272 | - ] | ||
| 273 | ] [ rdf:type sp:Optional ; | 189 | ] [ rdf:type sp:Optional ; |
| 274 | - sp:elements ([ sp:object | 190 | + sp:elements ([ sp:object _:b39 ; |
| 275 | - [ sp:varName "tvdTop"^^xsd:string | ||
| 276 | - ] ; | ||
| 277 | sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | 191 | sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
| 278 | - sp:subject | 192 | + sp:subject _:b34 |
| 279 | - [ sp:varName "logInfo"^^xsd:string | 193 | + ] [ sp:object _:b40 ; |
| 280 | - ] | ||
| 281 | - ] [ sp:object | ||
| 282 | - [ sp:varName "uomTvdTop"^^xsd:string | ||
| 283 | - ] ; | ||
| 284 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 194 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 285 | - sp:subject | 195 | + sp:subject _:b39 |
| 286 | - [ sp:varName "tvdTop"^^xsd:string | 196 | + ] [ sp:object _:b27 ; |
| 287 | - ] | ||
| 288 | - ] [ sp:object | ||
| 289 | - [ sp:varName "realTvdTop"^^xsd:string | ||
| 290 | - ] ; | ||
| 291 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 197 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 292 | - sp:subject | 198 | + sp:subject _:b39 |
| 293 | - [ sp:varName "tvdTop"^^xsd:string | ||
| 294 | - ] | ||
| 295 | ]) | 199 | ]) |
| 296 | ] [ rdf:type sp:Optional ; | 200 | ] [ rdf:type sp:Optional ; |
| 297 | - sp:elements ([ sp:object | 201 | + sp:elements ([ sp:object _:b41 ; |
| 298 | - [ sp:varName "tvdBottom"^^xsd:string | ||
| 299 | - ] ; | ||
| 300 | sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | 202 | sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
| 301 | - sp:subject | 203 | + sp:subject _:b34 |
| 302 | - [ sp:varName "logInfo"^^xsd:string | 204 | + ] [ sp:object _:b42 ; |
| 303 | - ] | ||
| 304 | - ] [ sp:object | ||
| 305 | - [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 306 | - ] ; | ||
| 307 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 205 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 308 | - sp:subject | 206 | + sp:subject _:b41 |
| 309 | - [ sp:varName "tvdBottom"^^xsd:string | 207 | + ] [ sp:object _:b30 ; |
| 310 | - ] | ||
| 311 | - ] [ sp:object | ||
| 312 | - [ sp:varName "realTvdBottom"^^xsd:string | ||
| 313 | - ] ; | ||
| 314 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 208 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 315 | - sp:subject | 209 | + sp:subject _:b41 |
| 316 | - [ sp:varName "tvdBottom"^^xsd:string | ||
| 317 | - ] | ||
| 318 | ]) | 210 | ]) |
| 319 | - ] [ sp:object | 211 | + ] [ sp:object _:b10 ; |
| 320 | - [ sp:varName "nameServiceCompany"^^xsd:string | ||
| 321 | - ] ; | ||
| 322 | sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; | 212 | sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; |
| 323 | - sp:subject | 213 | + sp:subject _:b34 |
| 324 | - [ sp:varName "logInfo"^^xsd:string | 214 | + ] [ sp:object _:b43 ; |
| 325 | - ] | ||
| 326 | - ] [ sp:object | ||
| 327 | - [ sp:varName "mdTempTool"^^xsd:string | ||
| 328 | - ] ; | ||
| 329 | sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; | 215 | sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; |
| 330 | - sp:subject | 216 | + sp:subject _:b34 |
| 331 | - [ sp:varName "logInfo"^^xsd:string | 217 | + ] [ sp:object _:b44 ; |
| 332 | - ] | ||
| 333 | - ] [ sp:object | ||
| 334 | - [ sp:varName "uomMdTool"^^xsd:string | ||
| 335 | - ] ; | ||
| 336 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 218 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 337 | - sp:subject | 219 | + sp:subject _:b43 |
| 338 | - [ sp:varName "mdTempTool"^^xsd:string | 220 | + ] [ sp:object _:b14 ; |
| 339 | - ] | ||
| 340 | - ] [ sp:object | ||
| 341 | - [ sp:varName "realMdTool"^^xsd:string | ||
| 342 | - ] ; | ||
| 343 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 221 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 344 | - sp:subject | 222 | + sp:subject _:b43 |
| 345 | - [ sp:varName "mdTempTool"^^xsd:string | ||
| 346 | - ] | ||
| 347 | ] [ rdf:type sp:Optional ; | 223 | ] [ rdf:type sp:Optional ; |
| 348 | - sp:elements ([ sp:object | 224 | + sp:elements ([ sp:object _:b45 ; |
| 349 | - [ sp:varName "tvdTempTool"^^xsd:string | ||
| 350 | - ] ; | ||
| 351 | sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; | 225 | sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; |
| 352 | - sp:subject | 226 | + sp:subject _:b34 |
| 353 | - [ sp:varName "logInfo"^^xsd:string | 227 | + ] [ sp:object _:b46 ; |
| 354 | - ] | ||
| 355 | - ] [ sp:object | ||
| 356 | - [ sp:varName "uomTvdTool"^^xsd:string | ||
| 357 | - ] ; | ||
| 358 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 228 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 359 | - sp:subject | 229 | + sp:subject _:b45 |
| 360 | - [ sp:varName "tvdTempTool"^^xsd:string | 230 | + ] [ sp:object _:b17 ; |
| 361 | - ] | ||
| 362 | - ] [ sp:object | ||
| 363 | - [ sp:varName "realTvdTool"^^xsd:string | ||
| 364 | - ] ; | ||
| 365 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 231 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 366 | - sp:subject | 232 | + sp:subject _:b45 |
| 367 | - [ sp:varName "tvdTempTool"^^xsd:string | ||
| 368 | - ] | ||
| 369 | ]) | 233 | ]) |
| 370 | ] [ rdf:type sp:Bind ; | 234 | ] [ rdf:type sp:Bind ; |
| 371 | sp:expression | 235 | sp:expression |
| 372 | [ rdf:type ep-spin-lib:normalizeString ; | 236 | [ rdf:type ep-spin-lib:normalizeString ; |
| 373 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 237 | + sp:arg1 _:b32 |
| 374 | - ] | ||
| 375 | ] ; | 238 | ] ; |
| 376 | - sp:variable | 239 | + sp:variable _:b47 |
| 377 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 378 | - ] | ||
| 379 | ] [ rdf:type sp:Bind ; | 240 | ] [ rdf:type sp:Bind ; |
| 380 | sp:expression | 241 | sp:expression |
| 381 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 242 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 382 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 243 | + sp:arg1 _:b47 ; |
| 383 | - ] ; | 244 | + sp:arg2 _:b33 |
| 384 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 385 | - ] | ||
| 386 | ] ; | 245 | ] ; |
| 387 | - sp:variable | 246 | + sp:variable _:b2 |
| 388 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 389 | - ] | ||
| 390 | ] [ rdf:type sp:Bind ; | 247 | ] [ rdf:type sp:Bind ; |
| 391 | sp:expression | 248 | sp:expression |
| 392 | [ rdf:type afn:localname ; | 249 | [ rdf:type afn:localname ; |
| 393 | - sp:arg1 [ sp:varName "logInfo"^^xsd:string | 250 | + sp:arg1 _:b34 |
| 394 | - ] | ||
| 395 | ] ; | 251 | ] ; |
| 396 | - sp:variable | 252 | + sp:variable _:b48 |
| 397 | - [ sp:varName "localname"^^xsd:string | ||
| 398 | - ] | ||
| 399 | ] [ rdf:type sp:Bind ; | 253 | ] [ rdf:type sp:Bind ; |
| 400 | sp:expression | 254 | sp:expression |
| 401 | [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | 255 | [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; |
| 402 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 256 | + sp:arg1 _:b47 ; |
| 403 | - ] ; | 257 | + sp:arg2 _:b33 ; |
| 404 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 258 | + sp:arg3 _:b48 |
| 405 | - ] ; | ||
| 406 | - sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 407 | - ] | ||
| 408 | ] ; | 259 | ] ; |
| 409 | - sp:variable | 260 | + sp:variable _:b1 |
| 410 | - [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 411 | - ] | ||
| 412 | ] [ rdf:type sp:Bind ; | 261 | ] [ rdf:type sp:Bind ; |
| 413 | sp:expression | 262 | sp:expression |
| 414 | [ rdf:type ep-spin-lib:selectLengthScale ; | 263 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 415 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | 264 | + sp:arg1 _:b36 |
| 416 | - ] | ||
| 417 | ] ; | 265 | ] ; |
| 418 | - sp:variable | 266 | + sp:variable _:b22 |
| 419 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 420 | - ] | ||
| 421 | ] [ rdf:type sp:Bind ; | 267 | ] [ rdf:type sp:Bind ; |
| 422 | sp:expression | 268 | sp:expression |
| 423 | [ rdf:type ep-spin-lib:selectLengthScale ; | 269 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 424 | - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string | 270 | + sp:arg1 _:b40 |
| 425 | - ] | ||
| 426 | ] ; | 271 | ] ; |
| 427 | - sp:variable | 272 | + sp:variable _:b28 |
| 428 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 429 | - ] | ||
| 430 | ] [ rdf:type sp:Bind ; | 273 | ] [ rdf:type sp:Bind ; |
| 431 | sp:expression | 274 | sp:expression |
| 432 | [ rdf:type ep-spin-lib:selectLengthScale ; | 275 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 433 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | 276 | + sp:arg1 _:b38 |
| 434 | - ] | ||
| 435 | ] ; | 277 | ] ; |
| 436 | - sp:variable | 278 | + sp:variable _:b25 |
| 437 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 438 | - ] | ||
| 439 | ] [ rdf:type sp:Bind ; | 279 | ] [ rdf:type sp:Bind ; |
| 440 | sp:expression | 280 | sp:expression |
| 441 | [ rdf:type ep-spin-lib:selectLengthScale ; | 281 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 442 | - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string | 282 | + sp:arg1 _:b42 |
| 443 | - ] | ||
| 444 | ] ; | 283 | ] ; |
| 445 | - sp:variable | 284 | + sp:variable _:b31 |
| 446 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 447 | - ] | ||
| 448 | ] [ rdf:type sp:Bind ; | 285 | ] [ rdf:type sp:Bind ; |
| 449 | sp:expression | 286 | sp:expression |
| 450 | [ rdf:type ep-spin-lib:selectLengthScale ; | 287 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 451 | - sp:arg1 [ sp:varName "uomMdTool"^^xsd:string | 288 | + sp:arg1 _:b44 |
| 452 | - ] | ||
| 453 | ] ; | 289 | ] ; |
| 454 | - sp:variable | 290 | + sp:variable _:b15 |
| 455 | - [ sp:varName "lengthScaleMdTool"^^xsd:string | ||
| 456 | - ] | ||
| 457 | ] [ rdf:type sp:Bind ; | 291 | ] [ rdf:type sp:Bind ; |
| 458 | sp:expression | 292 | sp:expression |
| 459 | [ rdf:type ep-spin-lib:selectLengthScale ; | 293 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 460 | - sp:arg1 [ sp:varName "uomTvdTool"^^xsd:string | 294 | + sp:arg1 _:b46 |
| 295 | + ] ; | ||
| 296 | + sp:variable _:b18 | ||
| 297 | + ] [ rdf:type sp:Bind ; | ||
| 298 | + sp:expression | ||
| 299 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 300 | + arg:wellBoreName | ||
| 301 | + [ rdf:type xsd:string ; | ||
| 302 | + sp:arg1 _:b32 | ||
| 461 | ] | 303 | ] |
| 462 | ] ; | 304 | ] ; |
| 463 | - sp:variable | 305 | + sp:variable _:b4 |
| 464 | - [ sp:varName "lengthScaleTvdTool"^^xsd:string | ||
| 465 | - ] | ||
| 466 | ]) | 306 | ]) |
| 467 | ] ; | 307 | ] ; |
| 468 | spin:rule | 308 | spin:rule |
| ... | @@ -470,25 +310,25 @@ | ... | @@ -470,25 +310,25 @@ |
| 470 | rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; | 310 | rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; |
| 471 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | 311 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; |
| 472 | sp:predicate rdf:type ; | 312 | sp:predicate rdf:type ; |
| 473 | - sp:subject _:b12 | 313 | + sp:subject _:b49 |
| 474 | - ] [ sp:object _:b13 ; | 314 | + ] [ sp:object _:b50 ; |
| 475 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 315 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 476 | - sp:subject _:b12 | 316 | + sp:subject _:b49 |
| 477 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 317 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 478 | sp:predicate rdf:type ; | 318 | sp:predicate rdf:type ; |
| 479 | - sp:subject _:b13 | 319 | + sp:subject _:b50 |
| 480 | ] [ sp:object | 320 | ] [ sp:object |
| 481 | [ sp:varName "realCirculating"^^xsd:string | 321 | [ sp:varName "realCirculating"^^xsd:string |
| 482 | ] ; | 322 | ] ; |
| 483 | sp:predicate | 323 | sp:predicate |
| 484 | [ sp:varName "temperatureScaleCirculating"^^xsd:string | 324 | [ sp:varName "temperatureScaleCirculating"^^xsd:string |
| 485 | ] ; | 325 | ] ; |
| 486 | - sp:subject _:b13 | 326 | + sp:subject _:b50 |
| 487 | ] [ sp:object | 327 | ] [ sp:object |
| 488 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 328 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 489 | ] ; | 329 | ] ; |
| 490 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 330 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 491 | - sp:subject _:b12 | 331 | + sp:subject _:b49 |
| 492 | ]) ; | 332 | ]) ; |
| 493 | sp:where ([ sp:object | 333 | sp:where ([ sp:object |
| 494 | [ sp:varName "nameWellBore"^^xsd:string | 334 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -576,38 +416,38 @@ | ... | @@ -576,38 +416,38 @@ |
| 576 | rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; | 416 | rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; |
| 577 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; | 417 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; |
| 578 | sp:predicate rdf:type ; | 418 | sp:predicate rdf:type ; |
| 579 | - sp:subject _:b14 | 419 | + sp:subject _:b51 |
| 580 | - ] [ sp:object _:b15 ; | 420 | + ] [ sp:object _:b52 ; |
| 581 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 421 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 582 | - sp:subject _:b14 | 422 | + sp:subject _:b51 |
| 583 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 423 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 584 | sp:predicate rdf:type ; | 424 | sp:predicate rdf:type ; |
| 585 | - sp:subject _:b15 | 425 | + sp:subject _:b52 |
| 586 | ] [ sp:object | 426 | ] [ sp:object |
| 587 | [ sp:varName "realStatic"^^xsd:string | 427 | [ sp:varName "realStatic"^^xsd:string |
| 588 | ] ; | 428 | ] ; |
| 589 | sp:predicate | 429 | sp:predicate |
| 590 | [ sp:varName "temperatureScaleStatic"^^xsd:string | 430 | [ sp:varName "temperatureScaleStatic"^^xsd:string |
| 591 | ] ; | 431 | ] ; |
| 592 | - sp:subject _:b15 | 432 | + sp:subject _:b52 |
| 593 | - ] [ sp:object _:b16 ; | 433 | + ] [ sp:object _:b53 ; |
| 594 | sp:predicate rdf:type ; | 434 | sp:predicate rdf:type ; |
| 595 | - sp:subject _:b14 | 435 | + sp:subject _:b51 |
| 596 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 436 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 597 | sp:predicate rdf:type ; | 437 | sp:predicate rdf:type ; |
| 598 | - sp:subject _:b16 | 438 | + sp:subject _:b53 |
| 599 | ] [ sp:object | 439 | ] [ sp:object |
| 600 | [ sp:varName "realDuration"^^xsd:string | 440 | [ sp:varName "realDuration"^^xsd:string |
| 601 | ] ; | 441 | ] ; |
| 602 | sp:predicate | 442 | sp:predicate |
| 603 | [ sp:varName "durationScale"^^xsd:string | 443 | [ sp:varName "durationScale"^^xsd:string |
| 604 | ] ; | 444 | ] ; |
| 605 | - sp:subject _:b16 | 445 | + sp:subject _:b53 |
| 606 | ] [ sp:object | 446 | ] [ sp:object |
| 607 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 447 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 608 | ] ; | 448 | ] ; |
| 609 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 449 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 610 | - sp:subject _:b14 | 450 | + sp:subject _:b51 |
| 611 | ]) ; | 451 | ]) ; |
| 612 | sp:where ([ sp:object | 452 | sp:where ([ sp:object |
| 613 | [ sp:varName "nameWellBore"^^xsd:string | 453 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -722,3 +562,106 @@ | ... | @@ -722,3 +562,106 @@ |
| 722 | ] | 562 | ] |
| 723 | ]) | 563 | ]) |
| 724 | ] . | 564 | ] . |
| 565 | + | ||
| 566 | +_:b32 | ||
| 567 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 568 | + | ||
| 569 | +_:b33 | ||
| 570 | + sp:varName "dTimStart"^^xsd:string . | ||
| 571 | + | ||
| 572 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 573 | + | ||
| 574 | +_:b34 | ||
| 575 | + sp:varName "logInfo"^^xsd:string . | ||
| 576 | + | ||
| 577 | +_:b7 sp:varName "runNumber"^^xsd:string . | ||
| 578 | + | ||
| 579 | +_:b19 | ||
| 580 | + sp:varName "toolDescription"^^xsd:string . | ||
| 581 | + | ||
| 582 | +_:b8 sp:varName "dTimEnd"^^xsd:string . | ||
| 583 | + | ||
| 584 | +_:b35 | ||
| 585 | + sp:varName "mdTop"^^xsd:string . | ||
| 586 | + | ||
| 587 | +_:b36 | ||
| 588 | + sp:varName "uomMdTop"^^xsd:string . | ||
| 589 | + | ||
| 590 | +_:b21 | ||
| 591 | + sp:varName "realMdTop"^^xsd:string . | ||
| 592 | + | ||
| 593 | +_:b37 | ||
| 594 | + sp:varName "mdBottom"^^xsd:string . | ||
| 595 | + | ||
| 596 | +_:b38 | ||
| 597 | + sp:varName "uomMdBottom"^^xsd:string . | ||
| 598 | + | ||
| 599 | +_:b24 | ||
| 600 | + sp:varName "realMdBottom"^^xsd:string . | ||
| 601 | + | ||
| 602 | +_:b39 | ||
| 603 | + sp:varName "tvdTop"^^xsd:string . | ||
| 604 | + | ||
| 605 | +_:b40 | ||
| 606 | + sp:varName "uomTvdTop"^^xsd:string . | ||
| 607 | + | ||
| 608 | +_:b27 | ||
| 609 | + sp:varName "realTvdTop"^^xsd:string . | ||
| 610 | + | ||
| 611 | +_:b41 | ||
| 612 | + sp:varName "tvdBottom"^^xsd:string . | ||
| 613 | + | ||
| 614 | +_:b42 | ||
| 615 | + sp:varName "uomTvdBottom"^^xsd:string . | ||
| 616 | + | ||
| 617 | +_:b30 | ||
| 618 | + sp:varName "realTvdBottom"^^xsd:string . | ||
| 619 | + | ||
| 620 | +_:b10 | ||
| 621 | + sp:varName "nameServiceCompany"^^xsd:string . | ||
| 622 | + | ||
| 623 | +_:b43 | ||
| 624 | + sp:varName "mdTempTool"^^xsd:string . | ||
| 625 | + | ||
| 626 | +_:b44 | ||
| 627 | + sp:varName "uomMdTool"^^xsd:string . | ||
| 628 | + | ||
| 629 | +_:b14 | ||
| 630 | + sp:varName "realMdTool"^^xsd:string . | ||
| 631 | + | ||
| 632 | +_:b45 | ||
| 633 | + sp:varName "tvdTempTool"^^xsd:string . | ||
| 634 | + | ||
| 635 | +_:b46 | ||
| 636 | + sp:varName "uomTvdTool"^^xsd:string . | ||
| 637 | + | ||
| 638 | +_:b17 | ||
| 639 | + sp:varName "realTvdTool"^^xsd:string . | ||
| 640 | + | ||
| 641 | +_:b47 | ||
| 642 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 643 | + | ||
| 644 | +_:b48 | ||
| 645 | + sp:varName "localname"^^xsd:string . | ||
| 646 | + | ||
| 647 | +_:b1 sp:varName "wellBoreLogRun"^^xsd:string . | ||
| 648 | + | ||
| 649 | +_:b22 | ||
| 650 | + sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 651 | + | ||
| 652 | +_:b28 | ||
| 653 | + sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
| 654 | + | ||
| 655 | +_:b25 | ||
| 656 | + sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 657 | + | ||
| 658 | +_:b31 | ||
| 659 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . | ||
| 660 | + | ||
| 661 | +_:b15 | ||
| 662 | + sp:varName "lengthScaleMdTool"^^xsd:string . | ||
| 663 | + | ||
| 664 | +_:b18 | ||
| 665 | + sp:varName "lengthScaleTvdTool"^^xsd:string . | ||
| 666 | + | ||
| 667 | +_:b4 sp:varName "wellBore"^^xsd:string . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | 1 | +# Saved by TopBraid on Fri Oct 28 15:43:00 BST 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.witsml.org/schemas/1series |
| 5 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 6 | -# imports: http://www.witsml.org/schemas/1series | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 7 | - | 7 | +# imports: http://spinrdf.org/spin |
| 8 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . | 8 | + |
| 9 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . |
| 10 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 14 | -@prefix sp: <http://spinrdf.org/sp#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 15 | -@prefix spin: <http://spinrdf.org/spin#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 16 | -@prefix spl: <http://spinrdf.org/spl#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 18 | - | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 19 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 20 | - rdf:type owl:Ontology ; | 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 21 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 21 | + |
| 22 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> |
| 23 | - | 23 | + rdf:type owl:Ontology ; |
| 24 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 24 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 25 | - spin:rule | 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | - [ rdf:type sp:Construct ; | 26 | + |
| 27 | - rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ; | 27 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 28 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; | 28 | + spin:rule |
| 29 | - sp:predicate rdf:type ; | 29 | + [ rdf:type sp:Construct ; |
| 30 | - sp:subject | 30 | + rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ; |
| 31 | - [ sp:varName "openPerforationInterval"^^xsd:string | 31 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; |
| 32 | - ] | 32 | + sp:predicate rdf:type ; |
| 33 | - ] [ sp:object | 33 | + sp:subject _:b1 |
| 34 | - [ sp:varName "openPerforationInterval"^^xsd:string | 34 | + ] [ sp:object _:b1 ; |
| 35 | - ] ; | 35 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 36 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 36 | + sp:subject _:b2 |
| 37 | - sp:subject | 37 | + ] [ sp:object _:b3 ; |
| 38 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 39 | - ] | 39 | + sp:subject _:b1 |
| 40 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 41 | - sp:predicate rdf:type ; | 41 | + sp:predicate rdf:type ; |
| 42 | - sp:subject _:b1 | 42 | + sp:subject _:b3 |
| 43 | - ] [ sp:object | 43 | + ] [ sp:object _:b4 ; |
| 44 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 45 | - ] ; | 45 | + sp:subject _:b3 |
| 46 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 46 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 47 | - sp:subject _:b1 | 47 | + sp:predicate rdf:type ; |
| 48 | - ] [ sp:object _:b1 ; | 48 | + sp:subject _:b4 |
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 49 | + ] [ sp:object _:b5 ; |
| 50 | - sp:subject | 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 51 | - [ sp:varName "openPerforationInterval"^^xsd:string | 51 | + sp:subject _:b4 |
| 52 | - ] | 52 | + ] [ sp:object _:b6 ; |
| 53 | - ] [ sp:object | 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 54 | - [ sp:varName "dTimOpen"^^xsd:string | 54 | + sp:subject _:b1 |
| 55 | - ] ; | 55 | + ] [ sp:object _:b7 ; |
| 56 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 57 | - sp:subject | 57 | + sp:subject _:b1 |
| 58 | - [ sp:varName "openPerforationInterval"^^xsd:string | 58 | + ] [ sp:object _:b8 ; |
| 59 | - ] | 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 60 | - ] [ sp:object | 60 | + sp:subject _:b4 |
| 61 | - [ sp:varName "dTimClose"^^xsd:string | 61 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 62 | - ] ; | 62 | + sp:predicate rdf:type ; |
| 63 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 63 | + sp:subject _:b8 |
| 64 | - sp:subject | 64 | + ] [ sp:object _:b9 ; |
| 65 | - [ sp:varName "openPerforationInterval"^^xsd:string | 65 | + sp:predicate _:b10 ; |
| 66 | - ] | 66 | + sp:subject _:b8 |
| 67 | - ] [ sp:object _:b2 ; | 67 | + ] [ sp:object _:b11 ; |
| 68 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 68 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 69 | - sp:subject _:b1 | 69 | + sp:subject _:b4 |
| 70 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 70 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 71 | - sp:predicate rdf:type ; | 71 | + sp:predicate rdf:type ; |
| 72 | - sp:subject _:b2 | 72 | + sp:subject _:b11 |
| 73 | - ] [ sp:object | 73 | + ] [ sp:object _:b12 ; |
| 74 | - [ sp:varName "realMdTop"^^xsd:string | 74 | + sp:predicate _:b13 ; |
| 75 | - ] ; | 75 | + sp:subject _:b11 |
| 76 | - sp:predicate | 76 | + ] [ sp:object _:b14 ; |
| 77 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 77 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 78 | - ] ; | 78 | + sp:subject _:b4 |
| 79 | - sp:subject _:b2 | 79 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 80 | - ] [ sp:object _:b3 ; | 80 | + sp:predicate rdf:type ; |
| 81 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 81 | + sp:subject _:b14 |
| 82 | - sp:subject _:b1 | 82 | + ] [ sp:object _:b15 ; |
| 83 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 83 | + sp:predicate _:b16 ; |
| 84 | - sp:predicate rdf:type ; | 84 | + sp:subject _:b14 |
| 85 | - sp:subject _:b3 | 85 | + ] [ sp:object _:b17 ; |
| 86 | - ] [ sp:object | 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 87 | - [ sp:varName "realMdBottom"^^xsd:string | 87 | + sp:subject _:b4 |
| 88 | - ] ; | 88 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 89 | - sp:predicate | 89 | + sp:predicate rdf:type ; |
| 90 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 90 | + sp:subject _:b17 |
| 91 | - ] ; | 91 | + ] [ sp:object _:b18 ; |
| 92 | - sp:subject _:b3 | 92 | + sp:predicate _:b19 ; |
| 93 | - ] [ sp:object _:b4 ; | 93 | + sp:subject _:b17 |
| 94 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 94 | + ]) ; |
| 95 | - sp:subject _:b1 | 95 | + sp:where ([ sp:object _:b20 ; |
| 96 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 96 | + sp:predicate ep-spin-lib:nameWellbore ; |
| 97 | - sp:predicate rdf:type ; | 97 | + sp:subject spin:_this |
| 98 | - sp:subject _:b4 | 98 | + ] [ sp:object _:b21 ; |
| 99 | - ] [ sp:object | 99 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 100 | - [ sp:varName "realTvdTop"^^xsd:string | 100 | + sp:subject spin:_this |
| 101 | - ] ; | 101 | + ] [ sp:object _:b22 ; |
| 102 | - sp:predicate | 102 | + sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ; |
| 103 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | 103 | + sp:subject spin:_this |
| 104 | - ] ; | 104 | + ] [ sp:object _:b6 ; |
| 105 | - sp:subject _:b4 | 105 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ; |
| 106 | - ] [ sp:object _:b5 ; | 106 | + sp:subject _:b22 |
| 107 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 107 | + ] [ rdf:type sp:Optional ; |
| 108 | - sp:subject _:b1 | 108 | + sp:elements ([ sp:object _:b7 ; |
| 109 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 109 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ; |
| 110 | - sp:predicate rdf:type ; | 110 | + sp:subject _:b22 |
| 111 | - sp:subject _:b5 | 111 | + ]) |
| 112 | - ] [ sp:object | 112 | + ] [ sp:object _:b23 ; |
| 113 | - [ sp:varName "realTvdBottom"^^xsd:string | 113 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 114 | - ] ; | 114 | + sp:subject _:b22 |
| 115 | - sp:predicate | 115 | + ] [ sp:object _:b24 ; |
| 116 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | 116 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 117 | - ] ; | 117 | + sp:subject _:b23 |
| 118 | - sp:subject _:b5 | 118 | + ] [ sp:object _:b9 ; |
| 119 | - ]) ; | 119 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 120 | - sp:where ([ sp:object | 120 | + sp:subject _:b23 |
| 121 | - [ sp:varName "nameWellBore"^^xsd:string | 121 | + ] [ sp:object _:b25 ; |
| 122 | - ] ; | 122 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
| 123 | - sp:predicate ep-spin-lib:nameWellbore ; | 123 | + sp:subject _:b22 |
| 124 | - sp:subject spin:_this | 124 | + ] [ sp:object _:b26 ; |
| 125 | - ] [ sp:object | 125 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 126 | - [ sp:varName "dTimStart"^^xsd:string | 126 | + sp:subject _:b25 |
| 127 | - ] ; | 127 | + ] [ sp:object _:b12 ; |
| 128 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 128 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 129 | - sp:subject spin:_this | 129 | + sp:subject _:b25 |
| 130 | - ] [ sp:object | 130 | + ] [ rdf:type sp:Optional ; |
| 131 | - [ sp:varName "perfInfo"^^xsd:string | 131 | + sp:elements ([ sp:object _:b27 ; |
| 132 | - ] ; | 132 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
| 133 | - sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ; | 133 | + sp:subject _:b22 |
| 134 | - sp:subject spin:_this | 134 | + ] [ sp:object _:b28 ; |
| 135 | - ] [ sp:object | 135 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 136 | - [ sp:varName "dTimOpen"^^xsd:string | 136 | + sp:subject _:b27 |
| 137 | - ] ; | 137 | + ] [ sp:object _:b15 ; |
| 138 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ; | 138 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 139 | - sp:subject | 139 | + sp:subject _:b27 |
| 140 | - [ sp:varName "perfInfo"^^xsd:string | 140 | + ]) |
| 141 | - ] | 141 | + ] [ rdf:type sp:Optional ; |
| 142 | - ] [ sp:object | 142 | + sp:elements ([ sp:object _:b29 ; |
| 143 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 143 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
| 144 | - ] ; | 144 | + sp:subject _:b22 |
| 145 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 145 | + ] [ sp:object _:b30 ; |
| 146 | - sp:subject | 146 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 147 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 147 | + sp:subject _:b29 |
| 148 | - ] | 148 | + ] [ sp:object _:b18 ; |
| 149 | - ] [ rdf:type sp:Optional ; | 149 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 150 | - sp:elements ([ sp:object | 150 | + sp:subject _:b29 |
| 151 | - [ sp:varName "dTimClose"^^xsd:string | 151 | + ]) |
| 152 | - ] ; | 152 | + ] [ rdf:type sp:Bind ; |
| 153 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ; | 153 | + sp:expression |
| 154 | - sp:subject | 154 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 155 | - [ sp:varName "perfInfo"^^xsd:string | 155 | + sp:arg1 _:b20 |
| 156 | - ] | 156 | + ] ; |
| 157 | - ]) | 157 | + sp:variable _:b31 |
| 158 | - ] [ sp:object | 158 | + ] [ rdf:type sp:Bind ; |
| 159 | - [ sp:varName "mdTop"^^xsd:string | 159 | + sp:expression |
| 160 | - ] ; | 160 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 161 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | 161 | + sp:arg1 _:b31 ; |
| 162 | - sp:subject | 162 | + sp:arg2 _:b21 |
| 163 | - [ sp:varName "perfInfo"^^xsd:string | 163 | + ] ; |
| 164 | - ] | 164 | + sp:variable _:b2 |
| 165 | - ] [ sp:object | 165 | + ] [ rdf:type sp:Bind ; |
| 166 | - [ sp:varName "uomMdTop"^^xsd:string | 166 | + sp:expression |
| 167 | - ] ; | 167 | + [ rdf:type afn:localname ; |
| 168 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 168 | + sp:arg1 _:b22 |
| 169 | - sp:subject | 169 | + ] ; |
| 170 | - [ sp:varName "mdTop"^^xsd:string | 170 | + sp:variable _:b32 |
| 171 | - ] | 171 | + ] [ rdf:type sp:Bind ; |
| 172 | - ] [ sp:object | 172 | + sp:expression |
| 173 | - [ sp:varName "realMdTop"^^xsd:string | 173 | + [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ; |
| 174 | - ] ; | 174 | + sp:arg1 _:b31 ; |
| 175 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 175 | + sp:arg2 _:b32 |
| 176 | - sp:subject | 176 | + ] ; |
| 177 | - [ sp:varName "mdTop"^^xsd:string | 177 | + sp:variable _:b1 |
| 178 | - ] | 178 | + ] [ rdf:type sp:Bind ; |
| 179 | - ] [ sp:object | 179 | + sp:expression |
| 180 | - [ sp:varName "mdBottom"^^xsd:string | 180 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 181 | - ] ; | 181 | + sp:arg1 _:b24 |
| 182 | - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | 182 | + ] ; |
| 183 | - sp:subject | 183 | + sp:variable _:b10 |
| 184 | - [ sp:varName "perfInfo"^^xsd:string | 184 | + ] [ rdf:type sp:Bind ; |
| 185 | - ] | 185 | + sp:expression |
| 186 | - ] [ sp:object | 186 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 187 | - [ sp:varName "uomMdBottom"^^xsd:string | 187 | + sp:arg1 _:b28 |
| 188 | - ] ; | 188 | + ] ; |
| 189 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 189 | + sp:variable _:b16 |
| 190 | - sp:subject | 190 | + ] [ rdf:type sp:Bind ; |
| 191 | - [ sp:varName "mdBottom"^^xsd:string | 191 | + sp:expression |
| 192 | - ] | 192 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 193 | - ] [ sp:object | 193 | + sp:arg1 _:b26 |
| 194 | - [ sp:varName "realMdBottom"^^xsd:string | 194 | + ] ; |
| 195 | - ] ; | 195 | + sp:variable _:b13 |
| 196 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 196 | + ] [ rdf:type sp:Bind ; |
| 197 | - sp:subject | 197 | + sp:expression |
| 198 | - [ sp:varName "mdBottom"^^xsd:string | 198 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 199 | - ] | 199 | + sp:arg1 _:b30 |
| 200 | - ] [ rdf:type sp:Optional ; | 200 | + ] ; |
| 201 | - sp:elements ([ sp:object | 201 | + sp:variable _:b19 |
| 202 | - [ sp:varName "tvdTop"^^xsd:string | 202 | + ] [ rdf:type sp:Bind ; |
| 203 | - ] ; | 203 | + sp:expression |
| 204 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | 204 | + [ rdf:type rhspin:wellBoreByName ; |
| 205 | - sp:subject | 205 | + arg:wellBoreName |
| 206 | - [ sp:varName "perfInfo"^^xsd:string | 206 | + [ rdf:type xsd:string ; |
| 207 | - ] | 207 | + sp:arg1 _:b20 |
| 208 | - ] [ sp:object | 208 | + ] |
| 209 | - [ sp:varName "uomTvdTop"^^xsd:string | 209 | + ] ; |
| 210 | - ] ; | 210 | + sp:variable _:b5 |
| 211 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 211 | + ]) |
| 212 | - sp:subject | 212 | + ] . |
| 213 | - [ sp:varName "tvdTop"^^xsd:string | 213 | + |
| 214 | - ] | 214 | +_:b1 sp:varName "openPerforationInterval"^^xsd:string . |
| 215 | - ] [ sp:object | 215 | + |
| 216 | - [ sp:varName "realTvdTop"^^xsd:string | 216 | +_:b32 |
| 217 | - ] ; | 217 | + sp:varName "localname"^^xsd:string . |
| 218 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 218 | + |
| 219 | - sp:subject | 219 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 220 | - [ sp:varName "tvdTop"^^xsd:string | 220 | + |
| 221 | - ] | 221 | +_:b5 sp:varName "wellBore"^^xsd:string . |
| 222 | - ]) | 222 | + |
| 223 | - ] [ rdf:type sp:Optional ; | 223 | +_:b31 |
| 224 | - sp:elements ([ sp:object | 224 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 225 | - [ sp:varName "tvdBottom"^^xsd:string | 225 | + |
| 226 | - ] ; | 226 | +_:b18 |
| 227 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | 227 | + sp:varName "realTvdBottom"^^xsd:string . |
| 228 | - sp:subject | 228 | + |
| 229 | - [ sp:varName "perfInfo"^^xsd:string | 229 | +_:b30 |
| 230 | - ] | 230 | + sp:varName "uomTvdBottom"^^xsd:string . |
| 231 | - ] [ sp:object | 231 | + |
| 232 | - [ sp:varName "uomTvdBottom"^^xsd:string | 232 | +_:b29 |
| 233 | - ] ; | 233 | + sp:varName "tvdBottom"^^xsd:string . |
| 234 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 234 | + |
| 235 | - sp:subject | 235 | +_:b15 |
| 236 | - [ sp:varName "tvdBottom"^^xsd:string | 236 | + sp:varName "realTvdTop"^^xsd:string . |
| 237 | - ] | 237 | + |
| 238 | - ] [ sp:object | 238 | +_:b28 |
| 239 | - [ sp:varName "realTvdBottom"^^xsd:string | 239 | + sp:varName "uomTvdTop"^^xsd:string . |
| 240 | - ] ; | 240 | + |
| 241 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 241 | +_:b27 |
| 242 | - sp:subject | 242 | + sp:varName "tvdTop"^^xsd:string . |
| 243 | - [ sp:varName "tvdBottom"^^xsd:string | 243 | + |
| 244 | - ] | 244 | +_:b12 |
| 245 | - ]) | 245 | + sp:varName "realMdBottom"^^xsd:string . |
| 246 | - ] [ rdf:type sp:Bind ; | 246 | + |
| 247 | - sp:expression | 247 | +_:b26 |
| 248 | - [ rdf:type ep-spin-lib:normalizeString ; | 248 | + sp:varName "uomMdBottom"^^xsd:string . |
| 249 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 249 | + |
| 250 | - ] | 250 | +_:b25 |
| 251 | - ] ; | 251 | + sp:varName "mdBottom"^^xsd:string . |
| 252 | - sp:variable | 252 | + |
| 253 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 253 | +_:b9 sp:varName "realMdTop"^^xsd:string . |
| 254 | - ] | 254 | + |
| 255 | - ] [ rdf:type sp:Bind ; | 255 | +_:b24 |
| 256 | - sp:expression | 256 | + sp:varName "uomMdTop"^^xsd:string . |
| 257 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 257 | + |
| 258 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 258 | +_:b23 |
| 259 | - ] ; | 259 | + sp:varName "mdTop"^^xsd:string . |
| 260 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 260 | + |
| 261 | - ] | 261 | +_:b7 sp:varName "dTimClose"^^xsd:string . |
| 262 | - ] ; | 262 | + |
| 263 | - sp:variable | 263 | +_:b6 sp:varName "dTimOpen"^^xsd:string . |
| 264 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 264 | + |
| 265 | - ] | 265 | +_:b22 |
| 266 | - ] [ rdf:type sp:Bind ; | 266 | + sp:varName "perfInfo"^^xsd:string . |
| 267 | - sp:expression | 267 | + |
| 268 | - [ rdf:type afn:localname ; | 268 | +_:b21 |
| 269 | - sp:arg1 [ sp:varName "perfInfo"^^xsd:string | 269 | + sp:varName "dTimStart"^^xsd:string . |
| 270 | - ] | 270 | + |
| 271 | - ] ; | 271 | +_:b20 |
| 272 | - sp:variable | 272 | + sp:varName "nameWellBore"^^xsd:string . |
| 273 | - [ sp:varName "localname"^^xsd:string | 273 | + |
| 274 | - ] | 274 | +_:b19 |
| 275 | - ] [ rdf:type sp:Bind ; | 275 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . |
| 276 | - sp:expression | 276 | + |
| 277 | - [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ; | 277 | +_:b13 |
| 278 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 278 | + sp:varName "lengthScaleMdBottom"^^xsd:string . |
| 279 | - ] ; | 279 | + |
| 280 | - sp:arg2 [ sp:varName "localname"^^xsd:string | 280 | +_:b16 |
| 281 | - ] | 281 | + sp:varName "lengthScaleTvdTop"^^xsd:string . |
| 282 | - ] ; | 282 | + |
| 283 | - sp:variable | 283 | +_:b10 |
| 284 | - [ sp:varName "openPerforationInterval"^^xsd:string | 284 | + sp:varName "lengthScaleMdTop"^^xsd:string . |
| 285 | - ] | ||
| 286 | - ] [ rdf:type sp:Bind ; | ||
| 287 | - sp:expression | ||
| 288 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 289 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | ||
| 290 | - ] | ||
| 291 | - ] ; | ||
| 292 | - sp:variable | ||
| 293 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 294 | - ] | ||
| 295 | - ] [ rdf:type sp:Bind ; | ||
| 296 | - sp:expression | ||
| 297 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 298 | - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string | ||
| 299 | - ] | ||
| 300 | - ] ; | ||
| 301 | - sp:variable | ||
| 302 | - [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 303 | - ] | ||
| 304 | - ] [ rdf:type sp:Bind ; | ||
| 305 | - sp:expression | ||
| 306 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 307 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | ||
| 308 | - ] | ||
| 309 | - ] ; | ||
| 310 | - sp:variable | ||
| 311 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 312 | - ] | ||
| 313 | - ] [ rdf:type sp:Bind ; | ||
| 314 | - sp:expression | ||
| 315 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 316 | - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 317 | - ] | ||
| 318 | - ] ; | ||
| 319 | - sp:variable | ||
| 320 | - [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 321 | - ] | ||
| 322 | - ]) | ||
| 323 | - ] . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | 1 | +# Saved by TopBraid on Fri Oct 28 15:51:07 BST 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.witsml.org/schemas/1series |
| 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.witsml.org/schemas/1series | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 6 | - | 6 | +# imports: http://spinrdf.org/spin |
| 7 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . | 7 | + |
| 8 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . |
| 9 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | -@prefix sp: <http://spinrdf.org/sp#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | -@prefix spin: <http://spinrdf.org/spin#> . | 14 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 15 | -@prefix spl: <http://spinrdf.org/spl#> . | 15 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 17 | - | 17 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 18 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> | 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 19 | - rdf:type owl:Ontology ; | 19 | + |
| 20 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ; | 20 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> |
| 21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 21 | + rdf:type owl:Ontology ; |
| 22 | - | 22 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 23 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | - spin:rule | 24 | + |
| 25 | - [ rdf:type sp:Construct ; | 25 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 26 | - rdfs:comment "STEP 180 Create a PorePressureDetermination activity"^^xsd:string ; | 26 | + spin:rule |
| 27 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; | 27 | + [ rdf:type sp:Construct ; |
| 28 | - sp:predicate rdf:type ; | 28 | + rdfs:comment "STEP 180 Create a PorePressureDetermination activity"^^xsd:string ; |
| 29 | - sp:subject | 29 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; |
| 30 | - [ sp:varName "porePressureDetermination"^^xsd:string | 30 | + sp:predicate rdf:type ; |
| 31 | - ] | 31 | + sp:subject _:b1 |
| 32 | - ] [ sp:object | 32 | + ] [ sp:object _:b1 ; |
| 33 | - [ sp:varName "porePressureDetermination"^^xsd:string | 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 34 | - ] ; | 34 | + sp:subject _:b2 |
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 35 | + ] [ sp:object _:b3 ; |
| 36 | - sp:subject | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 37 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 37 | + sp:subject _:b1 |
| 38 | - ] | 38 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 39 | + sp:predicate rdf:type ; |
| 40 | - sp:predicate rdf:type ; | 40 | + sp:subject _:b3 |
| 41 | - sp:subject _:b1 | 41 | + ] [ sp:object _:b4 ; |
| 42 | - ] [ sp:object _:b2 ; | 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 43 | + sp:subject _:b3 |
| 44 | - sp:subject _:b1 | 44 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; |
| 45 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 45 | + sp:predicate rdf:type ; |
| 46 | - sp:predicate rdf:type ; | 46 | + sp:subject _:b4 |
| 47 | - sp:subject _:b2 | 47 | + ] [ sp:object _:b5 ; |
| 48 | - ] [ sp:object | 48 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 49 | - [ sp:varName "realMd"^^xsd:string | 49 | + sp:subject _:b4 |
| 50 | - ] ; | 50 | + ] [ sp:object _:b6 ; |
| 51 | - sp:predicate | 51 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 52 | - [ sp:varName "lengthScaleMd"^^xsd:string | 52 | + sp:subject _:b4 |
| 53 | - ] ; | 53 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 54 | - sp:subject _:b2 | 54 | + sp:predicate rdf:type ; |
| 55 | - ] [ sp:object _:b3 ; | 55 | + sp:subject _:b6 |
| 56 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | 56 | + ] [ sp:object _:b7 ; |
| 57 | - sp:subject _:b1 | 57 | + sp:predicate _:b8 ; |
| 58 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 58 | + sp:subject _:b6 |
| 59 | - sp:predicate rdf:type ; | 59 | + ] [ sp:object _:b9 ; |
| 60 | - sp:subject _:b3 | 60 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; |
| 61 | - ] [ sp:object | 61 | + sp:subject _:b4 |
| 62 | - [ sp:varName "realTvd"^^xsd:string | 62 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 63 | - ] ; | 63 | + sp:predicate rdf:type ; |
| 64 | - sp:predicate | 64 | + sp:subject _:b9 |
| 65 | - [ sp:varName "lengthScaleTvd"^^xsd:string | 65 | + ] [ sp:object _:b10 ; |
| 66 | - ] ; | 66 | + sp:predicate _:b11 ; |
| 67 | - sp:subject _:b3 | 67 | + sp:subject _:b9 |
| 68 | - ] [ sp:object | 68 | + ] [ sp:object _:b12 ; |
| 69 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 69 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; |
| 70 | - ] ; | 70 | + sp:subject _:b3 |
| 71 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 71 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
| 72 | - sp:subject _:b1 | 72 | + sp:predicate rdf:type ; |
| 73 | - ] [ sp:object _:b4 ; | 73 | + sp:subject _:b12 |
| 74 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; | 74 | + ] [ sp:object _:b13 ; |
| 75 | - sp:subject _:b1 | 75 | + sp:predicate _:b14 ; |
| 76 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | 76 | + sp:subject _:b12 |
| 77 | - sp:predicate rdf:type ; | 77 | + ] [ sp:object _:b15 ; |
| 78 | - sp:subject _:b4 | 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 79 | - ] [ sp:object | 79 | + sp:subject _:b1 |
| 80 | - [ sp:varName "realWt"^^xsd:string | 80 | + ] [ sp:object _:b16 ; |
| 81 | - ] ; | 81 | + sp:predicate rdf:type ; |
| 82 | - sp:predicate | 82 | + sp:subject _:b1 |
| 83 | - [ sp:varName "densityScale"^^xsd:string | 83 | + ]) ; |
| 84 | - ] ; | 84 | + sp:where ([ sp:object _:b17 ; |
| 85 | - sp:subject _:b4 | 85 | + sp:predicate ep-spin-lib:nameWellbore ; |
| 86 | - ] [ sp:object _:b1 ; | 86 | + sp:subject spin:_this |
| 87 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 87 | + ] [ sp:object _:b18 ; |
| 88 | - sp:subject | 88 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 89 | - [ sp:varName "porePressureDetermination"^^xsd:string | 89 | + sp:subject spin:_this |
| 90 | - ] | 90 | + ] [ sp:object _:b19 ; |
| 91 | - ] [ sp:object | 91 | + sp:predicate <http://www.witsml.org/schemas/1series#porePressureRef> ; |
| 92 | - [ sp:varName "timeOfDetermination"^^xsd:string | 92 | + sp:subject spin:_this |
| 93 | - ] ; | 93 | + ] [ sp:object _:b15 ; |
| 94 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 94 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 95 | - sp:subject | 95 | + sp:subject _:b19 |
| 96 | - [ sp:varName "porePressureDetermination"^^xsd:string | 96 | + ] [ sp:object _:b20 ; |
| 97 | - ] | 97 | + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; |
| 98 | - ] [ sp:object | 98 | + sp:subject _:b19 |
| 99 | - [ sp:varName "porePressureDeterminationType"^^xsd:string | 99 | + ] [ sp:object _:b21 ; |
| 100 | - ] ; | 100 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 101 | - sp:predicate rdf:type ; | 101 | + sp:subject _:b20 |
| 102 | - sp:subject | 102 | + ] [ sp:object _:b7 ; |
| 103 | - [ sp:varName "porePressureDetermination"^^xsd:string | 103 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 104 | - ] | 104 | + sp:subject _:b20 |
| 105 | - ]) ; | 105 | + ] [ sp:object _:b22 ; |
| 106 | - sp:where ([ sp:object | 106 | + sp:predicate <http://www.witsml.org/schemas/1series#readingKindRef> ; |
| 107 | - [ sp:varName "nameWellBore"^^xsd:string | 107 | + sp:subject _:b19 |
| 108 | - ] ; | 108 | + ] [ sp:object _:b23 ; |
| 109 | - sp:predicate ep-spin-lib:nameWellbore ; | 109 | + sp:predicate <http://www.witsml.org/schemas/1series#equivalentMudWeightRef> ; |
| 110 | - sp:subject spin:_this | 110 | + sp:subject _:b19 |
| 111 | - ] [ sp:object | 111 | + ] [ sp:object _:b24 ; |
| 112 | - [ sp:varName "dTimStart"^^xsd:string | 112 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 113 | - ] ; | 113 | + sp:subject _:b23 |
| 114 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 114 | + ] [ sp:object _:b13 ; |
| 115 | - sp:subject spin:_this | 115 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 116 | - ] [ sp:object | 116 | + sp:subject _:b23 |
| 117 | - [ sp:varName "porePressure"^^xsd:string | 117 | + ] [ rdf:type sp:Optional ; |
| 118 | - ] ; | 118 | + sp:elements ([ sp:object _:b25 ; |
| 119 | - sp:predicate <http://www.witsml.org/schemas/1series#porePressureRef> ; | 119 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; |
| 120 | - sp:subject spin:_this | 120 | + sp:subject _:b19 |
| 121 | - ] [ sp:object | 121 | + ] [ sp:object _:b26 ; |
| 122 | - [ sp:varName "timeOfDetermination"^^xsd:string | 122 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 123 | - ] ; | 123 | + sp:subject _:b25 |
| 124 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 124 | + ] [ sp:object _:b10 ; |
| 125 | - sp:subject | 125 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 126 | - [ sp:varName "porePressure"^^xsd:string | 126 | + sp:subject _:b25 |
| 127 | - ] | 127 | + ]) |
| 128 | - ] [ sp:object | 128 | + ] [ rdf:type sp:Bind ; |
| 129 | - [ sp:varName "md"^^xsd:string | 129 | + sp:expression |
| 130 | - ] ; | 130 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 131 | - sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; | 131 | + sp:arg1 _:b17 |
| 132 | - sp:subject | 132 | + ] ; |
| 133 | - [ sp:varName "porePressure"^^xsd:string | 133 | + sp:variable _:b27 |
| 134 | - ] | 134 | + ] [ rdf:type sp:Bind ; |
| 135 | - ] [ sp:object | 135 | + sp:expression |
| 136 | - [ sp:varName "uomMd"^^xsd:string | 136 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 137 | - ] ; | 137 | + sp:arg1 _:b27 ; |
| 138 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 138 | + sp:arg2 _:b18 |
| 139 | - sp:subject | 139 | + ] ; |
| 140 | - [ sp:varName "md"^^xsd:string | 140 | + sp:variable _:b2 |
| 141 | - ] | 141 | + ] [ rdf:type sp:Bind ; |
| 142 | - ] [ sp:object | 142 | + sp:expression |
| 143 | - [ sp:varName "realMd"^^xsd:string | 143 | + [ rdf:type afn:localname ; |
| 144 | - ] ; | 144 | + sp:arg1 _:b19 |
| 145 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 145 | + ] ; |
| 146 | - sp:subject | 146 | + sp:variable _:b28 |
| 147 | - [ sp:varName "md"^^xsd:string | 147 | + ] [ rdf:type sp:Bind ; |
| 148 | - ] | 148 | + sp:expression |
| 149 | - ] [ sp:object | 149 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; |
| 150 | - [ sp:varName "enumReadingKind"^^xsd:string | 150 | + sp:arg1 _:b27 ; |
| 151 | - ] ; | 151 | + sp:arg2 _:b18 ; |
| 152 | - sp:predicate <http://www.witsml.org/schemas/1series#readingKindRef> ; | 152 | + sp:arg3 _:b28 |
| 153 | - sp:subject | 153 | + ] ; |
| 154 | - [ sp:varName "porePressure"^^xsd:string | 154 | + sp:variable _:b1 |
| 155 | - ] | 155 | + ] [ rdf:type sp:Bind ; |
| 156 | - ] [ sp:object | 156 | + sp:expression |
| 157 | - [ sp:varName "equivalentMudWeight"^^xsd:string | 157 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 158 | - ] ; | 158 | + sp:arg1 _:b21 |
| 159 | - sp:predicate <http://www.witsml.org/schemas/1series#equivalentMudWeightRef> ; | 159 | + ] ; |
| 160 | - sp:subject | 160 | + sp:variable _:b8 |
| 161 | - [ sp:varName "porePressure"^^xsd:string | 161 | + ] [ rdf:type sp:Bind ; |
| 162 | - ] | 162 | + sp:expression |
| 163 | - ] [ sp:object | 163 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 164 | - [ sp:varName "uomWt"^^xsd:string | 164 | + sp:arg1 _:b26 |
| 165 | - ] ; | 165 | + ] ; |
| 166 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 166 | + sp:variable _:b11 |
| 167 | - sp:subject | 167 | + ] [ rdf:type sp:Bind ; |
| 168 | - [ sp:varName "equivalentMudWeight"^^xsd:string | 168 | + sp:expression |
| 169 | - ] | 169 | + [ rdf:type ep-spin-lib:selectDensityScale ; |
| 170 | - ] [ sp:object | 170 | + sp:arg1 _:b24 |
| 171 | - [ sp:varName "realWt"^^xsd:string | 171 | + ] ; |
| 172 | - ] ; | 172 | + sp:variable _:b14 |
| 173 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 173 | + ] [ rdf:type sp:Bind ; |
| 174 | - sp:subject | 174 | + sp:expression |
| 175 | - [ sp:varName "equivalentMudWeight"^^xsd:string | 175 | + [ rdf:type ep-spin-lib:selectPorePressureDeterminationType ; |
| 176 | - ] | 176 | + sp:arg1 _:b22 |
| 177 | - ] [ rdf:type sp:Optional ; | 177 | + ] ; |
| 178 | - sp:elements ([ sp:object | 178 | + sp:variable _:b16 |
| 179 | - [ sp:varName "tvd"^^xsd:string | 179 | + ] [ rdf:type sp:Bind ; |
| 180 | - ] ; | 180 | + sp:expression |
| 181 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; | 181 | + [ rdf:type rhspin:wellBoreByName ; |
| 182 | - sp:subject | 182 | + sp:arg1 [ rdf:type xsd:string ; |
| 183 | - [ sp:varName "porePressure"^^xsd:string | 183 | + sp:arg1 _:b17 |
| 184 | - ] | 184 | + ] |
| 185 | - ] [ sp:object | 185 | + ] ; |
| 186 | - [ sp:varName "uomTvd"^^xsd:string | 186 | + sp:variable _:b5 |
| 187 | - ] ; | 187 | + ]) |
| 188 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 188 | + ] . |
| 189 | - sp:subject | 189 | + |
| 190 | - [ sp:varName "tvd"^^xsd:string | 190 | +_:b17 |
| 191 | - ] | 191 | + sp:varName "nameWellBore"^^xsd:string . |
| 192 | - ] [ sp:object | 192 | + |
| 193 | - [ sp:varName "realTvd"^^xsd:string | 193 | +_:b18 |
| 194 | - ] ; | 194 | + sp:varName "dTimStart"^^xsd:string . |
| 195 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 195 | + |
| 196 | - sp:subject | 196 | +_:b19 |
| 197 | - [ sp:varName "tvd"^^xsd:string | 197 | + sp:varName "porePressure"^^xsd:string . |
| 198 | - ] | 198 | + |
| 199 | - ]) | 199 | +_:b15 |
| 200 | - ] [ sp:object | 200 | + sp:varName "timeOfDetermination"^^xsd:string . |
| 201 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 201 | + |
| 202 | - ] ; | 202 | +_:b20 |
| 203 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 203 | + sp:varName "md"^^xsd:string . |
| 204 | - sp:subject | 204 | + |
| 205 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 205 | +_:b21 |
| 206 | - ] | 206 | + sp:varName "uomMd"^^xsd:string . |
| 207 | - ] [ rdf:type sp:Bind ; | 207 | + |
| 208 | - sp:expression | 208 | +_:b7 sp:varName "realMd"^^xsd:string . |
| 209 | - [ rdf:type ep-spin-lib:normalizeString ; | 209 | + |
| 210 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 210 | +_:b22 |
| 211 | - ] | 211 | + sp:varName "enumReadingKind"^^xsd:string . |
| 212 | - ] ; | 212 | + |
| 213 | - sp:variable | 213 | +_:b23 |
| 214 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 214 | + sp:varName "equivalentMudWeight"^^xsd:string . |
| 215 | - ] | 215 | + |
| 216 | - ] [ rdf:type sp:Bind ; | 216 | +_:b24 |
| 217 | - sp:expression | 217 | + sp:varName "uomWt"^^xsd:string . |
| 218 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 218 | + |
| 219 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 219 | +_:b13 |
| 220 | - ] ; | 220 | + sp:varName "realWt"^^xsd:string . |
| 221 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 221 | + |
| 222 | - ] | 222 | +_:b25 |
| 223 | - ] ; | 223 | + sp:varName "tvd"^^xsd:string . |
| 224 | - sp:variable | 224 | + |
| 225 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 225 | +_:b26 |
| 226 | - ] | 226 | + sp:varName "uomTvd"^^xsd:string . |
| 227 | - ] [ rdf:type sp:Bind ; | 227 | + |
| 228 | - sp:expression | 228 | +_:b10 |
| 229 | - [ rdf:type afn:localname ; | 229 | + sp:varName "realTvd"^^xsd:string . |
| 230 | - sp:arg1 [ sp:varName "porePressure"^^xsd:string | 230 | + |
| 231 | - ] | 231 | +_:b27 |
| 232 | - ] ; | 232 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 233 | - sp:variable | 233 | + |
| 234 | - [ sp:varName "localname"^^xsd:string | 234 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 235 | - ] | 235 | + |
| 236 | - ] [ rdf:type sp:Bind ; | 236 | +_:b28 |
| 237 | - sp:expression | 237 | + sp:varName "localname"^^xsd:string . |
| 238 | - [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; | 238 | + |
| 239 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 239 | +_:b1 sp:varName "porePressureDetermination"^^xsd:string . |
| 240 | - ] ; | 240 | + |
| 241 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 241 | +_:b8 sp:varName "lengthScaleMd"^^xsd:string . |
| 242 | - ] ; | 242 | + |
| 243 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 243 | +_:b11 |
| 244 | - ] | 244 | + sp:varName "lengthScaleTvd"^^xsd:string . |
| 245 | - ] ; | 245 | + |
| 246 | - sp:variable | 246 | +_:b14 |
| 247 | - [ sp:varName "porePressureDetermination"^^xsd:string | 247 | + sp:varName "densityScale"^^xsd:string . |
| 248 | - ] | 248 | + |
| 249 | - ] [ rdf:type sp:Bind ; | 249 | +_:b16 |
| 250 | - sp:expression | 250 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 251 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 251 | + |
| 252 | - sp:arg1 [ sp:varName "uomMd"^^xsd:string | 252 | +_:b5 sp:varName "wellBore"^^xsd:string . |
| 253 | - ] | ||
| 254 | - ] ; | ||
| 255 | - sp:variable | ||
| 256 | - [ sp:varName "lengthScaleMd"^^xsd:string | ||
| 257 | - ] | ||
| 258 | - ] [ rdf:type sp:Bind ; | ||
| 259 | - sp:expression | ||
| 260 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 261 | - sp:arg1 [ sp:varName "uomTvd"^^xsd:string | ||
| 262 | - ] | ||
| 263 | - ] ; | ||
| 264 | - sp:variable | ||
| 265 | - [ sp:varName "lengthScaleTvd"^^xsd:string | ||
| 266 | - ] | ||
| 267 | - ] [ rdf:type sp:Bind ; | ||
| 268 | - sp:expression | ||
| 269 | - [ rdf:type ep-spin-lib:selectDensityScale ; | ||
| 270 | - sp:arg1 [ sp:varName "uomWt"^^xsd:string | ||
| 271 | - ] | ||
| 272 | - ] ; | ||
| 273 | - sp:variable | ||
| 274 | - [ sp:varName "densityScale"^^xsd:string | ||
| 275 | - ] | ||
| 276 | - ] [ rdf:type sp:Bind ; | ||
| 277 | - sp:expression | ||
| 278 | - [ rdf:type ep-spin-lib:selectPorePressureDeterminationType ; | ||
| 279 | - sp:arg1 [ sp:varName "enumReadingKind"^^xsd:string | ||
| 280 | - ] | ||
| 281 | - ] ; | ||
| 282 | - sp:variable | ||
| 283 | - [ sp:varName "porePressureDeterminationType"^^xsd:string | ||
| 284 | - ] | ||
| 285 | - ]) | ||
| 286 | - ] . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo | 1 | +# Saved by TopBraid on Fri Oct 28 15:57:02 BST 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.witsml.org/schemas/1series |
| 5 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 6 | -# imports: http://www.witsml.org/schemas/1series | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 7 | - | 7 | +# imports: http://spinrdf.org/spin |
| 8 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | 8 | + |
| 9 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . |
| 10 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 14 | -@prefix sp: <http://spinrdf.org/sp#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 15 | -@prefix spin: <http://spinrdf.org/spin#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 16 | -@prefix spl: <http://spinrdf.org/spl#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 18 | - | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 19 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 20 | - rdf:type owl:Ontology ; | 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 21 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 21 | + |
| 22 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> |
| 23 | - | 23 | + rdf:type owl:Ontology ; |
| 24 | -<http://www.witsml.org/schemas/1series#Obj_drillReport> | 24 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 25 | - spin:rule | 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | - [ rdf:type sp:Construct ; | 26 | + |
| 27 | - rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ; | 27 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 28 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ; | 28 | + spin:rule |
| 29 | - sp:predicate rdf:type ; | 29 | + [ rdf:type sp:Construct ; |
| 30 | - sp:subject | 30 | + rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ; |
| 31 | - [ sp:varName "preliminaryZonation"^^xsd:string | 31 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ; |
| 32 | - ] | 32 | + sp:predicate rdf:type ; |
| 33 | - ] [ sp:object | 33 | + sp:subject _:b1 |
| 34 | - [ sp:varName "preliminaryZonation"^^xsd:string | 34 | + ] [ sp:object _:b1 ; |
| 35 | - ] ; | 35 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 36 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 36 | + sp:subject _:b2 |
| 37 | - sp:subject | 37 | + ] [ sp:object _:b3 ; |
| 38 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 39 | - ] | 39 | + sp:subject _:b1 |
| 40 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 41 | - sp:predicate rdf:type ; | 41 | + sp:predicate rdf:type ; |
| 42 | - sp:subject _:b1 | 42 | + sp:subject _:b3 |
| 43 | - ] [ sp:object | 43 | + ] [ sp:object _:b4 ; |
| 44 | - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 45 | - ] ; | 45 | + sp:subject _:b3 |
| 46 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 46 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 47 | - sp:subject _:b1 | 47 | + sp:predicate rdf:type ; |
| 48 | - ] [ sp:object _:b1 ; | 48 | + sp:subject _:b4 |
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 49 | + ] [ sp:object _:b5 ; |
| 50 | - sp:subject | 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 51 | - [ sp:varName "preliminaryZonation"^^xsd:string | 51 | + sp:subject _:b4 |
| 52 | - ] | 52 | + ] [ sp:object _:b6 ; |
| 53 | - ] [ sp:object | 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 54 | - [ sp:varName "dTimPreliminaryZonation"^^xsd:string | 54 | + sp:subject _:b1 |
| 55 | - ] ; | 55 | + ] [ sp:object _:b7 ; |
| 56 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 57 | - sp:subject | 57 | + sp:subject _:b4 |
| 58 | - [ sp:varName "preliminaryZonation"^^xsd:string | 58 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 59 | - ] | 59 | + sp:predicate rdf:type ; |
| 60 | - ] [ sp:object _:b2 ; | 60 | + sp:subject _:b7 |
| 61 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 61 | + ] [ sp:object _:b8 ; |
| 62 | - sp:subject _:b1 | 62 | + sp:predicate _:b9 ; |
| 63 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 63 | + sp:subject _:b7 |
| 64 | - sp:predicate rdf:type ; | 64 | + ] [ sp:object _:b10 ; |
| 65 | - sp:subject _:b2 | 65 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 66 | - ] [ sp:object | 66 | + sp:subject _:b4 |
| 67 | - [ sp:varName "realMd"^^xsd:string | 67 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 68 | - ] ; | 68 | + sp:predicate rdf:type ; |
| 69 | - sp:predicate | 69 | + sp:subject _:b10 |
| 70 | - [ sp:varName "lengthScaleMd"^^xsd:string | 70 | + ] [ sp:object _:b11 ; |
| 71 | - ] ; | 71 | + sp:predicate _:b12 ; |
| 72 | - sp:subject _:b2 | 72 | + sp:subject _:b10 |
| 73 | - ] [ sp:object _:b3 ; | 73 | + ] [ sp:object _:b13 ; |
| 74 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | 74 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ; |
| 75 | - sp:subject _:b1 | 75 | + sp:subject _:b4 |
| 76 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 76 | + ]) ; |
| 77 | - sp:predicate rdf:type ; | 77 | + sp:where ([ sp:object _:b14 ; |
| 78 | - sp:subject _:b3 | 78 | + sp:predicate ep-spin-lib:nameWellbore ; |
| 79 | - ] [ sp:object | 79 | + sp:subject spin:_this |
| 80 | - [ sp:varName "realTvd"^^xsd:string | 80 | + ] [ sp:object _:b15 ; |
| 81 | - ] ; | 81 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 82 | - sp:predicate | 82 | + sp:subject spin:_this |
| 83 | - [ sp:varName "lengthScaleTvd"^^xsd:string | 83 | + ] [ sp:object _:b16 ; |
| 84 | - ] ; | 84 | + sp:predicate <http://www.witsml.org/schemas/1series#stratInfoRef> ; |
| 85 | - sp:subject _:b3 | 85 | + sp:subject spin:_this |
| 86 | - ] [ sp:object | 86 | + ] [ sp:object _:b6 ; |
| 87 | - [ sp:varName "description"^^xsd:string | 87 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 88 | - ] ; | 88 | + sp:subject _:b16 |
| 89 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ; | 89 | + ] [ sp:object _:b17 ; |
| 90 | - sp:subject _:b1 | 90 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 91 | - ]) ; | 91 | + sp:subject _:b16 |
| 92 | - sp:where ([ sp:object | 92 | + ] [ sp:object _:b18 ; |
| 93 | - [ sp:varName "nameWellBore"^^xsd:string | 93 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 94 | - ] ; | 94 | + sp:subject _:b17 |
| 95 | - sp:predicate ep-spin-lib:nameWellbore ; | 95 | + ] [ sp:object _:b8 ; |
| 96 | - sp:subject spin:_this | 96 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 97 | - ] [ sp:object | 97 | + sp:subject _:b17 |
| 98 | - [ sp:varName "dTimStart"^^xsd:string | 98 | + ] [ rdf:type sp:Optional ; |
| 99 | - ] ; | 99 | + sp:elements ([ sp:object _:b19 ; |
| 100 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 100 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
| 101 | - sp:subject spin:_this | 101 | + sp:subject _:b16 |
| 102 | - ] [ sp:object | 102 | + ] [ sp:object _:b20 ; |
| 103 | - [ sp:varName "stratInfo"^^xsd:string | 103 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 104 | - ] ; | 104 | + sp:subject _:b19 |
| 105 | - sp:predicate <http://www.witsml.org/schemas/1series#stratInfoRef> ; | 105 | + ] [ sp:object _:b11 ; |
| 106 | - sp:subject spin:_this | 106 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 107 | - ] [ sp:object | 107 | + sp:subject _:b19 |
| 108 | - [ sp:varName "dTimPreliminaryZonation"^^xsd:string | 108 | + ]) |
| 109 | - ] ; | 109 | + ] [ sp:object _:b13 ; |
| 110 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | 110 | + sp:predicate <http://www.witsml.org/schemas/1series#description> ; |
| 111 | - sp:subject | 111 | + sp:subject _:b16 |
| 112 | - [ sp:varName "stratInfo"^^xsd:string | 112 | + ] [ rdf:type sp:Bind ; |
| 113 | - ] | 113 | + sp:expression |
| 114 | - ] [ sp:object | 114 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 115 | - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | 115 | + sp:arg1 _:b14 |
| 116 | - ] ; | 116 | + ] ; |
| 117 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 117 | + sp:variable _:b21 |
| 118 | - sp:subject | 118 | + ] [ rdf:type sp:Bind ; |
| 119 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 119 | + sp:expression |
| 120 | - ] | 120 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 121 | - ] [ sp:object | 121 | + sp:arg1 _:b21 ; |
| 122 | - [ sp:varName "md"^^xsd:string | 122 | + sp:arg2 _:b15 |
| 123 | - ] ; | 123 | + ] ; |
| 124 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | 124 | + sp:variable _:b2 |
| 125 | - sp:subject | 125 | + ] [ rdf:type sp:Bind ; |
| 126 | - [ sp:varName "stratInfo"^^xsd:string | 126 | + sp:expression |
| 127 | - ] | 127 | + [ rdf:type afn:localname ; |
| 128 | - ] [ sp:object | 128 | + sp:arg1 _:b16 |
| 129 | - [ sp:varName "uomMd"^^xsd:string | 129 | + ] ; |
| 130 | - ] ; | 130 | + sp:variable _:b22 |
| 131 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 131 | + ] [ rdf:type sp:Bind ; |
| 132 | - sp:subject | 132 | + sp:expression |
| 133 | - [ sp:varName "md"^^xsd:string | 133 | + [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ; |
| 134 | - ] | 134 | + sp:arg1 _:b21 ; |
| 135 | - ] [ sp:object | 135 | + sp:arg2 _:b15 ; |
| 136 | - [ sp:varName "realMd"^^xsd:string | 136 | + sp:arg3 _:b22 |
| 137 | - ] ; | 137 | + ] ; |
| 138 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 138 | + sp:variable _:b1 |
| 139 | - sp:subject | 139 | + ] [ rdf:type sp:Bind ; |
| 140 | - [ sp:varName "md"^^xsd:string | 140 | + sp:expression |
| 141 | - ] | 141 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 142 | - ] [ rdf:type sp:Optional ; | 142 | + sp:arg1 _:b18 |
| 143 | - sp:elements ([ sp:object | 143 | + ] ; |
| 144 | - [ sp:varName "tvd"^^xsd:string | 144 | + sp:variable _:b9 |
| 145 | - ] ; | 145 | + ] [ rdf:type sp:Bind ; |
| 146 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | 146 | + sp:expression |
| 147 | - sp:subject | 147 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 148 | - [ sp:varName "stratInfo"^^xsd:string | 148 | + sp:arg1 _:b20 |
| 149 | - ] | 149 | + ] ; |
| 150 | - ] [ sp:object | 150 | + sp:variable _:b12 |
| 151 | - [ sp:varName "uomTvd"^^xsd:string | 151 | + ] [ rdf:type sp:Bind ; |
| 152 | - ] ; | 152 | + sp:expression |
| 153 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 153 | + [ rdf:type rhspin:wellBoreByName ; |
| 154 | - sp:subject | 154 | + arg:wellBoreName |
| 155 | - [ sp:varName "tvd"^^xsd:string | 155 | + [ rdf:type xsd:string ; |
| 156 | - ] | 156 | + sp:arg1 _:b14 |
| 157 | - ] [ sp:object | 157 | + ] |
| 158 | - [ sp:varName "realTvd"^^xsd:string | 158 | + ] ; |
| 159 | - ] ; | 159 | + sp:variable _:b5 |
| 160 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 160 | + ]) |
| 161 | - sp:subject | 161 | + ] . |
| 162 | - [ sp:varName "tvd"^^xsd:string | 162 | + |
| 163 | - ] | 163 | +_:b14 |
| 164 | - ]) | 164 | + sp:varName "nameWellBore"^^xsd:string . |
| 165 | - ] [ sp:object | 165 | + |
| 166 | - [ sp:varName "description"^^xsd:string | 166 | +_:b15 |
| 167 | - ] ; | 167 | + sp:varName "dTimStart"^^xsd:string . |
| 168 | - sp:predicate <http://www.witsml.org/schemas/1series#description> ; | 168 | + |
| 169 | - sp:subject | 169 | +_:b16 |
| 170 | - [ sp:varName "stratInfo"^^xsd:string | 170 | + sp:varName "stratInfo"^^xsd:string . |
| 171 | - ] | 171 | + |
| 172 | - ] [ rdf:type sp:Bind ; | 172 | +_:b6 sp:varName "dTimPreliminaryZonation"^^xsd:string . |
| 173 | - sp:expression | 173 | + |
| 174 | - [ rdf:type ep-spin-lib:normalizeString ; | 174 | +_:b17 |
| 175 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 175 | + sp:varName "md"^^xsd:string . |
| 176 | - ] | 176 | + |
| 177 | - ] ; | 177 | +_:b18 |
| 178 | - sp:variable | 178 | + sp:varName "uomMd"^^xsd:string . |
| 179 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 179 | + |
| 180 | - ] | 180 | +_:b8 sp:varName "realMd"^^xsd:string . |
| 181 | - ] [ rdf:type sp:Bind ; | 181 | + |
| 182 | - sp:expression | 182 | +_:b19 |
| 183 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 183 | + sp:varName "tvd"^^xsd:string . |
| 184 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 184 | + |
| 185 | - ] ; | 185 | +_:b20 |
| 186 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 186 | + sp:varName "uomTvd"^^xsd:string . |
| 187 | - ] | 187 | + |
| 188 | - ] ; | 188 | +_:b11 |
| 189 | - sp:variable | 189 | + sp:varName "realTvd"^^xsd:string . |
| 190 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 190 | + |
| 191 | - ] | 191 | +_:b13 |
| 192 | - ] [ rdf:type sp:Bind ; | 192 | + sp:varName "description"^^xsd:string . |
| 193 | - sp:expression | 193 | + |
| 194 | - [ rdf:type afn:localname ; | 194 | +_:b21 |
| 195 | - sp:arg1 [ sp:varName "stratInfo"^^xsd:string | 195 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 196 | - ] | 196 | + |
| 197 | - ] ; | 197 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 198 | - sp:variable | 198 | + |
| 199 | - [ sp:varName "localname"^^xsd:string | 199 | +_:b22 |
| 200 | - ] | 200 | + sp:varName "localname"^^xsd:string . |
| 201 | - ] [ rdf:type sp:Bind ; | 201 | + |
| 202 | - sp:expression | 202 | +_:b1 sp:varName "preliminaryZonation"^^xsd:string . |
| 203 | - [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ; | 203 | + |
| 204 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 204 | +_:b9 sp:varName "lengthScaleMd"^^xsd:string . |
| 205 | - ] ; | 205 | + |
| 206 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 206 | +_:b12 |
| 207 | - ] ; | 207 | + sp:varName "lengthScaleTvd"^^xsd:string . |
| 208 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 208 | + |
| 209 | - ] | 209 | +_:b5 sp:varName "wellBore"^^xsd:string . |
| 210 | - ] ; | ||
| 211 | - sp:variable | ||
| 212 | - [ sp:varName "preliminaryZonation"^^xsd:string | ||
| 213 | - ] | ||
| 214 | - ] [ rdf:type sp:Bind ; | ||
| 215 | - sp:expression | ||
| 216 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 217 | - sp:arg1 [ sp:varName "uomMd"^^xsd:string | ||
| 218 | - ] | ||
| 219 | - ] ; | ||
| 220 | - sp:variable | ||
| 221 | - [ sp:varName "lengthScaleMd"^^xsd:string | ||
| 222 | - ] | ||
| 223 | - ] [ rdf:type sp:Bind ; | ||
| 224 | - sp:expression | ||
| 225 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 226 | - sp:arg1 [ sp:varName "uomTvd"^^xsd:string | ||
| 227 | - ] | ||
| 228 | - ] ; | ||
| 229 | - sp:variable | ||
| 230 | - [ sp:varName "lengthScaleTvd"^^xsd:string | ||
| 231 | - ] | ||
| 232 | - ]) | ||
| 233 | - ] . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Tue Oct 25 15:30:47 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 28 14:12:33 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
-
Please register or login to post a comment