Showing
4 changed files
with
963 additions
and
1033 deletions
| 1 | -# Saved by TopBraid on Wed Oct 12 12:28:28 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 27 14:28:43 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | 3 | +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model |
| 4 | -# imports: http://www.linkedmodel.org/schema/vaem | 4 | +# imports: http://www.linkedmodel.org/schema/vaem |
| 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 owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | -@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#> . |
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | - | 11 | + |
| 12 | -<http://www.reportinghub.no/ep/schema/1.0/core> | 12 | +<http://www.reportinghub.no/ep/schema/1.0/core> |
| 13 | - rdf:type owl:Ontology ; | 13 | + rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; | 14 | + owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
| 15 | - owl:versionInfo "0.1.0"^^xsd:string . | 15 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 16 | - | 16 | + |
| 17 | -ep-core:Class_of_indirect_property | 17 | +ep-core:Class_of_indirect_property |
| 18 | - rdf:type owl:Class ; | 18 | + rdf:type owl:Class ; |
| 19 | - rdfs:label "class of indirect property"^^xsd:string ; | 19 | + rdfs:label "class of indirect property"^^xsd:string ; |
| 20 | - rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . | 20 | + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . |
| 21 | - | 21 | + |
| 22 | -ep-core:Density | 22 | +ep-core:Density |
| 23 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 23 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 24 | - rdfs:label "density"^^xsd:string ; | 24 | + rdfs:label "density"^^xsd:string ; |
| 25 | - rdfs:subClassOf owl:Class . | 25 | + rdfs:subClassOf owl:Class . |
| 26 | - | 26 | + |
| 27 | -ep-core:Length | 27 | +ep-core:Length |
| 28 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 28 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 29 | - rdfs:label "length"^^xsd:string ; | 29 | + rdfs:label "length"^^xsd:string ; |
| 30 | - rdfs:subClassOf owl:Class . | 30 | + rdfs:subClassOf owl:Class . |
| 31 | - | 31 | + |
| 32 | -ep-core:MassPerUnitLength | 32 | +ep-core:MassPerUnitLength |
| 33 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 33 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 34 | - rdfs:label "mass per unit length"^^xsd:string ; | 34 | + rdfs:label "mass per unit length"^^xsd:string ; |
| 35 | - rdfs:subClassOf owl:Class . | 35 | + rdfs:subClassOf owl:Class . |
| 36 | - | 36 | + |
| 37 | -ep-core:MeasureOfAmountOfMaterial | 37 | +ep-core:MeasureOfAmountOfMaterial |
| 38 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 38 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 39 | - rdfs:label "measure of amount of material"^^xsd:string ; | 39 | + rdfs:label "measure of amount of material"^^xsd:string ; |
| 40 | - rdfs:subClassOf owl:Class . | 40 | + rdfs:subClassOf owl:Class . |
| 41 | - | 41 | + |
| 42 | -ep-core:PhysicalObject | 42 | +ep-core:PhysicalObject |
| 43 | - rdf:type owl:Class ; | 43 | + rdf:type owl:Class ; |
| 44 | - rdfs:label "physical object"^^xsd:string ; | 44 | + rdfs:label "physical object"^^xsd:string ; |
| 45 | - rdfs:subClassOf ep-core:PhysicalThing . | 45 | + rdfs:subClassOf ep-core:PhysicalThing . |
| 46 | - | 46 | + |
| 47 | -ep-core:PhysicalThing | 47 | +ep-core:PhysicalThing |
| 48 | - rdf:type owl:Class ; | 48 | + rdf:type owl:Class ; |
| 49 | - rdfs:label "physical thing"^^xsd:string ; | 49 | + rdfs:label "physical thing"^^xsd:string ; |
| 50 | - rdfs:subClassOf owl:Thing . | 50 | + rdfs:subClassOf owl:Thing . |
| 51 | - | 51 | + |
| 52 | -ep-core:PlaneAngle | 52 | +ep-core:PlaneAngle |
| 53 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 53 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 54 | - rdfs:label "plane angle"^^xsd:string ; | 54 | + rdfs:label "plane angle"^^xsd:string ; |
| 55 | - rdfs:subClassOf owl:Class . | 55 | + rdfs:subClassOf owl:Class . |
| 56 | - | 56 | + |
| 57 | -ep-core:PlasticViscosity | 57 | +ep-core:PlasticViscosity |
| 58 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 58 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 59 | - rdfs:label "plastic viscosity"^^xsd:string ; | 59 | + rdfs:label "plastic viscosity"^^xsd:string ; |
| 60 | - rdfs:subClassOf owl:Class . | 60 | + rdfs:subClassOf owl:Class . |
| 61 | - | 61 | + |
| 62 | -ep-core:Pressure | 62 | +ep-core:Pressure |
| 63 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 63 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 64 | - rdfs:label "pressure"^^xsd:string ; | 64 | + rdfs:label "pressure"^^xsd:string ; |
| 65 | - rdfs:subClassOf owl:Class . | 65 | + rdfs:subClassOf owl:Class . |
| 66 | - | 66 | + |
| 67 | -ep-core:PropertySpace | 67 | +ep-core:PropertySpace |
| 68 | - rdf:type rdfs:Class ; | 68 | + rdf:type rdfs:Class ; |
| 69 | - rdfs:label "property space"^^xsd:string ; | 69 | + rdfs:label "property space"^^xsd:string ; |
| 70 | - rdfs:subClassOf owl:Class . | 70 | + rdfs:subClassOf owl:Class . |
| 71 | - | 71 | + |
| 72 | -ep-core:Ratio | 72 | +ep-core:Ratio |
| 73 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 73 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 74 | - rdfs:label "ratio"^^xsd:string ; | 74 | + rdfs:label "ratio"^^xsd:string ; |
| 75 | - rdfs:subClassOf owl:Class . | 75 | + rdfs:subClassOf owl:Class . |
| 76 | - | 76 | + |
| 77 | -ep-core:Scale | 77 | +ep-core:Scale |
| 78 | - rdf:type owl:Class ; | 78 | + rdf:type owl:Class ; |
| 79 | - rdfs:label "scale"^^xsd:string ; | 79 | + rdfs:label "scale"^^xsd:string ; |
| 80 | - rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . | 80 | + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
| 81 | - | 81 | + |
| 82 | -ep-core:SpecificMass | 82 | +ep-core:SpecificMass |
| 83 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 83 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 84 | - rdfs:label "specific mass"^^xsd:string ; | 84 | + rdfs:label "specific mass"^^xsd:string ; |
| 85 | - rdfs:subClassOf owl:Class . | 85 | + rdfs:subClassOf owl:Class . |
| 86 | - | 86 | + |
| 87 | -ep-core:SpecificVolume | 87 | +ep-core:SpecificVolume |
| 88 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 88 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 89 | - rdfs:label "specific volume"^^xsd:string ; | 89 | + rdfs:label "specific volume"^^xsd:string ; |
| 90 | - rdfs:subClassOf owl:Class . | 90 | + rdfs:subClassOf owl:Class . |
| 91 | - | 91 | + |
| 92 | -ep-core:Speed | 92 | +ep-core:Speed |
| 93 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 93 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 94 | - rdfs:label "speed"^^xsd:string ; | 94 | + rdfs:label "speed"^^xsd:string ; |
| 95 | - rdfs:subClassOf owl:Class . | 95 | + rdfs:subClassOf owl:Class . |
| 96 | - | 96 | + |
| 97 | -ep-core:StrengthOfRockFormation | 97 | +ep-core:StrengthOfRockFormation |
| 98 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 98 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 99 | - rdfs:label "strength of rock formation"^^xsd:string ; | 99 | + rdfs:label "strength of rock formation"^^xsd:string ; |
| 100 | - rdfs:subClassOf owl:Class . | 100 | + rdfs:subClassOf owl:Class . |
| 101 | - | 101 | + |
| 102 | -ep-core:Temperature | 102 | +ep-core:Temperature |
| 103 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 103 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 104 | - rdfs:label "temperature"^^xsd:string ; | 104 | + rdfs:label "temperature"^^xsd:string ; |
| 105 | - rdfs:subClassOf owl:Class . | 105 | + rdfs:subClassOf owl:Class . |
| 106 | - | 106 | + |
| 107 | -ep-core:TimeDuration | 107 | +ep-core:TimeDuration |
| 108 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 108 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 109 | - rdfs:label "time duration"^^xsd:string ; | 109 | + rdfs:label "time duration"^^xsd:string ; |
| 110 | - rdfs:subClassOf owl:Class . | 110 | + rdfs:subClassOf owl:Class . |
| 111 | - | 111 | + |
| 112 | -ep-core:Volume | 112 | +ep-core:Volume |
| 113 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 113 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 114 | - rdfs:label "volume"^^xsd:string ; | 114 | + rdfs:label "volume"^^xsd:string ; |
| 115 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 115 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 116 | - | 116 | + |
| 117 | -ep-core:VolumeAt15degC1atm | 117 | +ep-core:VolumeAt15degC1atm |
| 118 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 118 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 119 | - rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; | 119 | + rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 120 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 120 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 121 | - | 121 | + |
| 122 | -ep-core:VolumeAt1degC1atm | 122 | +ep-core:VolumeAt1degC1atm |
| 123 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 123 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 124 | - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 124 | + rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 125 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 125 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 126 | - | 126 | + |
| 127 | -ep-core:VolumeAt60degF1atm | 127 | +ep-core:VolumeAt60degF1atm |
| 128 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 128 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 129 | - rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; | 129 | + rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 130 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 130 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 131 | - | 131 | + |
| 132 | -ep-core:VolumetricFlowRate | 132 | +ep-core:VolumetricFlowRate |
| 133 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 133 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 134 | - rdfs:label "volumetric flow rate"^^xsd:string ; | 134 | + rdfs:label "volumetric flow rate"^^xsd:string ; |
| 135 | - rdfs:subClassOf owl:Class . | 135 | + rdfs:subClassOf owl:Class . |
| 136 | - | 136 | + |
| 137 | -ep-core:YieldPoint | 137 | +ep-core:YieldPoint |
| 138 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 138 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 139 | - rdfs:label "yield point"^^xsd:string ; | 139 | + rdfs:label "yield point"^^xsd:string ; |
| 140 | - rdfs:subClassOf owl:Class . | 140 | + rdfs:subClassOf owl:Class . |
| 141 | - | 141 | + |
| 142 | -ep-core:apiName | 142 | +ep-core:apiName |
| 143 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 143 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 144 | - rdfs:label "API name"^^xsd:string ; | 144 | + rdfs:label "API name"^^xsd:string ; |
| 145 | - rdfs:range xsd:string ; | 145 | + rdfs:range xsd:string ; |
| 146 | - rdfs:subPropertyOf ep-core:name . | 146 | + rdfs:subPropertyOf ep-core:name . |
| 147 | - | 147 | + |
| 148 | -ep-core:bar | 148 | +ep-core:bar |
| 149 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 149 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 150 | - rdfs:domain ep-core:Pressure ; | 150 | + rdfs:domain ep-core:Pressure ; |
| 151 | - rdfs:label "bar"^^xsd:string . | 151 | + rdfs:label "bar"^^xsd:string . |
| 152 | - | 152 | + |
| 153 | -ep-core:barrel | 153 | +ep-core:barrel |
| 154 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 154 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 155 | - rdfs:label "barrel"^^xsd:string . | 155 | + rdfs:label "barrel"^^xsd:string . |
| 156 | - | 156 | + |
| 157 | -ep-core:basisFor | 157 | +ep-core:basisFor |
| 158 | - rdf:type owl:ObjectProperty ; | 158 | + rdf:type owl:ObjectProperty ; |
| 159 | - rdfs:label "basis for"^^xsd:string . | 159 | + rdfs:label "basis for"^^xsd:string . |
| 160 | - | 160 | + |
| 161 | -ep-core:celsius | 161 | +ep-core:celsius |
| 162 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 162 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 163 | - rdfs:domain ep-core:Temperature ; | 163 | + rdfs:domain ep-core:Temperature ; |
| 164 | - rdfs:label "celsius"^^xsd:string . | 164 | + rdfs:label "celsius"^^xsd:string . |
| 165 | - | 165 | + |
| 166 | -ep-core:centiPoise | 166 | +ep-core:centiPoise |
| 167 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 167 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 168 | - rdfs:domain ep-core:PlasticViscosity ; | 168 | + rdfs:domain ep-core:PlasticViscosity ; |
| 169 | - rdfs:label "cP"^^xsd:string . | 169 | + rdfs:label "cP"^^xsd:string . |
| 170 | - | 170 | + |
| 171 | -ep-core:day | 171 | +ep-core:day |
| 172 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 172 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 173 | - rdfs:domain ep-core:TimeDuration ; | 173 | + rdfs:domain ep-core:TimeDuration ; |
| 174 | - rdfs:label "day"^^xsd:string . | 174 | + rdfs:label "day"^^xsd:string . |
| 175 | - | 175 | + |
| 176 | -ep-core:decimetre3 | 176 | +ep-core:decimetre3 |
| 177 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 177 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 178 | - rdfs:domain ep-core:Volume ; | 178 | + rdfs:domain ep-core:Volume ; |
| 179 | - rdfs:label "decimetre 3"^^xsd:string . | 179 | + rdfs:label "decimetre 3"^^xsd:string . |
| 180 | - | 180 | + |
| 181 | -ep-core:degreesOfAngle | 181 | +ep-core:degreesOfAngle |
| 182 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 182 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 183 | - rdfs:domain ep-core:PlaneAngle ; | 183 | + rdfs:domain ep-core:PlaneAngle ; |
| 184 | - rdfs:label "degrees of angle"^^xsd:string . | 184 | + rdfs:label "degrees of angle"^^xsd:string . |
| 185 | - | 185 | + |
| 186 | -ep-core:derivedFrom | 186 | +ep-core:derivedFrom |
| 187 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 187 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 188 | - rdfs:label "derived from"^^xsd:string . | 188 | + rdfs:label "derived from"^^xsd:string . |
| 189 | - | 189 | + |
| 190 | -ep-core:dtiName | 190 | +ep-core:dtiName |
| 191 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 191 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 192 | - rdfs:label "DTI name"^^xsd:string ; | 192 | + rdfs:label "DTI name"^^xsd:string ; |
| 193 | - rdfs:range xsd:string ; | 193 | + rdfs:range xsd:string ; |
| 194 | - rdfs:subPropertyOf ep-core:name . | 194 | + rdfs:subPropertyOf ep-core:name . |
| 195 | - | 195 | + |
| 196 | -ep-core:dyne_second_metre-2 | 196 | +ep-core:dyne_second_metre-2 |
| 197 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 197 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 198 | - rdfs:domain ep-core:PlasticViscosity ; | 198 | + rdfs:domain ep-core:PlasticViscosity ; |
| 199 | - rdfs:label "dyne.s.m-2"^^xsd:string . | 199 | + rdfs:label "dyne.s.m-2"^^xsd:string . |
| 200 | - | 200 | + |
| 201 | -ep-core:foot | 201 | +ep-core:foot |
| 202 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 202 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 203 | - rdfs:domain ep-core:Length ; | 203 | + rdfs:domain ep-core:Length ; |
| 204 | - rdfs:label "foot"^^xsd:string . | 204 | + rdfs:label "foot"^^xsd:string . |
| 205 | - | 205 | + |
| 206 | -ep-core:foot3 | 206 | +ep-core:foot3 |
| 207 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 207 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 208 | - rdfs:label "foot3"^^xsd:string . | 208 | + rdfs:label "foot3"^^xsd:string . |
| 209 | - | 209 | + |
| 210 | -ep-core:foot3_sack94-1 | 210 | +ep-core:foot3_sack94-1 |
| 211 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 211 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 212 | - rdfs:domain ep-core:YieldPoint ; | 212 | + rdfs:domain ep-core:YieldPoint ; |
| 213 | - rdfs:label "foot3 sack94-1"^^xsd:string . | 213 | + rdfs:label "foot3 sack94-1"^^xsd:string . |
| 214 | - | 214 | + |
| 215 | -ep-core:footUS | 215 | +ep-core:footUS |
| 216 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 216 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 217 | - rdfs:domain ep-core:Length ; | 217 | + rdfs:domain ep-core:Length ; |
| 218 | - rdfs:label "foot (US survey)"^^xsd:string . | 218 | + rdfs:label "foot (US survey)"^^xsd:string . |
| 219 | - | 219 | + |
| 220 | -ep-core:fractionByVolume | 220 | +ep-core:fractionByVolume |
| 221 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 221 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 222 | - rdfs:domain ep-core:SpecificVolume ; | 222 | + rdfs:domain ep-core:SpecificVolume ; |
| 223 | - rdfs:label "fraction by volume"^^xsd:string . | 223 | + rdfs:label "fraction by volume"^^xsd:string . |
| 224 | - | 224 | + |
| 225 | -ep-core:gram_cm-3 | 225 | +ep-core:gram_cm-3 |
| 226 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 226 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 227 | - rdfs:label "gram cm-3"^^xsd:string . | 227 | + rdfs:label "gram cm-3"^^xsd:string . |
| 228 | - | 228 | + |
| 229 | -ep-core:hasPart | 229 | +ep-core:hasPart |
| 230 | - rdf:type owl:TransitiveProperty ; | 230 | + rdf:type owl:TransitiveProperty ; |
| 231 | - rdfs:domain ep-core:PhysicalThing ; | 231 | + rdfs:domain ep-core:PhysicalThing ; |
| 232 | - rdfs:label "has part"^^xsd:string ; | 232 | + rdfs:label "has part"^^xsd:string ; |
| 233 | - rdfs:range ep-core:PhysicalThing ; | 233 | + rdfs:range ep-core:PhysicalThing ; |
| 234 | - owl:inverseOf ep-core:partOf . | 234 | + owl:inverseOf ep-core:partOf . |
| 235 | - | 235 | + |
| 236 | -ep-core:hasTemporalPart | 236 | +ep-core:hasSpatialPart |
| 237 | - rdf:type owl:TransitiveProperty ; | 237 | + rdf:type owl:TransitiveProperty ; |
| 238 | - rdfs:domain ep-core:PhysicalThing ; | 238 | + rdfs:domain ep-core:PhysicalThing ; |
| 239 | - rdfs:label "has temporal part"^^xsd:string ; | 239 | + rdfs:label "has spatial part"^^xsd:string ; |
| 240 | - rdfs:range ep-core:PhysicalThing ; | 240 | + rdfs:range ep-core:PhysicalThing ; |
| 241 | - rdfs:subPropertyOf ep-core:hasPart ; | 241 | + rdfs:subPropertyOf ep-core:hasPart ; |
| 242 | - owl:inverseOf ep-core:partOf . | 242 | + owl:inverseOf ep-core:spatialPartOf . |
| 243 | - | 243 | + |
| 244 | -ep-core:hasVolume | 244 | +ep-core:hasTemporalPart |
| 245 | - rdf:type owl:FunctionalProperty ; | 245 | + rdf:type owl:TransitiveProperty ; |
| 246 | - rdfs:domain ep-core:PhysicalThing ; | 246 | + rdfs:domain ep-core:PhysicalThing ; |
| 247 | - rdfs:label "has volume"^^xsd:string . | 247 | + rdfs:label "has temporal part"^^xsd:string ; |
| 248 | - | 248 | + rdfs:range ep-core:PhysicalThing ; |
| 249 | -ep-core:hour | 249 | + rdfs:subPropertyOf ep-core:hasPart ; |
| 250 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 250 | + owl:inverseOf ep-core:temporalPartOf . |
| 251 | - rdfs:domain ep-core:TimeDuration ; | 251 | + |
| 252 | - rdfs:label "hour"^^xsd:string . | 252 | +ep-core:hasVolume |
| 253 | - | 253 | + rdf:type owl:FunctionalProperty ; |
| 254 | -ep-core:humanRecognizableName | 254 | + rdfs:domain ep-core:PhysicalThing ; |
| 255 | - rdf:type owl:DatatypeProperty ; | 255 | + rdfs:label "has volume"^^xsd:string . |
| 256 | - rdfs:label "human recognizable name"^^xsd:string ; | 256 | + |
| 257 | - rdfs:range xsd:string ; | 257 | +ep-core:hour |
| 258 | - rdfs:subPropertyOf ep-core:name . | 258 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 259 | - | 259 | + rdfs:domain ep-core:TimeDuration ; |
| 260 | -ep-core:inch | 260 | + rdfs:label "hour"^^xsd:string . |
| 261 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 261 | + |
| 262 | - rdfs:domain ep-core:Length ; | 262 | +ep-core:humanRecognizableName |
| 263 | - rdfs:label "inch"^^xsd:string . | 263 | + rdf:type owl:DatatypeProperty ; |
| 264 | - | 264 | + rdfs:label "human recognizable name"^^xsd:string ; |
| 265 | -ep-core:inchUS | 265 | + rdfs:range xsd:string ; |
| 266 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 266 | + rdfs:subPropertyOf ep-core:name . |
| 267 | - rdfs:domain ep-core:Length ; | 267 | + |
| 268 | - rdfs:label "inch (US survey)"^^xsd:string . | 268 | +ep-core:inch |
| 269 | - | 269 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 270 | -ep-core:kilogramforce_second_metre-2 | 270 | + rdfs:domain ep-core:Length ; |
| 271 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 271 | + rdfs:label "inch"^^xsd:string . |
| 272 | - rdfs:domain ep-core:PlasticViscosity ; | 272 | + |
| 273 | - rdfs:label "kgf.s.m-2"^^xsd:string . | 273 | +ep-core:inchUS |
| 274 | - | 274 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 275 | -ep-core:localFieldName | 275 | + rdfs:domain ep-core:Length ; |
| 276 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 276 | + rdfs:label "inch (US survey)"^^xsd:string . |
| 277 | - rdfs:label "local field name"^^xsd:string ; | 277 | + |
| 278 | - rdfs:range xsd:string ; | 278 | +ep-core:kilogramforce_second_metre-2 |
| 279 | - rdfs:subPropertyOf ep-core:name . | 279 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 280 | - | 280 | + rdfs:domain ep-core:PlasticViscosity ; |
| 281 | -ep-core:megaPa | 281 | + rdfs:label "kgf.s.m-2"^^xsd:string . |
| 282 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 282 | + |
| 283 | - rdfs:domain ep-core:Pressure ; | 283 | +ep-core:localFieldName |
| 284 | - rdfs:label "MPa"^^xsd:string . | 284 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 285 | - | 285 | + rdfs:label "local field name"^^xsd:string ; |
| 286 | -ep-core:megaPa_second | 286 | + rdfs:range xsd:string ; |
| 287 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 287 | + rdfs:subPropertyOf ep-core:name . |
| 288 | - rdfs:domain ep-core:PlasticViscosity ; | 288 | + |
| 289 | - rdfs:label "MPa.second"^^xsd:string . | 289 | +ep-core:megaPa |
| 290 | - | 290 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 291 | -ep-core:metre | 291 | + rdfs:domain ep-core:Pressure ; |
| 292 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 292 | + rdfs:label "MPa"^^xsd:string . |
| 293 | - rdfs:domain ep-core:Length ; | 293 | + |
| 294 | - rdfs:label "metre"^^xsd:string . | 294 | +ep-core:megaPa_second |
| 295 | - | 295 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 296 | -ep-core:metre3 | 296 | + rdfs:domain ep-core:PlasticViscosity ; |
| 297 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 297 | + rdfs:label "MPa.second"^^xsd:string . |
| 298 | - rdfs:label "metre3"^^xsd:string . | 298 | + |
| 299 | - | 299 | +ep-core:metre |
| 300 | -ep-core:metre3_day-1 | 300 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 301 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 301 | + rdfs:domain ep-core:Length ; |
| 302 | - rdfs:domain ep-core:VolumetricFlowRate ; | 302 | + rdfs:label "metre"^^xsd:string . |
| 303 | - rdfs:label "metre3 day-1"^^xsd:string . | 303 | + |
| 304 | - | 304 | +ep-core:metre3 |
| 305 | -ep-core:metre3_minute-1 | 305 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 306 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 306 | + rdfs:label "metre3"^^xsd:string . |
| 307 | - rdfs:domain ep-core:VolumetricFlowRate ; | 307 | + |
| 308 | - rdfs:label "metre3 minute-1"^^xsd:string . | 308 | +ep-core:metre3_day-1 |
| 309 | - | 309 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 310 | -ep-core:metre_hour-1 | 310 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 311 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 311 | + rdfs:label "metre3 day-1"^^xsd:string . |
| 312 | - rdfs:domain ep-core:Speed ; | 312 | + |
| 313 | - rdfs:label "metre hour-1"^^xsd:string . | 313 | +ep-core:metre3_minute-1 |
| 314 | - | 314 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 315 | -ep-core:millimetre | 315 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 316 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 316 | + rdfs:label "metre3 minute-1"^^xsd:string . |
| 317 | - rdfs:domain ep-core:Length ; | 317 | + |
| 318 | - rdfs:label "millimetre"^^xsd:string . | 318 | +ep-core:metre_hour-1 |
| 319 | - | 319 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 320 | -ep-core:million_barrel | 320 | + rdfs:domain ep-core:Speed ; |
| 321 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 321 | + rdfs:label "metre hour-1"^^xsd:string . |
| 322 | - rdfs:label "million barrel"^^xsd:string . | 322 | + |
| 323 | - | 323 | +ep-core:millimetre |
| 324 | -ep-core:million_foot3 | 324 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 325 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 325 | + rdfs:domain ep-core:Length ; |
| 326 | - rdfs:label "million foot3"^^xsd:string . | 326 | + rdfs:label "millimetre"^^xsd:string . |
| 327 | - | 327 | + |
| 328 | -ep-core:million_metre3 | 328 | +ep-core:million_barrel |
| 329 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 329 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 330 | - rdfs:label "million metre3"^^xsd:string . | 330 | + rdfs:label "million barrel"^^xsd:string . |
| 331 | - | 331 | + |
| 332 | -ep-core:million_metre3_day-1 | 332 | +ep-core:million_foot3 |
| 333 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 333 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 334 | - rdfs:domain ep-core:VolumetricFlowRate ; | 334 | + rdfs:label "million foot3"^^xsd:string . |
| 335 | - rdfs:label "million metre3 day-1"^^xsd:string . | 335 | + |
| 336 | - | 336 | +ep-core:million_metre3 |
| 337 | -ep-core:minute | 337 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 338 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 338 | + rdfs:label "million metre3"^^xsd:string . |
| 339 | - rdfs:domain ep-core:TimeDuration ; | 339 | + |
| 340 | - rdfs:label "minute"^^xsd:string . | 340 | +ep-core:million_metre3_day-1 |
| 341 | - | 341 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 342 | -ep-core:name | 342 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 343 | - rdf:type owl:DatatypeProperty ; | 343 | + rdfs:label "million metre3 day-1"^^xsd:string . |
| 344 | - rdfs:label "name"^^xsd:string ; | 344 | + |
| 345 | - rdfs:range xsd:string . | 345 | +ep-core:minute |
| 346 | - | 346 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 347 | -ep-core:newton_second_metre-2 | 347 | + rdfs:domain ep-core:TimeDuration ; |
| 348 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 348 | + rdfs:label "minute"^^xsd:string . |
| 349 | - rdfs:domain ep-core:PlasticViscosity ; | 349 | + |
| 350 | - rdfs:label "N.s.m-2"^^xsd:string . | 350 | +ep-core:name |
| 351 | - | 351 | + rdf:type owl:DatatypeProperty ; |
| 352 | -ep-core:nominallyExistsAt | 352 | + rdfs:label "name"^^xsd:string ; |
| 353 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 353 | + rdfs:range xsd:string . |
| 354 | - rdfs:domain ep-core:PhysicalThing ; | 354 | + |
| 355 | - rdfs:label "nominally exists at"^^xsd:string ; | 355 | +ep-core:newton_second_metre-2 |
| 356 | - rdfs:range xsd:string ; | 356 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 357 | - rdfs:subPropertyOf ep-core:name . | 357 | + rdfs:domain ep-core:PlasticViscosity ; |
| 358 | - | 358 | + rdfs:label "N.s.m-2"^^xsd:string . |
| 359 | -ep-core:npdCode | 359 | + |
| 360 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 360 | +ep-core:nominallyExistsAt |
| 361 | - rdfs:label "NPD code"^^xsd:string ; | 361 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 362 | - rdfs:range xsd:string ; | 362 | + rdfs:domain ep-core:PhysicalThing ; |
| 363 | - rdfs:subPropertyOf ep-core:name . | 363 | + rdfs:label "nominally exists at"^^xsd:string ; |
| 364 | - | 364 | + rdfs:range xsd:string ; |
| 365 | -ep-core:npdName | 365 | + rdfs:subPropertyOf ep-core:name . |
| 366 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 366 | + |
| 367 | - rdfs:label "NPD name"^^xsd:string ; | 367 | +ep-core:npdCode |
| 368 | - rdfs:range xsd:string ; | 368 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 369 | - rdfs:subPropertyOf ep-core:name . | 369 | + rdfs:label "NPD code"^^xsd:string ; |
| 370 | - | 370 | + rdfs:range xsd:string ; |
| 371 | -ep-core:npdNumber | 371 | + rdfs:subPropertyOf ep-core:name . |
| 372 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 372 | + |
| 373 | - rdfs:label "NPD number"^^xsd:string ; | 373 | +ep-core:npdName |
| 374 | - rdfs:range xsd:string ; | 374 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 375 | - rdfs:subPropertyOf ep-core:name . | 375 | + rdfs:label "NPD name"^^xsd:string ; |
| 376 | - | 376 | + rdfs:range xsd:string ; |
| 377 | -ep-core:partOf | 377 | + rdfs:subPropertyOf ep-core:name . |
| 378 | - rdf:type owl:TransitiveProperty ; | 378 | + |
| 379 | - rdfs:domain ep-core:PhysicalThing ; | 379 | +ep-core:npdNumber |
| 380 | - rdfs:label "part of"^^xsd:string ; | 380 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 381 | - rdfs:range ep-core:PhysicalThing ; | 381 | + rdfs:label "NPD number"^^xsd:string ; |
| 382 | - owl:inverseOf ep-core:hasPart . | 382 | + rdfs:range xsd:string ; |
| 383 | - | 383 | + rdfs:subPropertyOf ep-core:name . |
| 384 | -ep-core:partPerMillionByMass | 384 | + |
| 385 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 385 | +ep-core:partOf |
| 386 | - rdfs:domain ep-core:SpecificMass ; | 386 | + rdf:type owl:TransitiveProperty ; |
| 387 | - rdfs:label "part per million (by mass)"^^xsd:string . | 387 | + rdfs:domain ep-core:PhysicalThing ; |
| 388 | - | 388 | + rdfs:label "part of"^^xsd:string ; |
| 389 | -ep-core:partPerMillionByVolume | 389 | + rdfs:range ep-core:PhysicalThing ; |
| 390 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 390 | + owl:inverseOf ep-core:hasPart . |
| 391 | - rdfs:domain ep-core:SpecificVolume ; | 391 | + |
| 392 | - rdfs:label "part per million (by volume)"^^xsd:string . | 392 | +ep-core:partPerMillionByMass |
| 393 | - | 393 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 394 | -ep-core:pascal | 394 | + rdfs:domain ep-core:SpecificMass ; |
| 395 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 395 | + rdfs:label "part per million (by mass)"^^xsd:string . |
| 396 | - rdfs:domain ep-core:Pressure ; | 396 | + |
| 397 | - rdfs:label "Pascal"^^xsd:string . | 397 | +ep-core:partPerMillionByVolume |
| 398 | - | 398 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 399 | -ep-core:pascal_second | 399 | + rdfs:domain ep-core:SpecificVolume ; |
| 400 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 400 | + rdfs:label "part per million (by volume)"^^xsd:string . |
| 401 | - rdfs:domain ep-core:PlasticViscosity ; | 401 | + |
| 402 | - rdfs:label "Pa.second"^^xsd:string . | 402 | +ep-core:pascal |
| 403 | - | 403 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 404 | -ep-core:perCentByVolume | 404 | + rdfs:domain ep-core:Pressure ; |
| 405 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 405 | + rdfs:label "Pascal"^^xsd:string . |
| 406 | - rdfs:domain ep-core:SpecificVolume ; | 406 | + |
| 407 | - rdfs:label "per cent by volume"^^xsd:string . | 407 | +ep-core:pascal_second |
| 408 | - | 408 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 409 | -ep-core:poise | 409 | + rdfs:domain ep-core:PlasticViscosity ; |
| 410 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 410 | + rdfs:label "Pa.second"^^xsd:string . |
| 411 | - rdfs:domain ep-core:PlasticViscosity ; | 411 | + |
| 412 | - rdfs:label "P"^^xsd:string . | 412 | +ep-core:perCentByVolume |
| 413 | - | 413 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 414 | -ep-core:pound_foot-1 | 414 | + rdfs:domain ep-core:SpecificVolume ; |
| 415 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 415 | + rdfs:label "per cent by volume"^^xsd:string . |
| 416 | - rdfs:domain ep-core:MassPerUnitLength ; | 416 | + |
| 417 | - rdfs:label "pound foot-1"^^xsd:string . | 417 | +ep-core:poise |
| 418 | - | 418 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 419 | -ep-core:poundforce_second_foot-2 | 419 | + rdfs:domain ep-core:PlasticViscosity ; |
| 420 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 420 | + rdfs:label "P"^^xsd:string . |
| 421 | - rdfs:domain ep-core:PlasticViscosity ; | 421 | + |
| 422 | - rdfs:label "lbf.s.ft-2"^^xsd:string . | 422 | +ep-core:pound_foot-1 |
| 423 | - | 423 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 424 | -ep-core:poundforce_second_inch-2 | 424 | + rdfs:domain ep-core:MassPerUnitLength ; |
| 425 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 425 | + rdfs:label "pound foot-1"^^xsd:string . |
| 426 | - rdfs:domain ep-core:PlasticViscosity ; | 426 | + |
| 427 | - rdfs:label "lbf.s.in-2"^^xsd:string . | 427 | +ep-core:poundforce_second_foot-2 |
| 428 | - | 428 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 429 | -ep-core:prospectName | 429 | + rdfs:domain ep-core:PlasticViscosity ; |
| 430 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 430 | + rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 431 | - rdfs:label "prospect name"^^xsd:string ; | 431 | + |
| 432 | - rdfs:range xsd:string ; | 432 | +ep-core:poundforce_second_inch-2 |
| 433 | - rdfs:subPropertyOf ep-core:name . | 433 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 434 | - | 434 | + rdfs:domain ep-core:PlasticViscosity ; |
| 435 | -ep-core:psi_second | 435 | + rdfs:label "lbf.s.in-2"^^xsd:string . |
| 436 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 436 | + |
| 437 | - rdfs:domain ep-core:PlasticViscosity ; | 437 | +ep-core:prospectName |
| 438 | - rdfs:label "psi.s"^^xsd:string . | 438 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 439 | - | 439 | + rdfs:label "prospect name"^^xsd:string ; |
| 440 | -ep-core:psig | 440 | + rdfs:range xsd:string ; |
| 441 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 441 | + rdfs:subPropertyOf ep-core:name . |
| 442 | - rdfs:domain ep-core:Pressure ; | 442 | + |
| 443 | - rdfs:label "psi gauge"^^xsd:string . | 443 | +ep-core:psi_second |
| 444 | - | 444 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 445 | -ep-core:second | 445 | + rdfs:domain ep-core:PlasticViscosity ; |
| 446 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 446 | + rdfs:label "psi.s"^^xsd:string . |
| 447 | - rdfs:domain ep-core:TimeDuration ; | 447 | + |
| 448 | - rdfs:label "second"^^xsd:string . | 448 | +ep-core:psig |
| 449 | - | 449 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 450 | -ep-core:specificGravity | 450 | + rdfs:domain ep-core:Pressure ; |
| 451 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 451 | + rdfs:label "psi gauge"^^xsd:string . |
| 452 | - rdfs:label "specific gravity"^^xsd:string . | 452 | + |
| 453 | - | 453 | +ep-core:second |
| 454 | -ep-core:temporalPartOf | 454 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 455 | - rdf:type owl:TransitiveProperty ; | 455 | + rdfs:domain ep-core:TimeDuration ; |
| 456 | - rdfs:domain ep-core:PhysicalThing ; | 456 | + rdfs:label "second"^^xsd:string . |
| 457 | - rdfs:label "temporal part of"^^xsd:string ; | 457 | + |
| 458 | - rdfs:range ep-core:PhysicalThing ; | 458 | +ep-core:spatialPartOf |
| 459 | - rdfs:subPropertyOf ep-core:partOf ; | 459 | + rdf:type owl:TransitiveProperty ; |
| 460 | - owl:inverseOf ep-core:hasTemporalPart . | 460 | + rdfs:domain ep-core:PhysicalThing ; |
| 461 | - | 461 | + rdfs:label "temporal part of"^^xsd:string ; |
| 462 | -ep-core:undefinedScale | 462 | + rdfs:range ep-core:PhysicalThing ; |
| 463 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 463 | + rdfs:subPropertyOf ep-core:partOf ; |
| 464 | - rdfs:domain owl:Class ; | 464 | + owl:inverseOf ep-core:hasSpatialPart . |
| 465 | - rdfs:label "undefined scale"^^xsd:string . | 465 | + |
| 466 | - | 466 | +ep-core:specificGravity |
| 467 | -ep-core:usGallon_sack94-1 | 467 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 468 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 468 | + rdfs:label "specific gravity"^^xsd:string . |
| 469 | - rdfs:domain ep-core:SpecificVolume ; | 469 | + |
| 470 | - rdfs:label "USgallon sack94-1"^^xsd:string . | 470 | +ep-core:temporalPartOf |
| 471 | - | 471 | + rdf:type owl:TransitiveProperty ; |
| 472 | -ep-core:week | 472 | + rdfs:domain ep-core:PhysicalThing ; |
| 473 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 473 | + rdfs:label "temporal part of"^^xsd:string ; |
| 474 | - rdfs:domain ep-core:TimeDuration ; | 474 | + rdfs:range ep-core:PhysicalThing ; |
| 475 | - rdfs:label "week"^^xsd:string . | 475 | + rdfs:subPropertyOf ep-core:partOf ; |
| 476 | + owl:inverseOf ep-core:hasTemporalPart . | ||
| 477 | + | ||
| 478 | +ep-core:undefinedScale | ||
| 479 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 480 | + rdfs:domain owl:Class ; | ||
| 481 | + rdfs:label "undefined scale"^^xsd:string . | ||
| 482 | + | ||
| 483 | +ep-core:usGallon_sack94-1 | ||
| 484 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 485 | + rdfs:domain ep-core:SpecificVolume ; | ||
| 486 | + rdfs:label "USgallon sack94-1"^^xsd:string . | ||
| 487 | + | ||
| 488 | +ep-core:week | ||
| 489 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 490 | + rdfs:domain ep-core:TimeDuration ; | ||
| 491 | + rdfs:label "week"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Oct 07 17:52:49 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 27 14:29:39 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| ... | @@ -226,6 +226,11 @@ ep-well:WellBorePilotHole | ... | @@ -226,6 +226,11 @@ ep-well:WellBorePilotHole |
| 226 | rdfs:label "wellbore pilot hole"^^xsd:string ; | 226 | rdfs:label "wellbore pilot hole"^^xsd:string ; |
| 227 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 227 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 228 | 228 | ||
| 229 | +ep-well:WellBoreSection | ||
| 230 | + rdf:type owl:Class ; | ||
| 231 | + rdfs:label "wellbore section"^^xsd:string ; | ||
| 232 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | ||
| 233 | + | ||
| 229 | ep-well:WellBoreTightnessType | 234 | ep-well:WellBoreTightnessType |
| 230 | rdf:type rdfs:Class ; | 235 | rdf:type rdfs:Class ; |
| 231 | rdfs:label "well bore tightness type"^^xsd:string ; | 236 | rdfs:label "well bore tightness type"^^xsd:string ; | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | 1 | +# Saved by TopBraid on Thu Oct 27 14:50:45 BST 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun |
| 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 | - | 5 | +# imports: http://spinrdf.org/spin |
| 6 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | 6 | + |
| 7 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 7 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . |
| 8 | -@prefix ddr: <http://www.witsml.org/schemas/1series#> . | 8 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| 9 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 9 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix ddr: <http://www.witsml.org/schemas/1series#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 13 | -@prefix sp: <http://spinrdf.org/sp#> . | 13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 14 | -@prefix spin: <http://spinrdf.org/spin#> . | 14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 15 | -@prefix spl: <http://spinrdf.org/spl#> . | 15 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 17 | - | 17 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 18 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> | 18 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 19 | - rdf:type owl:Ontology ; | 19 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 20 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 20 | + |
| 21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 21 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> |
| 22 | - | 22 | + rdf:type owl:Ontology ; |
| 23 | -ddr:Obj_drillReport | 23 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; |
| 24 | - spin:rule | 24 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | - [ rdf:type sp:Construct ; | 25 | + |
| 26 | - rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; | 26 | +ddr:Obj_drillReport |
| 27 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; | 27 | + spin:rule |
| 28 | - sp:predicate rdf:type ; | 28 | + [ rdf:type sp:Construct ; |
| 29 | - sp:subject | 29 | + rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; |
| 30 | - [ sp:varName "wellStimulation"^^xsd:string | 30 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; |
| 31 | - ] | 31 | + sp:predicate rdf:type ; |
| 32 | - ] [ sp:object | 32 | + sp:subject _:b1 |
| 33 | - [ sp:varName "wellStimulation"^^xsd:string | 33 | + ] [ sp:object _:b1 ; |
| 34 | - ] ; | 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 35 | + sp:subject _:b2 |
| 36 | - sp:subject | 36 | + ] [ sp:object _:b3 ; |
| 37 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 38 | - ] | 38 | + sp:subject _:b1 |
| 39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 39 | + ] [ sp:object _:b4 ; |
| 40 | - sp:predicate rdf:type ; | 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 41 | - sp:subject _:b1 | 41 | + sp:subject _:b1 |
| 42 | - ] [ sp:object _:b1 ; | 42 | + ] [ sp:object _:b5 ; |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 43 | + sp:predicate rdfs:comment ; |
| 44 | - sp:subject | 44 | + sp:subject _:b1 |
| 45 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 45 | + ] [ sp:object _:b6 ; |
| 46 | - ] | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 47 | - ] [ sp:object _:b1 ; | 47 | + sp:subject _:b1 |
| 48 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 48 | + ] [ sp:object _:b7 ; |
| 49 | - sp:subject | 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 50 | - [ sp:varName "wellStimulation"^^xsd:string | 50 | + sp:subject _:b6 |
| 51 | - ] | 51 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 52 | - ] [ sp:object | 52 | + sp:predicate rdf:type ; |
| 53 | - [ sp:varName "dTimStart"^^xsd:string | 53 | + sp:subject _:b7 |
| 54 | - ] ; | 54 | + ] [ sp:object _:b8 ; |
| 55 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 55 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 56 | - sp:subject | 56 | + sp:subject _:b7 |
| 57 | - [ sp:varName "wellStimulation"^^xsd:string | 57 | + ] [ sp:object _:b9 ; |
| 58 | - ] | 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 59 | - ] [ sp:object | 59 | + sp:subject _:b7 |
| 60 | - [ sp:varName "dTimEnd"^^xsd:string | 60 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 61 | - ] ; | 61 | + sp:predicate rdf:type ; |
| 62 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 62 | + sp:subject _:b9 |
| 63 | - sp:subject | 63 | + ] [ sp:object _:b10 ; |
| 64 | - [ sp:varName "wellStimulation"^^xsd:string | 64 | + sp:predicate _:b11 ; |
| 65 | - ] | 65 | + sp:subject _:b9 |
| 66 | - ] [ sp:object | 66 | + ] [ sp:object _:b12 ; |
| 67 | - [ sp:varName "description"^^xsd:string | 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 68 | - ] ; | 68 | + sp:subject _:b7 |
| 69 | - sp:predicate rdfs:comment ; | 69 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 70 | - sp:subject | 70 | + sp:predicate rdf:type ; |
| 71 | - [ sp:varName "wellStimulation"^^xsd:string | 71 | + sp:subject _:b12 |
| 72 | - ] | 72 | + ] [ sp:object _:b13 ; |
| 73 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 73 | + sp:predicate _:b14 ; |
| 74 | - sp:predicate rdf:type ; | 74 | + sp:subject _:b12 |
| 75 | - sp:subject _:b1 | 75 | + ] [ sp:object _:b15 ; |
| 76 | - ] [ sp:object _:b2 ; | 76 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 77 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 77 | + sp:subject _:b7 |
| 78 | - sp:subject _:b1 | 78 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
| 79 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 79 | + sp:predicate rdf:type ; |
| 80 | - sp:predicate rdf:type ; | 80 | + sp:subject _:b15 |
| 81 | - sp:subject _:b2 | 81 | + ] [ sp:object _:b16 ; |
| 82 | - ] [ sp:object | 82 | + sp:predicate rdf:type ; |
| 83 | - [ sp:varName "realMdTop"^^xsd:string | 83 | + sp:subject _:b15 |
| 84 | - ] ; | 84 | + ] [ sp:object _:b17 ; |
| 85 | - sp:predicate | 85 | + sp:predicate rdf:type ; |
| 86 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | 86 | + sp:subject _:b15 |
| 87 | - ] ; | 87 | + ] [ sp:object _:b18 ; |
| 88 | - sp:subject _:b2 | 88 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; |
| 89 | - ] [ sp:object _:b3 ; | 89 | + sp:subject _:b15 |
| 90 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 90 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 91 | - sp:subject _:b1 | 91 | + sp:predicate rdf:type ; |
| 92 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 92 | + sp:subject _:b18 |
| 93 | - sp:predicate rdf:type ; | 93 | + ] [ sp:object _:b19 ; |
| 94 | - sp:subject _:b3 | 94 | + sp:predicate _:b20 ; |
| 95 | - ] [ sp:object | 95 | + sp:subject _:b18 |
| 96 | - [ sp:varName "realMdBottom"^^xsd:string | 96 | + ] [ sp:object _:b21 ; |
| 97 | - ] ; | 97 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; |
| 98 | - sp:predicate | 98 | + sp:subject _:b15 |
| 99 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | 99 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 100 | - ] ; | 100 | + sp:predicate rdf:type ; |
| 101 | - sp:subject _:b3 | 101 | + sp:subject _:b21 |
| 102 | - ] [ sp:object _:b4 ; | 102 | + ] [ sp:object _:b22 ; |
| 103 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 103 | + sp:predicate _:b23 ; |
| 104 | - sp:subject _:b1 | 104 | + sp:subject _:b21 |
| 105 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 105 | + ] [ sp:object _:b24 ; |
| 106 | - sp:predicate rdf:type ; | 106 | + sp:predicate rdf:type ; |
| 107 | - sp:subject _:b4 | 107 | + sp:subject _:b15 |
| 108 | - ] [ sp:object | 108 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ; |
| 109 | - [ sp:varName "casingRoleType"^^xsd:string | 109 | + sp:predicate rdf:type ; |
| 110 | - ] ; | 110 | + sp:subject _:b24 |
| 111 | - sp:predicate rdf:type ; | 111 | + ] [ sp:object _:b25 ; |
| 112 | - sp:subject _:b4 | 112 | + sp:predicate _:b26 ; |
| 113 | - ] [ sp:object | 113 | + sp:subject _:b24 |
| 114 | - [ sp:varName "tubeType"^^xsd:string | 114 | + ] [ sp:object _:b27 ; |
| 115 | - ] ; | 115 | + sp:predicate rdf:type ; |
| 116 | - sp:predicate rdf:type ; | 116 | + sp:subject _:b15 |
| 117 | - sp:subject _:b4 | 117 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ; |
| 118 | - ] [ sp:object _:b5 ; | 118 | + sp:predicate rdf:type ; |
| 119 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; | 119 | + sp:subject _:b27 |
| 120 | - sp:subject _:b4 | 120 | + ] [ sp:object _:b28 ; |
| 121 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 121 | + sp:predicate rdfs:label ; |
| 122 | - sp:predicate rdf:type ; | 122 | + sp:subject _:b27 |
| 123 | - sp:subject _:b5 | 123 | + ] [ sp:object _:b29 ; |
| 124 | - ] [ sp:object | 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; |
| 125 | - [ sp:varName "realId"^^xsd:string | 125 | + sp:subject _:b15 |
| 126 | - ] ; | 126 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; |
| 127 | - sp:predicate | 127 | + sp:predicate rdf:type ; |
| 128 | - [ sp:varName "lengthScaleId"^^xsd:string | 128 | + sp:subject _:b29 |
| 129 | - ] ; | 129 | + ] [ sp:object _:b30 ; |
| 130 | - sp:subject _:b5 | 130 | + sp:predicate rdfs:label ; |
| 131 | - ] [ sp:object _:b6 ; | 131 | + sp:subject _:b29 |
| 132 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; | 132 | + ] [ sp:object _:b31 ; |
| 133 | - sp:subject _:b4 | 133 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; |
| 134 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 134 | + sp:subject _:b15 |
| 135 | - sp:predicate rdf:type ; | 135 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 136 | - sp:subject _:b6 | 136 | + sp:predicate rdf:type ; |
| 137 | - ] [ sp:object | 137 | + sp:subject _:b31 |
| 138 | - [ sp:varName "realOd"^^xsd:string | 138 | + ] [ sp:object _:b32 ; |
| 139 | - ] ; | 139 | + sp:predicate _:b33 ; |
| 140 | - sp:predicate | 140 | + sp:subject _:b31 |
| 141 | - [ sp:varName "lengthScaleOd"^^xsd:string | 141 | + ]) ; |
| 142 | - ] ; | 142 | + sp:where ([ sp:object _:b34 ; |
| 143 | - sp:subject _:b6 | 143 | + sp:predicate ep-spin-lib:nameWellbore ; |
| 144 | - ] [ sp:object _:b7 ; | 144 | + sp:subject spin:_this |
| 145 | - sp:predicate rdf:type ; | 145 | + ] [ sp:object _:b3 ; |
| 146 | - sp:subject _:b4 | 146 | + sp:predicate ddr:dTimStart ; |
| 147 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ; | 147 | + sp:subject spin:_this |
| 148 | - sp:predicate rdf:type ; | 148 | + ] [ sp:object _:b35 ; |
| 149 | - sp:subject _:b7 | 149 | + sp:predicate ddr:casing_liner_tubingRef ; |
| 150 | - ] [ sp:object | 150 | + sp:subject spin:_this |
| 151 | - [ sp:varName "realMassPerUnitLength"^^xsd:string | 151 | + ] [ rdf:type sp:Optional ; |
| 152 | - ] ; | 152 | + sp:elements ([ sp:object _:b36 ; |
| 153 | - sp:predicate | 153 | + sp:predicate ddr:typeRef ; |
| 154 | - [ sp:varName "massPerUnitLengthScale"^^xsd:string | 154 | + sp:subject _:b35 |
| 155 | - ] ; | 155 | + ]) |
| 156 | - sp:subject _:b7 | 156 | + ] [ rdf:type sp:Optional ; |
| 157 | - ] [ sp:object _:b8 ; | 157 | + sp:elements ([ sp:object _:b37 ; |
| 158 | - sp:predicate rdf:type ; | 158 | + sp:predicate ddr:idRef ; |
| 159 | - sp:subject _:b4 | 159 | + sp:subject _:b35 |
| 160 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ; | 160 | + ] [ sp:object _:b38 ; |
| 161 | - sp:predicate rdf:type ; | 161 | + sp:predicate ddr:uomRef ; |
| 162 | - sp:subject _:b8 | 162 | + sp:subject _:b37 |
| 163 | - ] [ sp:object | 163 | + ] [ sp:object _:b19 ; |
| 164 | - [ sp:varName "grade"^^xsd:string | 164 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 165 | - ] ; | 165 | + sp:subject _:b37 |
| 166 | - sp:predicate rdfs:label ; | 166 | + ]) |
| 167 | - sp:subject _:b8 | 167 | + ] [ rdf:type sp:Optional ; |
| 168 | - ] [ sp:object _:b9 ; | 168 | + sp:elements ([ sp:object _:b39 ; |
| 169 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; | 169 | + sp:predicate ddr:odRef ; |
| 170 | - sp:subject _:b4 | 170 | + sp:subject _:b35 |
| 171 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; | 171 | + ] [ sp:object _:b40 ; |
| 172 | - sp:predicate rdf:type ; | 172 | + sp:predicate ddr:uomRef ; |
| 173 | - sp:subject _:b9 | 173 | + sp:subject _:b39 |
| 174 | - ] [ sp:object | 174 | + ] [ sp:object _:b22 ; |
| 175 | - [ sp:varName "connection"^^xsd:string | 175 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 176 | - ] ; | 176 | + sp:subject _:b39 |
| 177 | - sp:predicate rdfs:label ; | 177 | + ]) |
| 178 | - sp:subject _:b9 | 178 | + ] [ rdf:type sp:Optional ; |
| 179 | - ] [ sp:object _:b10 ; | 179 | + sp:elements ([ sp:object _:b41 ; |
| 180 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; | 180 | + sp:predicate ddr:weightRef ; |
| 181 | - sp:subject _:b4 | 181 | + sp:subject _:b35 |
| 182 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 182 | + ] [ sp:object _:b42 ; |
| 183 | - sp:predicate rdf:type ; | 183 | + sp:predicate ddr:uomRef ; |
| 184 | - sp:subject _:b10 | 184 | + sp:subject _:b41 |
| 185 | - ] [ sp:object | 185 | + ] [ sp:object _:b25 ; |
| 186 | - [ sp:varName "realLen"^^xsd:string | 186 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 187 | - ] ; | 187 | + sp:subject _:b41 |
| 188 | - sp:predicate | 188 | + ]) |
| 189 | - [ sp:varName "lengthScaleLen"^^xsd:string | 189 | + ] [ rdf:type sp:Optional ; |
| 190 | - ] ; | 190 | + sp:elements ([ sp:object _:b28 ; |
| 191 | - sp:subject _:b10 | 191 | + sp:predicate ddr:grade ; |
| 192 | - ]) ; | 192 | + sp:subject _:b35 |
| 193 | - sp:where ([ sp:object | 193 | + ]) |
| 194 | - [ sp:varName "nameWellBore"^^xsd:string | 194 | + ] [ rdf:type sp:Optional ; |
| 195 | - ] ; | 195 | + sp:elements ([ sp:object _:b30 ; |
| 196 | - sp:predicate ep-spin-lib:nameWellbore ; | 196 | + sp:predicate ddr:connection ; |
| 197 | - sp:subject spin:_this | 197 | + sp:subject _:b35 |
| 198 | - ] [ sp:object | 198 | + ]) |
| 199 | - [ sp:varName "dTimStart"^^xsd:string | 199 | + ] [ rdf:type sp:Optional ; |
| 200 | - ] ; | 200 | + sp:elements ([ sp:object _:b43 ; |
| 201 | - sp:predicate ddr:dTimStart ; | 201 | + sp:predicate ddr:lengthRef ; |
| 202 | - sp:subject spin:_this | 202 | + sp:subject _:b35 |
| 203 | - ] [ sp:object | 203 | + ] [ sp:object _:b44 ; |
| 204 | - [ sp:varName "casingLinerTubing"^^xsd:string | 204 | + sp:predicate ddr:uomRef ; |
| 205 | - ] ; | 205 | + sp:subject _:b43 |
| 206 | - sp:predicate ddr:casing_liner_tubingRef ; | 206 | + ] [ sp:object _:b32 ; |
| 207 | - sp:subject spin:_this | 207 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 208 | - ] [ sp:object | 208 | + sp:subject _:b43 |
| 209 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 209 | + ]) |
| 210 | - ] ; | 210 | + ] [ rdf:type sp:Optional ; |
| 211 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 211 | + sp:elements ([ sp:object _:b45 ; |
| 212 | - sp:subject | 212 | + sp:predicate ddr:mdTopRef ; |
| 213 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 213 | + sp:subject _:b35 |
| 214 | - ] | 214 | + ] [ sp:object _:b46 ; |
| 215 | - ] [ rdf:type sp:Optional ; | 215 | + sp:predicate ddr:uomRef ; |
| 216 | - sp:elements ([ sp:object | 216 | + sp:subject _:b45 |
| 217 | - [ sp:varName "enumTubeType"^^xsd:string | 217 | + ] [ sp:object _:b10 ; |
| 218 | - ] ; | 218 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 219 | - sp:predicate ddr:typeRef ; | 219 | + sp:subject _:b45 |
| 220 | - sp:subject | 220 | + ]) |
| 221 | - [ sp:varName "casingLinerTubing"^^xsd:string | 221 | + ] [ rdf:type sp:Optional ; |
| 222 | - ] | 222 | + sp:elements ([ sp:object _:b47 ; |
| 223 | - ]) | 223 | + sp:predicate ddr:mdBottomRef ; |
| 224 | - ] [ rdf:type sp:Optional ; | 224 | + sp:subject _:b35 |
| 225 | - sp:elements ([ sp:object | 225 | + ] [ sp:object _:b48 ; |
| 226 | - [ sp:varName "id"^^xsd:string | 226 | + sp:predicate ddr:uomRef ; |
| 227 | - ] ; | 227 | + sp:subject _:b47 |
| 228 | - sp:predicate ddr:idRef ; | 228 | + ] [ sp:object _:b13 ; |
| 229 | - sp:subject | 229 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 230 | - [ sp:varName "casingLinerTubing"^^xsd:string | 230 | + sp:subject _:b47 |
| 231 | - ] | 231 | + ]) |
| 232 | - ] [ sp:object | 232 | + ] [ rdf:type sp:Optional ; |
| 233 | - [ sp:varName "uomId"^^xsd:string | 233 | + sp:elements ([ sp:object _:b49 ; |
| 234 | - ] ; | 234 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
| 235 | - sp:predicate ddr:uomRef ; | 235 | + sp:subject _:b35 |
| 236 | - sp:subject | 236 | + ] [ sp:object _:b50 ; |
| 237 | - [ sp:varName "id"^^xsd:string | 237 | + sp:predicate ddr:casingTypeRef ; |
| 238 | - ] | 238 | + sp:subject _:b49 |
| 239 | - ] [ sp:object | 239 | + ]) |
| 240 | - [ sp:varName "realId"^^xsd:string | 240 | + ] [ rdf:type sp:Optional ; |
| 241 | - ] ; | 241 | + sp:elements ([ sp:object _:b49 ; |
| 242 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 242 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
| 243 | - sp:subject | 243 | + sp:subject _:b35 |
| 244 | - [ sp:varName "id"^^xsd:string | 244 | + ] [ sp:object _:b5 ; |
| 245 | - ] | 245 | + sp:predicate ddr:description ; |
| 246 | - ]) | 246 | + sp:subject _:b49 |
| 247 | - ] [ rdf:type sp:Optional ; | 247 | + ]) |
| 248 | - sp:elements ([ sp:object | 248 | + ] [ rdf:type sp:Optional ; |
| 249 | - [ sp:varName "od"^^xsd:string | 249 | + sp:elements ([ sp:object _:b49 ; |
| 250 | - ] ; | 250 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
| 251 | - sp:predicate ddr:odRef ; | 251 | + sp:subject _:b35 |
| 252 | - sp:subject | 252 | + ] [ sp:object _:b3 ; |
| 253 | - [ sp:varName "casingLinerTubing"^^xsd:string | 253 | + sp:predicate ddr:dTimStart ; |
| 254 | - ] | 254 | + sp:subject _:b49 |
| 255 | - ] [ sp:object | 255 | + ]) |
| 256 | - [ sp:varName "uomOd"^^xsd:string | 256 | + ] [ rdf:type sp:Optional ; |
| 257 | - ] ; | 257 | + sp:elements ([ sp:object _:b49 ; |
| 258 | - sp:predicate ddr:uomRef ; | 258 | + sp:predicate ddr:casing_liner_tubing_runRef ; |
| 259 | - sp:subject | 259 | + sp:subject _:b35 |
| 260 | - [ sp:varName "od"^^xsd:string | 260 | + ] [ sp:object _:b4 ; |
| 261 | - ] | 261 | + sp:predicate ddr:dTimEnd ; |
| 262 | - ] [ sp:object | 262 | + sp:subject _:b49 |
| 263 | - [ sp:varName "realOd"^^xsd:string | 263 | + ]) |
| 264 | - ] ; | 264 | + ] [ rdf:type sp:Bind ; |
| 265 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 265 | + sp:expression |
| 266 | - sp:subject | 266 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 267 | - [ sp:varName "od"^^xsd:string | 267 | + sp:arg1 _:b34 |
| 268 | - ] | 268 | + ] ; |
| 269 | - ]) | 269 | + sp:variable _:b51 |
| 270 | - ] [ rdf:type sp:Optional ; | 270 | + ] [ rdf:type sp:Bind ; |
| 271 | - sp:elements ([ sp:object | 271 | + sp:expression |
| 272 | - [ sp:varName "weight"^^xsd:string | 272 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 273 | - ] ; | 273 | + sp:arg1 _:b51 ; |
| 274 | - sp:predicate ddr:weightRef ; | 274 | + sp:arg2 _:b3 |
| 275 | - sp:subject | 275 | + ] ; |
| 276 | - [ sp:varName "casingLinerTubing"^^xsd:string | 276 | + sp:variable _:b2 |
| 277 | - ] | 277 | + ] [ rdf:type sp:Bind ; |
| 278 | - ] [ sp:object | 278 | + sp:expression |
| 279 | - [ sp:varName "uomWeight"^^xsd:string | 279 | + [ rdf:type afn:localname ; |
| 280 | - ] ; | 280 | + sp:arg1 _:b35 |
| 281 | - sp:predicate ddr:uomRef ; | 281 | + ] ; |
| 282 | - sp:subject | 282 | + sp:variable _:b52 |
| 283 | - [ sp:varName "weight"^^xsd:string | 283 | + ] [ rdf:type sp:Bind ; |
| 284 | - ] | 284 | + sp:expression |
| 285 | - ] [ sp:object | 285 | + [ rdf:type ep-spin-lib:buildWellStimulationURI ; |
| 286 | - [ sp:varName "realMassPerUnitLength"^^xsd:string | 286 | + sp:arg1 _:b51 ; |
| 287 | - ] ; | 287 | + sp:arg2 _:b52 |
| 288 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 288 | + ] ; |
| 289 | - sp:subject | 289 | + sp:variable _:b1 |
| 290 | - [ sp:varName "weight"^^xsd:string | 290 | + ] [ rdf:type sp:Bind ; |
| 291 | - ] | 291 | + sp:expression |
| 292 | - ]) | 292 | + [ rdf:type ep-spin-lib:selectCasingRoleType ; |
| 293 | - ] [ rdf:type sp:Optional ; | 293 | + sp:arg1 _:b50 |
| 294 | - sp:elements ([ sp:object | 294 | + ] ; |
| 295 | - [ sp:varName "grade"^^xsd:string | 295 | + sp:variable _:b16 |
| 296 | - ] ; | 296 | + ] [ rdf:type sp:Bind ; |
| 297 | - sp:predicate ddr:grade ; | 297 | + sp:expression |
| 298 | - sp:subject | 298 | + [ rdf:type ep-spin-lib:selectTubeType ; |
| 299 | - [ sp:varName "casingLinerTubing"^^xsd:string | 299 | + sp:arg1 _:b36 |
| 300 | - ] | 300 | + ] ; |
| 301 | - ]) | 301 | + sp:variable _:b17 |
| 302 | - ] [ rdf:type sp:Optional ; | 302 | + ] [ rdf:type sp:Bind ; |
| 303 | - sp:elements ([ sp:object | 303 | + sp:expression |
| 304 | - [ sp:varName "connection"^^xsd:string | 304 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 305 | - ] ; | 305 | + sp:arg1 _:b38 |
| 306 | - sp:predicate ddr:connection ; | 306 | + ] ; |
| 307 | - sp:subject | 307 | + sp:variable _:b20 |
| 308 | - [ sp:varName "casingLinerTubing"^^xsd:string | 308 | + ] [ rdf:type sp:Bind ; |
| 309 | - ] | 309 | + sp:expression |
| 310 | - ]) | 310 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 311 | - ] [ rdf:type sp:Optional ; | 311 | + sp:arg1 _:b40 |
| 312 | - sp:elements ([ sp:object | 312 | + ] ; |
| 313 | - [ sp:varName "length"^^xsd:string | 313 | + sp:variable _:b23 |
| 314 | - ] ; | 314 | + ] [ rdf:type sp:Bind ; |
| 315 | - sp:predicate ddr:lengthRef ; | 315 | + sp:expression |
| 316 | - sp:subject | 316 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 317 | - [ sp:varName "casingLinerTubing"^^xsd:string | 317 | + sp:arg1 _:b44 |
| 318 | - ] | 318 | + ] ; |
| 319 | - ] [ sp:object | 319 | + sp:variable _:b33 |
| 320 | - [ sp:varName "uomLen"^^xsd:string | 320 | + ] [ rdf:type sp:Bind ; |
| 321 | - ] ; | 321 | + sp:expression |
| 322 | - sp:predicate ddr:uomRef ; | 322 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 323 | - sp:subject | 323 | + sp:arg1 _:b46 |
| 324 | - [ sp:varName "length"^^xsd:string | 324 | + ] ; |
| 325 | - ] | 325 | + sp:variable _:b11 |
| 326 | - ] [ sp:object | 326 | + ] [ rdf:type sp:Bind ; |
| 327 | - [ sp:varName "realLen"^^xsd:string | 327 | + sp:expression |
| 328 | - ] ; | 328 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 329 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 329 | + sp:arg1 _:b48 |
| 330 | - sp:subject | 330 | + ] ; |
| 331 | - [ sp:varName "length"^^xsd:string | 331 | + sp:variable _:b14 |
| 332 | - ] | 332 | + ] [ rdf:type sp:Bind ; |
| 333 | - ]) | 333 | + sp:expression |
| 334 | - ] [ rdf:type sp:Optional ; | 334 | + [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; |
| 335 | - sp:elements ([ sp:object | 335 | + sp:arg1 _:b42 |
| 336 | - [ sp:varName "mdTop"^^xsd:string | 336 | + ] ; |
| 337 | - ] ; | 337 | + sp:variable _:b26 |
| 338 | - sp:predicate ddr:mdTopRef ; | 338 | + ] [ rdf:type sp:Bind ; |
| 339 | - sp:subject | 339 | + sp:expression |
| 340 | - [ sp:varName "casingLinerTubing"^^xsd:string | 340 | + [ rdf:type rhspin:wellBoreByName ; |
| 341 | - ] | 341 | + arg:wellBoreName |
| 342 | - ] [ sp:object | 342 | + [ rdf:type xsd:string ; |
| 343 | - [ sp:varName "uomMdTop"^^xsd:string | 343 | + sp:arg1 _:b34 |
| 344 | - ] ; | 344 | + ] |
| 345 | - sp:predicate ddr:uomRef ; | 345 | + ] ; |
| 346 | - sp:subject | 346 | + sp:variable _:b8 |
| 347 | - [ sp:varName "mdTop"^^xsd:string | 347 | + ]) |
| 348 | - ] | 348 | + ] . |
| 349 | - ] [ sp:object | 349 | + |
| 350 | - [ sp:varName "realMdTop"^^xsd:string | 350 | +_:b34 |
| 351 | - ] ; | 351 | + sp:varName "nameWellBore"^^xsd:string . |
| 352 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 352 | + |
| 353 | - sp:subject | 353 | +_:b3 sp:varName "dTimStart"^^xsd:string . |
| 354 | - [ sp:varName "mdTop"^^xsd:string | 354 | + |
| 355 | - ] | 355 | +_:b35 |
| 356 | - ]) | 356 | + sp:varName "casingLinerTubing"^^xsd:string . |
| 357 | - ] [ rdf:type sp:Optional ; | 357 | + |
| 358 | - sp:elements ([ sp:object | 358 | +_:b36 |
| 359 | - [ sp:varName "mdBottom"^^xsd:string | 359 | + sp:varName "enumTubeType"^^xsd:string . |
| 360 | - ] ; | 360 | + |
| 361 | - sp:predicate ddr:mdBottomRef ; | 361 | +_:b37 |
| 362 | - sp:subject | 362 | + sp:varName "id"^^xsd:string . |
| 363 | - [ sp:varName "casingLinerTubing"^^xsd:string | 363 | + |
| 364 | - ] | 364 | +_:b38 |
| 365 | - ] [ sp:object | 365 | + sp:varName "uomId"^^xsd:string . |
| 366 | - [ sp:varName "uomMdBottom"^^xsd:string | 366 | + |
| 367 | - ] ; | 367 | +_:b19 |
| 368 | - sp:predicate ddr:uomRef ; | 368 | + sp:varName "realId"^^xsd:string . |
| 369 | - sp:subject | 369 | + |
| 370 | - [ sp:varName "mdBottom"^^xsd:string | 370 | +_:b39 |
| 371 | - ] | 371 | + sp:varName "od"^^xsd:string . |
| 372 | - ] [ sp:object | 372 | + |
| 373 | - [ sp:varName "realMdBottom"^^xsd:string | 373 | +_:b40 |
| 374 | - ] ; | 374 | + sp:varName "uomOd"^^xsd:string . |
| 375 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 375 | + |
| 376 | - sp:subject | 376 | +_:b22 |
| 377 | - [ sp:varName "mdBottom"^^xsd:string | 377 | + sp:varName "realOd"^^xsd:string . |
| 378 | - ] | 378 | + |
| 379 | - ]) | 379 | +_:b41 |
| 380 | - ] [ rdf:type sp:Optional ; | 380 | + sp:varName "weight"^^xsd:string . |
| 381 | - sp:elements ([ sp:object | 381 | + |
| 382 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 382 | +_:b42 |
| 383 | - ] ; | 383 | + sp:varName "uomWeight"^^xsd:string . |
| 384 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 384 | + |
| 385 | - sp:subject | 385 | +_:b25 |
| 386 | - [ sp:varName "casingLinerTubing"^^xsd:string | 386 | + sp:varName "realMassPerUnitLength"^^xsd:string . |
| 387 | - ] | 387 | + |
| 388 | - ] [ sp:object | 388 | +_:b28 |
| 389 | - [ sp:varName "enumCasingType"^^xsd:string | 389 | + sp:varName "grade"^^xsd:string . |
| 390 | - ] ; | 390 | + |
| 391 | - sp:predicate ddr:casingTypeRef ; | 391 | +_:b30 |
| 392 | - sp:subject | 392 | + sp:varName "connection"^^xsd:string . |
| 393 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 393 | + |
| 394 | - ] | 394 | +_:b43 |
| 395 | - ]) | 395 | + sp:varName "length"^^xsd:string . |
| 396 | - ] [ rdf:type sp:Optional ; | 396 | + |
| 397 | - sp:elements ([ sp:object | 397 | +_:b44 |
| 398 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 398 | + sp:varName "uomLen"^^xsd:string . |
| 399 | - ] ; | 399 | + |
| 400 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 400 | +_:b32 |
| 401 | - sp:subject | 401 | + sp:varName "realLen"^^xsd:string . |
| 402 | - [ sp:varName "casingLinerTubing"^^xsd:string | 402 | + |
| 403 | - ] | 403 | +_:b45 |
| 404 | - ] [ sp:object | 404 | + sp:varName "mdTop"^^xsd:string . |
| 405 | - [ sp:varName "description"^^xsd:string | 405 | + |
| 406 | - ] ; | 406 | +_:b46 |
| 407 | - sp:predicate ddr:description ; | 407 | + sp:varName "uomMdTop"^^xsd:string . |
| 408 | - sp:subject | 408 | + |
| 409 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 409 | +_:b10 |
| 410 | - ] | 410 | + sp:varName "realMdTop"^^xsd:string . |
| 411 | - ]) | 411 | + |
| 412 | - ] [ rdf:type sp:Optional ; | 412 | +_:b47 |
| 413 | - sp:elements ([ sp:object | 413 | + sp:varName "mdBottom"^^xsd:string . |
| 414 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 414 | + |
| 415 | - ] ; | 415 | +_:b48 |
| 416 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 416 | + sp:varName "uomMdBottom"^^xsd:string . |
| 417 | - sp:subject | 417 | + |
| 418 | - [ sp:varName "casingLinerTubing"^^xsd:string | 418 | +_:b13 |
| 419 | - ] | 419 | + sp:varName "realMdBottom"^^xsd:string . |
| 420 | - ] [ sp:object | 420 | + |
| 421 | - [ sp:varName "dTimStart"^^xsd:string | 421 | +_:b49 |
| 422 | - ] ; | 422 | + sp:varName "casingLinerTubingRun"^^xsd:string . |
| 423 | - sp:predicate ddr:dTimStart ; | 423 | + |
| 424 | - sp:subject | 424 | +_:b50 |
| 425 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 425 | + sp:varName "enumCasingType"^^xsd:string . |
| 426 | - ] | 426 | + |
| 427 | - ]) | 427 | +_:b5 sp:varName "description"^^xsd:string . |
| 428 | - ] [ rdf:type sp:Optional ; | 428 | + |
| 429 | - sp:elements ([ sp:object | 429 | +_:b4 sp:varName "dTimEnd"^^xsd:string . |
| 430 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 430 | + |
| 431 | - ] ; | 431 | +_:b51 |
| 432 | - sp:predicate ddr:casing_liner_tubing_runRef ; | 432 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 433 | - sp:subject | 433 | + |
| 434 | - [ sp:varName "casingLinerTubing"^^xsd:string | 434 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 435 | - ] | 435 | + |
| 436 | - ] [ sp:object | 436 | +_:b52 |
| 437 | - [ sp:varName "dTimEnd"^^xsd:string | 437 | + sp:varName "localname"^^xsd:string . |
| 438 | - ] ; | 438 | + |
| 439 | - sp:predicate ddr:dTimEnd ; | 439 | +_:b1 sp:varName "wellStimulation"^^xsd:string . |
| 440 | - sp:subject | 440 | + |
| 441 | - [ sp:varName "casingLinerTubingRun"^^xsd:string | 441 | +_:b16 |
| 442 | - ] | 442 | + sp:varName "casingRoleType"^^xsd:string . |
| 443 | - ]) | 443 | + |
| 444 | - ] [ rdf:type sp:Bind ; | 444 | +_:b17 |
| 445 | - sp:expression | 445 | + sp:varName "tubeType"^^xsd:string . |
| 446 | - [ rdf:type ep-spin-lib:normalizeString ; | 446 | + |
| 447 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 447 | +_:b20 |
| 448 | - ] | 448 | + sp:varName "lengthScaleId"^^xsd:string . |
| 449 | - ] ; | 449 | + |
| 450 | - sp:variable | 450 | +_:b23 |
| 451 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 451 | + sp:varName "lengthScaleOd"^^xsd:string . |
| 452 | - ] | 452 | + |
| 453 | - ] [ rdf:type sp:Bind ; | 453 | +_:b33 |
| 454 | - sp:expression | 454 | + sp:varName "lengthScaleLen"^^xsd:string . |
| 455 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 455 | + |
| 456 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 456 | +_:b11 |
| 457 | - ] ; | 457 | + sp:varName "lengthScaleMdTop"^^xsd:string . |
| 458 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 458 | + |
| 459 | - ] | 459 | +_:b14 |
| 460 | - ] ; | 460 | + sp:varName "lengthScaleMdBottom"^^xsd:string . |
| 461 | - sp:variable | 461 | + |
| 462 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 462 | +_:b26 |
| 463 | - ] | 463 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 464 | - ] [ rdf:type sp:Bind ; | 464 | + |
| 465 | - sp:expression | 465 | +_:b8 sp:varName "wellBore"^^xsd:string . |
| 466 | - [ rdf:type afn:localname ; | ||
| 467 | - sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string | ||
| 468 | - ] | ||
| 469 | - ] ; | ||
| 470 | - sp:variable | ||
| 471 | - [ sp:varName "localname"^^xsd:string | ||
| 472 | - ] | ||
| 473 | - ] [ rdf:type sp:Bind ; | ||
| 474 | - sp:expression | ||
| 475 | - [ rdf:type ep-spin-lib:buildWellStimulationURI ; | ||
| 476 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 477 | - ] ; | ||
| 478 | - sp:arg2 [ sp:varName "localname"^^xsd:string | ||
| 479 | - ] | ||
| 480 | - ] ; | ||
| 481 | - sp:variable | ||
| 482 | - [ sp:varName "wellStimulation"^^xsd:string | ||
| 483 | - ] | ||
| 484 | - ] [ rdf:type sp:Bind ; | ||
| 485 | - sp:expression | ||
| 486 | - [ rdf:type ep-spin-lib:selectCasingRoleType ; | ||
| 487 | - sp:arg1 [ sp:varName "enumCasingType"^^xsd:string | ||
| 488 | - ] | ||
| 489 | - ] ; | ||
| 490 | - sp:variable | ||
| 491 | - [ sp:varName "casingRoleType"^^xsd:string | ||
| 492 | - ] | ||
| 493 | - ] [ rdf:type sp:Bind ; | ||
| 494 | - sp:expression | ||
| 495 | - [ rdf:type ep-spin-lib:selectTubeType ; | ||
| 496 | - sp:arg1 [ sp:varName "enumTubeType"^^xsd:string | ||
| 497 | - ] | ||
| 498 | - ] ; | ||
| 499 | - sp:variable | ||
| 500 | - [ sp:varName "tubeType"^^xsd:string | ||
| 501 | - ] | ||
| 502 | - ] [ rdf:type sp:Bind ; | ||
| 503 | - sp:expression | ||
| 504 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 505 | - sp:arg1 [ sp:varName "uomId"^^xsd:string | ||
| 506 | - ] | ||
| 507 | - ] ; | ||
| 508 | - sp:variable | ||
| 509 | - [ sp:varName "lengthScaleId"^^xsd:string | ||
| 510 | - ] | ||
| 511 | - ] [ rdf:type sp:Bind ; | ||
| 512 | - sp:expression | ||
| 513 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 514 | - sp:arg1 [ sp:varName "uomOd"^^xsd:string | ||
| 515 | - ] | ||
| 516 | - ] ; | ||
| 517 | - sp:variable | ||
| 518 | - [ sp:varName "lengthScaleOd"^^xsd:string | ||
| 519 | - ] | ||
| 520 | - ] [ rdf:type sp:Bind ; | ||
| 521 | - sp:expression | ||
| 522 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 523 | - sp:arg1 [ sp:varName "uomLen"^^xsd:string | ||
| 524 | - ] | ||
| 525 | - ] ; | ||
| 526 | - sp:variable | ||
| 527 | - [ sp:varName "lengthScaleLen"^^xsd:string | ||
| 528 | - ] | ||
| 529 | - ] [ rdf:type sp:Bind ; | ||
| 530 | - sp:expression | ||
| 531 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 532 | - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | ||
| 533 | - ] | ||
| 534 | - ] ; | ||
| 535 | - sp:variable | ||
| 536 | - [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 537 | - ] | ||
| 538 | - ] [ rdf:type sp:Bind ; | ||
| 539 | - sp:expression | ||
| 540 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 541 | - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | ||
| 542 | - ] | ||
| 543 | - ] ; | ||
| 544 | - sp:variable | ||
| 545 | - [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 546 | - ] | ||
| 547 | - ] [ rdf:type sp:Bind ; | ||
| 548 | - sp:expression | ||
| 549 | - [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; | ||
| 550 | - sp:arg1 [ sp:varName "uomWeight"^^xsd:string | ||
| 551 | - ] | ||
| 552 | - ] ; | ||
| 553 | - sp:variable | ||
| 554 | - [ sp:varName "massPerUnitLengthScale"^^xsd:string | ||
| 555 | - ] | ||
| 556 | - ]) | ||
| 557 | - ] . | ... | ... |
-
Please register or login to post a comment