Showing
13 changed files
with
3684 additions
and
3599 deletions
This diff could not be displayed because it is too large.
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 2 | -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | 2 | +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model |
| 3 | -# imports: http://www.linkedmodel.org/schema/vaem | 3 | +# imports: http://www.linkedmodel.org/schema/vaem |
| 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/core> | 11 | +<http://www.reportinghub.no/ep/schema/1.0/core> |
| 12 | - rdf:type owl:Ontology ; | 12 | + rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; | 13 | + owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
| 14 | - owl:versionInfo "0.1.0"^^xsd:string . | 14 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | - | 15 | + |
| 16 | -ep-core:Class_of_indirect_property | 16 | +ep-core:Class_of_indirect_property |
| 17 | - rdf:type owl:Class ; | 17 | + rdf:type owl:Class ; |
| 18 | - rdfs:label "class of indirect property"^^xsd:string ; | 18 | + rdfs:label "class of indirect property"^^xsd:string ; |
| 19 | - rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . | 19 | + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . |
| 20 | - | 20 | + |
| 21 | -ep-core:Density | 21 | +ep-core:Density |
| 22 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 22 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 23 | - rdfs:label "density"^^xsd:string ; | 23 | + rdfs:label "density"^^xsd:string ; |
| 24 | - rdfs:subClassOf owl:Class . | 24 | + rdfs:subClassOf owl:Class . |
| 25 | - | 25 | + |
| 26 | -ep-core:Length | 26 | +ep-core:Length |
| 27 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 27 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 28 | - rdfs:label "length"^^xsd:string ; | 28 | + rdfs:label "length"^^xsd:string ; |
| 29 | - rdfs:subClassOf owl:Class . | 29 | + rdfs:subClassOf owl:Class . |
| 30 | - | 30 | + |
| 31 | -ep-core:MassPerUnitLength | 31 | +ep-core:MassPerUnitLength |
| 32 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 32 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 33 | - rdfs:label "mass per unit length"^^xsd:string ; | 33 | + rdfs:label "mass per unit length"^^xsd:string ; |
| 34 | - rdfs:subClassOf owl:Class . | 34 | + rdfs:subClassOf owl:Class . |
| 35 | - | 35 | + |
| 36 | -ep-core:MeasureOfAmountOfMaterial | 36 | +ep-core:MassPerUnitMassConcentration |
| 37 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 37 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 38 | - rdfs:label "measure of amount of material"^^xsd:string ; | 38 | + rdfs:label "mass per unit mass concentration"^^xsd:string ; |
| 39 | - rdfs:subClassOf owl:Class . | 39 | + rdfs:subClassOf owl:Class . |
| 40 | - | 40 | + |
| 41 | -ep-core:PhysicalObject | 41 | +ep-core:MeasureOfAmountOfMaterial |
| 42 | - rdf:type owl:Class ; | 42 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 43 | - rdfs:label "physical object"^^xsd:string ; | 43 | + rdfs:label "measure of amount of material"^^xsd:string ; |
| 44 | - rdfs:subClassOf ep-core:PhysicalThing . | 44 | + rdfs:subClassOf owl:Class . |
| 45 | - | 45 | + |
| 46 | -ep-core:PhysicalThing | 46 | +ep-core:PhysicalObject |
| 47 | - rdf:type owl:Class ; | 47 | + rdf:type owl:Class ; |
| 48 | - rdfs:label "physical thing"^^xsd:string ; | 48 | + rdfs:label "physical object"^^xsd:string ; |
| 49 | - rdfs:subClassOf owl:Thing . | 49 | + rdfs:subClassOf ep-core:PhysicalThing . |
| 50 | - | 50 | + |
| 51 | -ep-core:PlaneAngle | 51 | +ep-core:PhysicalThing |
| 52 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 52 | + rdf:type owl:Class ; |
| 53 | - rdfs:label "plane angle"^^xsd:string ; | 53 | + rdfs:label "physical thing"^^xsd:string ; |
| 54 | - rdfs:subClassOf owl:Class . | 54 | + rdfs:subClassOf owl:Thing . |
| 55 | - | 55 | + |
| 56 | -ep-core:PlasticViscosity | 56 | +ep-core:PlaneAngle |
| 57 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 57 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 58 | - rdfs:label "plastic viscosity"^^xsd:string ; | 58 | + rdfs:label "plane angle"^^xsd:string ; |
| 59 | - rdfs:subClassOf owl:Class . | 59 | + rdfs:subClassOf owl:Class . |
| 60 | - | 60 | + |
| 61 | -ep-core:Pressure | 61 | +ep-core:PlasticViscosity |
| 62 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 62 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 63 | - rdfs:label "pressure"^^xsd:string ; | 63 | + rdfs:label "plastic viscosity"^^xsd:string ; |
| 64 | - rdfs:subClassOf owl:Class . | 64 | + rdfs:subClassOf owl:Class . |
| 65 | - | 65 | + |
| 66 | -ep-core:PropertySpace | 66 | +ep-core:Pressure |
| 67 | - rdf:type rdfs:Class ; | 67 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 68 | - rdfs:label "property space"^^xsd:string ; | 68 | + rdfs:label "pressure"^^xsd:string ; |
| 69 | - rdfs:subClassOf owl:Class . | 69 | + rdfs:subClassOf owl:Class . |
| 70 | - | 70 | + |
| 71 | -ep-core:Ratio | 71 | +ep-core:PropertySpace |
| 72 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 72 | + rdf:type rdfs:Class ; |
| 73 | - rdfs:label "ratio"^^xsd:string . | 73 | + rdfs:label "property space"^^xsd:string ; |
| 74 | - | 74 | + rdfs:subClassOf owl:Class . |
| 75 | -ep-core:Scale | 75 | + |
| 76 | - rdf:type owl:Class ; | 76 | +ep-core:Ratio |
| 77 | - rdfs:label "scale"^^xsd:string ; | 77 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 78 | - rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . | 78 | + rdfs:label "ratio"^^xsd:string . |
| 79 | - | 79 | + |
| 80 | -ep-core:SpecificMass | 80 | +ep-core:Scale |
| 81 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 81 | + rdf:type owl:Class ; |
| 82 | - rdfs:label "specific mass"^^xsd:string ; | 82 | + rdfs:label "scale"^^xsd:string ; |
| 83 | - rdfs:subClassOf owl:Class . | 83 | + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
| 84 | - | 84 | + |
| 85 | -ep-core:SpecificVolume | 85 | +ep-core:Speed |
| 86 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 86 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 87 | - rdfs:label "specific volume"^^xsd:string ; | 87 | + rdfs:label "speed"^^xsd:string ; |
| 88 | - rdfs:subClassOf owl:Class . | 88 | + rdfs:subClassOf owl:Class . |
| 89 | - | 89 | + |
| 90 | -ep-core:Speed | 90 | +ep-core:StrengthOfRockFormation |
| 91 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 91 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 92 | - rdfs:label "speed"^^xsd:string ; | 92 | + rdfs:label "strength of rock formation"^^xsd:string ; |
| 93 | - rdfs:subClassOf owl:Class . | 93 | + rdfs:subClassOf owl:Class . |
| 94 | - | 94 | + |
| 95 | -ep-core:StrengthOfRockFormation | 95 | +ep-core:Temperature |
| 96 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 96 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 97 | - rdfs:label "strength of rock formation"^^xsd:string ; | 97 | + rdfs:label "temperature"^^xsd:string ; |
| 98 | - rdfs:subClassOf owl:Class . | 98 | + rdfs:subClassOf owl:Class . |
| 99 | - | 99 | + |
| 100 | -ep-core:Temperature | 100 | +ep-core:TimeDuration |
| 101 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 101 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 102 | - rdfs:label "temperature"^^xsd:string ; | 102 | + rdfs:label "time duration"^^xsd:string ; |
| 103 | - rdfs:subClassOf owl:Class . | 103 | + rdfs:subClassOf owl:Class . |
| 104 | - | 104 | + |
| 105 | -ep-core:TimeDuration | 105 | +ep-core:Volume |
| 106 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 106 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 107 | - rdfs:label "time duration"^^xsd:string ; | 107 | + rdfs:label "volume"^^xsd:string ; |
| 108 | - rdfs:subClassOf owl:Class . | 108 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 109 | - | 109 | + |
| 110 | -ep-core:Volume | 110 | +ep-core:VolumeAt15degC1atm |
| 111 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 111 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 112 | - rdfs:label "volume"^^xsd:string ; | 112 | + rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 113 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 113 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 114 | - | 114 | + |
| 115 | -ep-core:VolumeAt15degC1atm | 115 | +ep-core:VolumeAt1degC1atm |
| 116 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 116 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 117 | - rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; | 117 | + rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 118 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 118 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 119 | - | 119 | + |
| 120 | -ep-core:VolumeAt1degC1atm | 120 | +ep-core:VolumeAt60degF1atm |
| 121 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 121 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 122 | - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 122 | + rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 123 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 123 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 124 | - | 124 | + |
| 125 | -ep-core:VolumeAt60degF1atm | 125 | +ep-core:VolumeMassRatio |
| 126 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 126 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 127 | - rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; | 127 | + rdfs:label "volume mass ratio"^^xsd:string ; |
| 128 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 128 | + rdfs:subClassOf owl:Class . |
| 129 | - | 129 | + |
| 130 | -ep-core:VolumetricFlowRate | 130 | +ep-core:VolumePerUnitVolumeConcentration |
| 131 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 131 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 132 | - rdfs:label "volumetric flow rate"^^xsd:string ; | 132 | + rdfs:label "volume per unit volume concentration"^^xsd:string ; |
| 133 | - rdfs:subClassOf owl:Class . | 133 | + rdfs:subClassOf owl:Class . |
| 134 | - | 134 | + |
| 135 | -ep-core:YieldPoint | 135 | +ep-core:VolumetricFlowRate |
| 136 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 136 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 137 | - rdfs:label "yield point"^^xsd:string ; | 137 | + rdfs:label "volumetric flow rate"^^xsd:string ; |
| 138 | - rdfs:subClassOf owl:Class . | 138 | + rdfs:subClassOf owl:Class . |
| 139 | - | 139 | + |
| 140 | -ep-core:apiName | 140 | +ep-core:YieldPoint |
| 141 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 141 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 142 | - rdfs:label "API name"^^xsd:string ; | 142 | + rdfs:label "yield point"^^xsd:string ; |
| 143 | - rdfs:range xsd:string ; | 143 | + rdfs:subClassOf owl:Class . |
| 144 | - rdfs:subPropertyOf ep-core:name . | 144 | + |
| 145 | - | 145 | +ep-core:apiName |
| 146 | -ep-core:bar | 146 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 147 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 147 | + rdfs:label "API name"^^xsd:string ; |
| 148 | - rdfs:domain ep-core:Pressure ; | 148 | + rdfs:range xsd:string ; |
| 149 | - rdfs:label "bar"^^xsd:string . | 149 | + rdfs:subPropertyOf ep-core:name . |
| 150 | - | 150 | + |
| 151 | -ep-core:barrel | 151 | +ep-core:bar |
| 152 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 152 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 153 | - rdfs:label "barrel"^^xsd:string . | 153 | + rdfs:domain ep-core:Pressure ; |
| 154 | - | 154 | + rdfs:label "bar"^^xsd:string . |
| 155 | -ep-core:basisFor | 155 | + |
| 156 | - rdf:type owl:ObjectProperty ; | 156 | +ep-core:barrel |
| 157 | - rdfs:label "basis for"^^xsd:string . | 157 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 158 | - | 158 | + rdfs:label "barrel"^^xsd:string . |
| 159 | -ep-core:celsius | 159 | + |
| 160 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 160 | +ep-core:basisFor |
| 161 | - rdfs:domain ep-core:Temperature ; | 161 | + rdf:type owl:ObjectProperty ; |
| 162 | - rdfs:label "celsius"^^xsd:string . | 162 | + rdfs:label "basis for"^^xsd:string . |
| 163 | - | 163 | + |
| 164 | -ep-core:centiPoise | 164 | +ep-core:celsius |
| 165 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 165 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 166 | - rdfs:domain ep-core:PlasticViscosity ; | 166 | + rdfs:domain ep-core:Temperature ; |
| 167 | - rdfs:label "cP"^^xsd:string . | 167 | + rdfs:label "celsius"^^xsd:string . |
| 168 | - | 168 | + |
| 169 | -ep-core:day | 169 | +ep-core:centiPoise |
| 170 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 170 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 171 | - rdfs:domain ep-core:TimeDuration ; | 171 | + rdfs:domain ep-core:PlasticViscosity ; |
| 172 | - rdfs:label "day"^^xsd:string . | 172 | + rdfs:label "cP"^^xsd:string . |
| 173 | - | 173 | + |
| 174 | -ep-core:decimetre3 | 174 | +ep-core:day |
| 175 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 175 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 176 | - rdfs:domain ep-core:Volume ; | 176 | + rdfs:domain ep-core:TimeDuration ; |
| 177 | - rdfs:label "decimetre 3"^^xsd:string . | 177 | + rdfs:label "day"^^xsd:string . |
| 178 | - | 178 | + |
| 179 | -ep-core:degreesOfAngle | 179 | +ep-core:decimetre3 |
| 180 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 180 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 181 | - rdfs:domain ep-core:PlaneAngle ; | 181 | + rdfs:domain ep-core:Volume ; |
| 182 | - rdfs:label "degrees of angle"^^xsd:string . | 182 | + rdfs:label "decimetre 3"^^xsd:string . |
| 183 | - | 183 | + |
| 184 | -ep-core:derivedFrom | 184 | +ep-core:degreesOfAngle |
| 185 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 185 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 186 | - rdfs:label "derived from"^^xsd:string . | 186 | + rdfs:domain ep-core:PlaneAngle ; |
| 187 | - | 187 | + rdfs:label "degrees of angle"^^xsd:string . |
| 188 | -ep-core:dtiName | 188 | + |
| 189 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 189 | +ep-core:derivedFrom |
| 190 | - rdfs:label "DTI name"^^xsd:string ; | 190 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 191 | - rdfs:range xsd:string ; | 191 | + rdfs:label "derived from"^^xsd:string . |
| 192 | - rdfs:subPropertyOf ep-core:name . | 192 | + |
| 193 | - | 193 | +ep-core:dtiName |
| 194 | -ep-core:dyne_second_metre-2 | 194 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 195 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 195 | + rdfs:label "DTI name"^^xsd:string ; |
| 196 | - rdfs:domain ep-core:PlasticViscosity ; | 196 | + rdfs:range xsd:string ; |
| 197 | - rdfs:label "dyne.s.m-2"^^xsd:string . | 197 | + rdfs:subPropertyOf ep-core:name . |
| 198 | - | 198 | + |
| 199 | -ep-core:foot | 199 | +ep-core:dyne_second_metre-2 |
| 200 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 200 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 201 | - rdfs:domain ep-core:Length ; | 201 | + rdfs:domain ep-core:PlasticViscosity ; |
| 202 | - rdfs:label "foot"^^xsd:string . | 202 | + rdfs:label "dyne.s.m-2"^^xsd:string . |
| 203 | - | 203 | + |
| 204 | -ep-core:foot3 | 204 | +ep-core:foot |
| 205 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 205 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 206 | - rdfs:label "foot3"^^xsd:string . | 206 | + rdfs:domain ep-core:Length ; |
| 207 | - | 207 | + rdfs:label "foot"^^xsd:string . |
| 208 | -ep-core:foot3_sack94-1 | 208 | + |
| 209 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 209 | +ep-core:foot3 |
| 210 | - rdfs:domain ep-core:YieldPoint ; | 210 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 211 | - rdfs:label "foot3 sack94-1"^^xsd:string . | 211 | + rdfs:label "foot3"^^xsd:string . |
| 212 | - | 212 | + |
| 213 | -ep-core:footUS | 213 | +ep-core:foot3_sack94-1 |
| 214 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 214 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 215 | - rdfs:domain ep-core:Length ; | 215 | + rdfs:domain ep-core:YieldPoint ; |
| 216 | - rdfs:label "foot (US survey)"^^xsd:string . | 216 | + rdfs:label "foot3 sack94-1"^^xsd:string . |
| 217 | - | 217 | + |
| 218 | -ep-core:fractionByVolume | 218 | +ep-core:footUS |
| 219 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 219 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 220 | - rdfs:domain ep-core:SpecificVolume ; | 220 | + rdfs:domain ep-core:Length ; |
| 221 | - rdfs:label "fraction by volume"^^xsd:string . | 221 | + rdfs:label "foot (US survey)"^^xsd:string . |
| 222 | - | 222 | + |
| 223 | -ep-core:gram_cm-3 | 223 | +ep-core:fractionByVolume |
| 224 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 224 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 225 | - rdfs:label "gram cm-3"^^xsd:string . | 225 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 226 | - | 226 | + rdfs:label "fraction by volume"^^xsd:string . |
| 227 | -ep-core:hasPart | 227 | + |
| 228 | - rdf:type owl:TransitiveProperty ; | 228 | +ep-core:gram_cm-3 |
| 229 | - rdfs:domain ep-core:PhysicalThing ; | 229 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 230 | - rdfs:label "has part"^^xsd:string ; | 230 | + rdfs:label "gram cm-3"^^xsd:string . |
| 231 | - rdfs:range ep-core:PhysicalThing ; | 231 | + |
| 232 | - owl:inverseOf ep-core:partOf . | 232 | +ep-core:hasPart |
| 233 | - | 233 | + rdf:type owl:TransitiveProperty ; |
| 234 | -ep-core:hasSpatialPart | 234 | + rdfs:domain ep-core:PhysicalThing ; |
| 235 | - rdf:type owl:TransitiveProperty ; | 235 | + rdfs:label "has part"^^xsd:string ; |
| 236 | - rdfs:domain ep-core:PhysicalThing ; | 236 | + rdfs:range ep-core:PhysicalThing ; |
| 237 | - rdfs:label "has spatial part"^^xsd:string ; | 237 | + owl:inverseOf ep-core:partOf . |
| 238 | - rdfs:range ep-core:PhysicalThing ; | 238 | + |
| 239 | - rdfs:subPropertyOf ep-core:hasPart ; | 239 | +ep-core:hasSpatialPart |
| 240 | - owl:inverseOf ep-core:spatialPartOf . | 240 | + rdf:type owl:TransitiveProperty ; |
| 241 | - | 241 | + rdfs:domain ep-core:PhysicalThing ; |
| 242 | -ep-core:hasTemporalPart | 242 | + rdfs:label "has spatial part"^^xsd:string ; |
| 243 | - rdf:type owl:TransitiveProperty ; | 243 | + rdfs:range ep-core:PhysicalThing ; |
| 244 | - rdfs:domain ep-core:PhysicalThing ; | 244 | + rdfs:subPropertyOf ep-core:hasPart ; |
| 245 | - rdfs:label "has temporal part"^^xsd:string ; | 245 | + owl:inverseOf ep-core:spatialPartOf . |
| 246 | - rdfs:range ep-core:PhysicalThing ; | 246 | + |
| 247 | - rdfs:subPropertyOf ep-core:hasPart ; | 247 | +ep-core:hasTemporalPart |
| 248 | - owl:inverseOf ep-core:temporalPartOf . | 248 | + rdf:type owl:TransitiveProperty ; |
| 249 | - | 249 | + rdfs:domain ep-core:PhysicalThing ; |
| 250 | -ep-core:hasVolume | 250 | + rdfs:label "has temporal part"^^xsd:string ; |
| 251 | - rdf:type owl:FunctionalProperty ; | 251 | + rdfs:range ep-core:PhysicalThing ; |
| 252 | - rdfs:domain ep-core:PhysicalThing ; | 252 | + rdfs:subPropertyOf ep-core:hasPart ; |
| 253 | - rdfs:label "has volume"^^xsd:string . | 253 | + owl:inverseOf ep-core:temporalPartOf . |
| 254 | - | 254 | + |
| 255 | -ep-core:hour | 255 | +ep-core:hasVolume |
| 256 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 256 | + rdf:type owl:FunctionalProperty ; |
| 257 | - rdfs:domain ep-core:TimeDuration ; | 257 | + rdfs:domain ep-core:PhysicalThing ; |
| 258 | - rdfs:label "hour"^^xsd:string . | 258 | + rdfs:label "has volume"^^xsd:string . |
| 259 | - | 259 | + |
| 260 | -ep-core:humanRecognizableName | 260 | +ep-core:hour |
| 261 | - rdf:type owl:DatatypeProperty ; | 261 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 262 | - rdfs:label "human recognizable name"^^xsd:string ; | 262 | + rdfs:domain ep-core:TimeDuration ; |
| 263 | - rdfs:range xsd:string ; | 263 | + rdfs:label "hour"^^xsd:string . |
| 264 | - rdfs:subPropertyOf ep-core:name . | 264 | + |
| 265 | - | 265 | +ep-core:humanRecognizableName |
| 266 | -ep-core:inch | 266 | + rdf:type owl:DatatypeProperty ; |
| 267 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 267 | + rdfs:label "human recognizable name"^^xsd:string ; |
| 268 | - rdfs:domain ep-core:Length ; | 268 | + rdfs:range xsd:string ; |
| 269 | - rdfs:label "inch"^^xsd:string . | 269 | + rdfs:subPropertyOf ep-core:name . |
| 270 | - | 270 | + |
| 271 | -ep-core:inchUS | 271 | +ep-core:inch |
| 272 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 272 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 273 | - rdfs:domain ep-core:Length ; | 273 | + rdfs:domain ep-core:Length ; |
| 274 | - rdfs:label "inch (US survey)"^^xsd:string . | 274 | + rdfs:label "inch"^^xsd:string . |
| 275 | - | 275 | + |
| 276 | -ep-core:kilogramforce_second_metre-2 | 276 | +ep-core:inchUS |
| 277 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 277 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 278 | - rdfs:domain ep-core:PlasticViscosity ; | 278 | + rdfs:domain ep-core:Length ; |
| 279 | - rdfs:label "kgf.s.m-2"^^xsd:string . | 279 | + rdfs:label "inch (US survey)"^^xsd:string . |
| 280 | - | 280 | + |
| 281 | -ep-core:localFieldName | 281 | +ep-core:kilogramforce_second_metre-2 |
| 282 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 282 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 283 | - rdfs:label "local field name"^^xsd:string ; | 283 | + rdfs:domain ep-core:PlasticViscosity ; |
| 284 | - rdfs:range xsd:string ; | 284 | + rdfs:label "kgf.s.m-2"^^xsd:string . |
| 285 | - rdfs:subPropertyOf ep-core:name . | 285 | + |
| 286 | - | 286 | +ep-core:localFieldName |
| 287 | -ep-core:megaPa | 287 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 288 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 288 | + rdfs:label "local field name"^^xsd:string ; |
| 289 | - rdfs:domain ep-core:Pressure ; | 289 | + rdfs:range xsd:string ; |
| 290 | - rdfs:label "MPa"^^xsd:string . | 290 | + rdfs:subPropertyOf ep-core:name . |
| 291 | - | 291 | + |
| 292 | -ep-core:megaPa_second | 292 | +ep-core:megaPa |
| 293 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 293 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 294 | - rdfs:domain ep-core:PlasticViscosity ; | 294 | + rdfs:domain ep-core:Pressure ; |
| 295 | - rdfs:label "MPa.second"^^xsd:string . | 295 | + rdfs:label "MPa"^^xsd:string . |
| 296 | - | 296 | + |
| 297 | -ep-core:metre | 297 | +ep-core:megaPa_second |
| 298 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 298 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 299 | - rdfs:domain ep-core:Length ; | 299 | + rdfs:domain ep-core:PlasticViscosity ; |
| 300 | - rdfs:label "metre"^^xsd:string . | 300 | + rdfs:label "MPa.second"^^xsd:string . |
| 301 | - | 301 | + |
| 302 | -ep-core:metre3 | 302 | +ep-core:metre |
| 303 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 303 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 304 | - rdfs:label "metre3"^^xsd:string . | 304 | + rdfs:domain ep-core:Length ; |
| 305 | - | 305 | + rdfs:label "metre"^^xsd:string . |
| 306 | -ep-core:metre3_day-1 | 306 | + |
| 307 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 307 | +ep-core:metre3 |
| 308 | - rdfs:domain ep-core:VolumetricFlowRate ; | 308 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 309 | - rdfs:label "metre3 day-1"^^xsd:string . | 309 | + rdfs:label "metre3"^^xsd:string . |
| 310 | - | 310 | + |
| 311 | -ep-core:metre3_minute-1 | 311 | +ep-core:metre3_day-1 |
| 312 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 312 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 313 | - rdfs:domain ep-core:VolumetricFlowRate ; | 313 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 314 | - rdfs:label "metre3 minute-1"^^xsd:string . | 314 | + rdfs:label "metre3 day-1"^^xsd:string . |
| 315 | - | 315 | + |
| 316 | -ep-core:metre_hour-1 | 316 | +ep-core:metre3_minute-1 |
| 317 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 317 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 318 | - rdfs:domain ep-core:Speed ; | 318 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 319 | - rdfs:label "metre hour-1"^^xsd:string . | 319 | + rdfs:label "metre3 minute-1"^^xsd:string . |
| 320 | - | 320 | + |
| 321 | -ep-core:millimetre | 321 | +ep-core:metre_hour-1 |
| 322 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 322 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 323 | - rdfs:domain ep-core:Length ; | 323 | + rdfs:domain ep-core:Speed ; |
| 324 | - rdfs:label "millimetre"^^xsd:string . | 324 | + rdfs:label "metre hour-1"^^xsd:string . |
| 325 | - | 325 | + |
| 326 | -ep-core:million_barrel | 326 | +ep-core:millimetre |
| 327 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 327 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 328 | - rdfs:label "million barrel"^^xsd:string . | 328 | + rdfs:domain ep-core:Length ; |
| 329 | - | 329 | + rdfs:label "millimetre"^^xsd:string . |
| 330 | -ep-core:million_foot3 | 330 | + |
| 331 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 331 | +ep-core:million_barrel |
| 332 | - rdfs:label "million foot3"^^xsd:string . | 332 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 333 | - | 333 | + rdfs:label "million barrel"^^xsd:string . |
| 334 | -ep-core:million_metre3 | 334 | + |
| 335 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 335 | +ep-core:million_foot3 |
| 336 | - rdfs:label "million metre3"^^xsd:string . | 336 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 337 | - | 337 | + rdfs:label "million foot3"^^xsd:string . |
| 338 | -ep-core:million_metre3_day-1 | 338 | + |
| 339 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 339 | +ep-core:million_metre3 |
| 340 | - rdfs:domain ep-core:VolumetricFlowRate ; | 340 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 341 | - rdfs:label "million metre3 day-1"^^xsd:string . | 341 | + rdfs:label "million metre3"^^xsd:string . |
| 342 | - | 342 | + |
| 343 | -ep-core:minute | 343 | +ep-core:million_metre3_day-1 |
| 344 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 344 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 345 | - rdfs:domain ep-core:TimeDuration ; | 345 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 346 | - rdfs:label "minute"^^xsd:string . | 346 | + rdfs:label "million metre3 day-1"^^xsd:string . |
| 347 | - | 347 | + |
| 348 | -ep-core:name | 348 | +ep-core:minute |
| 349 | - rdf:type owl:DatatypeProperty ; | 349 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 350 | - rdfs:label "name"^^xsd:string ; | 350 | + rdfs:domain ep-core:TimeDuration ; |
| 351 | - rdfs:range xsd:string . | 351 | + rdfs:label "minute"^^xsd:string . |
| 352 | - | 352 | + |
| 353 | -ep-core:newton_second_metre-2 | 353 | +ep-core:name |
| 354 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 354 | + rdf:type owl:DatatypeProperty ; |
| 355 | - rdfs:domain ep-core:PlasticViscosity ; | 355 | + rdfs:label "name"^^xsd:string ; |
| 356 | - rdfs:label "N.s.m-2"^^xsd:string . | 356 | + rdfs:range xsd:string . |
| 357 | - | 357 | + |
| 358 | -ep-core:nominallyExistsAt | 358 | +ep-core:newton_second_metre-2 |
| 359 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 359 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 360 | - rdfs:domain ep-core:PhysicalThing ; | 360 | + rdfs:domain ep-core:PlasticViscosity ; |
| 361 | - rdfs:label "nominally exists at"^^xsd:string ; | 361 | + rdfs:label "N.s.m-2"^^xsd:string . |
| 362 | - rdfs:range xsd:string ; | 362 | + |
| 363 | - rdfs:subPropertyOf ep-core:name . | 363 | +ep-core:nominallyExistsAt |
| 364 | - | 364 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 365 | -ep-core:npdCode | 365 | + rdfs:domain ep-core:PhysicalThing ; |
| 366 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 366 | + rdfs:label "nominally exists at"^^xsd:string ; |
| 367 | - rdfs:label "NPD code"^^xsd:string ; | 367 | + rdfs:range xsd:string ; |
| 368 | - rdfs:range xsd:string ; | 368 | + rdfs:subPropertyOf ep-core:name . |
| 369 | - rdfs:subPropertyOf ep-core:name . | 369 | + |
| 370 | - | 370 | +ep-core:npdCode |
| 371 | -ep-core:npdName | 371 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 372 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 372 | + rdfs:label "NPD code"^^xsd:string ; |
| 373 | - rdfs:label "NPD name"^^xsd:string ; | 373 | + rdfs:range xsd:string ; |
| 374 | - rdfs:range xsd:string ; | 374 | + rdfs:subPropertyOf ep-core:name . |
| 375 | - rdfs:subPropertyOf ep-core:name . | 375 | + |
| 376 | - | 376 | +ep-core:npdName |
| 377 | -ep-core:npdNumber | 377 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 378 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 378 | + rdfs:label "NPD name"^^xsd:string ; |
| 379 | - rdfs:label "NPD number"^^xsd:string ; | 379 | + rdfs:range xsd:string ; |
| 380 | - rdfs:range xsd:string ; | 380 | + rdfs:subPropertyOf ep-core:name . |
| 381 | - rdfs:subPropertyOf ep-core:name . | 381 | + |
| 382 | - | 382 | +ep-core:npdNumber |
| 383 | -ep-core:partOf | 383 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 384 | - rdf:type owl:TransitiveProperty ; | 384 | + rdfs:label "NPD number"^^xsd:string ; |
| 385 | - rdfs:domain ep-core:PhysicalThing ; | 385 | + rdfs:range xsd:string ; |
| 386 | - rdfs:label "part of"^^xsd:string ; | 386 | + rdfs:subPropertyOf ep-core:name . |
| 387 | - rdfs:range ep-core:PhysicalThing ; | 387 | + |
| 388 | - owl:inverseOf ep-core:hasPart . | 388 | +ep-core:partOf |
| 389 | - | 389 | + rdf:type owl:TransitiveProperty ; |
| 390 | -ep-core:partPerMillionByMass | 390 | + rdfs:domain ep-core:PhysicalThing ; |
| 391 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 391 | + rdfs:label "part of"^^xsd:string ; |
| 392 | - rdfs:domain ep-core:SpecificMass ; | 392 | + rdfs:range ep-core:PhysicalThing ; |
| 393 | - rdfs:label "part per million (by mass)"^^xsd:string . | 393 | + owl:inverseOf ep-core:hasPart . |
| 394 | - | 394 | + |
| 395 | -ep-core:partPerMillionByVolume | 395 | +ep-core:partPerMillionByMass |
| 396 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 396 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 397 | - rdfs:domain ep-core:SpecificVolume ; | 397 | + rdfs:domain ep-core:MassPerUnitMassConcentration ; |
| 398 | - rdfs:label "part per million (by volume)"^^xsd:string . | 398 | + rdfs:label "part per million (by mass)"^^xsd:string . |
| 399 | - | 399 | + |
| 400 | -ep-core:pascal | 400 | +ep-core:partPerMillionByVolume |
| 401 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 401 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 402 | - rdfs:domain ep-core:Pressure ; | 402 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 403 | - rdfs:label "Pascal"^^xsd:string . | 403 | + rdfs:label "part per million (by volume)"^^xsd:string . |
| 404 | - | 404 | + |
| 405 | -ep-core:pascal_second | 405 | +ep-core:pascal |
| 406 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 406 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 407 | - rdfs:domain ep-core:PlasticViscosity ; | 407 | + rdfs:domain ep-core:Pressure ; |
| 408 | - rdfs:label "Pa.second"^^xsd:string . | 408 | + rdfs:label "Pascal"^^xsd:string . |
| 409 | - | 409 | + |
| 410 | -ep-core:perCentByVolume | 410 | +ep-core:pascal_second |
| 411 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 411 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 412 | - rdfs:domain ep-core:SpecificVolume ; | 412 | + rdfs:domain ep-core:PlasticViscosity ; |
| 413 | - rdfs:label "per cent by volume"^^xsd:string . | 413 | + rdfs:label "Pa.second"^^xsd:string . |
| 414 | - | 414 | + |
| 415 | -ep-core:poise | 415 | +ep-core:perCentByVolume |
| 416 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 416 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 417 | - rdfs:domain ep-core:PlasticViscosity ; | 417 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 418 | - rdfs:label "P"^^xsd:string . | 418 | + rdfs:label "per cent by volume"^^xsd:string . |
| 419 | - | 419 | + |
| 420 | -ep-core:pound_foot-1 | 420 | +ep-core:poise |
| 421 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 421 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 422 | - rdfs:domain ep-core:MassPerUnitLength ; | 422 | + rdfs:domain ep-core:PlasticViscosity ; |
| 423 | - rdfs:label "pound foot-1"^^xsd:string . | 423 | + rdfs:label "P"^^xsd:string . |
| 424 | - | 424 | + |
| 425 | -ep-core:poundforce_second_foot-2 | 425 | +ep-core:pound_foot-1 |
| 426 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 426 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 427 | - rdfs:domain ep-core:PlasticViscosity ; | 427 | + rdfs:domain ep-core:MassPerUnitLength ; |
| 428 | - rdfs:label "lbf.s.ft-2"^^xsd:string . | 428 | + rdfs:label "pound foot-1"^^xsd:string . |
| 429 | - | 429 | + |
| 430 | -ep-core:poundforce_second_inch-2 | 430 | +ep-core:poundforce_second_foot-2 |
| 431 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 431 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 432 | - rdfs:domain ep-core:PlasticViscosity ; | 432 | + rdfs:domain ep-core:PlasticViscosity ; |
| 433 | - rdfs:label "lbf.s.in-2"^^xsd:string . | 433 | + rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 434 | - | 434 | + |
| 435 | -ep-core:prospectName | 435 | +ep-core:poundforce_second_inch-2 |
| 436 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 436 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 437 | - rdfs:label "prospect name"^^xsd:string ; | 437 | + rdfs:domain ep-core:PlasticViscosity ; |
| 438 | - rdfs:range xsd:string ; | 438 | + rdfs:label "lbf.s.in-2"^^xsd:string . |
| 439 | - rdfs:subPropertyOf ep-core:name . | 439 | + |
| 440 | - | 440 | +ep-core:prospectName |
| 441 | -ep-core:psi_second | 441 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 442 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 442 | + rdfs:label "prospect name"^^xsd:string ; |
| 443 | - rdfs:domain ep-core:PlasticViscosity ; | 443 | + rdfs:range xsd:string ; |
| 444 | - rdfs:label "psi.s"^^xsd:string . | 444 | + rdfs:subPropertyOf ep-core:name . |
| 445 | - | 445 | + |
| 446 | -ep-core:psig | 446 | +ep-core:psi_second |
| 447 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 447 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 448 | - rdfs:domain ep-core:Pressure ; | 448 | + rdfs:domain ep-core:PlasticViscosity ; |
| 449 | - rdfs:label "psi gauge"^^xsd:string . | 449 | + rdfs:label "psi.s"^^xsd:string . |
| 450 | - | 450 | + |
| 451 | -ep-core:second | 451 | +ep-core:psig |
| 452 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 452 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 453 | - rdfs:domain ep-core:TimeDuration ; | 453 | + rdfs:domain ep-core:Pressure ; |
| 454 | - rdfs:label "second"^^xsd:string . | 454 | + rdfs:label "psi gauge"^^xsd:string . |
| 455 | - | 455 | + |
| 456 | -ep-core:spatialPartOf | 456 | +ep-core:second |
| 457 | - rdf:type owl:TransitiveProperty ; | 457 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 458 | - rdfs:domain ep-core:PhysicalThing ; | 458 | + rdfs:domain ep-core:TimeDuration ; |
| 459 | - rdfs:label "temporal part of"^^xsd:string ; | 459 | + rdfs:label "second"^^xsd:string . |
| 460 | - rdfs:range ep-core:PhysicalThing ; | 460 | + |
| 461 | - rdfs:subPropertyOf ep-core:partOf ; | 461 | +ep-core:spatialPartOf |
| 462 | - owl:inverseOf ep-core:hasSpatialPart . | 462 | + rdf:type owl:TransitiveProperty ; |
| 463 | - | 463 | + rdfs:domain ep-core:PhysicalThing ; |
| 464 | -ep-core:specificGravity | 464 | + rdfs:label "temporal part of"^^xsd:string ; |
| 465 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 465 | + rdfs:range ep-core:PhysicalThing ; |
| 466 | - rdfs:label "specific gravity"^^xsd:string . | 466 | + rdfs:subPropertyOf ep-core:partOf ; |
| 467 | - | 467 | + owl:inverseOf ep-core:hasSpatialPart . |
| 468 | -ep-core:temporalPartOf | 468 | + |
| 469 | - rdf:type owl:TransitiveProperty ; | 469 | +ep-core:specificGravity |
| 470 | - rdfs:domain ep-core:PhysicalThing ; | 470 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 471 | - rdfs:label "temporal part of"^^xsd:string ; | 471 | + rdfs:label "specific gravity"^^xsd:string . |
| 472 | - rdfs:range ep-core:PhysicalThing ; | 472 | + |
| 473 | - rdfs:subPropertyOf ep-core:partOf ; | 473 | +ep-core:temporalPartOf |
| 474 | - owl:inverseOf ep-core:hasTemporalPart . | 474 | + rdf:type owl:TransitiveProperty ; |
| 475 | - | 475 | + rdfs:domain ep-core:PhysicalThing ; |
| 476 | -ep-core:undefinedScale | 476 | + rdfs:label "temporal part of"^^xsd:string ; |
| 477 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 477 | + rdfs:range ep-core:PhysicalThing ; |
| 478 | - rdfs:domain owl:Class ; | 478 | + rdfs:subPropertyOf ep-core:partOf ; |
| 479 | - rdfs:label "undefined scale"^^xsd:string . | 479 | + owl:inverseOf ep-core:hasTemporalPart . |
| 480 | - | 480 | + |
| 481 | -ep-core:usGallon_sack94-1 | 481 | +ep-core:undefinedScale |
| 482 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 482 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 483 | - rdfs:domain ep-core:SpecificVolume ; | 483 | + rdfs:domain owl:Class ; |
| 484 | - rdfs:label "USgallon sack94-1"^^xsd:string . | 484 | + rdfs:label "undefined scale"^^xsd:string . |
| 485 | - | 485 | + |
| 486 | -ep-core:week | 486 | +ep-core:usGallon_sack94-1 |
| 487 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 487 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 488 | - rdfs:domain ep-core:TimeDuration ; | 488 | + rdfs:domain ep-core:VolumeMassRatio ; |
| 489 | - rdfs:label "week"^^xsd:string . | 489 | + rdfs:label "USgallon sack94-1"^^xsd:string . |
| 490 | + | ||
| 491 | +ep-core:week | ||
| 492 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 493 | + rdfs:domain ep-core:TimeDuration ; | ||
| 494 | + rdfs:label "week"^^xsd:string . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/organization | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 5 | - | 5 | + |
| 6 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 7 | -@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | 7 | +@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . |
| 8 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 8 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
| 9 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 10 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 11 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 12 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 13 | - | 13 | + |
| 14 | -<http://www.reportinghub.no/ep/schema/1.0/equipment> | 14 | +<http://www.reportinghub.no/ep/schema/1.0/equipment> |
| 15 | - rdf:type owl:Ontology ; | 15 | + rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 17 | - owl:versionInfo "0.1.0"^^xsd:string . | 17 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | - | 18 | + |
| 19 | -ep-core:PhysicalThing | 19 | +ep-core:PhysicalThing |
| 20 | - rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | 20 | + rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . |
| 21 | - | 21 | + |
| 22 | -ep-eqt:BlowOutPreventer | 22 | +ep-eqt:BlowOutPreventer |
| 23 | - rdf:type owl:Class ; | 23 | + rdf:type owl:Class ; |
| 24 | - rdfs:label "blow out preventer"^^xsd:string ; | 24 | + rdfs:label "blow out preventer"^^xsd:string ; |
| 25 | - rdfs:subClassOf ep-eqt:Equipment . | 25 | + rdfs:subClassOf ep-eqt:Equipment . |
| 26 | - | 26 | + |
| 27 | -ep-eqt:Casing | 27 | +ep-eqt:Casing |
| 28 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 28 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 29 | - rdfs:label "Casing"^^xsd:string ; | 29 | + rdfs:label "Casing"^^xsd:string ; |
| 30 | - rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 30 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 31 | - owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . | 31 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . |
| 32 | - | 32 | + |
| 33 | -ep-eqt:CasingLinerTubing | 33 | +ep-eqt:CasingLinerTubing |
| 34 | - rdf:type owl:Class ; | 34 | + rdf:type owl:Class ; |
| 35 | - rdfs:label "casing/liner/tubing"^^xsd:string ; | 35 | + rdfs:label "casing/liner/tubing"^^xsd:string ; |
| 36 | - rdfs:subClassOf ep-eqt:Equipment ; | 36 | + rdfs:subClassOf ep-eqt:Equipment ; |
| 37 | - owl:equivalentClass | 37 | + owl:equivalentClass |
| 38 | - [ rdf:type owl:Class ; | 38 | + [ rdf:type owl:Class ; |
| 39 | - owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing) | 39 | + owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing) |
| 40 | - ] . | 40 | + ] . |
| 41 | - | 41 | + |
| 42 | -ep-eqt:CasingLinerTubingType | 42 | +ep-eqt:CasingLinerTubingType |
| 43 | - rdf:type rdfs:Class ; | 43 | + rdf:type rdfs:Class ; |
| 44 | - rdfs:label "casing/liner/tubing type"^^xsd:string ; | 44 | + rdfs:label "casing/liner/tubing type"^^xsd:string ; |
| 45 | - rdfs:subClassOf owl:Class . | 45 | + rdfs:subClassOf owl:Class . |
| 46 | - | 46 | + |
| 47 | -ep-eqt:CasingRoleType | 47 | +ep-eqt:CasingRoleType |
| 48 | - rdf:type rdfs:Class ; | 48 | + rdf:type rdfs:Class ; |
| 49 | - rdfs:label "casing role type"^^xsd:string ; | 49 | + rdfs:label "casing role type"^^xsd:string ; |
| 50 | - rdfs:subClassOf owl:Class . | 50 | + rdfs:subClassOf owl:Class . |
| 51 | - | 51 | + |
| 52 | -ep-eqt:CasingString | 52 | +ep-eqt:CasingString |
| 53 | - rdf:type owl:Class ; | 53 | + rdf:type owl:Class ; |
| 54 | - rdfs:label "casing string"^^xsd:string ; | 54 | + rdfs:label "casing string"^^xsd:string ; |
| 55 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 55 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 56 | - | 56 | + |
| 57 | -ep-eqt:ChokeValve | 57 | +ep-eqt:ChokeValve |
| 58 | - rdf:type owl:Class ; | 58 | + rdf:type owl:Class ; |
| 59 | - rdfs:label "choke valve"^^xsd:string ; | 59 | + rdfs:label "choke valve"^^xsd:string ; |
| 60 | - rdfs:subClassOf ep-eqt:Equipment . | 60 | + rdfs:subClassOf ep-eqt:Equipment . |
| 61 | - | 61 | + |
| 62 | -ep-eqt:ClassOfDrillBitBySize | 62 | +ep-eqt:ClassOfDrillBitBySize |
| 63 | - rdf:type rdfs:Class ; | 63 | + rdf:type rdfs:Class ; |
| 64 | - rdfs:label "class of drill bit by size"^^xsd:string ; | 64 | + rdfs:label "class of drill bit by size"^^xsd:string ; |
| 65 | - rdfs:subClassOf owl:Class . | 65 | + rdfs:subClassOf owl:Class . |
| 66 | - | 66 | + |
| 67 | -ep-eqt:ClassOfSupplyDefinedByAManufacturer | 67 | +ep-eqt:ClassOfSupplyDefinedByAManufacturer |
| 68 | - rdf:type rdfs:Class ; | 68 | + rdf:type rdfs:Class ; |
| 69 | - rdfs:label "manufacturer model"^^xsd:string ; | 69 | + rdfs:label "manufacturer model"^^xsd:string ; |
| 70 | - rdfs:subClassOf owl:Class . | 70 | + rdfs:subClassOf owl:Class . |
| 71 | - | 71 | + |
| 72 | -ep-eqt:Compressor | 72 | +ep-eqt:Compressor |
| 73 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 73 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 74 | - rdfs:label "compressor"^^xsd:string ; | 74 | + rdfs:label "compressor"^^xsd:string ; |
| 75 | - rdfs:subClassOf ep-eqt:Equipment . | 75 | + rdfs:subClassOf ep-eqt:Equipment . |
| 76 | - | 76 | + |
| 77 | -ep-eqt:Controller-lift | 77 | +ep-eqt:Controller-lift |
| 78 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 78 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 79 | - rdfs:label "controller - lift"^^xsd:string ; | 79 | + rdfs:label "controller - lift"^^xsd:string ; |
| 80 | - rdfs:subClassOf ep-eqt:Equipment . | 80 | + rdfs:subClassOf ep-eqt:Equipment . |
| 81 | - | 81 | + |
| 82 | -ep-eqt:DrillBit | 82 | +ep-eqt:DrillBit |
| 83 | - rdf:type owl:Class ; | 83 | + rdf:type owl:Class ; |
| 84 | - rdfs:label "drill bit"^^xsd:string ; | 84 | + rdfs:label "drill bit"^^xsd:string ; |
| 85 | - rdfs:subClassOf ep-eqt:Equipment . | 85 | + rdfs:subClassOf ep-eqt:Equipment . |
| 86 | - | 86 | + |
| 87 | -ep-eqt:DrillBitForWellBore | 87 | +ep-eqt:DrillBitForWellBore |
| 88 | - rdf:type owl:Class ; | 88 | + rdf:type owl:Class ; |
| 89 | - rdfs:label "drill bit for wellbore"^^xsd:string ; | 89 | + rdfs:label "drill bit for wellbore"^^xsd:string ; |
| 90 | - rdfs:subClassOf ep-eqt:DrillBit . | 90 | + rdfs:subClassOf ep-eqt:DrillBit . |
| 91 | - | 91 | + |
| 92 | -ep-eqt:DullGrade | 92 | +ep-eqt:DullGrade |
| 93 | - rdf:type rdfs:Class ; | 93 | + rdf:type rdfs:Class ; |
| 94 | - rdfs:label "dull grade"^^xsd:string ; | 94 | + rdfs:label "dull grade"^^xsd:string ; |
| 95 | - rdfs:subClassOf owl:Class . | 95 | + rdfs:subClassOf owl:Class . |
| 96 | - | 96 | + |
| 97 | -ep-eqt:Equipment | 97 | +ep-eqt:Equipment |
| 98 | - rdf:type owl:Class ; | 98 | + rdf:type owl:Class ; |
| 99 | - rdfs:label "Equipment"^^xsd:string ; | 99 | + rdfs:label "Equipment"^^xsd:string ; |
| 100 | - rdfs:subClassOf ep-core:PhysicalObject . | 100 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 101 | - | 101 | + |
| 102 | -ep-eqt:InnerBarrel | 102 | +ep-eqt:InnerBarrel |
| 103 | - rdf:type owl:Class ; | 103 | + rdf:type owl:Class ; |
| 104 | - rdfs:label "inner barrel"^^xsd:string ; | 104 | + rdfs:label "inner barrel"^^xsd:string ; |
| 105 | - rdfs:subClassOf ep-eqt:Equipment . | 105 | + rdfs:subClassOf ep-eqt:Equipment . |
| 106 | - | 106 | + |
| 107 | -ep-eqt:InnerBarrel-aluminum | 107 | +ep-eqt:InnerBarrel-aluminum |
| 108 | - rdf:type owl:Class ; | 108 | + rdf:type owl:Class ; |
| 109 | - rdfs:label "inner barrel - aluminum"^^xsd:string ; | 109 | + rdfs:label "inner barrel - aluminum"^^xsd:string ; |
| 110 | - rdfs:subClassOf ep-eqt:InnerBarrel ; | 110 | + rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 111 | - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . | 111 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . |
| 112 | - | 112 | + |
| 113 | -ep-eqt:InnerBarrel-fiberglass | 113 | +ep-eqt:InnerBarrel-fiberglass |
| 114 | - rdf:type owl:Class ; | 114 | + rdf:type owl:Class ; |
| 115 | - rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 115 | + rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
| 116 | - rdfs:subClassOf ep-eqt:InnerBarrel ; | 116 | + rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 117 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . | 117 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . |
| 118 | - | 118 | + |
| 119 | -ep-eqt:InnerBarrel-gel | 119 | +ep-eqt:InnerBarrel-gel |
| 120 | - rdf:type owl:Class ; | 120 | + rdf:type owl:Class ; |
| 121 | - rdfs:label "inner barrel - gel"^^xsd:string ; | 121 | + rdfs:label "inner barrel - gel"^^xsd:string ; |
| 122 | - rdfs:subClassOf ep-eqt:InnerBarrel ; | 122 | + rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 123 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . | 123 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . |
| 124 | - | 124 | + |
| 125 | -ep-eqt:IntermediateCasing | 125 | +ep-eqt:IntermediateCasing |
| 126 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 126 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
| 127 | - rdfs:label "intermediate casing"^^xsd:string ; | 127 | + rdfs:label "intermediate casing"^^xsd:string ; |
| 128 | - rdfs:subClassOf ep-eqt:Casing ; | 128 | + rdfs:subClassOf ep-eqt:Casing ; |
| 129 | - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . | 129 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . |
| 130 | - | 130 | + |
| 131 | -ep-eqt:KellyBushing | 131 | +ep-eqt:KellyBushing |
| 132 | - rdf:type owl:Class ; | 132 | + rdf:type owl:Class ; |
| 133 | - rdfs:label "kelly bushing"^^xsd:string ; | 133 | + rdfs:label "kelly bushing"^^xsd:string ; |
| 134 | - rdfs:subClassOf ep-eqt:Equipment . | 134 | + rdfs:subClassOf ep-eqt:Equipment . |
| 135 | - | 135 | + |
| 136 | -ep-eqt:LastCasingOfAWellBore | 136 | +ep-eqt:LastCasingOfAWellBore |
| 137 | - rdf:type owl:Class ; | 137 | + rdf:type owl:Class ; |
| 138 | - rdfs:label "last casing of a wellbore"^^xsd:string ; | 138 | + rdfs:label "last casing of a wellbore"^^xsd:string ; |
| 139 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 139 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 140 | - | 140 | + |
| 141 | -ep-eqt:Liner | 141 | +ep-eqt:Liner |
| 142 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 142 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 143 | - rdfs:label "Liner"^^xsd:string ; | 143 | + rdfs:label "Liner"^^xsd:string ; |
| 144 | - rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 144 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 145 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . | 145 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . |
| 146 | - | 146 | + |
| 147 | -ep-eqt:Manifold-injection | 147 | +ep-eqt:Manifold-injection |
| 148 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 148 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 149 | - rdfs:label "manifold - injection"^^xsd:string ; | 149 | + rdfs:label "manifold - injection"^^xsd:string ; |
| 150 | - rdfs:subClassOf ep-eqt:Equipment . | 150 | + rdfs:subClassOf ep-eqt:Equipment . |
| 151 | - | 151 | + |
| 152 | -ep-eqt:Manifold-production | 152 | +ep-eqt:Manifold-production |
| 153 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 153 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 154 | - rdfs:label "manifold - production"^^xsd:string ; | 154 | + rdfs:label "manifold - production"^^xsd:string ; |
| 155 | - rdfs:subClassOf ep-eqt:Equipment . | 155 | + rdfs:subClassOf ep-eqt:Equipment . |
| 156 | - | 156 | + |
| 157 | -ep-eqt:PipeOutsideDiameterAPI_5CTClass | 157 | +ep-eqt:PipeOutsideDiameterAPI_5CTClass |
| 158 | - rdf:type rdfs:Class ; | 158 | + rdf:type rdfs:Class ; |
| 159 | - rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; | 159 | + rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; |
| 160 | - rdfs:subClassOf owl:Class . | 160 | + rdfs:subClassOf owl:Class . |
| 161 | - | 161 | + |
| 162 | -ep-eqt:PipeWeightAPI_5CTClass | 162 | +ep-eqt:PipeWeightAPI_5CTClass |
| 163 | - rdf:type rdfs:Class ; | 163 | + rdf:type rdfs:Class ; |
| 164 | - rdfs:label "Pipe weight API 5CT class"^^xsd:string ; | 164 | + rdfs:label "Pipe weight API 5CT class"^^xsd:string ; |
| 165 | - rdfs:subClassOf owl:Class . | 165 | + rdfs:subClassOf owl:Class . |
| 166 | - | 166 | + |
| 167 | -ep-eqt:ProductionCasing | 167 | +ep-eqt:ProductionCasing |
| 168 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 168 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
| 169 | - rdfs:label "production casing"^^xsd:string ; | 169 | + rdfs:label "production casing"^^xsd:string ; |
| 170 | - rdfs:subClassOf ep-eqt:Casing ; | 170 | + rdfs:subClassOf ep-eqt:Casing ; |
| 171 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . | 171 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . |
| 172 | - | 172 | + |
| 173 | -ep-eqt:Separator | 173 | +ep-eqt:Separator |
| 174 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 174 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 175 | - rdfs:label "separator"^^xsd:string ; | 175 | + rdfs:label "separator"^^xsd:string ; |
| 176 | - rdfs:subClassOf ep-eqt:Equipment . | 176 | + rdfs:subClassOf ep-eqt:Equipment . |
| 177 | - | 177 | + |
| 178 | -ep-eqt:SteelGradeAPI_5CTClass | 178 | +ep-eqt:SteelGradeAPI_5CTClass |
| 179 | - rdf:type rdfs:Class ; | 179 | + rdf:type rdfs:Class ; |
| 180 | - rdfs:label "Steel grade API 5CT class"^^xsd:string ; | 180 | + rdfs:label "Steel grade API 5CT class"^^xsd:string ; |
| 181 | - rdfs:subClassOf owl:Class . | 181 | + rdfs:subClassOf owl:Class . |
| 182 | - | 182 | + |
| 183 | -ep-eqt:Tank | 183 | +ep-eqt:Tank |
| 184 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 184 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 185 | - rdfs:label "tank"^^xsd:string ; | 185 | + rdfs:label "tank"^^xsd:string ; |
| 186 | - rdfs:subClassOf ep-eqt:Equipment . | 186 | + rdfs:subClassOf ep-eqt:Equipment . |
| 187 | - | 187 | + |
| 188 | -ep-eqt:TopCasing | 188 | +ep-eqt:TopCasing |
| 189 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 189 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
| 190 | - rdfs:label "top casing"^^xsd:string ; | 190 | + rdfs:label "top casing"^^xsd:string ; |
| 191 | - rdfs:subClassOf ep-eqt:Casing ; | 191 | + rdfs:subClassOf ep-eqt:Casing ; |
| 192 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . | 192 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . |
| 193 | - | 193 | + |
| 194 | -ep-eqt:Tubing | 194 | +ep-eqt:Tubing |
| 195 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 195 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 196 | - rdfs:label "Tubing"^^xsd:string ; | 196 | + rdfs:label "Tubing"^^xsd:string ; |
| 197 | - rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 197 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 198 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . | 198 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . |
| 199 | - | 199 | + |
| 200 | -ep-eqt:TubularConnectionClass | 200 | +ep-eqt:TubularConnectionClass |
| 201 | - rdf:type rdfs:Class ; | 201 | + rdf:type rdfs:Class ; |
| 202 | - rdfs:label "tubular connection class"^^xsd:string ; | 202 | + rdfs:label "tubular connection class"^^xsd:string ; |
| 203 | - rdfs:subClassOf owl:Class . | 203 | + rdfs:subClassOf owl:Class . |
| 204 | - | 204 | + |
| 205 | -ep-eqt:WellBoreLoggingTool | 205 | +ep-eqt:WellBoreLoggingTool |
| 206 | - rdf:type owl:Class ; | 206 | + rdf:type owl:Class ; |
| 207 | - rdfs:label "well bore logging tool"^^xsd:string ; | 207 | + rdfs:label "well bore logging tool"^^xsd:string ; |
| 208 | - rdfs:subClassOf ep-eqt:Equipment . | 208 | + rdfs:subClassOf ep-eqt:Equipment . |
| 209 | - | 209 | + |
| 210 | -ep-eqt:WellTestChoke | 210 | +ep-eqt:WellTestChoke |
| 211 | - rdf:type owl:Class ; | 211 | + rdf:type owl:Class ; |
| 212 | - rdfs:label "well test choke"^^xsd:string ; | 212 | + rdfs:label "well test choke"^^xsd:string ; |
| 213 | - rdfs:subClassOf ep-eqt:Equipment . | 213 | + rdfs:subClassOf ep-eqt:Equipment . |
| 214 | - | 214 | + |
| 215 | -ep-eqt:chokeOrificeSize | 215 | +ep-eqt:chokeOrificeSize |
| 216 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 216 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 217 | - rdfs:domain ep-eqt:WellTestChoke ; | 217 | + rdfs:domain ep-eqt:WellTestChoke ; |
| 218 | - rdfs:label "choke orifice size"^^xsd:string ; | 218 | + rdfs:label "choke orifice size"^^xsd:string ; |
| 219 | - rdfs:range ep-core:Length . | 219 | + rdfs:range ep-core:Length . |
| 220 | - | 220 | + |
| 221 | -ep-eqt:codeAssignedByAManufacturer | 221 | +ep-eqt:codeAssignedByAManufacturer |
| 222 | - rdf:type owl:DatatypeProperty ; | 222 | + rdf:type owl:DatatypeProperty ; |
| 223 | - rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; | 223 | + rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; |
| 224 | - rdfs:label "code assigned by manufacturer"^^xsd:string . | 224 | + rdfs:label "code assigned by manufacturer"^^xsd:string . |
| 225 | - | 225 | + |
| 226 | -ep-eqt:diameterOfACasing | 226 | +ep-eqt:diameterOfACasing |
| 227 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 227 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 228 | - rdfs:domain ep-eqt:Casing ; | 228 | + rdfs:domain ep-eqt:Casing ; |
| 229 | - rdfs:label "diameter of a casing"^^xsd:string ; | 229 | + rdfs:label "diameter of a casing"^^xsd:string ; |
| 230 | - rdfs:range ep-core:Length . | 230 | + rdfs:range ep-core:Length . |
| 231 | - | 231 | + |
| 232 | -ep-eqt:diameterOfDrillBit | 232 | +ep-eqt:diameterOfDrillBit |
| 233 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 233 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 234 | - rdfs:domain ep-eqt:DrillBit ; | 234 | + rdfs:domain ep-eqt:DrillBit ; |
| 235 | - rdfs:label "diameter of drill bit"^^xsd:string ; | 235 | + rdfs:label "diameter of drill bit"^^xsd:string ; |
| 236 | - rdfs:range ep-core:Length . | 236 | + rdfs:range ep-core:Length . |
| 237 | - | 237 | + |
| 238 | -ep-eqt:elevationOfKellyBushing | 238 | +ep-eqt:elevationOfKellyBushing |
| 239 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 239 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 240 | - rdfs:domain ep-eqt:KellyBushing ; | 240 | + rdfs:domain ep-eqt:KellyBushing ; |
| 241 | - rdfs:label "elevation of kelly bushing"^^xsd:string ; | 241 | + rdfs:label "elevation of kelly bushing"^^xsd:string ; |
| 242 | - rdfs:range ep-core:Length . | 242 | + rdfs:range ep-core:Length . |
| 243 | - | 243 | + |
| 244 | -ep-eqt:hasTubularConnectionClass | 244 | +ep-eqt:hasTubularConnectionClass |
| 245 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 245 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 246 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 246 | + rdfs:domain ep-eqt:CasingLinerTubing ; |
| 247 | - rdfs:label "has tubular connection class"^^xsd:string ; | 247 | + rdfs:label "has tubular connection class"^^xsd:string ; |
| 248 | - rdfs:range ep-eqt:TubularConnectionClass . | 248 | + rdfs:range ep-eqt:TubularConnectionClass . |
| 249 | - | 249 | + |
| 250 | -ep-eqt:insideDiameterOfATubular | 250 | +ep-eqt:insideDiameterOfATubular |
| 251 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 251 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 252 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 252 | + rdfs:domain ep-eqt:CasingLinerTubing ; |
| 253 | - rdfs:label "inside diameter of a tubular"^^xsd:string ; | 253 | + rdfs:label "inside diameter of a tubular"^^xsd:string ; |
| 254 | - rdfs:range ep-core:Length . | 254 | + rdfs:range ep-core:Length . |
| 255 | - | 255 | + |
| 256 | -ep-eqt:lengthOfInnerBarrel | 256 | +ep-eqt:lengthOfInnerBarrel |
| 257 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 257 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 258 | - rdfs:domain ep-eqt:InnerBarrel ; | 258 | + rdfs:domain ep-eqt:InnerBarrel ; |
| 259 | - rdfs:label "length of inner barrel"^^xsd:string ; | 259 | + rdfs:label "length of inner barrel"^^xsd:string ; |
| 260 | - rdfs:range ep-core:Length . | 260 | + rdfs:range ep-core:Length . |
| 261 | - | 261 | + |
| 262 | -ep-eqt:manufacturedBy | 262 | +ep-eqt:manufacturedBy |
| 263 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 263 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 264 | - rdfs:domain ep-eqt:Equipment ; | 264 | + rdfs:domain ep-eqt:Equipment ; |
| 265 | - rdfs:label "manaufactured by"^^xsd:string ; | 265 | + rdfs:label "manaufactured by"^^xsd:string ; |
| 266 | - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 266 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 267 | - | 267 | + |
| 268 | -ep-eqt:maximumPressureForBlowOutPreventer | 268 | +ep-eqt:maximumPressureForBlowOutPreventer |
| 269 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 269 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 270 | - rdfs:domain ep-eqt:BlowOutPreventer ; | 270 | + rdfs:domain ep-eqt:BlowOutPreventer ; |
| 271 | - rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | 271 | + rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; |
| 272 | - rdfs:range ep-core:Pressure . | 272 | + rdfs:range ep-core:Pressure . |
| 273 | - | 273 | + |
| 274 | -ep-eqt:maximumPressureForChokeValve | 274 | +ep-eqt:maximumPressureForChokeValve |
| 275 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 275 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 276 | - rdfs:domain ep-eqt:ChokeValve ; | 276 | + rdfs:domain ep-eqt:ChokeValve ; |
| 277 | - rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 277 | + rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
| 278 | - rdfs:range ep-core:Pressure . | 278 | + rdfs:range ep-core:Pressure . |
| 279 | - | 279 | + |
| 280 | -ep-eqt:outsideDiameterOfATubular | 280 | +ep-eqt:outsideDiameterOfATubular |
| 281 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 281 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 282 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 282 | + rdfs:domain ep-eqt:CasingLinerTubing ; |
| 283 | - rdfs:label "outside diameter of a tubular"^^xsd:string ; | 283 | + rdfs:label "outside diameter of a tubular"^^xsd:string ; |
| 284 | - rdfs:range ep-core:Length . | 284 | + rdfs:range ep-core:Length . |
| 285 | - | 285 | + |
| 286 | -ep-eqt:stringLengthOfATubular | 286 | +ep-eqt:stringLengthOfATubular |
| 287 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 287 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 288 | - rdfs:domain ep-eqt:CasingLinerTubing ; | 288 | + rdfs:domain ep-eqt:CasingLinerTubing ; |
| 289 | - rdfs:label "string length of a tubular"^^xsd:string ; | 289 | + rdfs:label "string length of a tubular"^^xsd:string ; |
| 290 | - rdfs:range ep-core:Length . | 290 | + rdfs:range ep-core:Length . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Oct 07 20:09:24 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | + |
| 4 | - | 4 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 5 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 5 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
| 6 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 10 | -@prefix sp: <http://spinrdf.org/sp#> . | 10 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 11 | -@prefix spin: <http://spinrdf.org/spin#> . | 11 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 12 | -@prefix spl: <http://spinrdf.org/spl#> . | 12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 13 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | + |
| 14 | - | 14 | +<http://www.reportinghub.no/ep/schema/1.0/facility> |
| 15 | -<http://www.reportinghub.no/ep/schema/1.0/facility> | 15 | + rdf:type owl:Ontology ; |
| 16 | - rdf:type owl:Ontology ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 17 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | - owl:versionInfo "0.1.0"^^xsd:string . | 18 | + |
| 19 | - | 19 | +ep-fac:Completion |
| 20 | -ep-fac:Completion | 20 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 21 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 21 | + rdfs:label "completion"^^xsd:string ; |
| 22 | - rdfs:label "completion"^^xsd:string ; | 22 | + rdfs:subClassOf ep-fac:TemporalPartOfACompletion . |
| 23 | - rdfs:subClassOf ep-fac:TemporalPartOfACompletion . | 23 | + |
| 24 | - | 24 | +ep-fac:Facility |
| 25 | -ep-fac:Facility | 25 | + rdf:type owl:Class ; |
| 26 | - rdf:type owl:Class ; | 26 | + rdfs:label "facility"^^xsd:string ; |
| 27 | - rdfs:label "facility"^^xsd:string ; | 27 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 28 | - rdfs:subClassOf ep-core:PhysicalObject . | 28 | + |
| 29 | - | 29 | +ep-fac:Field |
| 30 | -ep-fac:Field | 30 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 31 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 31 | + rdfs:label "field"^^xsd:string ; |
| 32 | - rdfs:label "field"^^xsd:string ; | 32 | + rdfs:subClassOf ep-fac:TemporalPartOfAField . |
| 33 | - rdfs:subClassOf ep-fac:TemporalPartOfAField . | 33 | + |
| 34 | - | 34 | +ep-fac:FixedFacility |
| 35 | -ep-fac:FixedFacility | 35 | + rdf:type owl:DeprecatedClass ; |
| 36 | - rdf:type owl:DeprecatedClass ; | 36 | + rdfs:subClassOf ep-fac:TemporalPartOfAFixedFacility . |
| 37 | - rdfs:subClassOf ep-fac:TemporalPartOfAFixedFacility . | 37 | + |
| 38 | - | 38 | +ep-fac:FixedOrMoveableRigType |
| 39 | -ep-fac:FixedOrMoveableRigType | 39 | + rdf:type rdfs:Class ; |
| 40 | - rdf:type rdfs:Class ; | 40 | + rdfs:label "fixed or moveable rig type"^^xsd:string ; |
| 41 | - rdfs:label "fixed or moveable rig type"^^xsd:string ; | 41 | + rdfs:subClassOf owl:Class . |
| 42 | - rdfs:subClassOf owl:Class . | 42 | + |
| 43 | - | 43 | +ep-fac:FixedRig |
| 44 | -ep-fac:FixedRig | 44 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
| 45 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 45 | + rdfs:label "fixed rig"^^xsd:string ; |
| 46 | - rdfs:label "fixed rig"^^xsd:string ; | 46 | + rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . |
| 47 | - rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . | 47 | + |
| 48 | - | 48 | +ep-fac:Flowline |
| 49 | -ep-fac:Flowline | 49 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 50 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 50 | + rdfs:label "flowline"^^xsd:string ; |
| 51 | - rdfs:label "flowline"^^xsd:string ; | 51 | + rdfs:subClassOf ep-fac:TemporalPartOfAFlowline . |
| 52 | - rdfs:subClassOf ep-fac:TemporalPartOfAFlowline . | 52 | + |
| 53 | - | 53 | +ep-fac:Flowline-production |
| 54 | -ep-fac:Flowline-production | 54 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 55 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 55 | + rdfs:label "flowline - production"^^xsd:string ; |
| 56 | - rdfs:label "flowline - production"^^xsd:string ; | 56 | + rdfs:subClassOf ep-fac:Flowline . |
| 57 | - rdfs:subClassOf ep-fac:Flowline . | 57 | + |
| 58 | - | 58 | +ep-fac:Lease |
| 59 | -ep-fac:Lease | 59 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 60 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 60 | + rdfs:label "lease"^^xsd:string ; |
| 61 | - rdfs:label "lease"^^xsd:string ; | 61 | + rdfs:subClassOf ep-fac:Facility . |
| 62 | - rdfs:subClassOf ep-fac:Facility . | 62 | + |
| 63 | - | 63 | +ep-fac:MoveableFacility |
| 64 | -ep-fac:MoveableFacility | 64 | + rdf:type owl:Class ; |
| 65 | - rdf:type owl:Class ; | 65 | + rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility . |
| 66 | - rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility . | 66 | + |
| 67 | - | 67 | +ep-fac:MoveableRig |
| 68 | -ep-fac:MoveableRig | 68 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
| 69 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 69 | + rdfs:label "moveable rig"^^xsd:string ; |
| 70 | - rdfs:label "moveable rig"^^xsd:string ; | 70 | + rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . |
| 71 | - rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . | 71 | + |
| 72 | - | 72 | +ep-fac:Platform |
| 73 | -ep-fac:Platform | 73 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 74 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 74 | + rdfs:label "platform"^^xsd:string ; |
| 75 | - rdfs:label "platform"^^xsd:string ; | 75 | + rdfs:subClassOf ep-fac:TemporalPartOfAPlatform . |
| 76 | - rdfs:subClassOf ep-fac:TemporalPartOfAPlatform . | 76 | + |
| 77 | - | 77 | +ep-fac:ProductionFacility |
| 78 | -ep-fac:ProductionFacility | 78 | + rdf:type owl:Class ; |
| 79 | - rdf:type owl:Class ; | 79 | + rdfs:label "production facility"^^xsd:string ; |
| 80 | - rdfs:label "production facility"^^xsd:string ; | 80 | + rdfs:subClassOf ep-fac:TemporalPartOfAProductionFacility . |
| 81 | - rdfs:subClassOf ep-fac:TemporalPartOfAProductionFacility . | 81 | + |
| 82 | - | 82 | +ep-fac:ProductionFacilityType |
| 83 | -ep-fac:ProductionFacilityType | 83 | + rdf:type rdfs:Class ; |
| 84 | - rdf:type rdfs:Class ; | 84 | + rdfs:label "production facility type"^^xsd:string ; |
| 85 | - rdfs:label "production facility type"^^xsd:string ; | 85 | + rdfs:subClassOf owl:Class . |
| 86 | - rdfs:subClassOf owl:Class . | 86 | + |
| 87 | - | 87 | +ep-fac:Reservoir |
| 88 | -ep-fac:Reservoir | 88 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 89 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 89 | + rdfs:label "reservoir"^^xsd:string ; |
| 90 | - rdfs:label "reservoir"^^xsd:string ; | 90 | + rdfs:subClassOf ep-fac:TemporalPartOfAReservoir . |
| 91 | - rdfs:subClassOf ep-fac:TemporalPartOfAReservoir . | 91 | + |
| 92 | - | 92 | +ep-fac:Rig |
| 93 | -ep-fac:Rig | 93 | + rdf:type owl:Class ; |
| 94 | - rdf:type owl:Class ; | 94 | + rdfs:label "rig (whole life)"^^xsd:string ; |
| 95 | - rdfs:label "rig (whole life)"^^xsd:string ; | 95 | + rdfs:subClassOf ep-fac:TemporalPartOfARig . |
| 96 | - rdfs:subClassOf ep-fac:TemporalPartOfARig . | 96 | + |
| 97 | - | 97 | +ep-fac:SubSurfaceFixedFacility |
| 98 | -ep-fac:SubSurfaceFixedFacility | 98 | + rdf:type owl:Class ; |
| 99 | - rdf:type owl:Class ; | 99 | + rdfs:subClassOf ep-fac:FixedFacility . |
| 100 | - rdfs:subClassOf ep-fac:FixedFacility . | 100 | + |
| 101 | - | 101 | +ep-fac:SurfaceFixedFacility |
| 102 | -ep-fac:SurfaceFixedFacility | 102 | + rdf:type owl:Class ; |
| 103 | - rdf:type owl:Class ; | 103 | + rdfs:subClassOf ep-fac:FixedFacility . |
| 104 | - rdfs:subClassOf ep-fac:FixedFacility . | 104 | + |
| 105 | - | 105 | +ep-fac:SurroundingWater |
| 106 | -ep-fac:SurroundingWater | 106 | + rdf:type owl:Class ; |
| 107 | - rdf:type owl:Class ; | 107 | + rdfs:label "surrounding water"^^xsd:string ; |
| 108 | - rdfs:label "surrounding water"^^xsd:string ; | 108 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 109 | - rdfs:subClassOf ep-core:PhysicalObject . | 109 | + |
| 110 | - | 110 | +ep-fac:SurroundingWater-meanSeaLevel |
| 111 | -ep-fac:SurroundingWater-meanSeaLevel | 111 | + rdf:type owl:Class ; |
| 112 | - rdf:type owl:Class ; | 112 | + rdfs:label "surrounding water at mean sea level"^^xsd:string ; |
| 113 | - rdfs:label "surrounding water at mean sea level"^^xsd:string ; | 113 | + rdfs:subClassOf ep-fac:SurroundingWater . |
| 114 | - rdfs:subClassOf ep-fac:SurroundingWater . | 114 | + |
| 115 | - | 115 | +ep-fac:Template |
| 116 | -ep-fac:Template | 116 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 117 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 117 | + rdfs:label "template"^^xsd:string ; |
| 118 | - rdfs:label "template"^^xsd:string ; | 118 | + rdfs:subClassOf ep-fac:TemporalPartOfATemplate . |
| 119 | - rdfs:subClassOf ep-fac:TemporalPartOfATemplate . | 119 | + |
| 120 | - | 120 | +ep-fac:TemporalPartOfACompletion |
| 121 | -ep-fac:TemporalPartOfACompletion | 121 | + rdf:type owl:Class ; |
| 122 | - rdf:type owl:Class ; | 122 | + rdfs:subClassOf ep-fac:Facility . |
| 123 | - rdfs:subClassOf ep-fac:Facility . | 123 | + |
| 124 | - | 124 | +ep-fac:TemporalPartOfAField |
| 125 | -ep-fac:TemporalPartOfAField | 125 | + rdf:type owl:Class ; |
| 126 | - rdf:type owl:Class ; | 126 | + rdfs:subClassOf ep-fac:Facility . |
| 127 | - rdfs:subClassOf ep-fac:Facility . | 127 | + |
| 128 | - | 128 | +ep-fac:TemporalPartOfAFixedFacility |
| 129 | -ep-fac:TemporalPartOfAFixedFacility | 129 | + rdf:type owl:Class ; |
| 130 | - rdf:type owl:Class ; | 130 | + rdfs:subClassOf ep-fac:Facility . |
| 131 | - rdfs:subClassOf ep-fac:Facility . | 131 | + |
| 132 | - | 132 | +ep-fac:TemporalPartOfAFlowline |
| 133 | -ep-fac:TemporalPartOfAFlowline | 133 | + rdf:type owl:Class ; |
| 134 | - rdf:type owl:Class ; | 134 | + rdfs:subClassOf ep-fac:Facility . |
| 135 | - rdfs:subClassOf ep-fac:Facility . | 135 | + |
| 136 | - | 136 | +ep-fac:TemporalPartOfAMoveableFacility |
| 137 | -ep-fac:TemporalPartOfAMoveableFacility | 137 | + rdf:type owl:Class ; |
| 138 | - rdf:type owl:Class ; | 138 | + rdfs:subClassOf ep-fac:Facility . |
| 139 | - rdfs:subClassOf ep-fac:Facility . | 139 | + |
| 140 | - | 140 | +ep-fac:TemporalPartOfAPlatform |
| 141 | -ep-fac:TemporalPartOfAPlatform | 141 | + rdf:type owl:Class ; |
| 142 | - rdf:type owl:Class ; | 142 | + rdfs:subClassOf ep-fac:Facility . |
| 143 | - rdfs:subClassOf ep-fac:Facility . | 143 | + |
| 144 | - | 144 | +ep-fac:TemporalPartOfAProductionFacility |
| 145 | -ep-fac:TemporalPartOfAProductionFacility | 145 | + rdf:type owl:Class ; |
| 146 | - rdf:type owl:Class ; | 146 | + rdfs:subClassOf ep-fac:Facility . |
| 147 | - rdfs:subClassOf ep-fac:Facility . | 147 | + |
| 148 | - | 148 | +ep-fac:TemporalPartOfAReservoir |
| 149 | -ep-fac:TemporalPartOfAReservoir | 149 | + rdf:type owl:Class ; |
| 150 | - rdf:type owl:Class ; | 150 | + rdfs:subClassOf ep-fac:Facility . |
| 151 | - rdfs:subClassOf ep-fac:Facility . | 151 | + |
| 152 | - | 152 | +ep-fac:TemporalPartOfARig |
| 153 | -ep-fac:TemporalPartOfARig | 153 | + rdf:type owl:Class ; |
| 154 | - rdf:type owl:Class ; | 154 | + rdfs:label "(temporal part of a) rig"^^xsd:string ; |
| 155 | - rdfs:label "(temporal part of a) rig"^^xsd:string ; | 155 | + rdfs:subClassOf ep-fac:Facility . |
| 156 | - rdfs:subClassOf ep-fac:Facility . | 156 | + |
| 157 | - | 157 | +ep-fac:TemporalPartOfATemplate |
| 158 | -ep-fac:TemporalPartOfATemplate | 158 | + rdf:type owl:Class ; |
| 159 | - rdf:type owl:Class ; | 159 | + rdfs:subClassOf ep-fac:Facility . |
| 160 | - rdfs:subClassOf ep-fac:Facility . | 160 | + |
| 161 | - | 161 | +ep-fac:TemporalPartOfAZone |
| 162 | -ep-fac:TemporalPartOfAZone | 162 | + rdf:type owl:Class ; |
| 163 | - rdf:type owl:Class ; | 163 | + rdfs:subClassOf ep-fac:Facility . |
| 164 | - rdfs:subClassOf ep-fac:Facility . | 164 | + |
| 165 | - | 165 | +ep-fac:Zone |
| 166 | -ep-fac:Zone | 166 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 167 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 167 | + rdfs:label "zone"^^xsd:string ; |
| 168 | - rdfs:label "zone"^^xsd:string ; | 168 | + rdfs:subClassOf ep-fac:TemporalPartOfAZone . |
| 169 | - rdfs:subClassOf ep-fac:TemporalPartOfAZone . | 169 | + |
| 170 | - | 170 | +ep-fac:depthOfSurroundingWater |
| 171 | -ep-fac:depthOfSurroundingWater | 171 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 172 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 172 | + rdfs:domain ep-fac:SurroundingWater ; |
| 173 | - rdfs:domain ep-fac:SurroundingWater ; | 173 | + rdfs:label "depth of surrounding water"^^xsd:string ; |
| 174 | - rdfs:label "depth of surrounding water"^^xsd:string ; | 174 | + rdfs:range ep-core:Length . |
| 175 | - rdfs:range ep-core:Length . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Sep 28 16:02:41 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 7 | 6 | ||
| 8 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 9 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | 7 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . |
| 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -14,7 +12,7 @@ | ... | @@ -14,7 +12,7 @@ |
| 14 | 12 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.0/report> | 13 | <http://www.reportinghub.no/ep/schema/1.0/report> |
| 16 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
| 18 | owl:versionInfo "0.1.0"^^xsd:string . | 16 | owl:versionInfo "0.1.0"^^xsd:string . |
| 19 | 17 | ||
| 20 | ep-report:DailyDrillingReport | 18 | ep-report:DailyDrillingReport |
| ... | @@ -27,7 +25,7 @@ ep-report:DailyDrillingReportFinalisationType | ... | @@ -27,7 +25,7 @@ ep-report:DailyDrillingReportFinalisationType |
| 27 | rdfs:subClassOf owl:Class . | 25 | rdfs:subClassOf owl:Class . |
| 28 | 26 | ||
| 29 | ep-report:FinalDailyDrillingReport | 27 | ep-report:FinalDailyDrillingReport |
| 30 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 28 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
| 31 | rdfs:label "final daily drilling report"^^xsd:string ; | 29 | rdfs:label "final daily drilling report"^^xsd:string ; |
| 32 | rdfs:subClassOf ep-report:DailyDrillingReport . | 30 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 33 | 31 | ||
| ... | @@ -36,13 +34,8 @@ ep-report:NonProductivetimeReport | ... | @@ -36,13 +34,8 @@ ep-report:NonProductivetimeReport |
| 36 | rdfs:subClassOf ep-report:Report ; | 34 | rdfs:subClassOf ep-report:Report ; |
| 37 | rdfs:subClassOf | 35 | rdfs:subClassOf |
| 38 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
| 39 | - owl:allValuesFrom xsd:dateTime ; | ||
| 40 | - owl:onProperty ep-report:createdAt | ||
| 41 | - ] ; | ||
| 42 | - rdfs:subClassOf | ||
| 43 | - [ rdf:type owl:Restriction ; | ||
| 44 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 37 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 45 | - owl:onProperty ep-report:createdAt | 38 | + owl:onProperty ep-report:reportOn |
| 46 | ] ; | 39 | ] ; |
| 47 | rdfs:subClassOf | 40 | rdfs:subClassOf |
| 48 | [ rdf:type owl:Restriction ; | 41 | [ rdf:type owl:Restriction ; |
| ... | @@ -52,16 +45,21 @@ ep-report:NonProductivetimeReport | ... | @@ -52,16 +45,21 @@ ep-report:NonProductivetimeReport |
| 52 | rdfs:subClassOf | 45 | rdfs:subClassOf |
| 53 | [ rdf:type owl:Restriction ; | 46 | [ rdf:type owl:Restriction ; |
| 54 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 47 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 55 | - owl:onProperty ep-report:reportOn | 48 | + owl:onProperty ep-report:createdAt |
| 49 | + ] ; | ||
| 50 | + rdfs:subClassOf | ||
| 51 | + [ rdf:type owl:Restriction ; | ||
| 52 | + owl:allValuesFrom xsd:dateTime ; | ||
| 53 | + owl:onProperty ep-report:createdAt | ||
| 56 | ] . | 54 | ] . |
| 57 | 55 | ||
| 58 | ep-report:NormalDailyDrillingReport | 56 | ep-report:NormalDailyDrillingReport |
| 59 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 57 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
| 60 | rdfs:label "normal daily drilling report"^^xsd:string ; | 58 | rdfs:label "normal daily drilling report"^^xsd:string ; |
| 61 | rdfs:subClassOf ep-report:DailyDrillingReport . | 59 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 62 | 60 | ||
| 63 | ep-report:PreliminaryDailyDrillingReport | 61 | ep-report:PreliminaryDailyDrillingReport |
| 64 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 62 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
| 65 | rdfs:label "preliminary daily drilling report"^^xsd:string ; | 63 | rdfs:label "preliminary daily drilling report"^^xsd:string ; |
| 66 | rdfs:subClassOf ep-report:DailyDrillingReport . | 64 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 67 | 65 | ||
| ... | @@ -75,32 +73,32 @@ ep-report:WeeklyDrillingReport | ... | @@ -75,32 +73,32 @@ ep-report:WeeklyDrillingReport |
| 75 | rdfs:subClassOf ep-report:Report ; | 73 | rdfs:subClassOf ep-report:Report ; |
| 76 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 77 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 78 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 76 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 79 | - owl:onProperty ep-report:reportOn | 77 | + owl:onProperty ep-report:createdAt |
| 80 | ] ; | 78 | ] ; |
| 81 | rdfs:subClassOf | 79 | rdfs:subClassOf |
| 82 | [ rdf:type owl:Restriction ; | 80 | [ rdf:type owl:Restriction ; |
| 83 | - owl:cardinality "7"^^xsd:nonNegativeInteger ; | 81 | + owl:allValuesFrom xsd:dateTime ; |
| 84 | - owl:onProperty ep-report:reportOn | 82 | + owl:onProperty ep-report:createdAt |
| 85 | ] ; | 83 | ] ; |
| 86 | rdfs:subClassOf | 84 | rdfs:subClassOf |
| 87 | [ rdf:type owl:Restriction ; | 85 | [ rdf:type owl:Restriction ; |
| 88 | - owl:allValuesFrom xsd:dateTime ; | 86 | + owl:cardinality "7"^^xsd:nonNegativeInteger ; |
| 89 | - owl:onProperty ep-report:createdAt | 87 | + owl:onProperty ep-report:reportOn |
| 90 | ] ; | 88 | ] ; |
| 91 | rdfs:subClassOf | 89 | rdfs:subClassOf |
| 92 | [ rdf:type owl:Restriction ; | 90 | [ rdf:type owl:Restriction ; |
| 93 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 91 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
| 94 | - owl:onProperty ep-report:createdAt | 92 | + owl:onProperty ep-report:reportOn |
| 95 | ] . | 93 | ] . |
| 96 | 94 | ||
| 97 | ep-report:createdAt | 95 | ep-report:createdAt |
| 98 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 96 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 99 | rdfs:domain ep-report:Report ; | 97 | rdfs:domain ep-report:Report ; |
| 100 | rdfs:label "created at"^^xsd:string . | 98 | rdfs:label "created at"^^xsd:string . |
| 101 | 99 | ||
| 102 | ep-report:dailyDrillingReportNumber | 100 | ep-report:dailyDrillingReportNumber |
| 103 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 101 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 104 | rdfs:domain ep-report:DailyDrillingReport ; | 102 | rdfs:domain ep-report:DailyDrillingReport ; |
| 105 | rdfs:label "daily drilling report number"^^xsd:string . | 103 | rdfs:label "daily drilling report number"^^xsd:string . |
| 106 | 104 | ||
| ... | @@ -108,16 +106,16 @@ ep-report:datumObjectForDailyDrillingReport | ... | @@ -108,16 +106,16 @@ ep-report:datumObjectForDailyDrillingReport |
| 108 | rdf:type owl:ObjectProperty ; | 106 | rdf:type owl:ObjectProperty ; |
| 109 | rdfs:domain ep-report:DailyDrillingReport ; | 107 | rdfs:domain ep-report:DailyDrillingReport ; |
| 110 | rdfs:label "datum object for daily drilling report"^^xsd:string ; | 108 | rdfs:label "datum object for daily drilling report"^^xsd:string ; |
| 111 | - rdfs:range ep-core:PhysicalObject . | 109 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 112 | 110 | ||
| 113 | ep-report:hasContent | 111 | ep-report:hasContent |
| 114 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 112 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 115 | rdfs:domain ep-report:Report ; | 113 | rdfs:domain ep-report:Report ; |
| 116 | rdfs:label "has content"^^xsd:string . | 114 | rdfs:label "has content"^^xsd:string . |
| 117 | 115 | ||
| 118 | ep-report:nameAsDatumObject | 116 | ep-report:nameAsDatumObject |
| 119 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 117 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 120 | - rdfs:domain ep-core:PhysicalObject ; | 118 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 121 | rdfs:label "name as datum object"^^xsd:string . | 119 | rdfs:label "name as datum object"^^xsd:string . |
| 122 | 120 | ||
| 123 | ep-report:reportOn | 121 | ep-report:reportOn | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 5 | - | 5 | + |
| 6 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 7 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 7 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
| 8 | -@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | 8 | +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . |
| 9 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 10 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 11 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 12 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 13 | - | 13 | + |
| 14 | -<http://www.reportinghub.no/ep/schema/1.0/well> | 14 | +<http://www.reportinghub.no/ep/schema/1.0/well> |
| 15 | - rdf:type owl:Ontology ; | 15 | + rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 17 | - owl:versionInfo "0.1.0"^^xsd:string . | 17 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | - | 18 | + |
| 19 | -<http://www.reportinghub.no/ep/schema/equipment#Equipment> | 19 | +<http://www.reportinghub.no/ep/schema/equipment#Equipment> |
| 20 | - rdfs:subClassOf ep-core:PhysicalObject . | 20 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 21 | - | 21 | + |
| 22 | -ep-well:CementingFluid | 22 | +ep-well:CementingFluid |
| 23 | - rdf:type owl:Class ; | 23 | + rdf:type owl:Class ; |
| 24 | - rdfs:label "cementing fluid"^^xsd:string ; | 24 | + rdfs:label "cementing fluid"^^xsd:string ; |
| 25 | - rdfs:subClassOf ep-well:Fluid . | 25 | + rdfs:subClassOf ep-well:Fluid . |
| 26 | - | 26 | + |
| 27 | -ep-well:CementingFluidType | 27 | +ep-well:CementingFluidType |
| 28 | - rdf:type owl:Class ; | 28 | + rdf:type owl:Class ; |
| 29 | - rdfs:label "cementing fluid type"^^xsd:string ; | 29 | + rdfs:label "cementing fluid type"^^xsd:string ; |
| 30 | - rdfs:subClassOf ep-well:FluidType . | 30 | + rdfs:subClassOf ep-well:FluidType . |
| 31 | - | 31 | + |
| 32 | -ep-well:ClassOfWellBoreSectionBySize | 32 | +ep-well:ClassOfWellBoreSectionBySize |
| 33 | - rdf:type rdfs:Class ; | 33 | + rdf:type rdfs:Class ; |
| 34 | - rdfs:label "class of wellbore section by size"^^xsd:string ; | 34 | + rdfs:label "class of wellbore section by size"^^xsd:string ; |
| 35 | - rdfs:subClassOf owl:Class . | 35 | + rdfs:subClassOf owl:Class . |
| 36 | - | 36 | + |
| 37 | -ep-well:Cluster | 37 | +ep-well:Cluster |
| 38 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 38 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 39 | - rdfs:label "cluster"^^xsd:string ; | 39 | + rdfs:label "cluster"^^xsd:string ; |
| 40 | - rdfs:subClassOf ep-core:PhysicalObject . | 40 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 41 | - | 41 | + |
| 42 | -ep-well:Condensate | 42 | +ep-well:Condensate |
| 43 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 43 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 44 | - rdfs:label "condensate"^^xsd:string ; | 44 | + rdfs:label "condensate"^^xsd:string ; |
| 45 | - rdfs:subClassOf ep-well:Fluid . | 45 | + rdfs:subClassOf ep-well:Fluid . |
| 46 | - | 46 | + |
| 47 | -ep-well:Filtrate | 47 | +ep-well:Filtrate |
| 48 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 48 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 49 | - rdfs:label "filtrate"^^xsd:string ; | 49 | + rdfs:label "filtrate"^^xsd:string ; |
| 50 | - rdfs:subClassOf ep-well:Fluid . | 50 | + rdfs:subClassOf ep-well:Fluid . |
| 51 | - | 51 | + |
| 52 | -ep-well:Fluid | 52 | +ep-well:Fluid |
| 53 | - rdf:type owl:Class ; | 53 | + rdf:type owl:Class ; |
| 54 | - rdfs:label "fluid component"^^xsd:string ; | 54 | + rdfs:label "fluid component"^^xsd:string ; |
| 55 | - rdfs:subClassOf ep-core:PhysicalObject . | 55 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 56 | - | 56 | + |
| 57 | -ep-well:FluidComponentType | 57 | +ep-well:FluidComponentType |
| 58 | - rdf:type rdfs:Class ; | 58 | + rdf:type rdfs:Class ; |
| 59 | - rdfs:label "fluid component type"^^xsd:string ; | 59 | + rdfs:label "fluid component type"^^xsd:string ; |
| 60 | - rdfs:subClassOf owl:Class . | 60 | + rdfs:subClassOf owl:Class . |
| 61 | - | 61 | + |
| 62 | -ep-well:FluidType | 62 | +ep-well:FluidType |
| 63 | - rdf:type owl:Class ; | 63 | + rdf:type owl:Class ; |
| 64 | - rdfs:label "fluid type"^^xsd:string ; | 64 | + rdfs:label "fluid type"^^xsd:string ; |
| 65 | - rdfs:subClassOf owl:Class . | 65 | + rdfs:subClassOf owl:Class . |
| 66 | - | 66 | + |
| 67 | -ep-well:Gas | 67 | +ep-well:Gas |
| 68 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 68 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 69 | - rdfs:label "gas"^^xsd:string ; | 69 | + rdfs:label "gas"^^xsd:string ; |
| 70 | - rdfs:subClassOf ep-well:Fluid . | 70 | + rdfs:subClassOf ep-well:Fluid . |
| 71 | - | 71 | + |
| 72 | -ep-well:HphtWellBore | 72 | +ep-well:HphtWellBore |
| 73 | - rdf:type ep-well:WellBoreHphtType , owl:Class ; | 73 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
| 74 | - rdfs:label "high pressure high temperature well bore"^^xsd:string ; | 74 | + rdfs:label "high pressure high temperature well bore"^^xsd:string ; |
| 75 | - rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 75 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 76 | - owl:disjointWith ep-well:NotHphtWellBore . | 76 | + owl:disjointWith ep-well:NotHphtWellBore . |
| 77 | - | 77 | + |
| 78 | -ep-well:LeakyWellBore | 78 | +ep-well:LeakyWellBore |
| 79 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 79 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
| 80 | - rdfs:label "leaky well bore"^^xsd:string ; | 80 | + rdfs:label "leaky well bore"^^xsd:string ; |
| 81 | - rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 81 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 82 | - owl:disjointWith ep-well:TightWellBore . | 82 | + owl:disjointWith ep-well:TightWellBore . |
| 83 | - | 83 | + |
| 84 | -ep-well:LowerPartOfAWellBore | 84 | +ep-well:LowerPartOfAWellBore |
| 85 | - rdf:type owl:Class ; | 85 | + rdf:type owl:Class ; |
| 86 | - rdfs:label "lower part of a well bore"^^xsd:string ; | 86 | + rdfs:label "lower part of a well bore"^^xsd:string ; |
| 87 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 87 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 88 | - | 88 | + |
| 89 | -ep-well:Mud | 89 | +ep-well:Mud |
| 90 | - rdf:type ep-well:CementingFluidType , owl:Class ; | 90 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
| 91 | - rdfs:label "mud"^^xsd:string ; | 91 | + rdfs:label "mud"^^xsd:string ; |
| 92 | - rdfs:subClassOf ep-well:CementingFluid ; | 92 | + rdfs:subClassOf ep-well:CementingFluid ; |
| 93 | - owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Wash . | 93 | + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Wash . |
| 94 | - | 94 | + |
| 95 | -ep-well:Mud-oilBased | 95 | +ep-well:Mud-oilBased |
| 96 | - rdf:type ep-well:MudClass , owl:Class ; | 96 | + rdf:type ep-well:MudClass , owl:Class ; |
| 97 | - rdfs:label "mud - oil based"^^xsd:string ; | 97 | + rdfs:label "mud - oil based"^^xsd:string ; |
| 98 | - rdfs:subClassOf ep-well:Mud ; | 98 | + rdfs:subClassOf ep-well:Mud ; |
| 99 | - owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . | 99 | + owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . |
| 100 | - | 100 | + |
| 101 | -ep-well:Mud-other | 101 | +ep-well:Mud-other |
| 102 | - rdf:type ep-well:MudClass , owl:Class ; | 102 | + rdf:type ep-well:MudClass , owl:Class ; |
| 103 | - rdfs:label "mud - other"^^xsd:string ; | 103 | + rdfs:label "mud - other"^^xsd:string ; |
| 104 | - rdfs:subClassOf ep-well:Mud ; | 104 | + rdfs:subClassOf ep-well:Mud ; |
| 105 | - owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . | 105 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . |
| 106 | - | 106 | + |
| 107 | -ep-well:Mud-waterBased | 107 | +ep-well:Mud-waterBased |
| 108 | - rdf:type ep-well:MudClass , owl:Class ; | 108 | + rdf:type ep-well:MudClass , owl:Class ; |
| 109 | - rdfs:label "mud - water based"^^xsd:string ; | 109 | + rdfs:label "mud - water based"^^xsd:string ; |
| 110 | - rdfs:subClassOf ep-well:Mud ; | 110 | + rdfs:subClassOf ep-well:Mud ; |
| 111 | - owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other . | 111 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other . |
| 112 | - | 112 | + |
| 113 | -ep-well:MudClass | 113 | +ep-well:MudClass |
| 114 | - rdf:type owl:Class ; | 114 | + rdf:type owl:Class ; |
| 115 | - rdfs:label "mud class"^^xsd:string ; | 115 | + rdfs:label "mud class"^^xsd:string ; |
| 116 | - rdfs:subClassOf ep-well:FluidType . | 116 | + rdfs:subClassOf ep-well:FluidType . |
| 117 | - | 117 | + |
| 118 | -ep-well:NotHphtWellBore | 118 | +ep-well:NotHphtWellBore |
| 119 | - rdf:type ep-well:WellBoreHphtType , owl:Class ; | 119 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
| 120 | - rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 120 | + rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
| 121 | - rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 121 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 122 | - owl:disjointWith ep-well:HphtWellBore . | 122 | + owl:disjointWith ep-well:HphtWellBore . |
| 123 | - | 123 | + |
| 124 | -ep-well:Oil | 124 | +ep-well:Oil |
| 125 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 125 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 126 | - rdfs:label "oil"^^xsd:string ; | 126 | + rdfs:label "oil"^^xsd:string ; |
| 127 | - rdfs:subClassOf ep-well:Fluid . | 127 | + rdfs:subClassOf ep-well:Fluid . |
| 128 | - | 128 | + |
| 129 | -ep-well:PositionWithinWellBore | 129 | +ep-well:PositionWithinWellBore |
| 130 | - rdf:type owl:Class ; | 130 | + rdf:type owl:Class ; |
| 131 | - rdfs:label "position within wellbore"^^xsd:string ; | 131 | + rdfs:label "position within wellbore"^^xsd:string ; |
| 132 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 132 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 133 | - | 133 | + |
| 134 | -ep-well:RecoveredCore | 134 | +ep-well:RecoveredCore |
| 135 | - rdf:type owl:Class ; | 135 | + rdf:type owl:Class ; |
| 136 | - rdfs:label "recovered core"^^xsd:string ; | 136 | + rdfs:label "recovered core"^^xsd:string ; |
| 137 | - rdfs:subClassOf ep-core:PhysicalObject . | 137 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 138 | - | 138 | + |
| 139 | -ep-well:Slurry | 139 | +ep-well:Slurry |
| 140 | - rdf:type ep-well:CementingFluidType , owl:Class ; | 140 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
| 141 | - rdfs:label "slurry"^^xsd:string ; | 141 | + rdfs:label "slurry"^^xsd:string ; |
| 142 | - rdfs:subClassOf ep-well:CementingFluid ; | 142 | + rdfs:subClassOf ep-well:CementingFluid ; |
| 143 | - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . | 143 | + owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . |
| 144 | - | 144 | + |
| 145 | -ep-well:Spacer | 145 | +ep-well:Spacer |
| 146 | - rdf:type ep-well:CementingFluidType , owl:Class ; | 146 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
| 147 | - rdfs:label "spacer"^^xsd:string ; | 147 | + rdfs:label "spacer"^^xsd:string ; |
| 148 | - rdfs:subClassOf ep-well:CementingFluid ; | 148 | + rdfs:subClassOf ep-well:CementingFluid ; |
| 149 | - owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Wash . | 149 | + owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Wash . |
| 150 | - | 150 | + |
| 151 | -ep-well:SpatialPartOfAWell | 151 | +ep-well:SpatialPartOfAWell |
| 152 | - rdf:type owl:Class ; | 152 | + rdf:type owl:Class ; |
| 153 | - rdfs:label "spatial part of a well "^^xsd:string ; | 153 | + rdfs:label "spatial part of a well "^^xsd:string ; |
| 154 | - rdfs:subClassOf ep-core:PhysicalObject . | 154 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 155 | - | 155 | + |
| 156 | -ep-well:SpatialPartOfAWellBore | 156 | +ep-well:SpatialPartOfAWellBore |
| 157 | - rdf:type owl:Class ; | 157 | + rdf:type owl:Class ; |
| 158 | - rdfs:label "spatial part of a well bore"^^xsd:string ; | 158 | + rdfs:label "spatial part of a well bore"^^xsd:string ; |
| 159 | - rdfs:subClassOf ep-core:PhysicalObject . | 159 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 160 | - | 160 | + |
| 161 | -ep-well:SurroundingRockFormation | 161 | +ep-well:SurroundingRockFormation |
| 162 | - rdf:type owl:Class ; | 162 | + rdf:type owl:Class ; |
| 163 | - rdfs:label "surrounding rock formation"^^xsd:string ; | 163 | + rdfs:label "surrounding rock formation"^^xsd:string ; |
| 164 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 164 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 165 | - | 165 | + |
| 166 | -ep-well:TemporalPartOfAWell | 166 | +ep-well:TemporalPartOfAWell |
| 167 | - rdf:type owl:Class ; | 167 | + rdf:type owl:Class ; |
| 168 | - rdfs:label "(temporal part of a) well"^^xsd:string ; | 168 | + rdfs:label "(temporal part of a) well"^^xsd:string ; |
| 169 | - rdfs:subClassOf ep-core:PhysicalObject . | 169 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 170 | - | 170 | + |
| 171 | -ep-well:TemporalPartOfAWellBore | 171 | +ep-well:TemporalPartOfAWellBore |
| 172 | - rdf:type owl:Class ; | 172 | + rdf:type owl:Class ; |
| 173 | - rdfs:label "(temporal part of a) wellbore"^^xsd:string ; | 173 | + rdfs:label "(temporal part of a) wellbore"^^xsd:string ; |
| 174 | - rdfs:subClassOf ep-core:PhysicalObject . | 174 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 175 | - | 175 | + |
| 176 | -ep-well:TightWellBore | 176 | +ep-well:TightWellBore |
| 177 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 177 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
| 178 | - rdfs:label "tight well bore"^^xsd:string ; | 178 | + rdfs:label "tight well bore"^^xsd:string ; |
| 179 | - rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 179 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 180 | - owl:disjointWith ep-well:LeakyWellBore . | 180 | + owl:disjointWith ep-well:LeakyWellBore . |
| 181 | - | 181 | + |
| 182 | -ep-well:UserDescribedCementingFluidType | 182 | +ep-well:UserDescribedCementingFluidType |
| 183 | - rdf:type owl:Class ; | 183 | + rdf:type owl:Class ; |
| 184 | - rdfs:label "user described cementing fluid type"^^xsd:string ; | 184 | + rdfs:label "user described cementing fluid type"^^xsd:string ; |
| 185 | - rdfs:subClassOf ep-well:FluidType . | 185 | + rdfs:subClassOf ep-well:FluidType . |
| 186 | - | 186 | + |
| 187 | -ep-well:Wash | 187 | +ep-well:Wash |
| 188 | - rdf:type ep-well:CementingFluidType , owl:Class ; | 188 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
| 189 | - rdfs:label "wash"^^xsd:string ; | 189 | + rdfs:label "wash"^^xsd:string ; |
| 190 | - rdfs:subClassOf ep-well:CementingFluid ; | 190 | + rdfs:subClassOf ep-well:CementingFluid ; |
| 191 | - owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Spacer . | 191 | + owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Spacer . |
| 192 | - | 192 | + |
| 193 | -ep-well:Water | 193 | +ep-well:Water |
| 194 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 194 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 195 | - rdfs:label "water"^^xsd:string ; | 195 | + rdfs:label "water"^^xsd:string ; |
| 196 | - rdfs:subClassOf ep-well:Fluid . | 196 | + rdfs:subClassOf ep-well:Fluid . |
| 197 | - | 197 | + |
| 198 | -ep-well:Well | 198 | +ep-well:Well |
| 199 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 199 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 200 | - rdfs:label "well (whole life)"^^xsd:string ; | 200 | + rdfs:label "well (whole life)"^^xsd:string ; |
| 201 | - rdfs:subClassOf ep-well:TemporalPartOfAWell . | 201 | + rdfs:subClassOf ep-well:TemporalPartOfAWell . |
| 202 | - | 202 | + |
| 203 | -ep-well:WellBore | 203 | +ep-well:WellBore |
| 204 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 204 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 205 | - rdfs:label "wellbore (whole life)"^^xsd:string ; | 205 | + rdfs:label "wellbore (whole life)"^^xsd:string ; |
| 206 | - rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 206 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 207 | - rdfs:subClassOf | 207 | + rdfs:subClassOf |
| 208 | - [ rdf:type owl:Restriction ; | 208 | + [ rdf:type owl:Restriction ; |
| 209 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 209 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 210 | - owl:onProperty ep-core:name | 210 | + owl:onProperty ep-core:name |
| 211 | - ] . | 211 | + ] . |
| 212 | - | 212 | + |
| 213 | -ep-well:WellBoreBottom | 213 | +ep-well:WellBoreBottom |
| 214 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 214 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 215 | - rdfs:label "wellbore bottom"^^xsd:string ; | 215 | + rdfs:label "wellbore bottom"^^xsd:string ; |
| 216 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 216 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 217 | - | 217 | + |
| 218 | -ep-well:WellBoreHphtType | 218 | +ep-well:WellBoreHphtType |
| 219 | - rdf:type rdfs:Class ; | 219 | + rdf:type rdfs:Class ; |
| 220 | - rdfs:label "well bore high pressure high temperature type"^^xsd:string ; | 220 | + rdfs:label "well bore high pressure high temperature type"^^xsd:string ; |
| 221 | - rdfs:subClassOf owl:Class . | 221 | + rdfs:subClassOf owl:Class . |
| 222 | - | 222 | + |
| 223 | -ep-well:WellBoreKickOff | 223 | +ep-well:WellBoreKickOff |
| 224 | - rdf:type owl:Class ; | 224 | + rdf:type owl:Class ; |
| 225 | - rdfs:label "wellbore kickoff"^^xsd:string ; | 225 | + rdfs:label "wellbore kickoff"^^xsd:string ; |
| 226 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 226 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 227 | - | 227 | + |
| 228 | -ep-well:WellBorePilotHole | 228 | +ep-well:WellBorePilotHole |
| 229 | - rdf:type owl:Class ; | 229 | + rdf:type owl:Class ; |
| 230 | - rdfs:label "wellbore pilot hole"^^xsd:string ; | 230 | + rdfs:label "wellbore pilot hole"^^xsd:string ; |
| 231 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 231 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 232 | - | 232 | + |
| 233 | -ep-well:WellBoreSection | 233 | +ep-well:WellBoreSection |
| 234 | - rdf:type owl:Class ; | 234 | + rdf:type owl:Class ; |
| 235 | - rdfs:label "wellbore section"^^xsd:string ; | 235 | + rdfs:label "wellbore section"^^xsd:string ; |
| 236 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 236 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 237 | - | 237 | + |
| 238 | -ep-well:WellBoreTightnessType | 238 | +ep-well:WellBoreTightnessType |
| 239 | - rdf:type rdfs:Class ; | 239 | + rdf:type rdfs:Class ; |
| 240 | - rdfs:label "well bore tightness type"^^xsd:string ; | 240 | + rdfs:label "well bore tightness type"^^xsd:string ; |
| 241 | - rdfs:subClassOf owl:Class . | 241 | + rdfs:subClassOf owl:Class . |
| 242 | - | 242 | + |
| 243 | -ep-well:WellBoreWithCirculation | 243 | +ep-well:WellBoreWithCirculation |
| 244 | - rdf:type owl:Class ; | 244 | + rdf:type owl:Class ; |
| 245 | - rdfs:label "well bore with circulation"^^xsd:string ; | 245 | + rdfs:label "well bore with circulation"^^xsd:string ; |
| 246 | - rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 246 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 247 | - owl:disjointWith ep-well:WellBoreWithoutCirculation . | 247 | + owl:disjointWith ep-well:WellBoreWithoutCirculation . |
| 248 | - | 248 | + |
| 249 | -ep-well:WellBoreWithoutCirculation | 249 | +ep-well:WellBoreWithoutCirculation |
| 250 | - rdf:type owl:Class ; | 250 | + rdf:type owl:Class ; |
| 251 | - rdfs:label "well bore without circulation"^^xsd:string ; | 251 | + rdfs:label "well bore without circulation"^^xsd:string ; |
| 252 | - rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 252 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 253 | - owl:disjointWith ep-well:WellBoreWithCirculation . | 253 | + owl:disjointWith ep-well:WellBoreWithCirculation . |
| 254 | - | 254 | + |
| 255 | -ep-well:WellGroup | 255 | +ep-well:WellGroup |
| 256 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 256 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 257 | - rdfs:label "well group"^^xsd:string ; | 257 | + rdfs:label "well group"^^xsd:string ; |
| 258 | - rdfs:subClassOf ep-core:PhysicalObject . | 258 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 259 | - | 259 | + |
| 260 | -ep-well:WellHead | 260 | +ep-well:WellHead |
| 261 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 261 | + rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
| 262 | - rdfs:label "well head"^^xsd:string ; | 262 | + rdfs:label "well head"^^xsd:string ; |
| 263 | - rdfs:subClassOf ep-well:SpatialPartOfAWell . | 263 | + rdfs:subClassOf ep-well:SpatialPartOfAWell . |
| 264 | - | 264 | + |
| 265 | -ep-well:averageBottomHolePressure | 265 | +ep-well:averageBottomHolePressure |
| 266 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 266 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 267 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 267 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 268 | - rdfs:label "average bottom hole pressure"^^xsd:string ; | 268 | + rdfs:label "average bottom hole pressure"^^xsd:string ; |
| 269 | - rdfs:range ep-core:Pressure . | 269 | + rdfs:range ep-core:Pressure . |
| 270 | - | 270 | + |
| 271 | -ep-well:averageBottomHoleTemperature | 271 | +ep-well:averageBottomHoleTemperature |
| 272 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 272 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 273 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 273 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 274 | - rdfs:label "average bottom hole temperature"^^xsd:string ; | 274 | + rdfs:label "average bottom hole temperature"^^xsd:string ; |
| 275 | - rdfs:range ep-core:Temperature . | 275 | + rdfs:range ep-core:Temperature . |
| 276 | - | 276 | + |
| 277 | -ep-well:azimuth | 277 | +ep-well:azimuth |
| 278 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 278 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 279 | - rdfs:domain ep-well:PositionWithinWellBore ; | 279 | + rdfs:domain ep-well:PositionWithinWellBore ; |
| 280 | - rdfs:label "azimuth"^^xsd:string ; | 280 | + rdfs:label "azimuth"^^xsd:string ; |
| 281 | - rdfs:range ep-core:PlaneAngle . | 281 | + rdfs:range ep-core:PlaneAngle . |
| 282 | - | 282 | + |
| 283 | -ep-well:bottomHoleMeasuredDepth | 283 | +ep-well:bottomHoleMeasuredDepth |
| 284 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 284 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 285 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 285 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 286 | - rdfs:label "bottom hole measured depth"^^xsd:string ; | 286 | + rdfs:label "bottom hole measured depth"^^xsd:string ; |
| 287 | - rdfs:range ep-core:Length . | 287 | + rdfs:range ep-core:Length . |
| 288 | - | 288 | + |
| 289 | -ep-well:bottomHoleTemperature | 289 | +ep-well:bottomHoleTemperature |
| 290 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 290 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 291 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 291 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 292 | - rdfs:label "bottom hole temperature"^^xsd:string ; | 292 | + rdfs:label "bottom hole temperature"^^xsd:string ; |
| 293 | - rdfs:range ep-core:Temperature . | 293 | + rdfs:range ep-core:Temperature . |
| 294 | - | 294 | + |
| 295 | -ep-well:bottomHoleTrueVerticalDepth | 295 | +ep-well:bottomHoleTrueVerticalDepth |
| 296 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 296 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 297 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 297 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 298 | - rdfs:label "bottom hole true vertical depth"^^xsd:string ; | 298 | + rdfs:label "bottom hole true vertical depth"^^xsd:string ; |
| 299 | - rdfs:range ep-core:Length . | 299 | + rdfs:range ep-core:Length . |
| 300 | - | 300 | + |
| 301 | -ep-well:carbonDioxideConcentration | 301 | +ep-well:carbonDioxideConcentration |
| 302 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 302 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 303 | - rdfs:domain ep-well:Gas ; | 303 | + rdfs:domain ep-well:Gas ; |
| 304 | - rdfs:label "carbon dioxide concentration"^^xsd:string ; | 304 | + rdfs:label "carbon dioxide concentration"^^xsd:string ; |
| 305 | - rdfs:range ep-core:SpecificMass . | 305 | + rdfs:range ep-core:MassPerUnitMassConcentration . |
| 306 | - | 306 | + |
| 307 | -ep-well:cementingFluidPerCentFreeWater | 307 | +ep-well:cementingFluidPerCentFreeWater |
| 308 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 308 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 309 | - rdfs:domain ep-well:CementingFluid ; | 309 | + rdfs:domain ep-well:CementingFluid ; |
| 310 | - rdfs:label "cementing fluid per cent free water"^^xsd:string ; | 310 | + rdfs:label "cementing fluid per cent free water"^^xsd:string ; |
| 311 | - rdfs:range ep-core:SpecificVolume . | 311 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 312 | - | 312 | + |
| 313 | -ep-well:cementingFluidThickeningTime | 313 | +ep-well:cementingFluidThickeningTime |
| 314 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 314 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 315 | - rdfs:domain ep-well:CementingFluid ; | 315 | + rdfs:domain ep-well:CementingFluid ; |
| 316 | - rdfs:label "cementing fluid thickening time"^^xsd:string ; | 316 | + rdfs:label "cementing fluid thickening time"^^xsd:string ; |
| 317 | - rdfs:range ep-core:TimeDuration . | 317 | + rdfs:range ep-core:TimeDuration . |
| 318 | - | 318 | + |
| 319 | -ep-well:chlorideConcentration | 319 | +ep-well:chlorideConcentration |
| 320 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 320 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 321 | - rdfs:domain ep-well:Gas ; | 321 | + rdfs:domain ep-well:Gas ; |
| 322 | - rdfs:label "chloride concentration"^^xsd:string ; | 322 | + rdfs:label "chloride concentration"^^xsd:string ; |
| 323 | - rdfs:range ep-core:SpecificMass . | 323 | + rdfs:range ep-core:MassPerUnitMassConcentration . |
| 324 | - | 324 | + |
| 325 | -ep-well:coreLength | 325 | +ep-well:coreLength |
| 326 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 326 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 327 | - rdfs:domain ep-well:RecoveredCore ; | 327 | + rdfs:domain ep-well:RecoveredCore ; |
| 328 | - rdfs:label "core length"^^xsd:string ; | 328 | + rdfs:label "core length"^^xsd:string ; |
| 329 | - rdfs:range ep-core:Length . | 329 | + rdfs:range ep-core:Length . |
| 330 | - | 330 | + |
| 331 | -ep-well:diameterOfAWellBorePilotHole | 331 | +ep-well:diameterOfAWellBorePilotHole |
| 332 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 332 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 333 | - rdfs:domain ep-well:WellBorePilotHole ; | 333 | + rdfs:domain ep-well:WellBorePilotHole ; |
| 334 | - rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; | 334 | + rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; |
| 335 | - rdfs:range ep-core:Length . | 335 | + rdfs:range ep-core:Length . |
| 336 | - | 336 | + |
| 337 | -ep-well:dominantComponent | 337 | +ep-well:dominantComponent |
| 338 | - rdf:type owl:ObjectProperty ; | 338 | + rdf:type owl:ObjectProperty ; |
| 339 | - rdfs:domain ep-well:Fluid ; | 339 | + rdfs:domain ep-well:Fluid ; |
| 340 | - rdfs:label "dominant component"^^xsd:string ; | 340 | + rdfs:label "dominant component"^^xsd:string ; |
| 341 | - rdfs:range ep-well:FluidComponentType . | 341 | + rdfs:range ep-well:FluidComponentType . |
| 342 | - | 342 | + |
| 343 | -ep-well:ethaneConcentration | 343 | +ep-well:ethaneConcentration |
| 344 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 344 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 345 | - rdfs:domain ep-well:Gas ; | 345 | + rdfs:domain ep-well:Gas ; |
| 346 | - rdfs:label "ethane concentration"^^xsd:string ; | 346 | + rdfs:label "ethane concentration"^^xsd:string ; |
| 347 | - rdfs:range ep-core:SpecificVolume . | 347 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 348 | - | 348 | + |
| 349 | -ep-well:finalBottomHoleMeasuredDepth | 349 | +ep-well:finalBottomHoleMeasuredDepth |
| 350 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 350 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 351 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 351 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 352 | - rdfs:label "final bottom hole measured depth"^^xsd:string ; | 352 | + rdfs:label "final bottom hole measured depth"^^xsd:string ; |
| 353 | - rdfs:range ep-core:Length . | 353 | + rdfs:range ep-core:Length . |
| 354 | - | 354 | + |
| 355 | -ep-well:finalBottomHoleTrueVerticalDepth | 355 | +ep-well:finalBottomHoleTrueVerticalDepth |
| 356 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 356 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 357 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 357 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 358 | - rdfs:label "final bottom hole true vertical depth"^^xsd:string ; | 358 | + rdfs:label "final bottom hole true vertical depth"^^xsd:string ; |
| 359 | - rdfs:range ep-core:Length . | 359 | + rdfs:range ep-core:Length . |
| 360 | - | 360 | + |
| 361 | -ep-well:gasConcentrationHigh | 361 | +ep-well:gasConcentrationHigh |
| 362 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 362 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 363 | - rdfs:domain ep-well:Fluid ; | 363 | + rdfs:domain ep-well:Fluid ; |
| 364 | - rdfs:label "gas concentration - high"^^xsd:string ; | 364 | + rdfs:label "gas concentration - high"^^xsd:string ; |
| 365 | - rdfs:range ep-core:SpecificVolume . | 365 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 366 | - | 366 | + |
| 367 | -ep-well:gasConcentrationLow | 367 | +ep-well:gasConcentrationLow |
| 368 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 368 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 369 | - rdfs:domain ep-well:Fluid ; | 369 | + rdfs:domain ep-well:Fluid ; |
| 370 | - rdfs:label "gas concentration - low"^^xsd:string ; | 370 | + rdfs:label "gas concentration - low"^^xsd:string ; |
| 371 | - rdfs:range ep-core:SpecificVolume . | 371 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 372 | - | 372 | + |
| 373 | -ep-well:gasOilRatio | 373 | +ep-well:gasOilRatio |
| 374 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 374 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 375 | - rdfs:domain ep-well:Fluid ; | 375 | + rdfs:domain ep-well:Fluid ; |
| 376 | - rdfs:label "gas oil ratio"^^xsd:string ; | 376 | + rdfs:label "gas oil ratio"^^xsd:string ; |
| 377 | - rdfs:range ep-core:SpecificVolume . | 377 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 378 | - | 378 | + |
| 379 | -ep-well:hasBarrel | 379 | +ep-well:hasBarrel |
| 380 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 380 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 381 | - rdfs:domain ep-well:RecoveredCore ; | 381 | + rdfs:domain ep-well:RecoveredCore ; |
| 382 | - rdfs:label "has barrel"^^xsd:string ; | 382 | + rdfs:label "has barrel"^^xsd:string ; |
| 383 | - rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . | 383 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . |
| 384 | - | 384 | + |
| 385 | -ep-well:hydrogenSulfideConcentration | 385 | +ep-well:hydrogenSulfideConcentration |
| 386 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 386 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 387 | - rdfs:domain ep-well:Gas ; | 387 | + rdfs:domain ep-well:Gas ; |
| 388 | - rdfs:label "hydrogen sulfide concentration"^^xsd:string ; | 388 | + rdfs:label "hydrogen sulfide concentration"^^xsd:string ; |
| 389 | - rdfs:range ep-core:SpecificMass . | 389 | + rdfs:range ep-core:MassPerUnitMassConcentration . |
| 390 | - | 390 | + |
| 391 | -ep-well:inclination | 391 | +ep-well:inclination |
| 392 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 392 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 393 | - rdfs:domain ep-well:PositionWithinWellBore ; | 393 | + rdfs:domain ep-well:PositionWithinWellBore ; |
| 394 | - rdfs:label "inclination"^^xsd:string ; | 394 | + rdfs:label "inclination"^^xsd:string ; |
| 395 | - rdfs:range ep-core:PlaneAngle . | 395 | + rdfs:range ep-core:PlaneAngle . |
| 396 | - | 396 | + |
| 397 | -ep-well:initialBottomHoleMeasuredDepth | 397 | +ep-well:initialBottomHoleMeasuredDepth |
| 398 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 398 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 399 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 399 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 400 | - rdfs:label "initial bottom hole measured depth"^^xsd:string ; | 400 | + rdfs:label "initial bottom hole measured depth"^^xsd:string ; |
| 401 | - rdfs:range ep-core:Length . | 401 | + rdfs:range ep-core:Length . |
| 402 | - | 402 | + |
| 403 | -ep-well:isoButaneConcentration | 403 | +ep-well:isoButaneConcentration |
| 404 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 404 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 405 | - rdfs:domain ep-well:Gas ; | 405 | + rdfs:domain ep-well:Gas ; |
| 406 | - rdfs:label "iso-Butane concentration"^^xsd:string ; | 406 | + rdfs:label "iso-Butane concentration"^^xsd:string ; |
| 407 | - rdfs:range ep-core:SpecificVolume . | 407 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 408 | - | 408 | + |
| 409 | -ep-well:isoPentaneConcentration | 409 | +ep-well:isoPentaneConcentration |
| 410 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 410 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 411 | - rdfs:domain ep-well:Gas ; | 411 | + rdfs:domain ep-well:Gas ; |
| 412 | - rdfs:label "iso-Pentane concentration"^^xsd:string ; | 412 | + rdfs:label "iso-Pentane concentration"^^xsd:string ; |
| 413 | - rdfs:range ep-core:SpecificVolume . | 413 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 414 | - | 414 | + |
| 415 | -ep-well:lithologyDescription | 415 | +ep-well:lithologyDescription |
| 416 | - rdf:type owl:DatatypeProperty ; | 416 | + rdf:type owl:DatatypeProperty ; |
| 417 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 417 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 418 | - rdfs:label "lithology description"^^xsd:string . | 418 | + rdfs:label "lithology description"^^xsd:string . |
| 419 | - | 419 | + |
| 420 | -ep-well:measuredDepth | 420 | +ep-well:measuredDepth |
| 421 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 421 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 422 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 422 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 423 | - rdfs:label "measured depth"^^xsd:string ; | 423 | + rdfs:label "measured depth"^^xsd:string ; |
| 424 | - rdfs:range ep-core:Length . | 424 | + rdfs:range ep-core:Length . |
| 425 | - | 425 | + |
| 426 | -ep-well:measuredDepthOfPlugTop | 426 | +ep-well:measuredDepthOfPlugTop |
| 427 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 427 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 428 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 428 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 429 | - rdfs:label "measured depth of plug top"^^xsd:string ; | 429 | + rdfs:label "measured depth of plug top"^^xsd:string ; |
| 430 | - rdfs:range ep-core:Length . | 430 | + rdfs:range ep-core:Length . |
| 431 | - | 431 | + |
| 432 | -ep-well:measuredDepthToTheBottomOfAPartOfAWellBore | 432 | +ep-well:measuredDepthToTheBottomOfAPartOfAWellBore |
| 433 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 433 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 434 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 434 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 435 | - rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; | 435 | + rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; |
| 436 | - rdfs:range ep-core:Length . | 436 | + rdfs:range ep-core:Length . |
| 437 | - | 437 | + |
| 438 | -ep-well:measuredDepthToTheTopOfAPartOfAWellBore | 438 | +ep-well:measuredDepthToTheTopOfAPartOfAWellBore |
| 439 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 439 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 440 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 440 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 441 | - rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; | 441 | + rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; |
| 442 | - rdfs:range ep-core:Length . | 442 | + rdfs:range ep-core:Length . |
| 443 | - | 443 | + |
| 444 | -ep-well:methaneConcentration | 444 | +ep-well:methaneConcentration |
| 445 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 445 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 446 | - rdfs:domain ep-well:Gas ; | 446 | + rdfs:domain ep-well:Gas ; |
| 447 | - rdfs:label "methane concentration"^^xsd:string ; | 447 | + rdfs:label "methane concentration"^^xsd:string ; |
| 448 | - rdfs:range ep-core:SpecificVolume . | 448 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 449 | - | 449 | + |
| 450 | -ep-well:nominalInsideDiameterOfBoreHole | 450 | +ep-well:nominalInsideDiameterOfBoreHole |
| 451 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 451 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 452 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 452 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 453 | - rdfs:label "nominal inside diameter of borehole"^^xsd:string ; | 453 | + rdfs:label "nominal inside diameter of borehole"^^xsd:string ; |
| 454 | - rdfs:range ep-core:Length . | 454 | + rdfs:range ep-core:Length . |
| 455 | - | 455 | + |
| 456 | -ep-well:norButaneConcentration | 456 | +ep-well:norButaneConcentration |
| 457 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 457 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 458 | - rdfs:domain ep-well:Gas ; | 458 | + rdfs:domain ep-well:Gas ; |
| 459 | - rdfs:label "nor-Butane concentration"^^xsd:string ; | 459 | + rdfs:label "nor-Butane concentration"^^xsd:string ; |
| 460 | - rdfs:range ep-core:SpecificVolume . | 460 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 461 | - | 461 | + |
| 462 | -ep-well:plannedBottomHoleMeasuredDepth | 462 | +ep-well:plannedBottomHoleMeasuredDepth |
| 463 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 463 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 464 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 464 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 465 | - rdfs:label "planned bottom hole measured depth"^^xsd:string ; | 465 | + rdfs:label "planned bottom hole measured depth"^^xsd:string ; |
| 466 | - rdfs:range ep-core:Length . | 466 | + rdfs:range ep-core:Length . |
| 467 | - | 467 | + |
| 468 | -ep-well:plannedPilotBottomHoleMeasuredDepth | 468 | +ep-well:plannedPilotBottomHoleMeasuredDepth |
| 469 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 469 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 470 | - rdfs:domain ep-well:WellBorePilotHole ; | 470 | + rdfs:domain ep-well:WellBorePilotHole ; |
| 471 | - rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; | 471 | + rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; |
| 472 | - rdfs:range ep-core:Length . | 472 | + rdfs:range ep-core:Length . |
| 473 | - | 473 | + |
| 474 | -ep-well:plannedPilotBottomHoleTrueVerticalDepth | 474 | +ep-well:plannedPilotBottomHoleTrueVerticalDepth |
| 475 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 475 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 476 | - rdfs:domain ep-well:WellBorePilotHole ; | 476 | + rdfs:domain ep-well:WellBorePilotHole ; |
| 477 | - rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; | 477 | + rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; |
| 478 | - rdfs:range ep-core:Length . | 478 | + rdfs:range ep-core:Length . |
| 479 | - | 479 | + |
| 480 | -ep-well:porePressure | 480 | +ep-well:porePressure |
| 481 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 481 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 482 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 482 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 483 | - rdfs:label "pore pressure"^^xsd:string ; | 483 | + rdfs:label "pore pressure"^^xsd:string ; |
| 484 | - rdfs:range ep-core:Pressure . | 484 | + rdfs:range ep-core:Pressure . |
| 485 | - | 485 | + |
| 486 | -ep-well:porePressureEquivalentMudDensity | 486 | +ep-well:porePressureEquivalentMudDensity |
| 487 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 487 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 488 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 488 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 489 | - rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; | 489 | + rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; |
| 490 | - rdfs:range ep-core:Density . | 490 | + rdfs:range ep-core:Density . |
| 491 | - | 491 | + |
| 492 | -ep-well:propaneConcentration | 492 | +ep-well:propaneConcentration |
| 493 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 493 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 494 | - rdfs:domain ep-well:Gas ; | 494 | + rdfs:domain ep-well:Gas ; |
| 495 | - rdfs:label "propane concentration"^^xsd:string ; | 495 | + rdfs:label "propane concentration"^^xsd:string ; |
| 496 | - rdfs:range ep-core:SpecificVolume . | 496 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 497 | - | 497 | + |
| 498 | -ep-well:ratioOfCementMixToWater | 498 | +ep-well:ratioOfCementMixToWater |
| 499 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 499 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 500 | - rdfs:domain ep-well:CementingFluid ; | 500 | + rdfs:domain ep-well:CementingFluid ; |
| 501 | - rdfs:label "ratio of cement mix to water"^^xsd:string ; | 501 | + rdfs:label "ratio of cement mix to water"^^xsd:string ; |
| 502 | - rdfs:range ep-core:SpecificVolume . | 502 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 503 | - | 503 | + |
| 504 | -ep-well:relativeAmountOfCoreRecovered | 504 | +ep-well:relativeAmountOfCoreRecovered |
| 505 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 505 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 506 | - rdfs:domain ep-well:RecoveredCore ; | 506 | + rdfs:domain ep-well:RecoveredCore ; |
| 507 | - rdfs:label "relative amount of core recovered"^^xsd:string ; | 507 | + rdfs:label "relative amount of core recovered"^^xsd:string ; |
| 508 | - rdfs:range ep-core:SpecificVolume . | 508 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 509 | - | 509 | + |
| 510 | -ep-well:showDescription | 510 | +ep-well:showDescription |
| 511 | - rdf:type owl:DatatypeProperty ; | 511 | + rdf:type owl:DatatypeProperty ; |
| 512 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 512 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 513 | - rdfs:label "show description"^^xsd:string . | 513 | + rdfs:label "show description"^^xsd:string . |
| 514 | - | 514 | + |
| 515 | -ep-well:shutInCasingPressure | 515 | +ep-well:shutInCasingPressure |
| 516 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 516 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 517 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 517 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 518 | - rdfs:label "shut in casing pressure"^^xsd:string ; | 518 | + rdfs:label "shut in casing pressure"^^xsd:string ; |
| 519 | - rdfs:range ep-core:Pressure . | 519 | + rdfs:range ep-core:Pressure . |
| 520 | - | 520 | + |
| 521 | -ep-well:shutInDrillPipePressure | 521 | +ep-well:shutInDrillPipePressure |
| 522 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 522 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 523 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 523 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 524 | - rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 524 | + rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
| 525 | - rdfs:range ep-core:Pressure . | 525 | + rdfs:range ep-core:Pressure . |
| 526 | - | 526 | + |
| 527 | -ep-well:stratigraphyDescription | 527 | +ep-well:stratigraphyDescription |
| 528 | - rdf:type owl:DatatypeProperty ; | 528 | + rdf:type owl:DatatypeProperty ; |
| 529 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 529 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 530 | - rdfs:label "stratigraphy description"^^xsd:string . | 530 | + rdfs:label "stratigraphy description"^^xsd:string . |
| 531 | - | 531 | + |
| 532 | -ep-well:strengthOfRockFormation | 532 | +ep-well:strengthOfRockFormation |
| 533 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 533 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 534 | - rdfs:domain ep-well:SurroundingRockFormation ; | 534 | + rdfs:domain ep-well:SurroundingRockFormation ; |
| 535 | - rdfs:label "strength of rock formation"^^xsd:string ; | 535 | + rdfs:label "strength of rock formation"^^xsd:string ; |
| 536 | - rdfs:range ep-core:StrengthOfRockFormation . | 536 | + rdfs:range ep-core:StrengthOfRockFormation . |
| 537 | - | 537 | + |
| 538 | -ep-well:trueVerticalDepth | 538 | +ep-well:trueVerticalDepth |
| 539 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 539 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 540 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 540 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 541 | - rdfs:label "true vertical depth"^^xsd:string ; | 541 | + rdfs:label "true vertical depth"^^xsd:string ; |
| 542 | - rdfs:range ep-core:Length . | 542 | + rdfs:range ep-core:Length . |
| 543 | - | 543 | + |
| 544 | -ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore | 544 | +ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore |
| 545 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 545 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 546 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 546 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 547 | - rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; | 547 | + rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; |
| 548 | - rdfs:range ep-core:Length . | 548 | + rdfs:range ep-core:Length . |
| 549 | - | 549 | + |
| 550 | -ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore | 550 | +ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore |
| 551 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 551 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 552 | - rdfs:domain ep-well:SpatialPartOfAWellBore ; | 552 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 553 | - rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; | 553 | + rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; |
| 554 | - rdfs:range ep-core:Length . | 554 | + rdfs:range ep-core:Length . |
| 555 | - | 555 | + |
| 556 | -ep-well:waterOilRatio | 556 | +ep-well:waterOilRatio |
| 557 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 557 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 558 | - rdfs:domain ep-well:Fluid ; | 558 | + rdfs:domain ep-well:Fluid ; |
| 559 | - rdfs:label "water oil ratio"^^xsd:string ; | 559 | + rdfs:label "water oil ratio"^^xsd:string ; |
| 560 | - rdfs:range ep-core:SpecificVolume . | 560 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 561 | - | 561 | + |
| 562 | -ep-well:wellBoreCompletedAt | 562 | +ep-well:wellBoreCompletedAt |
| 563 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 563 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 564 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 564 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 565 | - rdfs:label "wellbore completed at"^^xsd:string . | 565 | + rdfs:label "wellbore completed at"^^xsd:string . |
| 566 | - | 566 | + |
| 567 | -ep-well:wellBorePreSpudAt | 567 | +ep-well:wellBorePreSpudAt |
| 568 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 568 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 569 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 569 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 570 | - rdfs:label "wellbore pre-spud at"^^xsd:string . | 570 | + rdfs:label "wellbore pre-spud at"^^xsd:string . |
| 571 | - | 571 | + |
| 572 | -ep-well:wellBoreSpudAt | 572 | +ep-well:wellBoreSpudAt |
| 573 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 573 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 574 | - rdfs:domain ep-well:TemporalPartOfAWellBore ; | 574 | + rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 575 | - rdfs:label "wellbore spud at"^^xsd:string . | 575 | + rdfs:label "wellbore spud at"^^xsd:string . | ... | ... |
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> | 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> |
| 23 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
| 25 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ; | 25 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ; |
| 26 | owl:versionInfo "0.1.0"^^xsd:string . | 26 | owl:versionInfo "0.1.0"^^xsd:string . |
| 27 | 27 | ||
| 28 | ddr-tables:BitRecord | 28 | ddr-tables:BitRecord |
| ... | @@ -880,7 +880,7 @@ ddr-tables:CementFluidInformation | ... | @@ -880,7 +880,7 @@ ddr-tables:CementFluidInformation |
| 880 | sp:subject | 880 | sp:subject |
| 881 | [ sp:varName "fluid"^^xsd:string | 881 | [ sp:varName "fluid"^^xsd:string |
| 882 | ] | 882 | ] |
| 883 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 883 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumeMassRatio> ; |
| 884 | sp:predicate rdf:type ; | 884 | sp:predicate rdf:type ; |
| 885 | sp:subject | 885 | sp:subject |
| 886 | [ sp:varName "ratio"^^xsd:string | 886 | [ sp:varName "ratio"^^xsd:string |
| ... | @@ -901,7 +901,7 @@ ddr-tables:CementFluidInformation | ... | @@ -901,7 +901,7 @@ ddr-tables:CementFluidInformation |
| 901 | sp:subject | 901 | sp:subject |
| 902 | [ sp:varName "fluid"^^xsd:string | 902 | [ sp:varName "fluid"^^xsd:string |
| 903 | ] | 903 | ] |
| 904 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 904 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 905 | sp:predicate rdf:type ; | 905 | sp:predicate rdf:type ; |
| 906 | sp:subject | 906 | sp:subject |
| 907 | [ sp:varName "fw"^^xsd:string | 907 | [ sp:varName "fw"^^xsd:string | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Wed Nov 02 15:57:48 GMT 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
| 2 | +# imports: http://spinrdf.org/spin | ||
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| 5 | -# imports: http://spinrdf.org/spin | ||
| 6 | 5 | ||
| 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | 6 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . |
| 8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 7 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -26,890 +25,895 @@ | ... | @@ -26,890 +25,895 @@ |
| 26 | ddr:Obj_drillReport | 25 | ddr:Obj_drillReport |
| 27 | spin:rule | 26 | spin:rule |
| 28 | [ rdf:type sp:Construct ; | 27 | [ rdf:type sp:Construct ; |
| 29 | - rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; | 28 | + rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ; |
| 30 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; | 29 | + sp:templates ([ sp:object _:b1 ; |
| 31 | - sp:predicate rdf:type ; | ||
| 32 | - sp:subject _:b1 | ||
| 33 | - ] [ sp:object _:b1 ; | ||
| 34 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 30 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 35 | - sp:subject _:b2 | 31 | + sp:subject |
| 36 | - ] [ sp:object _:b3 ; | 32 | + [ sp:varName "pumpedFluid"^^xsd:string |
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 33 | + ] |
| 34 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 35 | + sp:predicate rdf:type ; | ||
| 38 | sp:subject _:b1 | 36 | sp:subject _:b1 |
| 39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 37 | + ] [ sp:object _:b2 ; |
| 40 | sp:predicate rdf:type ; | 38 | sp:predicate rdf:type ; |
| 41 | - sp:subject _:b3 | 39 | + sp:subject _:b1 |
| 42 | - ] [ sp:object _:b4 ; | 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 44 | - sp:subject _:b3 | ||
| 45 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 46 | sp:predicate rdf:type ; | 41 | sp:predicate rdf:type ; |
| 47 | - sp:subject _:b4 | 42 | + sp:subject _:b2 |
| 48 | - ] [ sp:object _:b5 ; | 43 | + ] [ sp:object |
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 44 | + [ sp:varName "realVolPumped"^^xsd:string |
| 50 | - sp:subject _:b4 | 45 | + ] ; |
| 51 | - ] [ sp:object _:b6 ; | 46 | + sp:predicate |
| 47 | + [ sp:varName "volumeScalePumped"^^xsd:string | ||
| 48 | + ] ; | ||
| 49 | + sp:subject _:b2 | ||
| 50 | + ] [ sp:object | ||
| 51 | + [ sp:varName "cementingFluidType"^^xsd:string | ||
| 52 | + ] ; | ||
| 52 | sp:predicate rdf:type ; | 53 | sp:predicate rdf:type ; |
| 53 | sp:subject _:b1 | 54 | sp:subject _:b1 |
| 54 | - ] [ sp:object _:b7 ; | 55 | + ] [ sp:object _:b3 ; |
| 55 | sp:predicate rdf:type ; | 56 | sp:predicate rdf:type ; |
| 56 | sp:subject _:b1 | 57 | sp:subject _:b1 |
| 57 | - ] [ sp:object _:b8 ; | 58 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ; |
| 58 | sp:predicate rdf:type ; | 59 | sp:predicate rdf:type ; |
| 60 | + sp:subject _:b3 | ||
| 61 | + ] [ sp:object | ||
| 62 | + [ sp:varName "cementingFluidDescription"^^xsd:string | ||
| 63 | + ] ; | ||
| 64 | + sp:predicate rdfs:comment ; | ||
| 65 | + sp:subject _:b3 | ||
| 66 | + ] [ sp:object _:b4 ; | ||
| 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; | ||
| 59 | sp:subject _:b1 | 68 | sp:subject _:b1 |
| 60 | - ] [ sp:object _:b9 ; | 69 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumeMassRatio> ; |
| 61 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 62 | - sp:subject _:b1 | ||
| 63 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 64 | - sp:predicate rdf:type ; | ||
| 65 | - sp:subject _:b9 | ||
| 66 | - ] [ sp:object _:b10 ; | ||
| 67 | - sp:predicate rdf:type ; | ||
| 68 | - sp:subject _:b9 | ||
| 69 | - ] [ sp:object _:b11 ; | ||
| 70 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; | ||
| 71 | - sp:subject _:b9 | ||
| 72 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 73 | - sp:predicate rdf:type ; | ||
| 74 | - sp:subject _:b11 | ||
| 75 | - ] [ sp:object _:b12 ; | ||
| 76 | - sp:predicate rdf:type ; | ||
| 77 | - sp:subject _:b11 | ||
| 78 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 79 | - sp:predicate rdf:type ; | ||
| 80 | - sp:subject _:b12 | ||
| 81 | - ] [ sp:object _:b13 ; | ||
| 82 | - sp:predicate _:b14 ; | ||
| 83 | - sp:subject _:b12 | ||
| 84 | - ] [ sp:object _:b15 ; | ||
| 85 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 86 | - sp:subject _:b9 | ||
| 87 | - ] [ sp:object _:b16 ; | ||
| 88 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 89 | - sp:subject _:b9 | ||
| 90 | - ] [ sp:object _:b17 ; | ||
| 91 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 92 | - sp:subject _:b9 | ||
| 93 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 94 | sp:predicate rdf:type ; | 70 | sp:predicate rdf:type ; |
| 95 | - sp:subject _:b17 | ||
| 96 | - ] [ sp:object _:b18 ; | ||
| 97 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | ||
| 98 | sp:subject _:b4 | 71 | sp:subject _:b4 |
| 99 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; | 72 | + ] [ sp:object |
| 100 | - sp:predicate rdf:type ; | 73 | + [ sp:varName "realRatioMixWater"^^xsd:string |
| 101 | - sp:subject _:b18 | 74 | + ] ; |
| 102 | - ] [ sp:object _:b19 ; | 75 | + sp:predicate |
| 103 | - sp:predicate rdf:type ; | 76 | + [ sp:varName "ratioScaleMixWater"^^xsd:string |
| 104 | - sp:subject _:b18 | 77 | + ] ; |
| 105 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 78 | + sp:subject _:b4 |
| 106 | - sp:predicate rdfs:subClassOf ; | 79 | + ] [ sp:object _:b5 ; |
| 107 | - sp:subject _:b19 | ||
| 108 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; | ||
| 109 | sp:predicate rdf:type ; | 80 | sp:predicate rdf:type ; |
| 110 | - sp:subject _:b19 | ||
| 111 | - ] [ sp:object _:b20 ; | ||
| 112 | - sp:predicate rdfs:label ; | ||
| 113 | - sp:subject _:b19 | ||
| 114 | - ] [ sp:object _:b21 ; | ||
| 115 | - sp:predicate rdfs:comment ; | ||
| 116 | sp:subject _:b1 | 81 | sp:subject _:b1 |
| 117 | - ] [ sp:object _:b22 ; | 82 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
| 118 | sp:predicate rdf:type ; | 83 | sp:predicate rdf:type ; |
| 119 | - sp:subject _:b1 | 84 | + sp:subject _:b5 |
| 120 | - ] [ sp:object _:b23 ; | 85 | + ] [ sp:object |
| 86 | + [ sp:varName "realDensity"^^xsd:string | ||
| 87 | + ] ; | ||
| 88 | + sp:predicate | ||
| 89 | + [ sp:varName "densityScale"^^xsd:string | ||
| 90 | + ] ; | ||
| 91 | + sp:subject _:b5 | ||
| 92 | + ] [ sp:object _:b6 ; | ||
| 121 | sp:predicate rdf:type ; | 93 | sp:predicate rdf:type ; |
| 122 | sp:subject _:b1 | 94 | sp:subject _:b1 |
| 123 | - ] [ sp:object _:b24 ; | 95 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; |
| 124 | sp:predicate rdf:type ; | 96 | sp:predicate rdf:type ; |
| 97 | + sp:subject _:b6 | ||
| 98 | + ] [ sp:object | ||
| 99 | + [ sp:varName "realYp"^^xsd:string | ||
| 100 | + ] ; | ||
| 101 | + sp:predicate | ||
| 102 | + [ sp:varName "yieldPointScale"^^xsd:string | ||
| 103 | + ] ; | ||
| 104 | + sp:subject _:b6 | ||
| 105 | + ] [ sp:object _:b7 ; | ||
| 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; | ||
| 125 | sp:subject _:b1 | 107 | sp:subject _:b1 |
| 126 | - ] [ sp:object _:b25 ; | 108 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 127 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; | ||
| 128 | - sp:subject _:b1 | ||
| 129 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 130 | - sp:predicate rdf:type ; | ||
| 131 | - sp:subject _:b25 | ||
| 132 | - ] [ sp:object _:b26 ; | ||
| 133 | - sp:predicate _:b27 ; | ||
| 134 | - sp:subject _:b25 | ||
| 135 | - ] [ sp:object _:b28 ; | ||
| 136 | sp:predicate rdf:type ; | 109 | sp:predicate rdf:type ; |
| 110 | + sp:subject _:b7 | ||
| 111 | + ] [ sp:object | ||
| 112 | + [ sp:varName "realETim"^^xsd:string | ||
| 113 | + ] ; | ||
| 114 | + sp:predicate | ||
| 115 | + [ sp:varName "durationScaleETim"^^xsd:string | ||
| 116 | + ] ; | ||
| 117 | + sp:subject _:b7 | ||
| 118 | + ] [ sp:object _:b8 ; | ||
| 119 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; | ||
| 137 | sp:subject _:b1 | 120 | sp:subject _:b1 |
| 138 | - ] [ sp:object _:b29 ; | 121 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 139 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 140 | - sp:subject _:b1 | ||
| 141 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; | ||
| 142 | sp:predicate rdf:type ; | 122 | sp:predicate rdf:type ; |
| 143 | - sp:subject _:b29 | 123 | + sp:subject _:b8 |
| 144 | - ] [ sp:object _:b30 ; | 124 | + ] [ sp:object |
| 145 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 125 | + [ sp:varName "realPcFreeWater"^^xsd:string |
| 146 | - sp:subject _:b29 | 126 | + ] ; |
| 127 | + sp:predicate | ||
| 128 | + [ sp:varName "ratioScalePcFreeWater"^^xsd:string | ||
| 129 | + ] ; | ||
| 130 | + sp:subject _:b8 | ||
| 131 | + ] [ sp:object | ||
| 132 | + [ sp:varName "cementingFluidComments"^^xsd:string | ||
| 133 | + ] ; | ||
| 134 | + sp:predicate rdfs:comment ; | ||
| 135 | + sp:subject _:b1 | ||
| 147 | ]) ; | 136 | ]) ; |
| 148 | - sp:where ([ sp:object _:b31 ; | 137 | + sp:where ([ sp:object |
| 138 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 139 | + ] ; | ||
| 149 | sp:predicate ep-spin-lib:nameWellbore ; | 140 | sp:predicate ep-spin-lib:nameWellbore ; |
| 150 | sp:subject spin:_this | 141 | sp:subject spin:_this |
| 151 | - ] [ sp:object _:b32 ; | 142 | + ] [ sp:object |
| 143 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 144 | + ] ; | ||
| 152 | sp:predicate ddr:dTimStart ; | 145 | sp:predicate ddr:dTimStart ; |
| 153 | sp:subject spin:_this | 146 | sp:subject spin:_this |
| 154 | - ] [ sp:object _:b33 ; | 147 | + ] [ sp:object |
| 148 | + [ sp:varName "cementStage"^^xsd:string | ||
| 149 | + ] ; | ||
| 155 | sp:predicate ddr:cementStageRef ; | 150 | sp:predicate ddr:cementStageRef ; |
| 156 | sp:subject spin:_this | 151 | sp:subject spin:_this |
| 152 | + ] [ sp:object | ||
| 153 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 154 | + ] ; | ||
| 155 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 156 | + sp:subject | ||
| 157 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 158 | + ] | ||
| 159 | + ] [ sp:object | ||
| 160 | + [ sp:varName "wellCementPumping"^^xsd:string | ||
| 161 | + ] ; | ||
| 162 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 163 | + sp:subject | ||
| 164 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 165 | + ] | ||
| 166 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 167 | + sp:predicate rdf:type ; | ||
| 168 | + sp:subject | ||
| 169 | + [ sp:varName "wellCementPumping"^^xsd:string | ||
| 170 | + ] | ||
| 171 | + ] [ sp:object | ||
| 172 | + [ sp:varName "pumpedFluid"^^xsd:string | ||
| 173 | + ] ; | ||
| 174 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 175 | + sp:subject | ||
| 176 | + [ sp:varName "wellCementPumping"^^xsd:string | ||
| 177 | + ] | ||
| 178 | + ] [ sp:object | ||
| 179 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 180 | + ] ; | ||
| 181 | + sp:predicate ddr:cementingFluidRef ; | ||
| 182 | + sp:subject | ||
| 183 | + [ sp:varName "cementStage"^^xsd:string | ||
| 184 | + ] | ||
| 157 | ] [ rdf:type sp:Optional ; | 185 | ] [ rdf:type sp:Optional ; |
| 158 | - sp:elements ([ sp:object _:b15 ; | 186 | + sp:elements ([ sp:object |
| 159 | - sp:predicate ddr:dTimPumpStart ; | 187 | + [ sp:varName "enumTypeFluid"^^xsd:string |
| 160 | - sp:subject _:b33 | 188 | + ] ; |
| 161 | - ]) | 189 | + sp:predicate ddr:typeFluidRef ; |
| 162 | - ] [ rdf:type sp:Optional ; | 190 | + sp:subject |
| 163 | - sp:elements ([ sp:object _:b16 ; | 191 | + [ sp:varName "cementingFluid"^^xsd:string |
| 164 | - sp:predicate ddr:dTimPumpEnd ; | 192 | + ] |
| 165 | - sp:subject _:b33 | ||
| 166 | - ]) | ||
| 167 | - ] [ rdf:type sp:Optional ; | ||
| 168 | - sp:elements ([ sp:object _:b34 ; | ||
| 169 | - sp:predicate ddr:jobTypeRef ; | ||
| 170 | - sp:subject _:b33 | ||
| 171 | - ]) | ||
| 172 | - ] [ rdf:type sp:Optional ; | ||
| 173 | - sp:elements ([ sp:object _:b35 ; | ||
| 174 | - sp:predicate ddr:casingStrDiaRef ; | ||
| 175 | - sp:subject _:b33 | ||
| 176 | - ] [ sp:object _:b36 ; | ||
| 177 | - sp:predicate ddr:uomRef ; | ||
| 178 | - sp:subject _:b35 | ||
| 179 | - ] [ sp:object _:b37 ; | ||
| 180 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 181 | - sp:subject _:b35 | ||
| 182 | ]) | 193 | ]) |
| 183 | ] [ rdf:type sp:Optional ; | 194 | ] [ rdf:type sp:Optional ; |
| 184 | - sp:elements ([ sp:object _:b21 ; | 195 | + sp:elements ([ sp:object |
| 185 | - sp:predicate ddr:comments ; | 196 | + [ sp:varName "cementingFluidDescription"^^xsd:string |
| 186 | - sp:subject _:b33 | 197 | + ] ; |
| 198 | + sp:predicate ddr:descFluid ; | ||
| 199 | + sp:subject | ||
| 200 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 201 | + ] | ||
| 187 | ]) | 202 | ]) |
| 188 | ] [ rdf:type sp:Optional ; | 203 | ] [ rdf:type sp:Optional ; |
| 189 | - sp:elements ([ sp:object _:b38 ; | 204 | + sp:elements ([ sp:object |
| 190 | - sp:predicate ddr:volReturnsRef ; | 205 | + [ sp:varName "ratioMixWater"^^xsd:string |
| 191 | - sp:subject _:b33 | 206 | + ] ; |
| 192 | - ] [ sp:object _:b39 ; | 207 | + sp:predicate ddr:ratioMixWaterRef ; |
| 208 | + sp:subject | ||
| 209 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 210 | + ] | ||
| 211 | + ] [ sp:object | ||
| 212 | + [ sp:varName "uomRatioMixWater"^^xsd:string | ||
| 213 | + ] ; | ||
| 193 | sp:predicate ddr:uomRef ; | 214 | sp:predicate ddr:uomRef ; |
| 194 | - sp:subject _:b38 | 215 | + sp:subject |
| 195 | - ] [ sp:object _:b13 ; | 216 | + [ sp:varName "ratioMixWater"^^xsd:string |
| 217 | + ] | ||
| 218 | + ] [ sp:object | ||
| 219 | + [ sp:varName "realRatioMixWater"^^xsd:string | ||
| 220 | + ] ; | ||
| 196 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 221 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 197 | - sp:subject _:b38 | 222 | + sp:subject |
| 223 | + [ sp:varName "ratioMixWater"^^xsd:string | ||
| 224 | + ] | ||
| 198 | ]) | 225 | ]) |
| 199 | ] [ rdf:type sp:Optional ; | 226 | ] [ rdf:type sp:Optional ; |
| 200 | - sp:elements ([ sp:object _:b30 ; | 227 | + sp:elements ([ sp:object |
| 201 | - sp:predicate ddr:dTimPresReleased ; | 228 | + [ sp:varName "density"^^xsd:string |
| 202 | - sp:subject _:b33 | 229 | + ] ; |
| 203 | - ]) | 230 | + sp:predicate ddr:densityRef ; |
| 204 | - ] [ rdf:type sp:Optional ; | 231 | + sp:subject |
| 205 | - sp:elements ([ sp:object _:b40 ; | 232 | + [ sp:varName "cementingFluid"^^xsd:string |
| 206 | - sp:predicate ddr:annFlowAfter ; | 233 | + ] |
| 207 | - sp:subject _:b33 | 234 | + ] [ sp:object |
| 208 | - ]) | 235 | + [ sp:varName "uomDensity"^^xsd:string |
| 209 | - ] [ rdf:type sp:Optional ; | 236 | + ] ; |
| 210 | - sp:elements ([ sp:object _:b41 ; | 237 | + sp:predicate ddr:uomRef ; |
| 211 | - sp:predicate ddr:topPlug ; | 238 | + sp:subject |
| 212 | - sp:subject _:b33 | 239 | + [ sp:varName "density"^^xsd:string |
| 213 | - ]) | 240 | + ] |
| 214 | - ] [ rdf:type sp:Optional ; | 241 | + ] [ sp:object |
| 215 | - sp:elements ([ sp:object _:b42 ; | 242 | + [ sp:varName "realDensity"^^xsd:string |
| 216 | - sp:predicate ddr:botPlug ; | 243 | + ] ; |
| 217 | - sp:subject _:b33 | 244 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 245 | + sp:subject | ||
| 246 | + [ sp:varName "density"^^xsd:string | ||
| 247 | + ] | ||
| 218 | ]) | 248 | ]) |
| 219 | ] [ rdf:type sp:Optional ; | 249 | ] [ rdf:type sp:Optional ; |
| 220 | - sp:elements ([ sp:object _:b43 ; | 250 | + sp:elements ([ sp:object |
| 221 | - sp:predicate ddr:plugBumped ; | 251 | + [ sp:varName "volPumped"^^xsd:string |
| 222 | - sp:subject _:b33 | 252 | + ] ; |
| 253 | + sp:predicate ddr:volPumpedRef ; | ||
| 254 | + sp:subject | ||
| 255 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 256 | + ] | ||
| 257 | + ] [ sp:object | ||
| 258 | + [ sp:varName "uomVolPumped"^^xsd:string | ||
| 259 | + ] ; | ||
| 260 | + sp:predicate ddr:uomRef ; | ||
| 261 | + sp:subject | ||
| 262 | + [ sp:varName "volPumped"^^xsd:string | ||
| 263 | + ] | ||
| 264 | + ] [ sp:object | ||
| 265 | + [ sp:varName "realVolPumped"^^xsd:string | ||
| 266 | + ] ; | ||
| 267 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 268 | + sp:subject | ||
| 269 | + [ sp:varName "volPumped"^^xsd:string | ||
| 270 | + ] | ||
| 223 | ]) | 271 | ]) |
| 224 | ] [ rdf:type sp:Optional ; | 272 | ] [ rdf:type sp:Optional ; |
| 225 | - sp:elements ([ sp:object _:b44 ; | 273 | + sp:elements ([ sp:object |
| 226 | - sp:predicate ddr:presBumpRef ; | 274 | + [ sp:varName "yp"^^xsd:string |
| 227 | - sp:subject _:b33 | 275 | + ] ; |
| 228 | - ] [ sp:object _:b45 ; | 276 | + sp:predicate ddr:ypRef ; |
| 277 | + sp:subject | ||
| 278 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 279 | + ] | ||
| 280 | + ] [ sp:object | ||
| 281 | + [ sp:varName "uomYp"^^xsd:string | ||
| 282 | + ] ; | ||
| 229 | sp:predicate ddr:uomRef ; | 283 | sp:predicate ddr:uomRef ; |
| 230 | - sp:subject _:b44 | 284 | + sp:subject |
| 231 | - ] [ sp:object _:b26 ; | 285 | + [ sp:varName "yp"^^xsd:string |
| 286 | + ] | ||
| 287 | + ] [ sp:object | ||
| 288 | + [ sp:varName "realYp"^^xsd:string | ||
| 289 | + ] ; | ||
| 232 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 290 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 233 | - sp:subject _:b44 | 291 | + sp:subject |
| 292 | + [ sp:varName "yp"^^xsd:string | ||
| 293 | + ] | ||
| 234 | ]) | 294 | ]) |
| 235 | ] [ rdf:type sp:Optional ; | 295 | ] [ rdf:type sp:Optional ; |
| 236 | - sp:elements ([ sp:object _:b46 ; | 296 | + sp:elements ([ sp:object |
| 237 | - sp:predicate ddr:floatHeld ; | 297 | + [ sp:varName "eTimThickening"^^xsd:string |
| 238 | - sp:subject _:b33 | 298 | + ] ; |
| 299 | + sp:predicate ddr:eTimThickeningRef ; | ||
| 300 | + sp:subject | ||
| 301 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 302 | + ] | ||
| 303 | + ] [ sp:object | ||
| 304 | + [ sp:varName "uomETim"^^xsd:string | ||
| 305 | + ] ; | ||
| 306 | + sp:predicate ddr:uomRef ; | ||
| 307 | + sp:subject | ||
| 308 | + [ sp:varName "eTimThickening"^^xsd:string | ||
| 309 | + ] | ||
| 310 | + ] [ sp:object | ||
| 311 | + [ sp:varName "realETim"^^xsd:string | ||
| 312 | + ] ; | ||
| 313 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 314 | + sp:subject | ||
| 315 | + [ sp:varName "eTimThickening"^^xsd:string | ||
| 316 | + ] | ||
| 239 | ]) | 317 | ]) |
| 240 | ] [ rdf:type sp:Optional ; | 318 | ] [ rdf:type sp:Optional ; |
| 241 | - sp:elements ([ sp:object _:b47 ; | 319 | + sp:elements ([ sp:object |
| 242 | - sp:predicate ddr:reciprocated ; | 320 | + [ sp:varName "pcFreeWater"^^xsd:string |
| 243 | - sp:subject _:b33 | 321 | + ] ; |
| 322 | + sp:predicate ddr:pcFreeWaterRef ; | ||
| 323 | + sp:subject | ||
| 324 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 325 | + ] | ||
| 326 | + ] [ sp:object | ||
| 327 | + [ sp:varName "uomPcFreeWater"^^xsd:string | ||
| 328 | + ] ; | ||
| 329 | + sp:predicate ddr:uomRef ; | ||
| 330 | + sp:subject | ||
| 331 | + [ sp:varName "pcFreeWater"^^xsd:string | ||
| 332 | + ] | ||
| 333 | + ] [ sp:object | ||
| 334 | + [ sp:varName "realPcFreeWater"^^xsd:string | ||
| 335 | + ] ; | ||
| 336 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 337 | + sp:subject | ||
| 338 | + [ sp:varName "pcFreeWater"^^xsd:string | ||
| 339 | + ] | ||
| 244 | ]) | 340 | ]) |
| 245 | ] [ rdf:type sp:Optional ; | 341 | ] [ rdf:type sp:Optional ; |
| 246 | - sp:elements ([ sp:object _:b48 ; | 342 | + sp:elements ([ sp:object |
| 247 | - sp:predicate ddr:rotated ; | 343 | + [ sp:varName "cementingFluidComments"^^xsd:string |
| 248 | - sp:subject _:b33 | 344 | + ] ; |
| 345 | + sp:predicate ddr:comments ; | ||
| 346 | + sp:subject | ||
| 347 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 348 | + ] | ||
| 249 | ]) | 349 | ]) |
| 250 | ] [ rdf:type sp:Bind ; | 350 | ] [ rdf:type sp:Bind ; |
| 251 | sp:expression | 351 | sp:expression |
| 252 | [ rdf:type ep-spin-lib:normalizeString ; | 352 | [ rdf:type ep-spin-lib:normalizeString ; |
| 253 | - sp:arg1 _:b31 | 353 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 354 | + ] | ||
| 254 | ] ; | 355 | ] ; |
| 255 | - sp:variable _:b49 | 356 | + sp:variable |
| 357 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 358 | + ] | ||
| 256 | ] [ rdf:type sp:Bind ; | 359 | ] [ rdf:type sp:Bind ; |
| 257 | sp:expression | 360 | sp:expression |
| 258 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 361 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 259 | - sp:arg1 _:b49 ; | 362 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 260 | - sp:arg2 _:b32 | 363 | + ] ; |
| 364 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 365 | + ] | ||
| 261 | ] ; | 366 | ] ; |
| 262 | - sp:variable _:b2 | 367 | + sp:variable |
| 368 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 369 | + ] | ||
| 263 | ] [ rdf:type sp:Bind ; | 370 | ] [ rdf:type sp:Bind ; |
| 264 | sp:expression | 371 | sp:expression |
| 265 | [ rdf:type afn:localname ; | 372 | [ rdf:type afn:localname ; |
| 266 | - sp:arg1 _:b33 | 373 | + sp:arg1 [ sp:varName "cementStage"^^xsd:string |
| 374 | + ] | ||
| 267 | ] ; | 375 | ] ; |
| 268 | - sp:variable _:b50 | 376 | + sp:variable |
| 377 | + [ sp:varName "localname"^^xsd:string | ||
| 378 | + ] | ||
| 269 | ] [ rdf:type sp:Bind ; | 379 | ] [ rdf:type sp:Bind ; |
| 270 | sp:expression | 380 | sp:expression |
| 271 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; | 381 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; |
| 272 | - sp:arg1 _:b49 ; | 382 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 273 | - sp:arg2 _:b32 ; | 383 | + ] ; |
| 274 | - sp:arg3 _:b50 | 384 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 275 | - ] ; | 385 | + ] ; |
| 276 | - sp:variable _:b1 | 386 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
| 277 | - ] [ rdf:type sp:Bind ; | 387 | + ] |
| 278 | - sp:expression | ||
| 279 | - [ rdf:type ep-spin-lib:selectWellCementJobType ; | ||
| 280 | - sp:arg1 _:b34 | ||
| 281 | - ] ; | ||
| 282 | - sp:variable _:b6 | ||
| 283 | - ] [ rdf:type sp:Bind ; | ||
| 284 | - sp:expression | ||
| 285 | - [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; | ||
| 286 | - sp:arg1 _:b40 | ||
| 287 | - ] ; | ||
| 288 | - sp:variable _:b10 | ||
| 289 | - ] [ rdf:type sp:Bind ; | ||
| 290 | - sp:expression | ||
| 291 | - [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; | ||
| 292 | - sp:arg1 _:b41 | ||
| 293 | - ] ; | ||
| 294 | - sp:variable _:b7 | ||
| 295 | - ] [ rdf:type sp:Bind ; | ||
| 296 | - sp:expression | ||
| 297 | - [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; | ||
| 298 | - sp:arg1 _:b42 | ||
| 299 | ] ; | 388 | ] ; |
| 300 | - sp:variable _:b8 | 389 | + sp:variable |
| 390 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 391 | + ] | ||
| 301 | ] [ rdf:type sp:Bind ; | 392 | ] [ rdf:type sp:Bind ; |
| 302 | sp:expression | 393 | sp:expression |
| 303 | - [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; | 394 | + [ rdf:type ep-spin-lib:selectFluidType ; |
| 304 | - sp:arg1 _:b48 | 395 | + sp:arg1 [ sp:varName "enumTypeFluid"^^xsd:string |
| 396 | + ] | ||
| 305 | ] ; | 397 | ] ; |
| 306 | - sp:variable _:b22 | 398 | + sp:variable |
| 399 | + [ sp:varName "cementingFluidType"^^xsd:string | ||
| 400 | + ] | ||
| 307 | ] [ rdf:type sp:Bind ; | 401 | ] [ rdf:type sp:Bind ; |
| 308 | sp:expression | 402 | sp:expression |
| 309 | - [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; | 403 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 310 | - sp:arg1 _:b47 | 404 | + sp:arg1 [ sp:varName "uomPcFreeWater"^^xsd:string |
| 405 | + ] | ||
| 311 | ] ; | 406 | ] ; |
| 312 | - sp:variable _:b23 | 407 | + sp:variable |
| 408 | + [ sp:varName "ratioScalePcFreeWater"^^xsd:string | ||
| 409 | + ] | ||
| 313 | ] [ rdf:type sp:Bind ; | 410 | ] [ rdf:type sp:Bind ; |
| 314 | sp:expression | 411 | sp:expression |
| 315 | - [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; | 412 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; |
| 316 | - sp:arg1 _:b43 | 413 | + sp:arg1 [ sp:varName "uomETim"^^xsd:string |
| 414 | + ] | ||
| 317 | ] ; | 415 | ] ; |
| 318 | - sp:variable _:b24 | 416 | + sp:variable |
| 417 | + [ sp:varName "durationScaleETim"^^xsd:string | ||
| 418 | + ] | ||
| 319 | ] [ rdf:type sp:Bind ; | 419 | ] [ rdf:type sp:Bind ; |
| 320 | sp:expression | 420 | sp:expression |
| 321 | - [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; | 421 | + [ rdf:type ep-spin-lib:selectYieldPointScale ; |
| 322 | - sp:arg1 _:b46 | 422 | + sp:arg1 [ sp:varName "uomYp"^^xsd:string |
| 423 | + ] | ||
| 323 | ] ; | 424 | ] ; |
| 324 | - sp:variable _:b28 | 425 | + sp:variable |
| 426 | + [ sp:varName "yieldPointScale"^^xsd:string | ||
| 427 | + ] | ||
| 325 | ] [ rdf:type sp:Bind ; | 428 | ] [ rdf:type sp:Bind ; |
| 326 | sp:expression | 429 | sp:expression |
| 327 | - [ rdf:type ep-spin-lib:selectPressureScale ; | 430 | + [ rdf:type ep-spin-lib:selectDensityScale ; |
| 328 | - sp:arg1 _:b45 | 431 | + sp:arg1 [ sp:varName "uomDensity"^^xsd:string |
| 432 | + ] | ||
| 329 | ] ; | 433 | ] ; |
| 330 | - sp:variable _:b27 | 434 | + sp:variable |
| 435 | + [ sp:varName "densityScale"^^xsd:string | ||
| 436 | + ] | ||
| 331 | ] [ rdf:type sp:Bind ; | 437 | ] [ rdf:type sp:Bind ; |
| 332 | sp:expression | 438 | sp:expression |
| 333 | [ rdf:type ep-spin-lib:selectVolumeScale ; | 439 | [ rdf:type ep-spin-lib:selectVolumeScale ; |
| 334 | - sp:arg1 _:b39 | 440 | + sp:arg1 [ sp:varName "uomVolPumped"^^xsd:string |
| 335 | - ] ; | 441 | + ] |
| 336 | - sp:variable _:b14 | ||
| 337 | - ] [ rdf:type sp:Bind ; | ||
| 338 | - sp:expression | ||
| 339 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 340 | - sp:arg1 _:b36 | ||
| 341 | ] ; | 442 | ] ; |
| 342 | sp:variable | 443 | sp:variable |
| 343 | - [ sp:varName "lengthScaleCasingStrDia"^^xsd:string | 444 | + [ sp:varName "volumeScalePumped"^^xsd:string |
| 344 | ] | 445 | ] |
| 345 | ] [ rdf:type sp:Bind ; | 446 | ] [ rdf:type sp:Bind ; |
| 346 | sp:expression | 447 | sp:expression |
| 347 | - [ rdf:type ep-spin-lib:normalizeDoubleName ; | 448 | + [ rdf:type ep-spin-lib:selectVolumeMassRatioScale ; |
| 348 | - sp:arg1 _:b37 | 449 | + sp:arg1 [ sp:varName "uomRatioMixWater"^^xsd:string |
| 349 | - ] ; | ||
| 350 | - sp:variable _:b20 | ||
| 351 | - ] [ rdf:type sp:Bind ; | ||
| 352 | - sp:expression | ||
| 353 | - [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; | ||
| 354 | - sp:arg1 _:b20 | ||
| 355 | - ] ; | ||
| 356 | - sp:variable _:b19 | ||
| 357 | - ] [ rdf:type sp:Bind ; | ||
| 358 | - sp:expression | ||
| 359 | - [ rdf:type rhspin:wellBoreByName ; | ||
| 360 | - arg:wellBoreName | ||
| 361 | - [ rdf:type xsd:string ; | ||
| 362 | - sp:arg1 _:b31 | ||
| 363 | ] | 450 | ] |
| 364 | ] ; | 451 | ] ; |
| 365 | - sp:variable _:b5 | 452 | + sp:variable |
| 453 | + [ sp:varName "ratioScaleMixWater"^^xsd:string | ||
| 454 | + ] | ||
| 366 | ]) | 455 | ]) |
| 367 | ] ; | 456 | ] ; |
| 368 | spin:rule | 457 | spin:rule |
| 369 | [ rdf:type sp:Construct ; | 458 | [ rdf:type sp:Construct ; |
| 370 | - rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ; | 459 | + rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; |
| 371 | - sp:templates ([ sp:object _:b51 ; | 460 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; |
| 372 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 373 | - sp:subject | ||
| 374 | - [ sp:varName "pumpedFluid"^^xsd:string | ||
| 375 | - ] | ||
| 376 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 377 | - sp:predicate rdf:type ; | ||
| 378 | - sp:subject _:b51 | ||
| 379 | - ] [ sp:object _:b52 ; | ||
| 380 | sp:predicate rdf:type ; | 461 | sp:predicate rdf:type ; |
| 381 | - sp:subject _:b51 | 462 | + sp:subject _:b9 |
| 382 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 463 | + ] [ sp:object _:b9 ; |
| 464 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 465 | + sp:subject _:b10 | ||
| 466 | + ] [ sp:object _:b11 ; | ||
| 467 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 468 | + sp:subject _:b9 | ||
| 469 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 383 | sp:predicate rdf:type ; | 470 | sp:predicate rdf:type ; |
| 384 | - sp:subject _:b52 | 471 | + sp:subject _:b11 |
| 385 | - ] [ sp:object | 472 | + ] [ sp:object _:b12 ; |
| 386 | - [ sp:varName "realVolPumped"^^xsd:string | 473 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 387 | - ] ; | 474 | + sp:subject _:b11 |
| 388 | - sp:predicate | 475 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 389 | - [ sp:varName "volumeScalePumped"^^xsd:string | ||
| 390 | - ] ; | ||
| 391 | - sp:subject _:b52 | ||
| 392 | - ] [ sp:object | ||
| 393 | - [ sp:varName "cementingFluidType"^^xsd:string | ||
| 394 | - ] ; | ||
| 395 | sp:predicate rdf:type ; | 476 | sp:predicate rdf:type ; |
| 396 | - sp:subject _:b51 | 477 | + sp:subject _:b12 |
| 397 | - ] [ sp:object _:b53 ; | 478 | + ] [ sp:object _:b13 ; |
| 479 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 480 | + sp:subject _:b12 | ||
| 481 | + ] [ sp:object _:b14 ; | ||
| 398 | sp:predicate rdf:type ; | 482 | sp:predicate rdf:type ; |
| 399 | - sp:subject _:b51 | 483 | + sp:subject _:b9 |
| 400 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ; | 484 | + ] [ sp:object _:b15 ; |
| 401 | sp:predicate rdf:type ; | 485 | sp:predicate rdf:type ; |
| 402 | - sp:subject _:b53 | 486 | + sp:subject _:b9 |
| 403 | - ] [ sp:object | 487 | + ] [ sp:object _:b16 ; |
| 404 | - [ sp:varName "cementingFluidDescription"^^xsd:string | ||
| 405 | - ] ; | ||
| 406 | - sp:predicate rdfs:comment ; | ||
| 407 | - sp:subject _:b53 | ||
| 408 | - ] [ sp:object _:b54 ; | ||
| 409 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; | ||
| 410 | - sp:subject _:b51 | ||
| 411 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 412 | sp:predicate rdf:type ; | 488 | sp:predicate rdf:type ; |
| 413 | - sp:subject _:b54 | 489 | + sp:subject _:b9 |
| 414 | - ] [ sp:object | 490 | + ] [ sp:object _:b17 ; |
| 415 | - [ sp:varName "realRatioMixWater"^^xsd:string | 491 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 416 | - ] ; | 492 | + sp:subject _:b9 |
| 417 | - sp:predicate | 493 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; |
| 418 | - [ sp:varName "ratioScaleMixWater"^^xsd:string | ||
| 419 | - ] ; | ||
| 420 | - sp:subject _:b54 | ||
| 421 | - ] [ sp:object _:b55 ; | ||
| 422 | sp:predicate rdf:type ; | 494 | sp:predicate rdf:type ; |
| 423 | - sp:subject _:b51 | 495 | + sp:subject _:b17 |
| 424 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | 496 | + ] [ sp:object _:b18 ; |
| 425 | sp:predicate rdf:type ; | 497 | sp:predicate rdf:type ; |
| 426 | - sp:subject _:b55 | 498 | + sp:subject _:b17 |
| 427 | - ] [ sp:object | 499 | + ] [ sp:object _:b19 ; |
| 428 | - [ sp:varName "realDensity"^^xsd:string | 500 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; |
| 429 | - ] ; | 501 | + sp:subject _:b17 |
| 430 | - sp:predicate | 502 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; |
| 431 | - [ sp:varName "densityScale"^^xsd:string | ||
| 432 | - ] ; | ||
| 433 | - sp:subject _:b55 | ||
| 434 | - ] [ sp:object _:b56 ; | ||
| 435 | sp:predicate rdf:type ; | 503 | sp:predicate rdf:type ; |
| 436 | - sp:subject _:b51 | 504 | + sp:subject _:b19 |
| 437 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; | 505 | + ] [ sp:object _:b20 ; |
| 438 | sp:predicate rdf:type ; | 506 | sp:predicate rdf:type ; |
| 439 | - sp:subject _:b56 | 507 | + sp:subject _:b19 |
| 440 | - ] [ sp:object | 508 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
| 441 | - [ sp:varName "realYp"^^xsd:string | ||
| 442 | - ] ; | ||
| 443 | - sp:predicate | ||
| 444 | - [ sp:varName "yieldPointScale"^^xsd:string | ||
| 445 | - ] ; | ||
| 446 | - sp:subject _:b56 | ||
| 447 | - ] [ sp:object _:b57 ; | ||
| 448 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; | ||
| 449 | - sp:subject _:b51 | ||
| 450 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 451 | sp:predicate rdf:type ; | 509 | sp:predicate rdf:type ; |
| 452 | - sp:subject _:b57 | 510 | + sp:subject _:b20 |
| 453 | - ] [ sp:object | 511 | + ] [ sp:object _:b21 ; |
| 454 | - [ sp:varName "realETim"^^xsd:string | 512 | + sp:predicate _:b22 ; |
| 455 | - ] ; | 513 | + sp:subject _:b20 |
| 456 | - sp:predicate | 514 | + ] [ sp:object _:b23 ; |
| 457 | - [ sp:varName "durationScaleETim"^^xsd:string | 515 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 458 | - ] ; | 516 | + sp:subject _:b17 |
| 459 | - sp:subject _:b57 | 517 | + ] [ sp:object _:b24 ; |
| 460 | - ] [ sp:object _:b58 ; | 518 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 461 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; | 519 | + sp:subject _:b17 |
| 462 | - sp:subject _:b51 | 520 | + ] [ sp:object _:b25 ; |
| 463 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 521 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; |
| 522 | + sp:subject _:b17 | ||
| 523 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 464 | sp:predicate rdf:type ; | 524 | sp:predicate rdf:type ; |
| 465 | - sp:subject _:b58 | 525 | + sp:subject _:b25 |
| 466 | - ] [ sp:object | 526 | + ] [ sp:object _:b26 ; |
| 467 | - [ sp:varName "realPcFreeWater"^^xsd:string | 527 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; |
| 468 | - ] ; | 528 | + sp:subject _:b12 |
| 469 | - sp:predicate | 529 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; |
| 470 | - [ sp:varName "ratioScalePcFreeWater"^^xsd:string | 530 | + sp:predicate rdf:type ; |
| 471 | - ] ; | 531 | + sp:subject _:b26 |
| 472 | - sp:subject _:b58 | 532 | + ] [ sp:object _:b27 ; |
| 473 | - ] [ sp:object | 533 | + sp:predicate rdf:type ; |
| 474 | - [ sp:varName "cementingFluidComments"^^xsd:string | 534 | + sp:subject _:b26 |
| 475 | - ] ; | 535 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
| 536 | + sp:predicate rdfs:subClassOf ; | ||
| 537 | + sp:subject _:b27 | ||
| 538 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; | ||
| 539 | + sp:predicate rdf:type ; | ||
| 540 | + sp:subject _:b27 | ||
| 541 | + ] [ sp:object _:b28 ; | ||
| 542 | + sp:predicate rdfs:label ; | ||
| 543 | + sp:subject _:b27 | ||
| 544 | + ] [ sp:object _:b29 ; | ||
| 476 | sp:predicate rdfs:comment ; | 545 | sp:predicate rdfs:comment ; |
| 477 | - sp:subject _:b51 | 546 | + sp:subject _:b9 |
| 547 | + ] [ sp:object _:b30 ; | ||
| 548 | + sp:predicate rdf:type ; | ||
| 549 | + sp:subject _:b9 | ||
| 550 | + ] [ sp:object _:b31 ; | ||
| 551 | + sp:predicate rdf:type ; | ||
| 552 | + sp:subject _:b9 | ||
| 553 | + ] [ sp:object _:b32 ; | ||
| 554 | + sp:predicate rdf:type ; | ||
| 555 | + sp:subject _:b9 | ||
| 556 | + ] [ sp:object _:b33 ; | ||
| 557 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; | ||
| 558 | + sp:subject _:b9 | ||
| 559 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 560 | + sp:predicate rdf:type ; | ||
| 561 | + sp:subject _:b33 | ||
| 562 | + ] [ sp:object _:b34 ; | ||
| 563 | + sp:predicate _:b35 ; | ||
| 564 | + sp:subject _:b33 | ||
| 565 | + ] [ sp:object _:b36 ; | ||
| 566 | + sp:predicate rdf:type ; | ||
| 567 | + sp:subject _:b9 | ||
| 568 | + ] [ sp:object _:b37 ; | ||
| 569 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 570 | + sp:subject _:b9 | ||
| 571 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; | ||
| 572 | + sp:predicate rdf:type ; | ||
| 573 | + sp:subject _:b37 | ||
| 574 | + ] [ sp:object _:b38 ; | ||
| 575 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 576 | + sp:subject _:b37 | ||
| 478 | ]) ; | 577 | ]) ; |
| 479 | - sp:where ([ sp:object | 578 | + sp:where ([ sp:object _:b39 ; |
| 480 | - [ sp:varName "nameWellBore"^^xsd:string | ||
| 481 | - ] ; | ||
| 482 | sp:predicate ep-spin-lib:nameWellbore ; | 579 | sp:predicate ep-spin-lib:nameWellbore ; |
| 483 | sp:subject spin:_this | 580 | sp:subject spin:_this |
| 484 | - ] [ sp:object | 581 | + ] [ sp:object _:b40 ; |
| 485 | - [ sp:varName "dTimStart"^^xsd:string | ||
| 486 | - ] ; | ||
| 487 | sp:predicate ddr:dTimStart ; | 582 | sp:predicate ddr:dTimStart ; |
| 488 | sp:subject spin:_this | 583 | sp:subject spin:_this |
| 489 | - ] [ sp:object | 584 | + ] [ sp:object _:b41 ; |
| 490 | - [ sp:varName "cementStage"^^xsd:string | ||
| 491 | - ] ; | ||
| 492 | sp:predicate ddr:cementStageRef ; | 585 | sp:predicate ddr:cementStageRef ; |
| 493 | sp:subject spin:_this | 586 | sp:subject spin:_this |
| 494 | - ] [ sp:object | ||
| 495 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 496 | - ] ; | ||
| 497 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 498 | - sp:subject | ||
| 499 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 500 | - ] | ||
| 501 | - ] [ sp:object | ||
| 502 | - [ sp:varName "wellCementPumping"^^xsd:string | ||
| 503 | - ] ; | ||
| 504 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 505 | - sp:subject | ||
| 506 | - [ sp:varName "wellCementJob"^^xsd:string | ||
| 507 | - ] | ||
| 508 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 509 | - sp:predicate rdf:type ; | ||
| 510 | - sp:subject | ||
| 511 | - [ sp:varName "wellCementPumping"^^xsd:string | ||
| 512 | - ] | ||
| 513 | - ] [ sp:object | ||
| 514 | - [ sp:varName "pumpedFluid"^^xsd:string | ||
| 515 | - ] ; | ||
| 516 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 517 | - sp:subject | ||
| 518 | - [ sp:varName "wellCementPumping"^^xsd:string | ||
| 519 | - ] | ||
| 520 | - ] [ sp:object | ||
| 521 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 522 | - ] ; | ||
| 523 | - sp:predicate ddr:cementingFluidRef ; | ||
| 524 | - sp:subject | ||
| 525 | - [ sp:varName "cementStage"^^xsd:string | ||
| 526 | - ] | ||
| 527 | ] [ rdf:type sp:Optional ; | 587 | ] [ rdf:type sp:Optional ; |
| 528 | - sp:elements ([ sp:object | 588 | + sp:elements ([ sp:object _:b23 ; |
| 529 | - [ sp:varName "enumTypeFluid"^^xsd:string | 589 | + sp:predicate ddr:dTimPumpStart ; |
| 530 | - ] ; | 590 | + sp:subject _:b41 |
| 531 | - sp:predicate ddr:typeFluidRef ; | ||
| 532 | - sp:subject | ||
| 533 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 534 | - ] | ||
| 535 | ]) | 591 | ]) |
| 536 | ] [ rdf:type sp:Optional ; | 592 | ] [ rdf:type sp:Optional ; |
| 537 | - sp:elements ([ sp:object | 593 | + sp:elements ([ sp:object _:b24 ; |
| 538 | - [ sp:varName "cementingFluidDescription"^^xsd:string | 594 | + sp:predicate ddr:dTimPumpEnd ; |
| 539 | - ] ; | 595 | + sp:subject _:b41 |
| 540 | - sp:predicate ddr:descFluid ; | ||
| 541 | - sp:subject | ||
| 542 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 543 | - ] | ||
| 544 | ]) | 596 | ]) |
| 545 | ] [ rdf:type sp:Optional ; | 597 | ] [ rdf:type sp:Optional ; |
| 546 | - sp:elements ([ sp:object | 598 | + sp:elements ([ sp:object _:b42 ; |
| 547 | - [ sp:varName "ratioMixWater"^^xsd:string | 599 | + sp:predicate ddr:jobTypeRef ; |
| 548 | - ] ; | 600 | + sp:subject _:b41 |
| 549 | - sp:predicate ddr:ratioMixWaterRef ; | ||
| 550 | - sp:subject | ||
| 551 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 552 | - ] | ||
| 553 | - ] [ sp:object | ||
| 554 | - [ sp:varName "uomRatioMixWater"^^xsd:string | ||
| 555 | - ] ; | ||
| 556 | - sp:predicate ddr:uomRef ; | ||
| 557 | - sp:subject | ||
| 558 | - [ sp:varName "ratioMixWater"^^xsd:string | ||
| 559 | - ] | ||
| 560 | - ] [ sp:object | ||
| 561 | - [ sp:varName "realRatioMixWater"^^xsd:string | ||
| 562 | - ] ; | ||
| 563 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 564 | - sp:subject | ||
| 565 | - [ sp:varName "ratioMixWater"^^xsd:string | ||
| 566 | - ] | ||
| 567 | ]) | 601 | ]) |
| 568 | ] [ rdf:type sp:Optional ; | 602 | ] [ rdf:type sp:Optional ; |
| 569 | - sp:elements ([ sp:object | 603 | + sp:elements ([ sp:object _:b43 ; |
| 570 | - [ sp:varName "density"^^xsd:string | 604 | + sp:predicate ddr:casingStrDiaRef ; |
| 571 | - ] ; | 605 | + sp:subject _:b41 |
| 572 | - sp:predicate ddr:densityRef ; | 606 | + ] [ sp:object _:b44 ; |
| 573 | - sp:subject | ||
| 574 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 575 | - ] | ||
| 576 | - ] [ sp:object | ||
| 577 | - [ sp:varName "uomDensity"^^xsd:string | ||
| 578 | - ] ; | ||
| 579 | sp:predicate ddr:uomRef ; | 607 | sp:predicate ddr:uomRef ; |
| 580 | - sp:subject | 608 | + sp:subject _:b43 |
| 581 | - [ sp:varName "density"^^xsd:string | 609 | + ] [ sp:object _:b45 ; |
| 582 | - ] | ||
| 583 | - ] [ sp:object | ||
| 584 | - [ sp:varName "realDensity"^^xsd:string | ||
| 585 | - ] ; | ||
| 586 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 610 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 587 | - sp:subject | 611 | + sp:subject _:b43 |
| 588 | - [ sp:varName "density"^^xsd:string | ||
| 589 | - ] | ||
| 590 | ]) | 612 | ]) |
| 591 | ] [ rdf:type sp:Optional ; | 613 | ] [ rdf:type sp:Optional ; |
| 592 | - sp:elements ([ sp:object | 614 | + sp:elements ([ sp:object _:b29 ; |
| 593 | - [ sp:varName "volPumped"^^xsd:string | 615 | + sp:predicate ddr:comments ; |
| 594 | - ] ; | 616 | + sp:subject _:b41 |
| 595 | - sp:predicate ddr:volPumpedRef ; | ||
| 596 | - sp:subject | ||
| 597 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 598 | - ] | ||
| 599 | - ] [ sp:object | ||
| 600 | - [ sp:varName "uomVolPumped"^^xsd:string | ||
| 601 | - ] ; | ||
| 602 | - sp:predicate ddr:uomRef ; | ||
| 603 | - sp:subject | ||
| 604 | - [ sp:varName "volPumped"^^xsd:string | ||
| 605 | - ] | ||
| 606 | - ] [ sp:object | ||
| 607 | - [ sp:varName "realVolPumped"^^xsd:string | ||
| 608 | - ] ; | ||
| 609 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 610 | - sp:subject | ||
| 611 | - [ sp:varName "volPumped"^^xsd:string | ||
| 612 | - ] | ||
| 613 | ]) | 617 | ]) |
| 614 | ] [ rdf:type sp:Optional ; | 618 | ] [ rdf:type sp:Optional ; |
| 615 | - sp:elements ([ sp:object | 619 | + sp:elements ([ sp:object _:b46 ; |
| 616 | - [ sp:varName "yp"^^xsd:string | 620 | + sp:predicate ddr:volReturnsRef ; |
| 617 | - ] ; | 621 | + sp:subject _:b41 |
| 618 | - sp:predicate ddr:ypRef ; | 622 | + ] [ sp:object _:b47 ; |
| 619 | - sp:subject | ||
| 620 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 621 | - ] | ||
| 622 | - ] [ sp:object | ||
| 623 | - [ sp:varName "uomYp"^^xsd:string | ||
| 624 | - ] ; | ||
| 625 | sp:predicate ddr:uomRef ; | 623 | sp:predicate ddr:uomRef ; |
| 626 | - sp:subject | 624 | + sp:subject _:b46 |
| 627 | - [ sp:varName "yp"^^xsd:string | 625 | + ] [ sp:object _:b21 ; |
| 628 | - ] | ||
| 629 | - ] [ sp:object | ||
| 630 | - [ sp:varName "realYp"^^xsd:string | ||
| 631 | - ] ; | ||
| 632 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 626 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 633 | - sp:subject | 627 | + sp:subject _:b46 |
| 634 | - [ sp:varName "yp"^^xsd:string | ||
| 635 | - ] | ||
| 636 | ]) | 628 | ]) |
| 637 | ] [ rdf:type sp:Optional ; | 629 | ] [ rdf:type sp:Optional ; |
| 638 | - sp:elements ([ sp:object | 630 | + sp:elements ([ sp:object _:b38 ; |
| 639 | - [ sp:varName "eTimThickening"^^xsd:string | 631 | + sp:predicate ddr:dTimPresReleased ; |
| 640 | - ] ; | 632 | + sp:subject _:b41 |
| 641 | - sp:predicate ddr:eTimThickeningRef ; | ||
| 642 | - sp:subject | ||
| 643 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 644 | - ] | ||
| 645 | - ] [ sp:object | ||
| 646 | - [ sp:varName "uomETim"^^xsd:string | ||
| 647 | - ] ; | ||
| 648 | - sp:predicate ddr:uomRef ; | ||
| 649 | - sp:subject | ||
| 650 | - [ sp:varName "eTimThickening"^^xsd:string | ||
| 651 | - ] | ||
| 652 | - ] [ sp:object | ||
| 653 | - [ sp:varName "realETim"^^xsd:string | ||
| 654 | - ] ; | ||
| 655 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 656 | - sp:subject | ||
| 657 | - [ sp:varName "eTimThickening"^^xsd:string | ||
| 658 | - ] | ||
| 659 | ]) | 633 | ]) |
| 660 | ] [ rdf:type sp:Optional ; | 634 | ] [ rdf:type sp:Optional ; |
| 661 | - sp:elements ([ sp:object | 635 | + sp:elements ([ sp:object _:b48 ; |
| 662 | - [ sp:varName "pcFreeWater"^^xsd:string | 636 | + sp:predicate ddr:annFlowAfter ; |
| 663 | - ] ; | 637 | + sp:subject _:b41 |
| 664 | - sp:predicate ddr:pcFreeWaterRef ; | 638 | + ]) |
| 665 | - sp:subject | 639 | + ] [ rdf:type sp:Optional ; |
| 666 | - [ sp:varName "cementingFluid"^^xsd:string | 640 | + sp:elements ([ sp:object _:b49 ; |
| 667 | - ] | 641 | + sp:predicate ddr:topPlug ; |
| 668 | - ] [ sp:object | 642 | + sp:subject _:b41 |
| 669 | - [ sp:varName "uomPcFreeWater"^^xsd:string | 643 | + ]) |
| 670 | - ] ; | 644 | + ] [ rdf:type sp:Optional ; |
| 645 | + sp:elements ([ sp:object _:b50 ; | ||
| 646 | + sp:predicate ddr:botPlug ; | ||
| 647 | + sp:subject _:b41 | ||
| 648 | + ]) | ||
| 649 | + ] [ rdf:type sp:Optional ; | ||
| 650 | + sp:elements ([ sp:object _:b51 ; | ||
| 651 | + sp:predicate ddr:plugBumped ; | ||
| 652 | + sp:subject _:b41 | ||
| 653 | + ]) | ||
| 654 | + ] [ rdf:type sp:Optional ; | ||
| 655 | + sp:elements ([ sp:object _:b52 ; | ||
| 656 | + sp:predicate ddr:presBumpRef ; | ||
| 657 | + sp:subject _:b41 | ||
| 658 | + ] [ sp:object _:b53 ; | ||
| 671 | sp:predicate ddr:uomRef ; | 659 | sp:predicate ddr:uomRef ; |
| 672 | - sp:subject | 660 | + sp:subject _:b52 |
| 673 | - [ sp:varName "pcFreeWater"^^xsd:string | 661 | + ] [ sp:object _:b34 ; |
| 674 | - ] | ||
| 675 | - ] [ sp:object | ||
| 676 | - [ sp:varName "realPcFreeWater"^^xsd:string | ||
| 677 | - ] ; | ||
| 678 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 662 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 679 | - sp:subject | 663 | + sp:subject _:b52 |
| 680 | - [ sp:varName "pcFreeWater"^^xsd:string | ||
| 681 | - ] | ||
| 682 | ]) | 664 | ]) |
| 683 | ] [ rdf:type sp:Optional ; | 665 | ] [ rdf:type sp:Optional ; |
| 684 | - sp:elements ([ sp:object | 666 | + sp:elements ([ sp:object _:b54 ; |
| 685 | - [ sp:varName "cementingFluidComments"^^xsd:string | 667 | + sp:predicate ddr:floatHeld ; |
| 686 | - ] ; | 668 | + sp:subject _:b41 |
| 687 | - sp:predicate ddr:comments ; | 669 | + ]) |
| 688 | - sp:subject | 670 | + ] [ rdf:type sp:Optional ; |
| 689 | - [ sp:varName "cementingFluid"^^xsd:string | 671 | + sp:elements ([ sp:object _:b55 ; |
| 690 | - ] | 672 | + sp:predicate ddr:reciprocated ; |
| 673 | + sp:subject _:b41 | ||
| 674 | + ]) | ||
| 675 | + ] [ rdf:type sp:Optional ; | ||
| 676 | + sp:elements ([ sp:object _:b56 ; | ||
| 677 | + sp:predicate ddr:rotated ; | ||
| 678 | + sp:subject _:b41 | ||
| 691 | ]) | 679 | ]) |
| 692 | ] [ rdf:type sp:Bind ; | 680 | ] [ rdf:type sp:Bind ; |
| 693 | sp:expression | 681 | sp:expression |
| 694 | [ rdf:type ep-spin-lib:normalizeString ; | 682 | [ rdf:type ep-spin-lib:normalizeString ; |
| 695 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 683 | + sp:arg1 _:b39 |
| 696 | - ] | ||
| 697 | ] ; | 684 | ] ; |
| 698 | - sp:variable | 685 | + sp:variable _:b57 |
| 699 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 700 | - ] | ||
| 701 | ] [ rdf:type sp:Bind ; | 686 | ] [ rdf:type sp:Bind ; |
| 702 | sp:expression | 687 | sp:expression |
| 703 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 688 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 704 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 689 | + sp:arg1 _:b57 ; |
| 705 | - ] ; | 690 | + sp:arg2 _:b40 |
| 706 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 707 | - ] | ||
| 708 | ] ; | 691 | ] ; |
| 709 | - sp:variable | 692 | + sp:variable _:b10 |
| 710 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 711 | - ] | ||
| 712 | ] [ rdf:type sp:Bind ; | 693 | ] [ rdf:type sp:Bind ; |
| 713 | sp:expression | 694 | sp:expression |
| 714 | [ rdf:type afn:localname ; | 695 | [ rdf:type afn:localname ; |
| 715 | - sp:arg1 [ sp:varName "cementStage"^^xsd:string | 696 | + sp:arg1 _:b41 |
| 716 | - ] | ||
| 717 | ] ; | 697 | ] ; |
| 718 | - sp:variable | 698 | + sp:variable _:b58 |
| 719 | - [ sp:varName "localname"^^xsd:string | ||
| 720 | - ] | ||
| 721 | ] [ rdf:type sp:Bind ; | 699 | ] [ rdf:type sp:Bind ; |
| 722 | sp:expression | 700 | sp:expression |
| 723 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; | 701 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; |
| 724 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 702 | + sp:arg1 _:b57 ; |
| 725 | - ] ; | 703 | + sp:arg2 _:b40 ; |
| 726 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 704 | + sp:arg3 _:b58 |
| 727 | - ] ; | ||
| 728 | - sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 729 | - ] | ||
| 730 | ] ; | 705 | ] ; |
| 731 | - sp:variable | 706 | + sp:variable _:b9 |
| 732 | - [ sp:varName "wellCementJob"^^xsd:string | ||
| 733 | - ] | ||
| 734 | ] [ rdf:type sp:Bind ; | 707 | ] [ rdf:type sp:Bind ; |
| 735 | sp:expression | 708 | sp:expression |
| 736 | - [ rdf:type ep-spin-lib:selectFluidType ; | 709 | + [ rdf:type ep-spin-lib:selectWellCementJobType ; |
| 737 | - sp:arg1 [ sp:varName "enumTypeFluid"^^xsd:string | 710 | + sp:arg1 _:b42 |
| 738 | - ] | ||
| 739 | ] ; | 711 | ] ; |
| 740 | - sp:variable | 712 | + sp:variable _:b14 |
| 741 | - [ sp:varName "cementingFluidType"^^xsd:string | ||
| 742 | - ] | ||
| 743 | ] [ rdf:type sp:Bind ; | 713 | ] [ rdf:type sp:Bind ; |
| 744 | sp:expression | 714 | sp:expression |
| 745 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 715 | + [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; |
| 746 | - sp:arg1 [ sp:varName "uomPcFreeWater"^^xsd:string | 716 | + sp:arg1 _:b48 |
| 747 | - ] | ||
| 748 | ] ; | 717 | ] ; |
| 749 | - sp:variable | 718 | + sp:variable _:b18 |
| 750 | - [ sp:varName "ratioScalePcFreeWater"^^xsd:string | ||
| 751 | - ] | ||
| 752 | ] [ rdf:type sp:Bind ; | 719 | ] [ rdf:type sp:Bind ; |
| 753 | sp:expression | 720 | sp:expression |
| 754 | - [ rdf:type ep-spin-lib:selectTimeDurationScale ; | 721 | + [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; |
| 755 | - sp:arg1 [ sp:varName "uomETim"^^xsd:string | 722 | + sp:arg1 _:b49 |
| 756 | - ] | ||
| 757 | ] ; | 723 | ] ; |
| 758 | - sp:variable | 724 | + sp:variable _:b15 |
| 759 | - [ sp:varName "durationScaleETim"^^xsd:string | ||
| 760 | - ] | ||
| 761 | ] [ rdf:type sp:Bind ; | 725 | ] [ rdf:type sp:Bind ; |
| 762 | sp:expression | 726 | sp:expression |
| 763 | - [ rdf:type ep-spin-lib:selectYieldPointScale ; | 727 | + [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; |
| 764 | - sp:arg1 [ sp:varName "uomYp"^^xsd:string | 728 | + sp:arg1 _:b50 |
| 765 | - ] | ||
| 766 | ] ; | 729 | ] ; |
| 767 | - sp:variable | 730 | + sp:variable _:b16 |
| 768 | - [ sp:varName "yieldPointScale"^^xsd:string | ||
| 769 | - ] | ||
| 770 | ] [ rdf:type sp:Bind ; | 731 | ] [ rdf:type sp:Bind ; |
| 771 | sp:expression | 732 | sp:expression |
| 772 | - [ rdf:type ep-spin-lib:selectDensityScale ; | 733 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; |
| 773 | - sp:arg1 [ sp:varName "uomDensity"^^xsd:string | 734 | + sp:arg1 _:b56 |
| 774 | - ] | ||
| 775 | ] ; | 735 | ] ; |
| 776 | - sp:variable | 736 | + sp:variable _:b30 |
| 777 | - [ sp:varName "densityScale"^^xsd:string | 737 | + ] [ rdf:type sp:Bind ; |
| 778 | - ] | 738 | + sp:expression |
| 739 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; | ||
| 740 | + sp:arg1 _:b55 | ||
| 741 | + ] ; | ||
| 742 | + sp:variable _:b31 | ||
| 743 | + ] [ rdf:type sp:Bind ; | ||
| 744 | + sp:expression | ||
| 745 | + [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; | ||
| 746 | + sp:arg1 _:b51 | ||
| 747 | + ] ; | ||
| 748 | + sp:variable _:b32 | ||
| 749 | + ] [ rdf:type sp:Bind ; | ||
| 750 | + sp:expression | ||
| 751 | + [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; | ||
| 752 | + sp:arg1 _:b54 | ||
| 753 | + ] ; | ||
| 754 | + sp:variable _:b36 | ||
| 755 | + ] [ rdf:type sp:Bind ; | ||
| 756 | + sp:expression | ||
| 757 | + [ rdf:type ep-spin-lib:selectPressureScale ; | ||
| 758 | + sp:arg1 _:b53 | ||
| 759 | + ] ; | ||
| 760 | + sp:variable _:b35 | ||
| 779 | ] [ rdf:type sp:Bind ; | 761 | ] [ rdf:type sp:Bind ; |
| 780 | sp:expression | 762 | sp:expression |
| 781 | [ rdf:type ep-spin-lib:selectVolumeScale ; | 763 | [ rdf:type ep-spin-lib:selectVolumeScale ; |
| 782 | - sp:arg1 [ sp:varName "uomVolPumped"^^xsd:string | 764 | + sp:arg1 _:b47 |
| 783 | - ] | 765 | + ] ; |
| 766 | + sp:variable _:b22 | ||
| 767 | + ] [ rdf:type sp:Bind ; | ||
| 768 | + sp:expression | ||
| 769 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 770 | + sp:arg1 _:b44 | ||
| 784 | ] ; | 771 | ] ; |
| 785 | sp:variable | 772 | sp:variable |
| 786 | - [ sp:varName "volumeScalePumped"^^xsd:string | 773 | + [ sp:varName "lengthScaleCasingStrDia"^^xsd:string |
| 787 | ] | 774 | ] |
| 788 | ] [ rdf:type sp:Bind ; | 775 | ] [ rdf:type sp:Bind ; |
| 789 | sp:expression | 776 | sp:expression |
| 790 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 777 | + [ rdf:type ep-spin-lib:normalizeDoubleName ; |
| 791 | - sp:arg1 [ sp:varName "uomRatioMixWater"^^xsd:string | 778 | + sp:arg1 _:b45 |
| 779 | + ] ; | ||
| 780 | + sp:variable _:b28 | ||
| 781 | + ] [ rdf:type sp:Bind ; | ||
| 782 | + sp:expression | ||
| 783 | + [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; | ||
| 784 | + sp:arg1 _:b28 | ||
| 785 | + ] ; | ||
| 786 | + sp:variable _:b27 | ||
| 787 | + ] [ rdf:type sp:Bind ; | ||
| 788 | + sp:expression | ||
| 789 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 790 | + arg:wellBoreName | ||
| 791 | + [ rdf:type xsd:string ; | ||
| 792 | + sp:arg1 _:b39 | ||
| 792 | ] | 793 | ] |
| 793 | ] ; | 794 | ] ; |
| 794 | - sp:variable | 795 | + sp:variable _:b13 |
| 795 | - [ sp:varName "ratioScaleMixWater"^^xsd:string | ||
| 796 | - ] | ||
| 797 | ]) | 796 | ]) |
| 798 | ] . | 797 | ] . |
| 799 | 798 | ||
| 800 | -_:b31 | 799 | +_:b9 sp:varName "wellCementJob"^^xsd:string . |
| 801 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 802 | 800 | ||
| 803 | -_:b32 | 801 | +_:b10 |
| 804 | - sp:varName "dTimStart"^^xsd:string . | 802 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 805 | 803 | ||
| 806 | -_:b33 | 804 | +_:b13 |
| 807 | - sp:varName "cementStage"^^xsd:string . | 805 | + sp:varName "wellBore"^^xsd:string . |
| 806 | + | ||
| 807 | +_:b14 | ||
| 808 | + sp:varName "wellCementJobType"^^xsd:string . | ||
| 808 | 809 | ||
| 809 | _:b15 | 810 | _:b15 |
| 810 | - sp:varName "dTimPumpStart"^^xsd:string . | 811 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . |
| 811 | 812 | ||
| 812 | _:b16 | 813 | _:b16 |
| 813 | - sp:varName "dTimPumpEnd"^^xsd:string . | 814 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
| 814 | 815 | ||
| 815 | -_:b34 | 816 | +_:b18 |
| 816 | - sp:varName "enumJobType"^^xsd:string . | 817 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
| 817 | 818 | ||
| 818 | -_:b35 | 819 | +_:b21 |
| 819 | - sp:varName "casingStrDia"^^xsd:string . | 820 | + sp:varName "realVolReturns"^^xsd:string . |
| 820 | 821 | ||
| 821 | -_:b36 | 822 | +_:b22 |
| 822 | - sp:varName "uomCasingStrDia"^^xsd:string . | 823 | + sp:varName "volumeScaleReturns"^^xsd:string . |
| 823 | 824 | ||
| 824 | -_:b37 | 825 | +_:b23 |
| 825 | - sp:varName "realOd"^^xsd:string . | 826 | + sp:varName "dTimPumpStart"^^xsd:string . |
| 826 | 827 | ||
| 827 | -_:b21 | 828 | +_:b24 |
| 828 | - sp:varName "cementStageComments"^^xsd:string . | 829 | + sp:varName "dTimPumpEnd"^^xsd:string . |
| 829 | 830 | ||
| 830 | -_:b38 | 831 | +_:b27 |
| 831 | - sp:varName "volReturns"^^xsd:string . | 832 | + sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string . |
| 832 | 833 | ||
| 833 | -_:b39 | 834 | +_:b28 |
| 834 | - sp:varName "uomVolReturns"^^xsd:string . | 835 | + sp:varName "realOdName"^^xsd:string . |
| 835 | 836 | ||
| 836 | -_:b13 | 837 | +_:b29 |
| 837 | - sp:varName "realVolReturns"^^xsd:string . | 838 | + sp:varName "cementStageComments"^^xsd:string . |
| 838 | 839 | ||
| 839 | _:b30 | 840 | _:b30 |
| 841 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 842 | + | ||
| 843 | +_:b31 | ||
| 844 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
| 845 | + | ||
| 846 | +_:b32 | ||
| 847 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 848 | + | ||
| 849 | +_:b34 | ||
| 850 | + sp:varName "realPresBump"^^xsd:string . | ||
| 851 | + | ||
| 852 | +_:b35 | ||
| 853 | + sp:varName "pressureScaleBump"^^xsd:string . | ||
| 854 | + | ||
| 855 | +_:b36 | ||
| 856 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 857 | + | ||
| 858 | +_:b38 | ||
| 840 | sp:varName "dTimPresReleased"^^xsd:string . | 859 | sp:varName "dTimPresReleased"^^xsd:string . |
| 841 | 860 | ||
| 861 | +_:b39 | ||
| 862 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 863 | + | ||
| 842 | _:b40 | 864 | _:b40 |
| 843 | - sp:varName "annFlowAfter"^^xsd:string . | 865 | + sp:varName "dTimStart"^^xsd:string . |
| 844 | 866 | ||
| 845 | _:b41 | 867 | _:b41 |
| 846 | - sp:varName "topPlug"^^xsd:string . | 868 | + sp:varName "cementStage"^^xsd:string . |
| 847 | 869 | ||
| 848 | _:b42 | 870 | _:b42 |
| 849 | - sp:varName "botPlug"^^xsd:string . | 871 | + sp:varName "enumJobType"^^xsd:string . |
| 850 | 872 | ||
| 851 | _:b43 | 873 | _:b43 |
| 852 | - sp:varName "plugBumped"^^xsd:string . | 874 | + sp:varName "casingStrDia"^^xsd:string . |
| 853 | 875 | ||
| 854 | _:b44 | 876 | _:b44 |
| 855 | - sp:varName "presBump"^^xsd:string . | 877 | + sp:varName "uomCasingStrDia"^^xsd:string . |
| 856 | 878 | ||
| 857 | _:b45 | 879 | _:b45 |
| 858 | - sp:varName "uomPresBump"^^xsd:string . | 880 | + sp:varName "realOd"^^xsd:string . |
| 859 | - | ||
| 860 | -_:b26 | ||
| 861 | - sp:varName "realPresBump"^^xsd:string . | ||
| 862 | 881 | ||
| 863 | _:b46 | 882 | _:b46 |
| 864 | - sp:varName "floatHeld"^^xsd:string . | 883 | + sp:varName "volReturns"^^xsd:string . |
| 865 | 884 | ||
| 866 | _:b47 | 885 | _:b47 |
| 867 | - sp:varName "reciprocated"^^xsd:string . | 886 | + sp:varName "uomVolReturns"^^xsd:string . |
| 868 | 887 | ||
| 869 | _:b48 | 888 | _:b48 |
| 870 | - sp:varName "rotated"^^xsd:string . | 889 | + sp:varName "annFlowAfter"^^xsd:string . |
| 871 | 890 | ||
| 872 | _:b49 | 891 | _:b49 |
| 873 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 892 | + sp:varName "topPlug"^^xsd:string . |
| 874 | - | ||
| 875 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 876 | 893 | ||
| 877 | _:b50 | 894 | _:b50 |
| 878 | - sp:varName "localname"^^xsd:string . | 895 | + sp:varName "botPlug"^^xsd:string . |
| 879 | - | ||
| 880 | -_:b1 sp:varName "wellCementJob"^^xsd:string . | ||
| 881 | - | ||
| 882 | -_:b6 sp:varName "wellCementJobType"^^xsd:string . | ||
| 883 | - | ||
| 884 | -_:b10 | ||
| 885 | - sp:varName "cementingFluidReturnType"^^xsd:string . | ||
| 886 | - | ||
| 887 | -_:b7 sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 888 | - | ||
| 889 | -_:b8 sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
| 890 | - | ||
| 891 | -_:b22 | ||
| 892 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 893 | 896 | ||
| 894 | -_:b23 | 897 | +_:b51 |
| 895 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 898 | + sp:varName "plugBumped"^^xsd:string . |
| 896 | 899 | ||
| 897 | -_:b24 | 900 | +_:b52 |
| 898 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 901 | + sp:varName "presBump"^^xsd:string . |
| 899 | 902 | ||
| 900 | -_:b28 | 903 | +_:b53 |
| 901 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 904 | + sp:varName "uomPresBump"^^xsd:string . |
| 902 | 905 | ||
| 903 | -_:b27 | 906 | +_:b54 |
| 904 | - sp:varName "pressureScaleBump"^^xsd:string . | 907 | + sp:varName "floatHeld"^^xsd:string . |
| 905 | 908 | ||
| 906 | -_:b14 | 909 | +_:b55 |
| 907 | - sp:varName "volumeScaleReturns"^^xsd:string . | 910 | + sp:varName "reciprocated"^^xsd:string . |
| 908 | 911 | ||
| 909 | -_:b20 | 912 | +_:b56 |
| 910 | - sp:varName "realOdName"^^xsd:string . | 913 | + sp:varName "rotated"^^xsd:string . |
| 911 | 914 | ||
| 912 | -_:b19 | 915 | +_:b57 |
| 913 | - sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string . | 916 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 914 | 917 | ||
| 915 | -_:b5 sp:varName "wellBore"^^xsd:string . | 918 | +_:b58 |
| 919 | + sp:varName "localname"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Nov 02 08:41:27 GMT 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
| 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 | ||
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.witsml.org/schemas/1series | 6 | # 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 | ||
| 8 | 7 | ||
| 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . |
| 10 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -23,7 +22,7 @@ | ... | @@ -23,7 +22,7 @@ |
| 23 | 22 | ||
| 24 | <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> | 23 | <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> |
| 25 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
| 26 | - 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> ; | 25 | + 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> ; |
| 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 28 | 27 | ||
| 29 | ddr:Obj_drillReport | 28 | ddr:Obj_drillReport |
| ... | @@ -33,404 +32,486 @@ ddr:Obj_drillReport | ... | @@ -33,404 +32,486 @@ ddr:Obj_drillReport |
| 33 | Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; | 32 | Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; |
| 34 | sp:templates ([ sp:object ep-activity:ExtractAWellCore ; | 33 | sp:templates ([ sp:object ep-activity:ExtractAWellCore ; |
| 35 | sp:predicate rdf:type ; | 34 | sp:predicate rdf:type ; |
| 36 | - sp:subject _:b1 | 35 | + sp:subject |
| 37 | - ] [ sp:object _:b1 ; | 36 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 37 | + ] | ||
| 38 | + ] [ sp:object | ||
| 39 | + [ sp:varName "extractAWellCore"^^xsd:string | ||
| 40 | + ] ; | ||
| 38 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 39 | - sp:subject _:b2 | 42 | + sp:subject |
| 40 | - ] [ sp:object _:b3 ; | 43 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 44 | + ] | ||
| 45 | + ] [ sp:object _:b1 ; | ||
| 41 | sp:predicate ep-activity:onWellBore ; | 46 | sp:predicate ep-activity:onWellBore ; |
| 42 | - sp:subject _:b1 | 47 | + sp:subject |
| 48 | + [ sp:varName "extractAWellCore"^^xsd:string | ||
| 49 | + ] | ||
| 43 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 50 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 44 | sp:predicate rdf:type ; | 51 | sp:predicate rdf:type ; |
| 45 | - sp:subject _:b3 | 52 | + sp:subject _:b1 |
| 46 | - ] [ sp:object _:b4 ; | 53 | + ] [ sp:object _:b2 ; |
| 47 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 54 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 48 | - sp:subject _:b3 | 55 | + sp:subject _:b1 |
| 49 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | 56 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 50 | sp:predicate rdf:type ; | 57 | sp:predicate rdf:type ; |
| 51 | - sp:subject _:b4 | 58 | + sp:subject _:b2 |
| 52 | - ] [ sp:object _:b5 ; | 59 | + ] [ sp:object |
| 60 | + [ sp:varName "wellBore"^^xsd:string | ||
| 61 | + ] ; | ||
| 53 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 62 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 54 | - sp:subject _:b4 | 63 | + sp:subject _:b2 |
| 55 | ] [ sp:object | 64 | ] [ sp:object |
| 56 | [ sp:varName "dTimWellCore"^^xsd:string | 65 | [ sp:varName "dTimWellCore"^^xsd:string |
| 57 | ] ; | 66 | ] ; |
| 58 | sp:predicate ep-activity:finishedAt ; | 67 | sp:predicate ep-activity:finishedAt ; |
| 59 | - sp:subject _:b1 | 68 | + sp:subject |
| 60 | - ] [ sp:object _:b6 ; | 69 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 70 | + ] | ||
| 71 | + ] [ sp:object | ||
| 72 | + [ sp:varName "coreNumber"^^xsd:string | ||
| 73 | + ] ; | ||
| 61 | sp:predicate ep-activity:identificationNumberOfCore ; | 74 | sp:predicate ep-activity:identificationNumberOfCore ; |
| 62 | - sp:subject _:b1 | 75 | + sp:subject |
| 63 | - ] [ sp:object _:b7 ; | 76 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 77 | + ] | ||
| 78 | + ] [ sp:object _:b3 ; | ||
| 64 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 79 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 65 | - sp:subject _:b4 | 80 | + sp:subject _:b2 |
| 66 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 81 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 67 | sp:predicate rdf:type ; | 82 | sp:predicate rdf:type ; |
| 68 | - sp:subject _:b7 | 83 | + sp:subject _:b3 |
| 69 | - ] [ sp:object _:b8 ; | 84 | + ] [ sp:object |
| 70 | - sp:predicate _:b9 ; | 85 | + [ sp:varName "realMdTop"^^xsd:string |
| 71 | - sp:subject _:b7 | 86 | + ] ; |
| 72 | - ] [ sp:object _:b10 ; | 87 | + sp:predicate |
| 88 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 89 | + ] ; | ||
| 90 | + sp:subject _:b3 | ||
| 91 | + ] [ sp:object _:b4 ; | ||
| 73 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 92 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 74 | - sp:subject _:b4 | 93 | + sp:subject _:b2 |
| 75 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 94 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 76 | sp:predicate rdf:type ; | 95 | sp:predicate rdf:type ; |
| 77 | - sp:subject _:b10 | ||
| 78 | - ] [ sp:object _:b11 ; | ||
| 79 | - sp:predicate _:b12 ; | ||
| 80 | - sp:subject _:b10 | ||
| 81 | - ] [ sp:object _:b13 ; | ||
| 82 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 83 | sp:subject _:b4 | 96 | sp:subject _:b4 |
| 97 | + ] [ sp:object | ||
| 98 | + [ sp:varName "realMdBottom"^^xsd:string | ||
| 99 | + ] ; | ||
| 100 | + sp:predicate | ||
| 101 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 102 | + ] ; | ||
| 103 | + sp:subject _:b4 | ||
| 104 | + ] [ sp:object _:b5 ; | ||
| 105 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 106 | + sp:subject _:b2 | ||
| 84 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 107 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 85 | sp:predicate rdf:type ; | 108 | sp:predicate rdf:type ; |
| 86 | - sp:subject _:b13 | 109 | + sp:subject _:b5 |
| 87 | - ] [ sp:object _:b14 ; | 110 | + ] [ sp:object |
| 88 | - sp:predicate _:b15 ; | 111 | + [ sp:varName "realTvdTop"^^xsd:string |
| 89 | - sp:subject _:b13 | 112 | + ] ; |
| 90 | - ] [ sp:object _:b16 ; | 113 | + sp:predicate |
| 114 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 115 | + ] ; | ||
| 116 | + sp:subject _:b5 | ||
| 117 | + ] [ sp:object _:b6 ; | ||
| 91 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 118 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 92 | - sp:subject _:b4 | 119 | + sp:subject _:b2 |
| 93 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 120 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 94 | sp:predicate rdf:type ; | 121 | sp:predicate rdf:type ; |
| 95 | - sp:subject _:b16 | 122 | + sp:subject _:b6 |
| 96 | - ] [ sp:object _:b17 ; | 123 | + ] [ sp:object |
| 97 | - sp:predicate _:b18 ; | 124 | + [ sp:varName "realTvdBottom"^^xsd:string |
| 98 | - sp:subject _:b16 | 125 | + ] ; |
| 99 | - ] [ sp:object _:b19 ; | 126 | + sp:predicate |
| 127 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 128 | + ] ; | ||
| 129 | + sp:subject _:b6 | ||
| 130 | + ] [ sp:object _:b7 ; | ||
| 100 | sp:predicate ep-activity:recoveredCore ; | 131 | sp:predicate ep-activity:recoveredCore ; |
| 101 | - sp:subject _:b1 | 132 | + sp:subject |
| 102 | - ] [ sp:object _:b20 ; | 133 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 134 | + ] | ||
| 135 | + ] [ sp:object _:b8 ; | ||
| 103 | sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ; | 136 | sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ; |
| 104 | - sp:subject _:b19 | 137 | + sp:subject _:b7 |
| 105 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 138 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 106 | sp:predicate rdf:type ; | 139 | sp:predicate rdf:type ; |
| 107 | - sp:subject _:b20 | 140 | + sp:subject _:b8 |
| 108 | - ] [ sp:object _:b21 ; | 141 | + ] [ sp:object |
| 109 | - sp:predicate _:b22 ; | 142 | + [ sp:varName "realRecovered"^^xsd:string |
| 110 | - sp:subject _:b20 | 143 | + ] ; |
| 111 | - ] [ sp:object _:b23 ; | 144 | + sp:predicate |
| 145 | + [ sp:varName "lengthScaleRecovered"^^xsd:string | ||
| 146 | + ] ; | ||
| 147 | + sp:subject _:b8 | ||
| 148 | + ] [ sp:object _:b9 ; | ||
| 112 | sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ; | 149 | sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ; |
| 113 | - sp:subject _:b19 | 150 | + sp:subject _:b7 |
| 114 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 151 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 115 | sp:predicate rdf:type ; | 152 | sp:predicate rdf:type ; |
| 116 | - sp:subject _:b23 | 153 | + sp:subject _:b9 |
| 117 | - ] [ sp:object _:b24 ; | 154 | + ] [ sp:object |
| 118 | - sp:predicate _:b25 ; | 155 | + [ sp:varName "realPc"^^xsd:string |
| 119 | - sp:subject _:b23 | 156 | + ] ; |
| 157 | + sp:predicate | ||
| 158 | + [ sp:varName "specificVolumeScale"^^xsd:string | ||
| 159 | + ] ; | ||
| 160 | + sp:subject _:b9 | ||
| 120 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; | 161 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; |
| 121 | sp:predicate rdf:type ; | 162 | sp:predicate rdf:type ; |
| 122 | - sp:subject _:b19 | 163 | + sp:subject _:b7 |
| 123 | - ] [ sp:object _:b26 ; | 164 | + ] [ sp:object |
| 165 | + [ sp:varName "coreDescription"^^xsd:string | ||
| 166 | + ] ; | ||
| 124 | sp:predicate rdfs:comment ; | 167 | sp:predicate rdfs:comment ; |
| 125 | - sp:subject _:b19 | 168 | + sp:subject _:b7 |
| 126 | - ] [ sp:object _:b27 ; | 169 | + ] [ sp:object _:b10 ; |
| 127 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; | 170 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; |
| 128 | - sp:subject _:b19 | 171 | + sp:subject _:b7 |
| 129 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; | 172 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; |
| 130 | sp:predicate rdf:type ; | 173 | sp:predicate rdf:type ; |
| 131 | - sp:subject _:b27 | 174 | + sp:subject _:b10 |
| 132 | - ] [ sp:object _:b28 ; | 175 | + ] [ sp:object _:b11 ; |
| 133 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ; | 176 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ; |
| 134 | - sp:subject _:b27 | 177 | + sp:subject _:b10 |
| 135 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 178 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 136 | sp:predicate rdf:type ; | 179 | sp:predicate rdf:type ; |
| 137 | - sp:subject _:b28 | 180 | + sp:subject _:b11 |
| 138 | - ] [ sp:object _:b29 ; | 181 | + ] [ sp:object |
| 139 | - sp:predicate _:b30 ; | 182 | + [ sp:varName "realBarrel"^^xsd:string |
| 140 | - sp:subject _:b28 | 183 | + ] ; |
| 141 | - ] [ sp:object _:b31 ; | 184 | + sp:predicate |
| 185 | + [ sp:varName "lengthScaleBarrel"^^xsd:string | ||
| 186 | + ] ; | ||
| 187 | + sp:subject _:b11 | ||
| 188 | + ] [ sp:object | ||
| 189 | + [ sp:varName "innerBarrelType"^^xsd:string | ||
| 190 | + ] ; | ||
| 142 | sp:predicate rdf:type ; | 191 | sp:predicate rdf:type ; |
| 143 | - sp:subject _:b27 | 192 | + sp:subject _:b10 |
| 144 | ]) ; | 193 | ]) ; |
| 145 | - sp:where ([ sp:object _:b32 ; | 194 | + sp:where ([ sp:object |
| 195 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 196 | + ] ; | ||
| 146 | sp:predicate ep-spin-lib:nameWellbore ; | 197 | sp:predicate ep-spin-lib:nameWellbore ; |
| 147 | sp:subject spin:_this | 198 | sp:subject spin:_this |
| 148 | - ] [ sp:object _:b33 ; | 199 | + ] [ sp:object |
| 200 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 201 | + ] ; | ||
| 149 | sp:predicate ddr:dTimStart ; | 202 | sp:predicate ddr:dTimStart ; |
| 150 | sp:subject spin:_this | 203 | sp:subject spin:_this |
| 151 | - ] [ sp:object _:b34 ; | 204 | + ] [ sp:object |
| 205 | + [ sp:varName "coreInfo"^^xsd:string | ||
| 206 | + ] ; | ||
| 152 | sp:predicate ddr:coreInfoRef ; | 207 | sp:predicate ddr:coreInfoRef ; |
| 153 | sp:subject spin:_this | 208 | sp:subject spin:_this |
| 154 | ] [ sp:object | 209 | ] [ sp:object |
| 155 | [ sp:varName "dTimCore"^^xsd:string | 210 | [ sp:varName "dTimCore"^^xsd:string |
| 156 | ] ; | 211 | ] ; |
| 157 | sp:predicate ddr:dTim ; | 212 | sp:predicate ddr:dTim ; |
| 158 | - sp:subject _:b34 | 213 | + sp:subject |
| 159 | - ] [ sp:object _:b6 ; | 214 | + [ sp:varName "coreInfo"^^xsd:string |
| 215 | + ] | ||
| 216 | + ] [ sp:object | ||
| 217 | + [ sp:varName "coreNumber"^^xsd:string | ||
| 218 | + ] ; | ||
| 160 | sp:predicate ddr:coreNumber ; | 219 | sp:predicate ddr:coreNumber ; |
| 161 | - sp:subject _:b34 | 220 | + sp:subject |
| 162 | - ] [ sp:object _:b35 ; | 221 | + [ sp:varName "coreInfo"^^xsd:string |
| 222 | + ] | ||
| 223 | + ] [ sp:object | ||
| 224 | + [ sp:varName "mdTop"^^xsd:string | ||
| 225 | + ] ; | ||
| 163 | sp:predicate ddr:mdTopRef ; | 226 | sp:predicate ddr:mdTopRef ; |
| 164 | - sp:subject _:b34 | 227 | + sp:subject |
| 165 | - ] [ sp:object _:b36 ; | 228 | + [ sp:varName "coreInfo"^^xsd:string |
| 229 | + ] | ||
| 230 | + ] [ sp:object | ||
| 231 | + [ sp:varName "uomMdTop"^^xsd:string | ||
| 232 | + ] ; | ||
| 166 | sp:predicate ddr:uomRef ; | 233 | sp:predicate ddr:uomRef ; |
| 167 | - sp:subject _:b35 | 234 | + sp:subject |
| 168 | - ] [ sp:object _:b8 ; | 235 | + [ sp:varName "mdTop"^^xsd:string |
| 236 | + ] | ||
| 237 | + ] [ sp:object | ||
| 238 | + [ sp:varName "realMdTop"^^xsd:string | ||
| 239 | + ] ; | ||
| 169 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 240 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 170 | - sp:subject _:b35 | 241 | + sp:subject |
| 171 | - ] [ sp:object _:b37 ; | 242 | + [ sp:varName "mdTop"^^xsd:string |
| 243 | + ] | ||
| 244 | + ] [ sp:object | ||
| 245 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 246 | + ] ; | ||
| 172 | sp:predicate ddr:mdBottomRef ; | 247 | sp:predicate ddr:mdBottomRef ; |
| 173 | - sp:subject _:b34 | 248 | + sp:subject |
| 174 | - ] [ sp:object _:b38 ; | 249 | + [ sp:varName "coreInfo"^^xsd:string |
| 250 | + ] | ||
| 251 | + ] [ sp:object | ||
| 252 | + [ sp:varName "uomMdBottom"^^xsd:string | ||
| 253 | + ] ; | ||
| 175 | sp:predicate ddr:uomRef ; | 254 | sp:predicate ddr:uomRef ; |
| 176 | - sp:subject _:b37 | 255 | + sp:subject |
| 177 | - ] [ sp:object _:b11 ; | 256 | + [ sp:varName "mdBottom"^^xsd:string |
| 257 | + ] | ||
| 258 | + ] [ sp:object | ||
| 259 | + [ sp:varName "realMdBottom"^^xsd:string | ||
| 260 | + ] ; | ||
| 178 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 261 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 179 | - sp:subject _:b37 | 262 | + sp:subject |
| 263 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 264 | + ] | ||
| 180 | ] [ rdf:type sp:Optional ; | 265 | ] [ rdf:type sp:Optional ; |
| 181 | - sp:elements ([ sp:object _:b39 ; | 266 | + sp:elements ([ sp:object |
| 267 | + [ sp:varName "tvdTop"^^xsd:string | ||
| 268 | + ] ; | ||
| 182 | sp:predicate ddr:tvdTopRef ; | 269 | sp:predicate ddr:tvdTopRef ; |
| 183 | - sp:subject _:b34 | 270 | + sp:subject |
| 184 | - ] [ sp:object _:b40 ; | 271 | + [ sp:varName "coreInfo"^^xsd:string |
| 272 | + ] | ||
| 273 | + ] [ sp:object | ||
| 274 | + [ sp:varName "uomTvdTop"^^xsd:string | ||
| 275 | + ] ; | ||
| 185 | sp:predicate ddr:uomRef ; | 276 | sp:predicate ddr:uomRef ; |
| 186 | - sp:subject _:b39 | 277 | + sp:subject |
| 187 | - ] [ sp:object _:b14 ; | 278 | + [ sp:varName "tvdTop"^^xsd:string |
| 279 | + ] | ||
| 280 | + ] [ sp:object | ||
| 281 | + [ sp:varName "realTvdTop"^^xsd:string | ||
| 282 | + ] ; | ||
| 188 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 283 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 189 | - sp:subject _:b39 | 284 | + sp:subject |
| 285 | + [ sp:varName "tvdTop"^^xsd:string | ||
| 286 | + ] | ||
| 190 | ]) | 287 | ]) |
| 191 | ] [ rdf:type sp:Optional ; | 288 | ] [ rdf:type sp:Optional ; |
| 192 | - sp:elements ([ sp:object _:b41 ; | 289 | + sp:elements ([ sp:object |
| 290 | + [ sp:varName "tvdBottom"^^xsd:string | ||
| 291 | + ] ; | ||
| 193 | sp:predicate ddr:tvdBottomRef ; | 292 | sp:predicate ddr:tvdBottomRef ; |
| 194 | - sp:subject _:b34 | 293 | + sp:subject |
| 195 | - ] [ sp:object _:b42 ; | 294 | + [ sp:varName "coreInfo"^^xsd:string |
| 295 | + ] | ||
| 296 | + ] [ sp:object | ||
| 297 | + [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 298 | + ] ; | ||
| 196 | sp:predicate ddr:uomRef ; | 299 | sp:predicate ddr:uomRef ; |
| 197 | - sp:subject _:b41 | 300 | + sp:subject |
| 198 | - ] [ sp:object _:b17 ; | 301 | + [ sp:varName "tvdBottom"^^xsd:string |
| 302 | + ] | ||
| 303 | + ] [ sp:object | ||
| 304 | + [ sp:varName "realTvdBottom"^^xsd:string | ||
| 305 | + ] ; | ||
| 199 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 306 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 200 | - sp:subject _:b41 | 307 | + sp:subject |
| 308 | + [ sp:varName "tvdBottom"^^xsd:string | ||
| 309 | + ] | ||
| 201 | ]) | 310 | ]) |
| 202 | - ] [ sp:object _:b43 ; | 311 | + ] [ sp:object |
| 312 | + [ sp:varName "lenRecovered"^^xsd:string | ||
| 313 | + ] ; | ||
| 203 | sp:predicate ddr:lenRecoveredRef ; | 314 | sp:predicate ddr:lenRecoveredRef ; |
| 204 | - sp:subject _:b34 | 315 | + sp:subject |
| 205 | - ] [ sp:object _:b44 ; | 316 | + [ sp:varName "coreInfo"^^xsd:string |
| 317 | + ] | ||
| 318 | + ] [ sp:object | ||
| 319 | + [ sp:varName "uomRecovered"^^xsd:string | ||
| 320 | + ] ; | ||
| 206 | sp:predicate ddr:uomRef ; | 321 | sp:predicate ddr:uomRef ; |
| 207 | - sp:subject _:b43 | 322 | + sp:subject |
| 208 | - ] [ sp:object _:b21 ; | 323 | + [ sp:varName "lenRecovered"^^xsd:string |
| 324 | + ] | ||
| 325 | + ] [ sp:object | ||
| 326 | + [ sp:varName "realRecovered"^^xsd:string | ||
| 327 | + ] ; | ||
| 209 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 328 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 210 | - sp:subject _:b43 | 329 | + sp:subject |
| 211 | - ] [ sp:object _:b45 ; | 330 | + [ sp:varName "lenRecovered"^^xsd:string |
| 331 | + ] | ||
| 332 | + ] [ sp:object | ||
| 333 | + [ sp:varName "recoverPc"^^xsd:string | ||
| 334 | + ] ; | ||
| 212 | sp:predicate ddr:recoverPcRef ; | 335 | sp:predicate ddr:recoverPcRef ; |
| 213 | - sp:subject _:b34 | 336 | + sp:subject |
| 214 | - ] [ sp:object _:b46 ; | 337 | + [ sp:varName "coreInfo"^^xsd:string |
| 338 | + ] | ||
| 339 | + ] [ sp:object | ||
| 340 | + [ sp:varName "uomPc"^^xsd:string | ||
| 341 | + ] ; | ||
| 215 | sp:predicate ddr:uomRef ; | 342 | sp:predicate ddr:uomRef ; |
| 216 | - sp:subject _:b45 | 343 | + sp:subject |
| 217 | - ] [ sp:object _:b24 ; | 344 | + [ sp:varName "recoverPc"^^xsd:string |
| 345 | + ] | ||
| 346 | + ] [ sp:object | ||
| 347 | + [ sp:varName "realPc"^^xsd:string | ||
| 348 | + ] ; | ||
| 218 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 349 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 219 | - sp:subject _:b45 | 350 | + sp:subject |
| 220 | - ] [ sp:object _:b47 ; | 351 | + [ sp:varName "recoverPc"^^xsd:string |
| 352 | + ] | ||
| 353 | + ] [ sp:object | ||
| 354 | + [ sp:varName "lenBarrel"^^xsd:string | ||
| 355 | + ] ; | ||
| 221 | sp:predicate ddr:lenBarrelRef ; | 356 | sp:predicate ddr:lenBarrelRef ; |
| 222 | - sp:subject _:b34 | 357 | + sp:subject |
| 223 | - ] [ sp:object _:b48 ; | 358 | + [ sp:varName "coreInfo"^^xsd:string |
| 359 | + ] | ||
| 360 | + ] [ sp:object | ||
| 361 | + [ sp:varName "uomBarrel"^^xsd:string | ||
| 362 | + ] ; | ||
| 224 | sp:predicate ddr:uomRef ; | 363 | sp:predicate ddr:uomRef ; |
| 225 | - sp:subject _:b47 | 364 | + sp:subject |
| 226 | - ] [ sp:object _:b29 ; | 365 | + [ sp:varName "lenBarrel"^^xsd:string |
| 366 | + ] | ||
| 367 | + ] [ sp:object | ||
| 368 | + [ sp:varName "realBarrel"^^xsd:string | ||
| 369 | + ] ; | ||
| 227 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 370 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 228 | - sp:subject _:b47 | 371 | + sp:subject |
| 372 | + [ sp:varName "lenBarrel"^^xsd:string | ||
| 373 | + ] | ||
| 229 | ] [ rdf:type sp:Optional ; | 374 | ] [ rdf:type sp:Optional ; |
| 230 | - sp:elements ([ sp:object _:b49 ; | 375 | + sp:elements ([ sp:object |
| 376 | + [ sp:varName "enumInnerBarrelType"^^xsd:string | ||
| 377 | + ] ; | ||
| 231 | sp:predicate ddr:innerBarrelTypeRef ; | 378 | sp:predicate ddr:innerBarrelTypeRef ; |
| 232 | - sp:subject _:b34 | 379 | + sp:subject |
| 380 | + [ sp:varName "coreInfo"^^xsd:string | ||
| 381 | + ] | ||
| 233 | ]) | 382 | ]) |
| 234 | - ] [ sp:object _:b26 ; | 383 | + ] [ sp:object |
| 384 | + [ sp:varName "coreDescription"^^xsd:string | ||
| 385 | + ] ; | ||
| 235 | sp:predicate ddr:coreDescription ; | 386 | sp:predicate ddr:coreDescription ; |
| 236 | - sp:subject _:b34 | 387 | + sp:subject |
| 388 | + [ sp:varName "coreInfo"^^xsd:string | ||
| 389 | + ] | ||
| 237 | ] [ rdf:type sp:Bind ; | 390 | ] [ rdf:type sp:Bind ; |
| 238 | sp:expression | 391 | sp:expression |
| 239 | [ rdf:type ep-spin-lib:normalizeString ; | 392 | [ rdf:type ep-spin-lib:normalizeString ; |
| 240 | - sp:arg1 _:b32 | 393 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 394 | + ] | ||
| 241 | ] ; | 395 | ] ; |
| 242 | - sp:variable _:b50 | 396 | + sp:variable |
| 397 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 398 | + ] | ||
| 243 | ] [ rdf:type sp:Bind ; | 399 | ] [ rdf:type sp:Bind ; |
| 244 | sp:expression | 400 | sp:expression |
| 245 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 401 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 246 | - sp:arg1 _:b50 ; | 402 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 247 | - sp:arg2 _:b33 | 403 | + ] ; |
| 404 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 405 | + ] | ||
| 248 | ] ; | 406 | ] ; |
| 249 | - sp:variable _:b2 | 407 | + sp:variable |
| 408 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 409 | + ] | ||
| 250 | ] [ rdf:type sp:Bind ; | 410 | ] [ rdf:type sp:Bind ; |
| 251 | sp:expression | 411 | sp:expression |
| 252 | [ rdf:type afn:localname ; | 412 | [ rdf:type afn:localname ; |
| 253 | - sp:arg1 _:b34 | 413 | + sp:arg1 [ sp:varName "coreInfo"^^xsd:string |
| 414 | + ] | ||
| 254 | ] ; | 415 | ] ; |
| 255 | - sp:variable _:b51 | 416 | + sp:variable |
| 417 | + [ sp:varName "localname"^^xsd:string | ||
| 418 | + ] | ||
| 256 | ] [ rdf:type sp:Bind ; | 419 | ] [ rdf:type sp:Bind ; |
| 257 | sp:expression | 420 | sp:expression |
| 258 | [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; | 421 | [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; |
| 259 | - sp:arg1 _:b50 ; | 422 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 260 | - sp:arg2 _:b33 ; | 423 | + ] ; |
| 261 | - sp:arg3 _:b51 | 424 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 425 | + ] ; | ||
| 426 | + sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 427 | + ] | ||
| 262 | ] ; | 428 | ] ; |
| 263 | - sp:variable _:b1 | 429 | + sp:variable |
| 430 | + [ sp:varName "extractAWellCore"^^xsd:string | ||
| 431 | + ] | ||
| 264 | ] [ rdf:type sp:Bind ; | 432 | ] [ rdf:type sp:Bind ; |
| 265 | sp:expression | 433 | sp:expression |
| 266 | [ rdf:type ep-spin-lib:selectInnerBarrelType ; | 434 | [ rdf:type ep-spin-lib:selectInnerBarrelType ; |
| 267 | - sp:arg1 _:b49 | 435 | + sp:arg1 [ sp:varName "enumInnerBarrelType"^^xsd:string |
| 436 | + ] | ||
| 268 | ] ; | 437 | ] ; |
| 269 | - sp:variable _:b31 | 438 | + sp:variable |
| 439 | + [ sp:varName "innerBarrelType"^^xsd:string | ||
| 440 | + ] | ||
| 270 | ] [ rdf:type sp:Bind ; | 441 | ] [ rdf:type sp:Bind ; |
| 271 | sp:expression | 442 | sp:expression |
| 272 | [ rdf:type ep-spin-lib:selectLengthScale ; | 443 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 273 | - sp:arg1 _:b36 | 444 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string |
| 445 | + ] | ||
| 274 | ] ; | 446 | ] ; |
| 275 | - sp:variable _:b9 | 447 | + sp:variable |
| 448 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 449 | + ] | ||
| 276 | ] [ rdf:type sp:Bind ; | 450 | ] [ rdf:type sp:Bind ; |
| 277 | sp:expression | 451 | sp:expression |
| 278 | [ rdf:type ep-spin-lib:selectLengthScale ; | 452 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 279 | - sp:arg1 _:b38 | 453 | + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string |
| 454 | + ] | ||
| 280 | ] ; | 455 | ] ; |
| 281 | - sp:variable _:b12 | 456 | + sp:variable |
| 457 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 458 | + ] | ||
| 282 | ] [ rdf:type sp:Bind ; | 459 | ] [ rdf:type sp:Bind ; |
| 283 | sp:expression | 460 | sp:expression |
| 284 | [ rdf:type ep-spin-lib:selectLengthScale ; | 461 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 285 | - sp:arg1 _:b40 | 462 | + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string |
| 463 | + ] | ||
| 286 | ] ; | 464 | ] ; |
| 287 | - sp:variable _:b15 | 465 | + sp:variable |
| 466 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 467 | + ] | ||
| 288 | ] [ rdf:type sp:Bind ; | 468 | ] [ rdf:type sp:Bind ; |
| 289 | sp:expression | 469 | sp:expression |
| 290 | [ rdf:type ep-spin-lib:selectLengthScale ; | 470 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 291 | - sp:arg1 _:b42 | 471 | + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string |
| 472 | + ] | ||
| 292 | ] ; | 473 | ] ; |
| 293 | - sp:variable _:b18 | 474 | + sp:variable |
| 475 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 476 | + ] | ||
| 294 | ] [ rdf:type sp:Bind ; | 477 | ] [ rdf:type sp:Bind ; |
| 295 | sp:expression | 478 | sp:expression |
| 296 | [ rdf:type ep-spin-lib:selectLengthScale ; | 479 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 297 | - sp:arg1 _:b44 | 480 | + sp:arg1 [ sp:varName "uomRecovered"^^xsd:string |
| 481 | + ] | ||
| 298 | ] ; | 482 | ] ; |
| 299 | - sp:variable _:b22 | 483 | + sp:variable |
| 484 | + [ sp:varName "lengthScaleRecovered"^^xsd:string | ||
| 485 | + ] | ||
| 300 | ] [ rdf:type sp:Bind ; | 486 | ] [ rdf:type sp:Bind ; |
| 301 | sp:expression | 487 | sp:expression |
| 302 | [ rdf:type ep-spin-lib:selectLengthScale ; | 488 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 303 | - sp:arg1 _:b48 | 489 | + sp:arg1 [ sp:varName "uomBarrel"^^xsd:string |
| 490 | + ] | ||
| 304 | ] ; | 491 | ] ; |
| 305 | - sp:variable _:b30 | 492 | + sp:variable |
| 493 | + [ sp:varName "lengthScaleBarrel"^^xsd:string | ||
| 494 | + ] | ||
| 306 | ] [ rdf:type sp:Bind ; | 495 | ] [ rdf:type sp:Bind ; |
| 307 | sp:expression | 496 | sp:expression |
| 308 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 497 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 309 | - sp:arg1 _:b46 | 498 | + sp:arg1 [ sp:varName "uomPc"^^xsd:string |
| 499 | + ] | ||
| 310 | ] ; | 500 | ] ; |
| 311 | - sp:variable _:b25 | 501 | + sp:variable |
| 502 | + [ sp:varName "specificVolumeScale"^^xsd:string | ||
| 503 | + ] | ||
| 312 | ] [ rdf:type sp:Bind ; | 504 | ] [ rdf:type sp:Bind ; |
| 313 | sp:expression | 505 | sp:expression |
| 314 | [ rdf:type rhspin:wellBoreByName ; | 506 | [ rdf:type rhspin:wellBoreByName ; |
| 315 | arg:wellBoreName | 507 | arg:wellBoreName |
| 316 | [ rdf:type xsd:string ; | 508 | [ rdf:type xsd:string ; |
| 317 | - sp:arg1 _:b32 | 509 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 510 | + ] | ||
| 318 | ] | 511 | ] |
| 319 | ] ; | 512 | ] ; |
| 320 | - sp:variable _:b5 | 513 | + sp:variable |
| 514 | + [ sp:varName "wellBore"^^xsd:string | ||
| 515 | + ] | ||
| 321 | ]) | 516 | ]) |
| 322 | ] . | 517 | ] . |
| 323 | - | ||
| 324 | -_:b32 | ||
| 325 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 326 | - | ||
| 327 | -_:b33 | ||
| 328 | - sp:varName "dTimStart"^^xsd:string . | ||
| 329 | - | ||
| 330 | -_:b34 | ||
| 331 | - sp:varName "coreInfo"^^xsd:string . | ||
| 332 | - | ||
| 333 | -_:b6 sp:varName "coreNumber"^^xsd:string . | ||
| 334 | - | ||
| 335 | -_:b35 | ||
| 336 | - sp:varName "mdTop"^^xsd:string . | ||
| 337 | - | ||
| 338 | -_:b36 | ||
| 339 | - sp:varName "uomMdTop"^^xsd:string . | ||
| 340 | - | ||
| 341 | -_:b8 sp:varName "realMdTop"^^xsd:string . | ||
| 342 | - | ||
| 343 | -_:b37 | ||
| 344 | - sp:varName "mdBottom"^^xsd:string . | ||
| 345 | - | ||
| 346 | -_:b38 | ||
| 347 | - sp:varName "uomMdBottom"^^xsd:string . | ||
| 348 | - | ||
| 349 | -_:b11 | ||
| 350 | - sp:varName "realMdBottom"^^xsd:string . | ||
| 351 | - | ||
| 352 | -_:b39 | ||
| 353 | - sp:varName "tvdTop"^^xsd:string . | ||
| 354 | - | ||
| 355 | -_:b40 | ||
| 356 | - sp:varName "uomTvdTop"^^xsd:string . | ||
| 357 | - | ||
| 358 | -_:b14 | ||
| 359 | - sp:varName "realTvdTop"^^xsd:string . | ||
| 360 | - | ||
| 361 | -_:b41 | ||
| 362 | - sp:varName "tvdBottom"^^xsd:string . | ||
| 363 | - | ||
| 364 | -_:b42 | ||
| 365 | - sp:varName "uomTvdBottom"^^xsd:string . | ||
| 366 | - | ||
| 367 | -_:b17 | ||
| 368 | - sp:varName "realTvdBottom"^^xsd:string . | ||
| 369 | - | ||
| 370 | -_:b43 | ||
| 371 | - sp:varName "lenRecovered"^^xsd:string . | ||
| 372 | - | ||
| 373 | -_:b44 | ||
| 374 | - sp:varName "uomRecovered"^^xsd:string . | ||
| 375 | - | ||
| 376 | -_:b21 | ||
| 377 | - sp:varName "realRecovered"^^xsd:string . | ||
| 378 | - | ||
| 379 | -_:b45 | ||
| 380 | - sp:varName "recoverPc"^^xsd:string . | ||
| 381 | - | ||
| 382 | -_:b46 | ||
| 383 | - sp:varName "uomPc"^^xsd:string . | ||
| 384 | - | ||
| 385 | -_:b24 | ||
| 386 | - sp:varName "realPc"^^xsd:string . | ||
| 387 | - | ||
| 388 | -_:b47 | ||
| 389 | - sp:varName "lenBarrel"^^xsd:string . | ||
| 390 | - | ||
| 391 | -_:b48 | ||
| 392 | - sp:varName "uomBarrel"^^xsd:string . | ||
| 393 | - | ||
| 394 | -_:b29 | ||
| 395 | - sp:varName "realBarrel"^^xsd:string . | ||
| 396 | - | ||
| 397 | -_:b49 | ||
| 398 | - sp:varName "enumInnerBarrelType"^^xsd:string . | ||
| 399 | - | ||
| 400 | -_:b26 | ||
| 401 | - sp:varName "coreDescription"^^xsd:string . | ||
| 402 | - | ||
| 403 | -_:b50 | ||
| 404 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 405 | - | ||
| 406 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 407 | - | ||
| 408 | -_:b51 | ||
| 409 | - sp:varName "localname"^^xsd:string . | ||
| 410 | - | ||
| 411 | -_:b1 sp:varName "extractAWellCore"^^xsd:string . | ||
| 412 | - | ||
| 413 | -_:b31 | ||
| 414 | - sp:varName "innerBarrelType"^^xsd:string . | ||
| 415 | - | ||
| 416 | -_:b9 sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 417 | - | ||
| 418 | -_:b12 | ||
| 419 | - sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 420 | - | ||
| 421 | -_:b15 | ||
| 422 | - sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
| 423 | - | ||
| 424 | -_:b18 | ||
| 425 | - sp:varName "lengthScaleTvdBottom"^^xsd:string . | ||
| 426 | - | ||
| 427 | -_:b22 | ||
| 428 | - sp:varName "lengthScaleRecovered"^^xsd:string . | ||
| 429 | - | ||
| 430 | -_:b30 | ||
| 431 | - sp:varName "lengthScaleBarrel"^^xsd:string . | ||
| 432 | - | ||
| 433 | -_:b25 | ||
| 434 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 435 | - | ||
| 436 | -_:b5 sp:varName "wellBore"^^xsd:string . | ... | ... |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/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> ; | 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:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| ... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
| 142 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | 142 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; |
| 143 | sp:predicate rdf:type ; | 143 | sp:predicate rdf:type ; |
| 144 | sp:subject _:b10 | 144 | sp:subject _:b10 |
| 145 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 145 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 146 | sp:predicate rdf:type ; | 146 | sp:predicate rdf:type ; |
| 147 | sp:subject _:b8 | 147 | sp:subject _:b8 |
| 148 | ] [ sp:object | 148 | ] [ sp:object |
| ... | @@ -152,7 +152,7 @@ | ... | @@ -152,7 +152,7 @@ |
| 152 | [ sp:varName "concentrationScaleGasHigh"^^xsd:string | 152 | [ sp:varName "concentrationScaleGasHigh"^^xsd:string |
| 153 | ] ; | 153 | ] ; |
| 154 | sp:subject _:b8 | 154 | sp:subject _:b8 |
| 155 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 155 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 156 | sp:predicate rdf:type ; | 156 | sp:predicate rdf:type ; |
| 157 | sp:subject _:b9 | 157 | sp:subject _:b9 |
| 158 | ] [ sp:object | 158 | ] [ sp:object |
| ... | @@ -165,7 +165,7 @@ | ... | @@ -165,7 +165,7 @@ |
| 165 | ] [ sp:object _:b11 ; | 165 | ] [ sp:object _:b11 ; |
| 166 | sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; | 166 | sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; |
| 167 | sp:subject _:b10 | 167 | sp:subject _:b10 |
| 168 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 168 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 169 | sp:predicate rdf:type ; | 169 | sp:predicate rdf:type ; |
| 170 | sp:subject _:b11 | 170 | sp:subject _:b11 |
| 171 | ] [ sp:object | 171 | ] [ sp:object |
| ... | @@ -178,7 +178,7 @@ | ... | @@ -178,7 +178,7 @@ |
| 178 | ] [ sp:object _:b12 ; | 178 | ] [ sp:object _:b12 ; |
| 179 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; | 179 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; |
| 180 | sp:subject _:b10 | 180 | sp:subject _:b10 |
| 181 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 181 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 182 | sp:predicate rdf:type ; | 182 | sp:predicate rdf:type ; |
| 183 | sp:subject _:b12 | 183 | sp:subject _:b12 |
| 184 | ] [ sp:object | 184 | ] [ sp:object |
| ... | @@ -191,7 +191,7 @@ | ... | @@ -191,7 +191,7 @@ |
| 191 | ] [ sp:object _:b13 ; | 191 | ] [ sp:object _:b13 ; |
| 192 | sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; | 192 | sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; |
| 193 | sp:subject _:b10 | 193 | sp:subject _:b10 |
| 194 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 194 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 195 | sp:predicate rdf:type ; | 195 | sp:predicate rdf:type ; |
| 196 | sp:subject _:b13 | 196 | sp:subject _:b13 |
| 197 | ] [ sp:object | 197 | ] [ sp:object |
| ... | @@ -204,7 +204,7 @@ | ... | @@ -204,7 +204,7 @@ |
| 204 | ] [ sp:object _:b14 ; | 204 | ] [ sp:object _:b14 ; |
| 205 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; | 205 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; |
| 206 | sp:subject _:b10 | 206 | sp:subject _:b10 |
| 207 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 207 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 208 | sp:predicate rdf:type ; | 208 | sp:predicate rdf:type ; |
| 209 | sp:subject _:b14 | 209 | sp:subject _:b14 |
| 210 | ] [ sp:object | 210 | ] [ sp:object |
| ... | @@ -217,7 +217,7 @@ | ... | @@ -217,7 +217,7 @@ |
| 217 | ] [ sp:object _:b15 ; | 217 | ] [ sp:object _:b15 ; |
| 218 | sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; | 218 | sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; |
| 219 | sp:subject _:b10 | 219 | sp:subject _:b10 |
| 220 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 220 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 221 | sp:predicate rdf:type ; | 221 | sp:predicate rdf:type ; |
| 222 | sp:subject _:b15 | 222 | sp:subject _:b15 |
| 223 | ] [ sp:object | 223 | ] [ sp:object |
| ... | @@ -230,7 +230,7 @@ | ... | @@ -230,7 +230,7 @@ |
| 230 | ] [ sp:object _:b16 ; | 230 | ] [ sp:object _:b16 ; |
| 231 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; | 231 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; |
| 232 | sp:subject _:b10 | 232 | sp:subject _:b10 |
| 233 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 233 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 234 | sp:predicate rdf:type ; | 234 | sp:predicate rdf:type ; |
| 235 | sp:subject _:b16 | 235 | sp:subject _:b16 |
| 236 | ] [ sp:object | 236 | ] [ sp:object |
| ... | @@ -633,7 +633,7 @@ | ... | @@ -633,7 +633,7 @@ |
| 633 | ] | 633 | ] |
| 634 | ] [ rdf:type sp:Bind ; | 634 | ] [ rdf:type sp:Bind ; |
| 635 | sp:expression | 635 | sp:expression |
| 636 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 636 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 637 | sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string | 637 | sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string |
| 638 | ] | 638 | ] |
| 639 | ] ; | 639 | ] ; |
| ... | @@ -642,7 +642,7 @@ | ... | @@ -642,7 +642,7 @@ |
| 642 | ] | 642 | ] |
| 643 | ] [ rdf:type sp:Bind ; | 643 | ] [ rdf:type sp:Bind ; |
| 644 | sp:expression | 644 | sp:expression |
| 645 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 645 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 646 | sp:arg1 [ sp:varName "uomGasLow"^^xsd:string | 646 | sp:arg1 [ sp:varName "uomGasLow"^^xsd:string |
| 647 | ] | 647 | ] |
| 648 | ] ; | 648 | ] ; |
| ... | @@ -651,7 +651,7 @@ | ... | @@ -651,7 +651,7 @@ |
| 651 | ] | 651 | ] |
| 652 | ] [ rdf:type sp:Bind ; | 652 | ] [ rdf:type sp:Bind ; |
| 653 | sp:expression | 653 | sp:expression |
| 654 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 654 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 655 | sp:arg1 [ sp:varName "uomMeth"^^xsd:string | 655 | sp:arg1 [ sp:varName "uomMeth"^^xsd:string |
| 656 | ] | 656 | ] |
| 657 | ] ; | 657 | ] ; |
| ... | @@ -660,7 +660,7 @@ | ... | @@ -660,7 +660,7 @@ |
| 660 | ] | 660 | ] |
| 661 | ] [ rdf:type sp:Bind ; | 661 | ] [ rdf:type sp:Bind ; |
| 662 | sp:expression | 662 | sp:expression |
| 663 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 663 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 664 | sp:arg1 [ sp:varName "uomEth"^^xsd:string | 664 | sp:arg1 [ sp:varName "uomEth"^^xsd:string |
| 665 | ] | 665 | ] |
| 666 | ] ; | 666 | ] ; |
| ... | @@ -669,7 +669,7 @@ | ... | @@ -669,7 +669,7 @@ |
| 669 | ] | 669 | ] |
| 670 | ] [ rdf:type sp:Bind ; | 670 | ] [ rdf:type sp:Bind ; |
| 671 | sp:expression | 671 | sp:expression |
| 672 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 672 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 673 | sp:arg1 [ sp:varName "uomProp"^^xsd:string | 673 | sp:arg1 [ sp:varName "uomProp"^^xsd:string |
| 674 | ] | 674 | ] |
| 675 | ] ; | 675 | ] ; |
| ... | @@ -678,7 +678,7 @@ | ... | @@ -678,7 +678,7 @@ |
| 678 | ] | 678 | ] |
| 679 | ] [ rdf:type sp:Bind ; | 679 | ] [ rdf:type sp:Bind ; |
| 680 | sp:expression | 680 | sp:expression |
| 681 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 681 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 682 | sp:arg1 [ sp:varName "uomIbut"^^xsd:string | 682 | sp:arg1 [ sp:varName "uomIbut"^^xsd:string |
| 683 | ] | 683 | ] |
| 684 | ] ; | 684 | ] ; |
| ... | @@ -687,7 +687,7 @@ | ... | @@ -687,7 +687,7 @@ |
| 687 | ] | 687 | ] |
| 688 | ] [ rdf:type sp:Bind ; | 688 | ] [ rdf:type sp:Bind ; |
| 689 | sp:expression | 689 | sp:expression |
| 690 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 690 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 691 | sp:arg1 [ sp:varName "uomNbut"^^xsd:string | 691 | sp:arg1 [ sp:varName "uomNbut"^^xsd:string |
| 692 | ] | 692 | ] |
| 693 | ] ; | 693 | ] ; |
| ... | @@ -696,7 +696,7 @@ | ... | @@ -696,7 +696,7 @@ |
| 696 | ] | 696 | ] |
| 697 | ] [ rdf:type sp:Bind ; | 697 | ] [ rdf:type sp:Bind ; |
| 698 | sp:expression | 698 | sp:expression |
| 699 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 699 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 700 | sp:arg1 [ sp:varName "uomIpent"^^xsd:string | 700 | sp:arg1 [ sp:varName "uomIpent"^^xsd:string |
| 701 | ] | 701 | ] |
| 702 | ] ; | 702 | ] ; | ... | ... |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/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> ; | 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:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| ... | @@ -163,7 +163,7 @@ | ... | @@ -163,7 +163,7 @@ |
| 163 | ] [ sp:object _:b10 ; | 163 | ] [ sp:object _:b10 ; |
| 164 | sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ; | 164 | sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ; |
| 165 | sp:subject _:b9 | 165 | sp:subject _:b9 |
| 166 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 166 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 167 | sp:predicate rdf:type ; | 167 | sp:predicate rdf:type ; |
| 168 | sp:subject _:b10 | 168 | sp:subject _:b10 |
| 169 | ] [ sp:object | 169 | ] [ sp:object |
| ... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
| 176 | ] [ sp:object _:b11 ; | 176 | ] [ sp:object _:b11 ; |
| 177 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; | 177 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; |
| 178 | sp:subject _:b9 | 178 | sp:subject _:b9 |
| 179 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 179 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 180 | sp:predicate rdf:type ; | 180 | sp:predicate rdf:type ; |
| 181 | sp:subject _:b11 | 181 | sp:subject _:b11 |
| 182 | ] [ sp:object | 182 | ] [ sp:object |
| ... | @@ -369,7 +369,7 @@ | ... | @@ -369,7 +369,7 @@ |
| 369 | ] [ sp:object _:b27 ; | 369 | ] [ sp:object _:b27 ; |
| 370 | sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ; | 370 | sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ; |
| 371 | sp:subject _:b20 | 371 | sp:subject _:b20 |
| 372 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | 372 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ; |
| 373 | sp:predicate rdf:type ; | 373 | sp:predicate rdf:type ; |
| 374 | sp:subject _:b27 | 374 | sp:subject _:b27 |
| 375 | ] [ sp:object | 375 | ] [ sp:object |
| ... | @@ -382,7 +382,7 @@ | ... | @@ -382,7 +382,7 @@ |
| 382 | ] [ sp:object _:b28 ; | 382 | ] [ sp:object _:b28 ; |
| 383 | sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ; | 383 | sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ; |
| 384 | sp:subject _:b20 | 384 | sp:subject _:b20 |
| 385 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | 385 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ; |
| 386 | sp:predicate rdf:type ; | 386 | sp:predicate rdf:type ; |
| 387 | sp:subject _:b28 | 387 | sp:subject _:b28 |
| 388 | ] [ sp:object | 388 | ] [ sp:object |
| ... | @@ -395,7 +395,7 @@ | ... | @@ -395,7 +395,7 @@ |
| 395 | ] [ sp:object _:b29 ; | 395 | ] [ sp:object _:b29 ; |
| 396 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ; | 396 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ; |
| 397 | sp:subject _:b20 | 397 | sp:subject _:b20 |
| 398 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | 398 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ; |
| 399 | sp:predicate rdf:type ; | 399 | sp:predicate rdf:type ; |
| 400 | sp:subject _:b29 | 400 | sp:subject _:b29 |
| 401 | ] [ sp:object | 401 | ] [ sp:object |
| ... | @@ -1048,7 +1048,7 @@ | ... | @@ -1048,7 +1048,7 @@ |
| 1048 | ] | 1048 | ] |
| 1049 | ] [ rdf:type sp:Bind ; | 1049 | ] [ rdf:type sp:Bind ; |
| 1050 | sp:expression | 1050 | sp:expression |
| 1051 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 1051 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 1052 | sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string | 1052 | sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string |
| 1053 | ] | 1053 | ] |
| 1054 | ] ; | 1054 | ] ; |
| ... | @@ -1057,7 +1057,7 @@ | ... | @@ -1057,7 +1057,7 @@ |
| 1057 | ] | 1057 | ] |
| 1058 | ] [ rdf:type sp:Bind ; | 1058 | ] [ rdf:type sp:Bind ; |
| 1059 | sp:expression | 1059 | sp:expression |
| 1060 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 1060 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 1061 | sp:arg1 [ sp:varName "uomGasOil"^^xsd:string | 1061 | sp:arg1 [ sp:varName "uomGasOil"^^xsd:string |
| 1062 | ] | 1062 | ] |
| 1063 | ] ; | 1063 | ] ; |
| ... | @@ -1183,7 +1183,7 @@ | ... | @@ -1183,7 +1183,7 @@ |
| 1183 | ] | 1183 | ] |
| 1184 | ] [ rdf:type sp:Bind ; | 1184 | ] [ rdf:type sp:Bind ; |
| 1185 | sp:expression | 1185 | sp:expression |
| 1186 | - [ rdf:type ep-spin-lib:selectSpecificMassScale ; | 1186 | + [ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ; |
| 1187 | sp:arg1 [ sp:varName "uomChloride"^^xsd:string | 1187 | sp:arg1 [ sp:varName "uomChloride"^^xsd:string |
| 1188 | ] | 1188 | ] |
| 1189 | ] ; | 1189 | ] ; |
| ... | @@ -1192,7 +1192,7 @@ | ... | @@ -1192,7 +1192,7 @@ |
| 1192 | ] | 1192 | ] |
| 1193 | ] [ rdf:type sp:Bind ; | 1193 | ] [ rdf:type sp:Bind ; |
| 1194 | sp:expression | 1194 | sp:expression |
| 1195 | - [ rdf:type ep-spin-lib:selectSpecificMassScale ; | 1195 | + [ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ; |
| 1196 | sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string | 1196 | sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string |
| 1197 | ] | 1197 | ] |
| 1198 | ] ; | 1198 | ] ; |
| ... | @@ -1201,7 +1201,7 @@ | ... | @@ -1201,7 +1201,7 @@ |
| 1201 | ] | 1201 | ] |
| 1202 | ] [ rdf:type sp:Bind ; | 1202 | ] [ rdf:type sp:Bind ; |
| 1203 | sp:expression | 1203 | sp:expression |
| 1204 | - [ rdf:type ep-spin-lib:selectSpecificMassScale ; | 1204 | + [ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ; |
| 1205 | sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string | 1205 | sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string |
| 1206 | ] | 1206 | ] |
| 1207 | ] ; | 1207 | ] ; | ... | ... |
-
Please register or login to post a comment