Showing
14 changed files
with
3182 additions
and
847 deletions
| 1 | -# Saved by TopBraid on Thu Oct 27 14:28:43 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 2 | -# 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 |
| 3 | -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | 3 | +# imports: http://www.linkedmodel.org/schema/vaem |
| 4 | -# imports: http://www.linkedmodel.org/schema/vaem | 4 | + |
| 5 | - | 5 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 6 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 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 xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | + |
| 11 | - | 11 | +<http://www.reportinghub.no/ep/schema/1.0/core> |
| 12 | -<http://www.reportinghub.no/ep/schema/1.0/core> | 12 | + rdf:type owl:Ontology ; |
| 13 | - 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> ; |
| 14 | - 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 . |
| 15 | - owl:versionInfo "0.1.0"^^xsd:string . | 15 | + |
| 16 | - | 16 | +ep-core:Class_of_indirect_property |
| 17 | -ep-core:Class_of_indirect_property | 17 | + rdf:type owl:Class ; |
| 18 | - rdf:type owl:Class ; | 18 | + rdfs:label "class of indirect property"^^xsd:string ; |
| 19 | - rdfs:label "class of indirect property"^^xsd:string ; | 19 | + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . |
| 20 | - rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . | 20 | + |
| 21 | - | 21 | +ep-core:Density |
| 22 | -ep-core:Density | 22 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 23 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 23 | + rdfs:label "density"^^xsd:string ; |
| 24 | - rdfs:label "density"^^xsd:string ; | 24 | + rdfs:subClassOf owl:Class . |
| 25 | - rdfs:subClassOf owl:Class . | 25 | + |
| 26 | - | 26 | +ep-core:Length |
| 27 | -ep-core:Length | 27 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 28 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 28 | + rdfs:label "length"^^xsd:string ; |
| 29 | - rdfs:label "length"^^xsd:string ; | 29 | + rdfs:subClassOf owl:Class . |
| 30 | - rdfs:subClassOf owl:Class . | 30 | + |
| 31 | - | 31 | +ep-core:MassPerUnitLength |
| 32 | -ep-core:MassPerUnitLength | 32 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 33 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 33 | + rdfs:label "mass per unit length"^^xsd:string ; |
| 34 | - rdfs:label "mass per unit length"^^xsd:string ; | 34 | + rdfs:subClassOf owl:Class . |
| 35 | - rdfs:subClassOf owl:Class . | 35 | + |
| 36 | - | 36 | +ep-core:MeasureOfAmountOfMaterial |
| 37 | -ep-core:MeasureOfAmountOfMaterial | 37 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 38 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 38 | + rdfs:label "measure of amount of material"^^xsd:string ; |
| 39 | - rdfs:label "measure of amount of material"^^xsd:string ; | 39 | + rdfs:subClassOf owl:Class . |
| 40 | - rdfs:subClassOf owl:Class . | 40 | + |
| 41 | - | 41 | +ep-core:PhysicalObject |
| 42 | -ep-core:PhysicalObject | 42 | + rdf:type owl:Class ; |
| 43 | - rdf:type owl:Class ; | 43 | + rdfs:label "physical object"^^xsd:string ; |
| 44 | - rdfs:label "physical object"^^xsd:string ; | 44 | + rdfs:subClassOf ep-core:PhysicalThing . |
| 45 | - rdfs:subClassOf ep-core:PhysicalThing . | 45 | + |
| 46 | - | 46 | +ep-core:PhysicalThing |
| 47 | -ep-core:PhysicalThing | 47 | + rdf:type owl:Class ; |
| 48 | - rdf:type owl:Class ; | 48 | + rdfs:label "physical thing"^^xsd:string ; |
| 49 | - rdfs:label "physical thing"^^xsd:string ; | 49 | + rdfs:subClassOf owl:Thing . |
| 50 | - rdfs:subClassOf owl:Thing . | 50 | + |
| 51 | - | 51 | +ep-core:PlaneAngle |
| 52 | -ep-core:PlaneAngle | 52 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 53 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 53 | + rdfs:label "plane angle"^^xsd:string ; |
| 54 | - rdfs:label "plane angle"^^xsd:string ; | 54 | + rdfs:subClassOf owl:Class . |
| 55 | - rdfs:subClassOf owl:Class . | 55 | + |
| 56 | - | 56 | +ep-core:PlasticViscosity |
| 57 | -ep-core:PlasticViscosity | 57 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 58 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 58 | + rdfs:label "plastic viscosity"^^xsd:string ; |
| 59 | - rdfs:label "plastic viscosity"^^xsd:string ; | 59 | + rdfs:subClassOf owl:Class . |
| 60 | - rdfs:subClassOf owl:Class . | 60 | + |
| 61 | - | 61 | +ep-core:Pressure |
| 62 | -ep-core:Pressure | 62 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 63 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 63 | + rdfs:label "pressure"^^xsd:string ; |
| 64 | - rdfs:label "pressure"^^xsd:string ; | 64 | + rdfs:subClassOf owl:Class . |
| 65 | - rdfs:subClassOf owl:Class . | 65 | + |
| 66 | - | 66 | +ep-core:PropertySpace |
| 67 | -ep-core:PropertySpace | 67 | + rdf:type rdfs:Class ; |
| 68 | - rdf:type rdfs:Class ; | 68 | + rdfs:label "property space"^^xsd:string ; |
| 69 | - rdfs:label "property space"^^xsd:string ; | 69 | + rdfs:subClassOf owl:Class . |
| 70 | - rdfs:subClassOf owl:Class . | 70 | + |
| 71 | - | 71 | +ep-core:Ratio |
| 72 | -ep-core:Ratio | 72 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 73 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 73 | + rdfs:label "ratio"^^xsd:string . |
| 74 | - rdfs:label "ratio"^^xsd:string ; | 74 | + |
| 75 | - rdfs:subClassOf owl:Class . | 75 | +ep-core:Scale |
| 76 | - | 76 | + rdf:type owl:Class ; |
| 77 | -ep-core:Scale | 77 | + rdfs:label "scale"^^xsd:string ; |
| 78 | - rdf:type owl:Class ; | 78 | + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . |
| 79 | - rdfs:label "scale"^^xsd:string ; | 79 | + |
| 80 | - rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . | 80 | +ep-core:SpecificMass |
| 81 | - | 81 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 82 | -ep-core:SpecificMass | 82 | + rdfs:label "specific mass"^^xsd:string ; |
| 83 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 83 | + rdfs:subClassOf owl:Class . |
| 84 | - rdfs:label "specific mass"^^xsd:string ; | 84 | + |
| 85 | - rdfs:subClassOf owl:Class . | 85 | +ep-core:SpecificVolume |
| 86 | - | 86 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 87 | -ep-core:SpecificVolume | 87 | + rdfs:label "specific volume"^^xsd:string ; |
| 88 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 88 | + rdfs:subClassOf owl:Class . |
| 89 | - rdfs:label "specific volume"^^xsd:string ; | 89 | + |
| 90 | - rdfs:subClassOf owl:Class . | 90 | +ep-core:Speed |
| 91 | - | 91 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 92 | -ep-core:Speed | 92 | + rdfs:label "speed"^^xsd:string ; |
| 93 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 93 | + rdfs:subClassOf owl:Class . |
| 94 | - rdfs:label "speed"^^xsd:string ; | 94 | + |
| 95 | - rdfs:subClassOf owl:Class . | 95 | +ep-core:StrengthOfRockFormation |
| 96 | - | 96 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 97 | -ep-core:StrengthOfRockFormation | 97 | + rdfs:label "strength of rock formation"^^xsd:string ; |
| 98 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 98 | + rdfs:subClassOf owl:Class . |
| 99 | - rdfs:label "strength of rock formation"^^xsd:string ; | 99 | + |
| 100 | - rdfs:subClassOf owl:Class . | 100 | +ep-core:Temperature |
| 101 | - | 101 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 102 | -ep-core:Temperature | 102 | + rdfs:label "temperature"^^xsd:string ; |
| 103 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 103 | + rdfs:subClassOf owl:Class . |
| 104 | - rdfs:label "temperature"^^xsd:string ; | 104 | + |
| 105 | - rdfs:subClassOf owl:Class . | 105 | +ep-core:TimeDuration |
| 106 | - | 106 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 107 | -ep-core:TimeDuration | 107 | + rdfs:label "time duration"^^xsd:string ; |
| 108 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 108 | + rdfs:subClassOf owl:Class . |
| 109 | - rdfs:label "time duration"^^xsd:string ; | 109 | + |
| 110 | - rdfs:subClassOf owl:Class . | 110 | +ep-core:Volume |
| 111 | - | 111 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 112 | -ep-core:Volume | 112 | + rdfs:label "volume"^^xsd:string ; |
| 113 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 113 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 114 | - rdfs:label "volume"^^xsd:string ; | 114 | + |
| 115 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 115 | +ep-core:VolumeAt15degC1atm |
| 116 | - | 116 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 117 | -ep-core:VolumeAt15degC1atm | 117 | + rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 118 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 118 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 119 | - rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; | 119 | + |
| 120 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 120 | +ep-core:VolumeAt1degC1atm |
| 121 | - | 121 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 122 | -ep-core:VolumeAt1degC1atm | 122 | + rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 123 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 123 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 124 | - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 124 | + |
| 125 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 125 | +ep-core:VolumeAt60degF1atm |
| 126 | - | 126 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 127 | -ep-core:VolumeAt60degF1atm | 127 | + rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 128 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 128 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 129 | - rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; | 129 | + |
| 130 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 130 | +ep-core:VolumetricFlowRate |
| 131 | - | 131 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 132 | -ep-core:VolumetricFlowRate | 132 | + rdfs:label "volumetric flow rate"^^xsd:string ; |
| 133 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 133 | + rdfs:subClassOf owl:Class . |
| 134 | - rdfs:label "volumetric flow rate"^^xsd:string ; | 134 | + |
| 135 | - rdfs:subClassOf owl:Class . | 135 | +ep-core:YieldPoint |
| 136 | - | 136 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 137 | -ep-core:YieldPoint | 137 | + rdfs:label "yield point"^^xsd:string ; |
| 138 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 138 | + rdfs:subClassOf owl:Class . |
| 139 | - rdfs:label "yield point"^^xsd:string ; | 139 | + |
| 140 | - rdfs:subClassOf owl:Class . | 140 | +ep-core:apiName |
| 141 | - | 141 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 142 | -ep-core:apiName | 142 | + rdfs:label "API name"^^xsd:string ; |
| 143 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 143 | + rdfs:range xsd:string ; |
| 144 | - rdfs:label "API name"^^xsd:string ; | 144 | + rdfs:subPropertyOf ep-core:name . |
| 145 | - rdfs:range xsd:string ; | 145 | + |
| 146 | - rdfs:subPropertyOf ep-core:name . | 146 | +ep-core:bar |
| 147 | - | 147 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 148 | -ep-core:bar | 148 | + rdfs:domain ep-core:Pressure ; |
| 149 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 149 | + rdfs:label "bar"^^xsd:string . |
| 150 | - rdfs:domain ep-core:Pressure ; | 150 | + |
| 151 | - rdfs:label "bar"^^xsd:string . | 151 | +ep-core:barrel |
| 152 | - | 152 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 153 | -ep-core:barrel | 153 | + rdfs:label "barrel"^^xsd:string . |
| 154 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 154 | + |
| 155 | - rdfs:label "barrel"^^xsd:string . | 155 | +ep-core:basisFor |
| 156 | - | 156 | + rdf:type owl:ObjectProperty ; |
| 157 | -ep-core:basisFor | 157 | + rdfs:label "basis for"^^xsd:string . |
| 158 | - rdf:type owl:ObjectProperty ; | 158 | + |
| 159 | - rdfs:label "basis for"^^xsd:string . | 159 | +ep-core:celsius |
| 160 | - | 160 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 161 | -ep-core:celsius | 161 | + rdfs:domain ep-core:Temperature ; |
| 162 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 162 | + rdfs:label "celsius"^^xsd:string . |
| 163 | - rdfs:domain ep-core:Temperature ; | 163 | + |
| 164 | - rdfs:label "celsius"^^xsd:string . | 164 | +ep-core:centiPoise |
| 165 | - | 165 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 166 | -ep-core:centiPoise | 166 | + rdfs:domain ep-core:PlasticViscosity ; |
| 167 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 167 | + rdfs:label "cP"^^xsd:string . |
| 168 | - rdfs:domain ep-core:PlasticViscosity ; | 168 | + |
| 169 | - rdfs:label "cP"^^xsd:string . | 169 | +ep-core:day |
| 170 | - | 170 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 171 | -ep-core:day | 171 | + rdfs:domain ep-core:TimeDuration ; |
| 172 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 172 | + rdfs:label "day"^^xsd:string . |
| 173 | - rdfs:domain ep-core:TimeDuration ; | 173 | + |
| 174 | - rdfs:label "day"^^xsd:string . | 174 | +ep-core:decimetre3 |
| 175 | - | 175 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 176 | -ep-core:decimetre3 | 176 | + rdfs:domain ep-core:Volume ; |
| 177 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 177 | + rdfs:label "decimetre 3"^^xsd:string . |
| 178 | - rdfs:domain ep-core:Volume ; | 178 | + |
| 179 | - rdfs:label "decimetre 3"^^xsd:string . | 179 | +ep-core:degreesOfAngle |
| 180 | - | 180 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 181 | -ep-core:degreesOfAngle | 181 | + rdfs:domain ep-core:PlaneAngle ; |
| 182 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 182 | + rdfs:label "degrees of angle"^^xsd:string . |
| 183 | - rdfs:domain ep-core:PlaneAngle ; | 183 | + |
| 184 | - rdfs:label "degrees of angle"^^xsd:string . | 184 | +ep-core:derivedFrom |
| 185 | - | 185 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 186 | -ep-core:derivedFrom | 186 | + rdfs:label "derived from"^^xsd:string . |
| 187 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 187 | + |
| 188 | - rdfs:label "derived from"^^xsd:string . | 188 | +ep-core:dtiName |
| 189 | - | 189 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 190 | -ep-core:dtiName | 190 | + rdfs:label "DTI name"^^xsd:string ; |
| 191 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 191 | + rdfs:range xsd:string ; |
| 192 | - rdfs:label "DTI name"^^xsd:string ; | 192 | + rdfs:subPropertyOf ep-core:name . |
| 193 | - rdfs:range xsd:string ; | 193 | + |
| 194 | - rdfs:subPropertyOf ep-core:name . | 194 | +ep-core:dyne_second_metre-2 |
| 195 | - | 195 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 196 | -ep-core:dyne_second_metre-2 | 196 | + rdfs:domain ep-core:PlasticViscosity ; |
| 197 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 197 | + rdfs:label "dyne.s.m-2"^^xsd:string . |
| 198 | - rdfs:domain ep-core:PlasticViscosity ; | 198 | + |
| 199 | - rdfs:label "dyne.s.m-2"^^xsd:string . | 199 | +ep-core:foot |
| 200 | - | 200 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 201 | -ep-core:foot | 201 | + rdfs:domain ep-core:Length ; |
| 202 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 202 | + rdfs:label "foot"^^xsd:string . |
| 203 | - rdfs:domain ep-core:Length ; | 203 | + |
| 204 | - rdfs:label "foot"^^xsd:string . | 204 | +ep-core:foot3 |
| 205 | - | 205 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 206 | -ep-core:foot3 | 206 | + rdfs:label "foot3"^^xsd:string . |
| 207 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 207 | + |
| 208 | - rdfs:label "foot3"^^xsd:string . | 208 | +ep-core:foot3_sack94-1 |
| 209 | - | 209 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 210 | -ep-core:foot3_sack94-1 | 210 | + rdfs:domain ep-core:YieldPoint ; |
| 211 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 211 | + rdfs:label "foot3 sack94-1"^^xsd:string . |
| 212 | - rdfs:domain ep-core:YieldPoint ; | 212 | + |
| 213 | - rdfs:label "foot3 sack94-1"^^xsd:string . | 213 | +ep-core:footUS |
| 214 | - | 214 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 215 | -ep-core:footUS | 215 | + rdfs:domain ep-core:Length ; |
| 216 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 216 | + rdfs:label "foot (US survey)"^^xsd:string . |
| 217 | - rdfs:domain ep-core:Length ; | 217 | + |
| 218 | - rdfs:label "foot (US survey)"^^xsd:string . | 218 | +ep-core:fractionByVolume |
| 219 | - | 219 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 220 | -ep-core:fractionByVolume | 220 | + rdfs:domain ep-core:SpecificVolume ; |
| 221 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 221 | + rdfs:label "fraction by volume"^^xsd:string . |
| 222 | - rdfs:domain ep-core:SpecificVolume ; | 222 | + |
| 223 | - rdfs:label "fraction by volume"^^xsd:string . | 223 | +ep-core:gram_cm-3 |
| 224 | - | 224 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 225 | -ep-core:gram_cm-3 | 225 | + rdfs:label "gram cm-3"^^xsd:string . |
| 226 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 226 | + |
| 227 | - rdfs:label "gram cm-3"^^xsd:string . | 227 | +ep-core:hasPart |
| 228 | - | 228 | + rdf:type owl:TransitiveProperty ; |
| 229 | -ep-core:hasPart | 229 | + rdfs:domain ep-core:PhysicalThing ; |
| 230 | - rdf:type owl:TransitiveProperty ; | 230 | + rdfs:label "has part"^^xsd:string ; |
| 231 | - rdfs:domain ep-core:PhysicalThing ; | 231 | + rdfs:range ep-core:PhysicalThing ; |
| 232 | - rdfs:label "has part"^^xsd:string ; | 232 | + owl:inverseOf ep-core:partOf . |
| 233 | - rdfs:range ep-core:PhysicalThing ; | 233 | + |
| 234 | - owl:inverseOf ep-core:partOf . | 234 | +ep-core:hasSpatialPart |
| 235 | - | 235 | + rdf:type owl:TransitiveProperty ; |
| 236 | -ep-core:hasSpatialPart | 236 | + rdfs:domain ep-core:PhysicalThing ; |
| 237 | - rdf:type owl:TransitiveProperty ; | 237 | + rdfs:label "has spatial part"^^xsd:string ; |
| 238 | - rdfs:domain ep-core:PhysicalThing ; | 238 | + rdfs:range ep-core:PhysicalThing ; |
| 239 | - rdfs:label "has spatial part"^^xsd:string ; | 239 | + rdfs:subPropertyOf ep-core:hasPart ; |
| 240 | - rdfs:range ep-core:PhysicalThing ; | 240 | + owl:inverseOf ep-core:spatialPartOf . |
| 241 | - rdfs:subPropertyOf ep-core:hasPart ; | 241 | + |
| 242 | - owl:inverseOf ep-core:spatialPartOf . | 242 | +ep-core:hasTemporalPart |
| 243 | - | 243 | + rdf:type owl:TransitiveProperty ; |
| 244 | -ep-core:hasTemporalPart | 244 | + rdfs:domain ep-core:PhysicalThing ; |
| 245 | - rdf:type owl:TransitiveProperty ; | 245 | + rdfs:label "has temporal part"^^xsd:string ; |
| 246 | - rdfs:domain ep-core:PhysicalThing ; | 246 | + rdfs:range ep-core:PhysicalThing ; |
| 247 | - rdfs:label "has temporal part"^^xsd:string ; | 247 | + rdfs:subPropertyOf ep-core:hasPart ; |
| 248 | - rdfs:range ep-core:PhysicalThing ; | 248 | + owl:inverseOf ep-core:temporalPartOf . |
| 249 | - rdfs:subPropertyOf ep-core:hasPart ; | 249 | + |
| 250 | - owl:inverseOf ep-core:temporalPartOf . | 250 | +ep-core:hasVolume |
| 251 | - | 251 | + rdf:type owl:FunctionalProperty ; |
| 252 | -ep-core:hasVolume | 252 | + rdfs:domain ep-core:PhysicalThing ; |
| 253 | - rdf:type owl:FunctionalProperty ; | 253 | + rdfs:label "has volume"^^xsd:string . |
| 254 | - rdfs:domain ep-core:PhysicalThing ; | 254 | + |
| 255 | - rdfs:label "has volume"^^xsd:string . | 255 | +ep-core:hour |
| 256 | - | 256 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 257 | -ep-core:hour | 257 | + rdfs:domain ep-core:TimeDuration ; |
| 258 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 258 | + rdfs:label "hour"^^xsd:string . |
| 259 | - rdfs:domain ep-core:TimeDuration ; | 259 | + |
| 260 | - rdfs:label "hour"^^xsd:string . | 260 | +ep-core:humanRecognizableName |
| 261 | - | 261 | + rdf:type owl:DatatypeProperty ; |
| 262 | -ep-core:humanRecognizableName | 262 | + rdfs:label "human recognizable name"^^xsd:string ; |
| 263 | - rdf:type owl:DatatypeProperty ; | 263 | + rdfs:range xsd:string ; |
| 264 | - rdfs:label "human recognizable name"^^xsd:string ; | 264 | + rdfs:subPropertyOf ep-core:name . |
| 265 | - rdfs:range xsd:string ; | 265 | + |
| 266 | - rdfs:subPropertyOf ep-core:name . | 266 | +ep-core:inch |
| 267 | - | 267 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 268 | -ep-core:inch | 268 | + rdfs:domain ep-core:Length ; |
| 269 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 269 | + rdfs:label "inch"^^xsd:string . |
| 270 | - rdfs:domain ep-core:Length ; | 270 | + |
| 271 | - rdfs:label "inch"^^xsd:string . | 271 | +ep-core:inchUS |
| 272 | - | 272 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 273 | -ep-core:inchUS | 273 | + rdfs:domain ep-core:Length ; |
| 274 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 274 | + rdfs:label "inch (US survey)"^^xsd:string . |
| 275 | - rdfs:domain ep-core:Length ; | 275 | + |
| 276 | - rdfs:label "inch (US survey)"^^xsd:string . | 276 | +ep-core:kilogramforce_second_metre-2 |
| 277 | - | 277 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 278 | -ep-core:kilogramforce_second_metre-2 | 278 | + rdfs:domain ep-core:PlasticViscosity ; |
| 279 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 279 | + rdfs:label "kgf.s.m-2"^^xsd:string . |
| 280 | - rdfs:domain ep-core:PlasticViscosity ; | 280 | + |
| 281 | - rdfs:label "kgf.s.m-2"^^xsd:string . | 281 | +ep-core:localFieldName |
| 282 | - | 282 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 283 | -ep-core:localFieldName | 283 | + rdfs:label "local field name"^^xsd:string ; |
| 284 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 284 | + rdfs:range xsd:string ; |
| 285 | - rdfs:label "local field name"^^xsd:string ; | 285 | + rdfs:subPropertyOf ep-core:name . |
| 286 | - rdfs:range xsd:string ; | 286 | + |
| 287 | - rdfs:subPropertyOf ep-core:name . | 287 | +ep-core:megaPa |
| 288 | - | 288 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 289 | -ep-core:megaPa | 289 | + rdfs:domain ep-core:Pressure ; |
| 290 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 290 | + rdfs:label "MPa"^^xsd:string . |
| 291 | - rdfs:domain ep-core:Pressure ; | 291 | + |
| 292 | - rdfs:label "MPa"^^xsd:string . | 292 | +ep-core:megaPa_second |
| 293 | - | 293 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 294 | -ep-core:megaPa_second | 294 | + rdfs:domain ep-core:PlasticViscosity ; |
| 295 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 295 | + rdfs:label "MPa.second"^^xsd:string . |
| 296 | - rdfs:domain ep-core:PlasticViscosity ; | 296 | + |
| 297 | - rdfs:label "MPa.second"^^xsd:string . | 297 | +ep-core:metre |
| 298 | - | 298 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 299 | -ep-core:metre | 299 | + rdfs:domain ep-core:Length ; |
| 300 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 300 | + rdfs:label "metre"^^xsd:string . |
| 301 | - rdfs:domain ep-core:Length ; | 301 | + |
| 302 | - rdfs:label "metre"^^xsd:string . | 302 | +ep-core:metre3 |
| 303 | - | 303 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 304 | -ep-core:metre3 | 304 | + rdfs:label "metre3"^^xsd:string . |
| 305 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 305 | + |
| 306 | - rdfs:label "metre3"^^xsd:string . | 306 | +ep-core:metre3_day-1 |
| 307 | - | 307 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 308 | -ep-core:metre3_day-1 | 308 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 309 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 309 | + rdfs:label "metre3 day-1"^^xsd:string . |
| 310 | - rdfs:domain ep-core:VolumetricFlowRate ; | 310 | + |
| 311 | - rdfs:label "metre3 day-1"^^xsd:string . | 311 | +ep-core:metre3_minute-1 |
| 312 | - | 312 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 313 | -ep-core:metre3_minute-1 | 313 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 314 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 314 | + rdfs:label "metre3 minute-1"^^xsd:string . |
| 315 | - rdfs:domain ep-core:VolumetricFlowRate ; | 315 | + |
| 316 | - rdfs:label "metre3 minute-1"^^xsd:string . | 316 | +ep-core:metre_hour-1 |
| 317 | - | 317 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 318 | -ep-core:metre_hour-1 | 318 | + rdfs:domain ep-core:Speed ; |
| 319 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 319 | + rdfs:label "metre hour-1"^^xsd:string . |
| 320 | - rdfs:domain ep-core:Speed ; | 320 | + |
| 321 | - rdfs:label "metre hour-1"^^xsd:string . | 321 | +ep-core:millimetre |
| 322 | - | 322 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 323 | -ep-core:millimetre | 323 | + rdfs:domain ep-core:Length ; |
| 324 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 324 | + rdfs:label "millimetre"^^xsd:string . |
| 325 | - rdfs:domain ep-core:Length ; | 325 | + |
| 326 | - rdfs:label "millimetre"^^xsd:string . | 326 | +ep-core:million_barrel |
| 327 | - | 327 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 328 | -ep-core:million_barrel | 328 | + rdfs:label "million barrel"^^xsd:string . |
| 329 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 329 | + |
| 330 | - rdfs:label "million barrel"^^xsd:string . | 330 | +ep-core:million_foot3 |
| 331 | - | 331 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 332 | -ep-core:million_foot3 | 332 | + rdfs:label "million foot3"^^xsd:string . |
| 333 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 333 | + |
| 334 | - rdfs:label "million foot3"^^xsd:string . | 334 | +ep-core:million_metre3 |
| 335 | - | 335 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 336 | -ep-core:million_metre3 | 336 | + rdfs:label "million metre3"^^xsd:string . |
| 337 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 337 | + |
| 338 | - rdfs:label "million metre3"^^xsd:string . | 338 | +ep-core:million_metre3_day-1 |
| 339 | - | 339 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 340 | -ep-core:million_metre3_day-1 | 340 | + rdfs:domain ep-core:VolumetricFlowRate ; |
| 341 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 341 | + rdfs:label "million metre3 day-1"^^xsd:string . |
| 342 | - rdfs:domain ep-core:VolumetricFlowRate ; | 342 | + |
| 343 | - rdfs:label "million metre3 day-1"^^xsd:string . | 343 | +ep-core:minute |
| 344 | - | 344 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 345 | -ep-core:minute | 345 | + rdfs:domain ep-core:TimeDuration ; |
| 346 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 346 | + rdfs:label "minute"^^xsd:string . |
| 347 | - rdfs:domain ep-core:TimeDuration ; | 347 | + |
| 348 | - rdfs:label "minute"^^xsd:string . | 348 | +ep-core:name |
| 349 | - | 349 | + rdf:type owl:DatatypeProperty ; |
| 350 | -ep-core:name | 350 | + rdfs:label "name"^^xsd:string ; |
| 351 | - rdf:type owl:DatatypeProperty ; | 351 | + rdfs:range xsd:string . |
| 352 | - rdfs:label "name"^^xsd:string ; | 352 | + |
| 353 | - rdfs:range xsd:string . | 353 | +ep-core:newton_second_metre-2 |
| 354 | - | 354 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 355 | -ep-core:newton_second_metre-2 | 355 | + rdfs:domain ep-core:PlasticViscosity ; |
| 356 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 356 | + rdfs:label "N.s.m-2"^^xsd:string . |
| 357 | - rdfs:domain ep-core:PlasticViscosity ; | 357 | + |
| 358 | - rdfs:label "N.s.m-2"^^xsd:string . | 358 | +ep-core:nominallyExistsAt |
| 359 | - | 359 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 360 | -ep-core:nominallyExistsAt | 360 | + rdfs:domain ep-core:PhysicalThing ; |
| 361 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 361 | + rdfs:label "nominally exists at"^^xsd:string ; |
| 362 | - rdfs:domain ep-core:PhysicalThing ; | 362 | + rdfs:range xsd:string ; |
| 363 | - rdfs:label "nominally exists at"^^xsd:string ; | 363 | + rdfs:subPropertyOf ep-core:name . |
| 364 | - rdfs:range xsd:string ; | 364 | + |
| 365 | - rdfs:subPropertyOf ep-core:name . | 365 | +ep-core:npdCode |
| 366 | - | 366 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 367 | -ep-core:npdCode | 367 | + rdfs:label "NPD code"^^xsd:string ; |
| 368 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 368 | + rdfs:range xsd:string ; |
| 369 | - rdfs:label "NPD code"^^xsd:string ; | 369 | + rdfs:subPropertyOf ep-core:name . |
| 370 | - rdfs:range xsd:string ; | 370 | + |
| 371 | - rdfs:subPropertyOf ep-core:name . | 371 | +ep-core:npdName |
| 372 | - | 372 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 373 | -ep-core:npdName | 373 | + rdfs:label "NPD name"^^xsd:string ; |
| 374 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 374 | + rdfs:range xsd:string ; |
| 375 | - rdfs:label "NPD name"^^xsd:string ; | 375 | + rdfs:subPropertyOf ep-core:name . |
| 376 | - rdfs:range xsd:string ; | 376 | + |
| 377 | - rdfs:subPropertyOf ep-core:name . | 377 | +ep-core:npdNumber |
| 378 | - | 378 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 379 | -ep-core:npdNumber | 379 | + rdfs:label "NPD number"^^xsd:string ; |
| 380 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 380 | + rdfs:range xsd:string ; |
| 381 | - rdfs:label "NPD number"^^xsd:string ; | 381 | + rdfs:subPropertyOf ep-core:name . |
| 382 | - rdfs:range xsd:string ; | 382 | + |
| 383 | - rdfs:subPropertyOf ep-core:name . | 383 | +ep-core:partOf |
| 384 | - | 384 | + rdf:type owl:TransitiveProperty ; |
| 385 | -ep-core:partOf | 385 | + rdfs:domain ep-core:PhysicalThing ; |
| 386 | - rdf:type owl:TransitiveProperty ; | 386 | + rdfs:label "part of"^^xsd:string ; |
| 387 | - rdfs:domain ep-core:PhysicalThing ; | 387 | + rdfs:range ep-core:PhysicalThing ; |
| 388 | - rdfs:label "part of"^^xsd:string ; | 388 | + owl:inverseOf ep-core:hasPart . |
| 389 | - rdfs:range ep-core:PhysicalThing ; | 389 | + |
| 390 | - owl:inverseOf ep-core:hasPart . | 390 | +ep-core:partPerMillionByMass |
| 391 | - | 391 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 392 | -ep-core:partPerMillionByMass | 392 | + rdfs:domain ep-core:SpecificMass ; |
| 393 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 393 | + rdfs:label "part per million (by mass)"^^xsd:string . |
| 394 | - rdfs:domain ep-core:SpecificMass ; | 394 | + |
| 395 | - rdfs:label "part per million (by mass)"^^xsd:string . | 395 | +ep-core:partPerMillionByVolume |
| 396 | - | 396 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 397 | -ep-core:partPerMillionByVolume | 397 | + rdfs:domain ep-core:SpecificVolume ; |
| 398 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 398 | + rdfs:label "part per million (by volume)"^^xsd:string . |
| 399 | - rdfs:domain ep-core:SpecificVolume ; | 399 | + |
| 400 | - rdfs:label "part per million (by volume)"^^xsd:string . | 400 | +ep-core:pascal |
| 401 | - | 401 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 402 | -ep-core:pascal | 402 | + rdfs:domain ep-core:Pressure ; |
| 403 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 403 | + rdfs:label "Pascal"^^xsd:string . |
| 404 | - rdfs:domain ep-core:Pressure ; | 404 | + |
| 405 | - rdfs:label "Pascal"^^xsd:string . | 405 | +ep-core:pascal_second |
| 406 | - | 406 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 407 | -ep-core:pascal_second | 407 | + rdfs:domain ep-core:PlasticViscosity ; |
| 408 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 408 | + rdfs:label "Pa.second"^^xsd:string . |
| 409 | - rdfs:domain ep-core:PlasticViscosity ; | 409 | + |
| 410 | - rdfs:label "Pa.second"^^xsd:string . | 410 | +ep-core:perCentByVolume |
| 411 | - | 411 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 412 | -ep-core:perCentByVolume | 412 | + rdfs:domain ep-core:SpecificVolume ; |
| 413 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 413 | + rdfs:label "per cent by volume"^^xsd:string . |
| 414 | - rdfs:domain ep-core:SpecificVolume ; | 414 | + |
| 415 | - rdfs:label "per cent by volume"^^xsd:string . | 415 | +ep-core:poise |
| 416 | - | 416 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 417 | -ep-core:poise | 417 | + rdfs:domain ep-core:PlasticViscosity ; |
| 418 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 418 | + rdfs:label "P"^^xsd:string . |
| 419 | - rdfs:domain ep-core:PlasticViscosity ; | 419 | + |
| 420 | - rdfs:label "P"^^xsd:string . | 420 | +ep-core:pound_foot-1 |
| 421 | - | 421 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 422 | -ep-core:pound_foot-1 | 422 | + rdfs:domain ep-core:MassPerUnitLength ; |
| 423 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 423 | + rdfs:label "pound foot-1"^^xsd:string . |
| 424 | - rdfs:domain ep-core:MassPerUnitLength ; | 424 | + |
| 425 | - rdfs:label "pound foot-1"^^xsd:string . | 425 | +ep-core:poundforce_second_foot-2 |
| 426 | - | 426 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 427 | -ep-core:poundforce_second_foot-2 | 427 | + rdfs:domain ep-core:PlasticViscosity ; |
| 428 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 428 | + rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 429 | - rdfs:domain ep-core:PlasticViscosity ; | 429 | + |
| 430 | - rdfs:label "lbf.s.ft-2"^^xsd:string . | 430 | +ep-core:poundforce_second_inch-2 |
| 431 | - | 431 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 432 | -ep-core:poundforce_second_inch-2 | 432 | + rdfs:domain ep-core:PlasticViscosity ; |
| 433 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 433 | + rdfs:label "lbf.s.in-2"^^xsd:string . |
| 434 | - rdfs:domain ep-core:PlasticViscosity ; | 434 | + |
| 435 | - rdfs:label "lbf.s.in-2"^^xsd:string . | 435 | +ep-core:prospectName |
| 436 | - | 436 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 437 | -ep-core:prospectName | 437 | + rdfs:label "prospect name"^^xsd:string ; |
| 438 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 438 | + rdfs:range xsd:string ; |
| 439 | - rdfs:label "prospect name"^^xsd:string ; | 439 | + rdfs:subPropertyOf ep-core:name . |
| 440 | - rdfs:range xsd:string ; | 440 | + |
| 441 | - rdfs:subPropertyOf ep-core:name . | 441 | +ep-core:psi_second |
| 442 | - | 442 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 443 | -ep-core:psi_second | 443 | + rdfs:domain ep-core:PlasticViscosity ; |
| 444 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 444 | + rdfs:label "psi.s"^^xsd:string . |
| 445 | - rdfs:domain ep-core:PlasticViscosity ; | 445 | + |
| 446 | - rdfs:label "psi.s"^^xsd:string . | 446 | +ep-core:psig |
| 447 | - | 447 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 448 | -ep-core:psig | 448 | + rdfs:domain ep-core:Pressure ; |
| 449 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 449 | + rdfs:label "psi gauge"^^xsd:string . |
| 450 | - rdfs:domain ep-core:Pressure ; | 450 | + |
| 451 | - rdfs:label "psi gauge"^^xsd:string . | 451 | +ep-core:second |
| 452 | - | 452 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 453 | -ep-core:second | 453 | + rdfs:domain ep-core:TimeDuration ; |
| 454 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 454 | + rdfs:label "second"^^xsd:string . |
| 455 | - rdfs:domain ep-core:TimeDuration ; | 455 | + |
| 456 | - rdfs:label "second"^^xsd:string . | 456 | +ep-core:spatialPartOf |
| 457 | - | 457 | + rdf:type owl:TransitiveProperty ; |
| 458 | -ep-core:spatialPartOf | 458 | + rdfs:domain ep-core:PhysicalThing ; |
| 459 | - rdf:type owl:TransitiveProperty ; | 459 | + rdfs:label "temporal part of"^^xsd:string ; |
| 460 | - rdfs:domain ep-core:PhysicalThing ; | 460 | + rdfs:range ep-core:PhysicalThing ; |
| 461 | - rdfs:label "temporal part of"^^xsd:string ; | 461 | + rdfs:subPropertyOf ep-core:partOf ; |
| 462 | - rdfs:range ep-core:PhysicalThing ; | 462 | + owl:inverseOf ep-core:hasSpatialPart . |
| 463 | - rdfs:subPropertyOf ep-core:partOf ; | 463 | + |
| 464 | - owl:inverseOf ep-core:hasSpatialPart . | 464 | +ep-core:specificGravity |
| 465 | - | 465 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 466 | -ep-core:specificGravity | 466 | + rdfs:label "specific gravity"^^xsd:string . |
| 467 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 467 | + |
| 468 | - rdfs:label "specific gravity"^^xsd:string . | 468 | +ep-core:temporalPartOf |
| 469 | - | 469 | + rdf:type owl:TransitiveProperty ; |
| 470 | -ep-core:temporalPartOf | 470 | + rdfs:domain ep-core:PhysicalThing ; |
| 471 | - rdf:type owl:TransitiveProperty ; | 471 | + rdfs:label "temporal part of"^^xsd:string ; |
| 472 | - rdfs:domain ep-core:PhysicalThing ; | 472 | + rdfs:range ep-core:PhysicalThing ; |
| 473 | - rdfs:label "temporal part of"^^xsd:string ; | 473 | + rdfs:subPropertyOf ep-core:partOf ; |
| 474 | - rdfs:range ep-core:PhysicalThing ; | 474 | + owl:inverseOf ep-core:hasTemporalPart . |
| 475 | - rdfs:subPropertyOf ep-core:partOf ; | 475 | + |
| 476 | - owl:inverseOf ep-core:hasTemporalPart . | 476 | +ep-core:undefinedScale |
| 477 | - | 477 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 478 | -ep-core:undefinedScale | 478 | + rdfs:domain owl:Class ; |
| 479 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 479 | + rdfs:label "undefined scale"^^xsd:string . |
| 480 | - rdfs:domain owl:Class ; | 480 | + |
| 481 | - rdfs:label "undefined scale"^^xsd:string . | 481 | +ep-core:usGallon_sack94-1 |
| 482 | - | 482 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 483 | -ep-core:usGallon_sack94-1 | 483 | + rdfs:domain ep-core:SpecificVolume ; |
| 484 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 484 | + rdfs:label "USgallon sack94-1"^^xsd:string . |
| 485 | - rdfs:domain ep-core:SpecificVolume ; | 485 | + |
| 486 | - rdfs:label "USgallon sack94-1"^^xsd:string . | 486 | +ep-core:week |
| 487 | - | 487 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 488 | -ep-core:week | 488 | + rdfs:domain ep-core:TimeDuration ; |
| 489 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 489 | + rdfs:label "week"^^xsd:string . |
| 490 | - rdfs:domain ep-core:TimeDuration ; | ||
| 491 | - rdfs:label "week"^^xsd:string . | ... | ... |
| ... | @@ -202,6 +202,11 @@ ep-prodact:InitialWellTest | ... | @@ -202,6 +202,11 @@ ep-prodact:InitialWellTest |
| 202 | rdfs:label "initial"^^xsd:string ; | 202 | rdfs:label "initial"^^xsd:string ; |
| 203 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 203 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 204 | 204 | ||
| 205 | +ep-prodact:InjectionWellTest | ||
| 206 | + rdf:type owl:Class ; | ||
| 207 | + rdfs:label "injection well test"^^xsd:string ; | ||
| 208 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | ||
| 209 | + | ||
| 205 | ep-prodact:Injury | 210 | ep-prodact:Injury |
| 206 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 211 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 207 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 212 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| ... | @@ -549,6 +554,12 @@ ep-prodact:standbyVessel | ... | @@ -549,6 +554,12 @@ ep-prodact:standbyVessel |
| 549 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; | 554 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; |
| 550 | rdfs:subPropertyOf ep-prodact:involvedVessel . | 555 | rdfs:subPropertyOf ep-prodact:involvedVessel . |
| 551 | 556 | ||
| 557 | +ep-prodact:testedWellBoreInterval | ||
| 558 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 559 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | ||
| 560 | + rdfs:label "tested wellbore interval"^^xsd:string ; | ||
| 561 | + rdfs:range ep-core:PhysicalObject . | ||
| 562 | + | ||
| 552 | ep-prodact:totalNoOfPermitsIssued | 563 | ep-prodact:totalNoOfPermitsIssued |
| 553 | rdf:type owl:DatatypeProperty ; | 564 | rdf:type owl:DatatypeProperty ; |
| 554 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 565 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| ... | @@ -564,6 +575,12 @@ ep-prodact:waterSampleTaken | ... | @@ -564,6 +575,12 @@ ep-prodact:waterSampleTaken |
| 564 | rdfs:domain ep-prodact:WaterCleaningOperation ; | 575 | rdfs:domain ep-prodact:WaterCleaningOperation ; |
| 565 | rdfs:range ep-prodact:WaterSample . | 576 | rdfs:range ep-prodact:WaterSample . |
| 566 | 577 | ||
| 578 | +ep-prodact:wellTestInjectedFluid | ||
| 579 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 580 | + rdfs:domain ep-prodact:InjectionWellTest ; | ||
| 581 | + rdfs:label "well test injected fluid"^^xsd:string ; | ||
| 582 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | ||
| 583 | + | ||
| 567 | ep-prodact:yearlyActivityToDate | 584 | ep-prodact:yearlyActivityToDate |
| 568 | rdf:type owl:ObjectProperty ; | 585 | rdf:type owl:ObjectProperty ; |
| 569 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 586 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | ... | ... |
| ... | @@ -13,15 +13,39 @@ | ... | @@ -13,15 +13,39 @@ |
| 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 15 | ||
| 16 | +ep-core:Attenuation | ||
| 17 | + rdf:type rdfs:Class ; | ||
| 18 | + rdfs:subClassOf ep-core:DimensionlessMeasure . | ||
| 19 | + | ||
| 20 | +ep-core:BulkModulus | ||
| 21 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 22 | + rdfs:label "Shear Modulus"^^xsd:string ; | ||
| 23 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 24 | + | ||
| 16 | ep-core:Density | 25 | ep-core:Density |
| 17 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 26 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 18 | 27 | ||
| 28 | +ep-core:DimensionlessMeasure | ||
| 29 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 30 | + rdfs:label "Dimensionless Measure"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf owl:Class . | ||
| 32 | + | ||
| 33 | +ep-core:ElectromagneticEnergyDensity | ||
| 34 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 35 | + rdfs:label "Electromagnetic Energy Density"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 37 | + | ||
| 38 | +ep-core:EnergyPerVolume | ||
| 39 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 40 | + rdfs:label "Energy Per Volume"^^xsd:string ; | ||
| 41 | + rdfs:subClassOf owl:Class . | ||
| 42 | + | ||
| 19 | ep-core:Frequency | 43 | ep-core:Frequency |
| 20 | rdf:type rdfs:Class ; | 44 | rdf:type rdfs:Class ; |
| 21 | rdfs:subClassOf owl:Class . | 45 | rdfs:subClassOf owl:Class . |
| 22 | 46 | ||
| 23 | ep-core:GP_cm-1 | 47 | ep-core:GP_cm-1 |
| 24 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 48 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 25 | rdfs:label "Gigapascals per centimetre"^^xsd:string . | 49 | rdfs:label "Gigapascals per centimetre"^^xsd:string . |
| 26 | 50 | ||
| 27 | ep-core:Illuminance | 51 | ep-core:Illuminance |
| ... | @@ -32,333 +56,643 @@ ep-core:LengthPerLength | ... | @@ -32,333 +56,643 @@ ep-core:LengthPerLength |
| 32 | rdf:type rdfs:Class ; | 56 | rdf:type rdfs:Class ; |
| 33 | rdfs:subClassOf owl:Class . | 57 | rdfs:subClassOf owl:Class . |
| 34 | 58 | ||
| 35 | -ep-core:MeasureOfFlowOfMaterial | 59 | +ep-core:LinearStrain |
| 60 | + rdf:type rdfs:Class ; | ||
| 61 | + rdfs:subClassOf ep-core:Strain . | ||
| 62 | + | ||
| 63 | +ep-core:MagneticFieldStrength | ||
| 36 | rdf:type rdfs:Class , ep-core:PropertySpace ; | 64 | rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 65 | + rdfs:label "magnetic field strength"^^xsd:string ; | ||
| 66 | + rdfs:subClassOf owl:Class . | ||
| 67 | + | ||
| 68 | +ep-core:Mass | ||
| 69 | + rdf:type rdfs:Class ; | ||
| 70 | + rdfs:subClassOf owl:Class . | ||
| 71 | + | ||
| 72 | +ep-core:MassConcentration | ||
| 73 | + rdf:type rdfs:Class ; | ||
| 74 | + rdfs:subClassOf ep-core:MassOrVolumicConcentration . | ||
| 75 | + | ||
| 76 | +ep-core:MassOrVolumicConcentration | ||
| 77 | + rdf:type rdfs:Class ; | ||
| 78 | + rdfs:subClassOf ep-core:DimensionlessMeasure . | ||
| 79 | + | ||
| 80 | +ep-core:MassPerLength | ||
| 81 | + rdf:type rdfs:Class ; | ||
| 82 | + rdfs:subClassOf owl:Class . | ||
| 83 | + | ||
| 84 | +ep-core:MeasureOfFlowOfMaterial | ||
| 85 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 37 | rdfs:label "measure of flow of material"^^xsd:string ; | 86 | rdfs:label "measure of flow of material"^^xsd:string ; |
| 38 | rdfs:subClassOf owl:Class . | 87 | rdfs:subClassOf owl:Class . |
| 39 | 88 | ||
| 40 | -ep-core:VolumeFlowRateAt15degC1atm | 89 | +ep-core:ModulusOfCompression |
| 41 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 90 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 91 | + rdfs:label "modulus of compression"^^xsd:string ; | ||
| 92 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 93 | + | ||
| 94 | +ep-core:ModulusOfElasticity | ||
| 95 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 96 | + rdfs:label "modulus of elasticity"^^xsd:string ; | ||
| 97 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 98 | + | ||
| 99 | +ep-core:ModulusOfRigidity | ||
| 100 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 101 | + rdfs:label "Modulus of Rigidity"^^xsd:string ; | ||
| 102 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 103 | + | ||
| 104 | +ep-core:MomentOfForce | ||
| 105 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 106 | + rdfs:label "Moment of Force"^^xsd:string ; | ||
| 107 | + rdfs:subClassOf owl:Class . | ||
| 108 | + | ||
| 109 | +ep-core:NormalStress | ||
| 110 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 111 | + rdfs:label "Normal Stress"^^xsd:string ; | ||
| 112 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 113 | + | ||
| 114 | +ep-core:PerLength | ||
| 115 | + rdf:type rdfs:Class ; | ||
| 116 | + rdfs:subClassOf owl:Class . | ||
| 117 | + | ||
| 118 | +ep-core:PoissonRatio | ||
| 119 | + rdf:type rdfs:Class ; | ||
| 120 | + rdfs:subClassOf ep-core:Ratio . | ||
| 121 | + | ||
| 122 | +ep-core:Power | ||
| 123 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 124 | + rdfs:label "pressure"^^xsd:string ; | ||
| 125 | + rdfs:subClassOf owl:Class . | ||
| 126 | + | ||
| 127 | +ep-core:ProductivityIndex | ||
| 128 | + rdf:type rdfs:Class ; | ||
| 129 | + rdfs:subClassOf owl:Class . | ||
| 130 | + | ||
| 131 | +ep-core:RadiantEngergyDensity | ||
| 132 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 133 | + rdfs:label "Radiant Energy Density"^^xsd:string ; | ||
| 134 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 135 | + | ||
| 136 | +ep-core:Ratio | ||
| 137 | + rdfs:subClassOf ep-core:DimensionlessMeasure . | ||
| 138 | + | ||
| 139 | +ep-core:RelativePower | ||
| 140 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 141 | + rdfs:label "relative power"^^xsd:string ; | ||
| 142 | + rdfs:subClassOf ep-core:DimensionlessMeasure . | ||
| 143 | + | ||
| 144 | +ep-core:ShearModulus | ||
| 145 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 146 | + rdfs:label "Shear Modulus"^^xsd:string ; | ||
| 147 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 148 | + | ||
| 149 | +ep-core:ShearStrain | ||
| 150 | + rdf:type rdfs:Class ; | ||
| 151 | + rdfs:subClassOf ep-core:Strain . | ||
| 152 | + | ||
| 153 | +ep-core:ShearStress | ||
| 154 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 155 | + rdfs:label "Shear Stress"^^xsd:string ; | ||
| 156 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 157 | + | ||
| 158 | +ep-core:Strain | ||
| 159 | + rdf:type rdfs:Class ; | ||
| 160 | + rdfs:subClassOf ep-core:DimensionlessMeasure . | ||
| 161 | + | ||
| 162 | +ep-core:VolumeFlowRateAt15degC1atm | ||
| 163 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 42 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 164 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 43 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 165 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 44 | 166 | ||
| 45 | ep-core:VolumeFlowRateAt1degC1atm | 167 | ep-core:VolumeFlowRateAt1degC1atm |
| 46 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 168 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 47 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 169 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 48 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 170 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 49 | 171 | ||
| 50 | ep-core:VolumeFlowRateAt60degF1atm | 172 | ep-core:VolumeFlowRateAt60degF1atm |
| 51 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 173 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 52 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 174 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 53 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 175 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 54 | 176 | ||
| 55 | -ep-core:acre | 177 | +ep-core:VolumicConcentration |
| 178 | + rdf:type rdfs:Class ; | ||
| 179 | + rdfs:subClassOf ep-core:MassOrVolumicConcentration . | ||
| 180 | + | ||
| 181 | +ep-core:a_m-1 | ||
| 182 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 183 | + rdfs:domain ep-core:MagneticFieldStrength ; | ||
| 184 | + rdfs:label "amperes per metre"^^xsd:string . | ||
| 185 | + | ||
| 186 | +ep-core:a_mm-1 | ||
| 56 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 187 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 188 | + rdfs:domain ep-core:MagneticFieldStrength ; | ||
| 189 | + rdfs:label "amperes per metre"^^xsd:string . | ||
| 190 | + | ||
| 191 | +ep-core:acre | ||
| 192 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 57 | rdfs:label "acres"^^xsd:string . | 193 | rdfs:label "acres"^^xsd:string . |
| 58 | 194 | ||
| 59 | ep-core:angstrom | 195 | ep-core:angstrom |
| 60 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 196 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 61 | rdfs:domain ep-core:Length ; | 197 | rdfs:domain ep-core:Length ; |
| 62 | rdfs:label "Angstrom"^^xsd:string . | 198 | rdfs:label "Angstrom"^^xsd:string . |
| 63 | 199 | ||
| 64 | ep-core:apiDensity | 200 | ep-core:apiDensity |
| 65 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 201 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 66 | rdfs:label "API Density"^^xsd:string . | 202 | rdfs:label "API Density"^^xsd:string . |
| 67 | 203 | ||
| 204 | +ep-core:at | ||
| 205 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 206 | + rdfs:domain ep-core:Pressure ; | ||
| 207 | + rdfs:label "atmosphere (technical)"^^xsd:string . | ||
| 208 | + | ||
| 68 | ep-core:atm_100m-1 | 209 | ep-core:atm_100m-1 |
| 69 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 210 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 70 | rdfs:label "atmospheres per 100 metres"^^xsd:string . | 211 | rdfs:label "atmospheres per 100 metres"^^xsd:string . |
| 71 | 212 | ||
| 72 | ep-core:atm_ft-1 | 213 | ep-core:atm_ft-1 |
| 73 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 214 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 74 | rdfs:label "atmospheres per foot"^^xsd:string . | 215 | rdfs:label "atmospheres per foot"^^xsd:string . |
| 75 | 216 | ||
| 76 | ep-core:atm_m-1 | 217 | ep-core:atm_m-1 |
| 77 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 218 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 78 | rdfs:label "atmospheres per metre"^^xsd:string . | 219 | rdfs:label "atmospheres per metre"^^xsd:string . |
| 79 | 220 | ||
| 80 | ep-core:atmosphere | 221 | ep-core:atmosphere |
| 81 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 222 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 82 | rdfs:domain ep-core:Pressure ; | 223 | rdfs:domain ep-core:Pressure ; |
| 83 | rdfs:label "atmosphere"^^xsd:string . | 224 | rdfs:label "atmosphere"^^xsd:string . |
| 84 | 225 | ||
| 85 | -ep-core:bar_km-1 | 226 | +ep-core:attogram |
| 86 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 227 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 228 | + rdfs:domain ep-core:Mass ; | ||
| 229 | + rdfs:label "attogram"^^xsd:string . | ||
| 230 | + | ||
| 231 | +ep-core:bar_km-1 | ||
| 232 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 87 | rdfs:label "bar per kilometre"^^xsd:string . | 233 | rdfs:label "bar per kilometre"^^xsd:string . |
| 88 | 234 | ||
| 89 | ep-core:bar_m-1 | 235 | ep-core:bar_m-1 |
| 90 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 236 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 91 | rdfs:label "bar per metre"^^xsd:string . | 237 | rdfs:label "bar per metre"^^xsd:string . |
| 92 | 238 | ||
| 93 | ep-core:barn | 239 | ep-core:barn |
| 94 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 240 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 95 | rdfs:label "barn (area)"^^xsd:string . | 241 | rdfs:label "barn (area)"^^xsd:string . |
| 96 | 242 | ||
| 97 | ep-core:barrel_day-1 | 243 | ep-core:barrel_day-1 |
| 98 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 244 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 99 | rdfs:domain ep-core:VolumetricFlowRate ; | 245 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 100 | rdfs:label "barrel day-1"^^xsd:string . | 246 | rdfs:label "barrel day-1"^^xsd:string . |
| 101 | 247 | ||
| 102 | -ep-core:centiEuclid | 248 | +ep-core:bbl_day-1_kPa-1 |
| 249 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 250 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 251 | + rdfs:label "barrels per day per kilopascal"^^xsd:string . | ||
| 252 | + | ||
| 253 | +ep-core:bbl_day-1_psi-1 | ||
| 254 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 255 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 256 | + rdfs:label "barrels per day per psi"^^xsd:string . | ||
| 257 | + | ||
| 258 | +ep-core:btu_bbl-1 | ||
| 259 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 260 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 261 | + rdfs:label "British thermal units per barrel"^^xsd:string . | ||
| 262 | + | ||
| 263 | +ep-core:btu_bhp-1_hr | ||
| 264 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 265 | + rdfs:domain ep-core:RelativePower ; | ||
| 266 | + rdfs:label "BTUs per bhp hour"^^xsd:string . | ||
| 267 | + | ||
| 268 | +ep-core:btu_ft-3 | ||
| 269 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 270 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 271 | + rdfs:label "British thermal units per cubic foot"^^xsd:string . | ||
| 272 | + | ||
| 273 | +ep-core:btu_gallon_UK | ||
| 274 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 275 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 276 | + rdfs:label "British thermal units per UK gallon"^^xsd:string . | ||
| 277 | + | ||
| 278 | +ep-core:btu_gallon_US | ||
| 279 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 280 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 281 | + rdfs:label "British thermal units per US gallon"^^xsd:string . | ||
| 282 | + | ||
| 283 | +ep-core:cal_cm-3 | ||
| 284 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 285 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 286 | + rdfs:label "calories per cubic centimetre"^^xsd:string . | ||
| 287 | + | ||
| 288 | +ep-core:cal_ml-1 | ||
| 289 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 290 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 291 | + rdfs:label "calories per millilitre"^^xsd:string . | ||
| 292 | + | ||
| 293 | +ep-core:cal_mm-3 | ||
| 103 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 294 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 295 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 296 | + rdfs:label "calories per cubic millimetre"^^xsd:string . | ||
| 297 | + | ||
| 298 | +ep-core:carat | ||
| 299 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 300 | + rdfs:domain ep-core:Mass ; | ||
| 301 | + rdfs:label "carat"^^xsd:string . | ||
| 302 | + | ||
| 303 | +ep-core:ccgr | ||
| 304 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 305 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 306 | + rdfs:label "centisimal second"^^xsd:string . | ||
| 307 | + | ||
| 308 | +ep-core:centiEuclid | ||
| 309 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 310 | + rdfs:domain ep-core:DimensionlessMeasure ; | ||
| 104 | rdfs:label "CentiEuclid"^^xsd:string . | 311 | rdfs:label "CentiEuclid"^^xsd:string . |
| 105 | 312 | ||
| 106 | ep-core:centimetre | 313 | ep-core:centimetre |
| 107 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 314 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 108 | rdfs:domain ep-core:Length ; | 315 | rdfs:domain ep-core:Length ; |
| 109 | rdfs:label "centimetre"^^xsd:string . | 316 | rdfs:label "centimetre"^^xsd:string . |
| 110 | 317 | ||
| 111 | -ep-core:chain_Benoit_A | 318 | +ep-core:cgr |
| 112 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 319 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 320 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 321 | + rdfs:label "centisimal minute"^^xsd:string . | ||
| 322 | + | ||
| 323 | +ep-core:ch | ||
| 324 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 325 | + rdfs:comment "No definition available - nearest I can find is French horsepower (cheveau)."^^xsd:string ; | ||
| 326 | + rdfs:domain ep-core:Power ; | ||
| 327 | + rdfs:label "ch"^^xsd:string . | ||
| 328 | + | ||
| 329 | +ep-core:chain_Benoit_A | ||
| 330 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 113 | rdfs:domain ep-core:Length ; | 331 | rdfs:domain ep-core:Length ; |
| 114 | rdfs:label "Benoit Chain A"^^xsd:string . | 332 | rdfs:label "Benoit Chain A"^^xsd:string . |
| 115 | 333 | ||
| 116 | ep-core:chain_Benoit_B | 334 | ep-core:chain_Benoit_B |
| 117 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 335 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 118 | rdfs:domain ep-core:Length ; | 336 | rdfs:domain ep-core:Length ; |
| 119 | rdfs:label "Benoit Chain B"^^xsd:string . | 337 | rdfs:label "Benoit Chain B"^^xsd:string . |
| 120 | 338 | ||
| 121 | ep-core:chain_Clarke | 339 | ep-core:chain_Clarke |
| 122 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 340 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 123 | rdfs:domain ep-core:Length ; | 341 | rdfs:domain ep-core:Length ; |
| 124 | rdfs:label "Clarke's Chain"^^xsd:string . | 342 | rdfs:label "Clarke's Chain"^^xsd:string . |
| 125 | 343 | ||
| 126 | ep-core:chain_Sears | 344 | ep-core:chain_Sears |
| 127 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 345 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 128 | rdfs:domain ep-core:Length ; | 346 | rdfs:domain ep-core:Length ; |
| 129 | rdfs:label "Sears Chain"^^xsd:string . | 347 | rdfs:label "Sears Chain"^^xsd:string . |
| 130 | 348 | ||
| 131 | ep-core:chain_US | 349 | ep-core:chain_US |
| 132 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 350 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 133 | rdfs:domain ep-core:Length ; | 351 | rdfs:domain ep-core:Length ; |
| 134 | rdfs:label "US Survey Chain"^^xsd:string . | 352 | rdfs:label "US Survey Chain"^^xsd:string . |
| 135 | 353 | ||
| 136 | ep-core:cm2 | 354 | ep-core:cm2 |
| 137 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 355 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 138 | rdfs:label "square centimetres"^^xsd:string . | 356 | rdfs:label "square centimetres"^^xsd:string . |
| 139 | 357 | ||
| 358 | +ep-core:cmH20at4degC | ||
| 359 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 360 | + rdfs:domain ep-core:Pressure ; | ||
| 361 | + rdfs:label "cm H20 at 4 deg C"^^xsd:string . | ||
| 362 | + | ||
| 140 | ep-core:cm_s-2 | 363 | ep-core:cm_s-2 |
| 141 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 364 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 142 | rdfs:label "centimetres per second squared"^^xsd:string . | 365 | rdfs:label "centimetres per second squared"^^xsd:string . |
| 143 | 366 | ||
| 144 | ep-core:count | 367 | ep-core:count |
| 145 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 368 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 146 | rdfs:label "count"^^xsd:string . | 369 | rdfs:label "count"^^xsd:string . |
| 147 | 370 | ||
| 371 | +ep-core:cwt_UK | ||
| 372 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 373 | + rdfs:domain ep-core:Mass ; | ||
| 374 | + rdfs:label "UK Hundredweight"^^xsd:string . | ||
| 375 | + | ||
| 376 | +ep-core:cwt_US | ||
| 377 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 378 | + rdfs:domain ep-core:Mass ; | ||
| 379 | + rdfs:label "US Hundredweight"^^xsd:string . | ||
| 380 | + | ||
| 381 | +ep-core:cycle | ||
| 382 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 383 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 384 | + rdfs:label "cycle"^^xsd:string . | ||
| 385 | + | ||
| 148 | ep-core:cycle_s-1 | 386 | ep-core:cycle_s-1 |
| 149 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 387 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 150 | rdfs:domain ep-core:Frequency ; | 388 | rdfs:domain ep-core:Frequency ; |
| 151 | rdfs:label "Cycles per second"^^xsd:string . | 389 | rdfs:label "Cycles per second"^^xsd:string . |
| 152 | 390 | ||
| 391 | +ep-core:decanewton_m-T | ||
| 392 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 393 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 394 | + rdfs:label "Decanewton Metre Torque"^^xsd:string . | ||
| 395 | + | ||
| 153 | ep-core:decimetre | 396 | ep-core:decimetre |
| 154 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 397 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 155 | rdfs:domain ep-core:Length ; | 398 | rdfs:domain ep-core:Length ; |
| 156 | rdfs:label "Decimetre"^^xsd:string . | 399 | rdfs:label "Decimetre"^^xsd:string . |
| 157 | 400 | ||
| 158 | -ep-core:degreesOfAngle_100ft-1 | 401 | +ep-core:decinewton_m-T |
| 159 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 402 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 403 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 404 | + rdfs:label "Decinewton Metre Torque"^^xsd:string . | ||
| 405 | + | ||
| 406 | +ep-core:dega | ||
| 407 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 408 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 409 | + rdfs:label "degree of an angle"^^xsd:string . | ||
| 410 | + | ||
| 411 | +ep-core:degreesOfAngle_100ft-1 | ||
| 412 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 160 | rdfs:label "degrees of angle per 100ft"^^xsd:string . | 413 | rdfs:label "degrees of angle per 100ft"^^xsd:string . |
| 161 | 414 | ||
| 162 | ep-core:degreesOfAngle_30ft-1 | 415 | ep-core:degreesOfAngle_30ft-1 |
| 163 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 416 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 164 | rdfs:label "degrees of angle per 30ft"^^xsd:string . | 417 | rdfs:label "degrees of angle per 30ft"^^xsd:string . |
| 165 | 418 | ||
| 166 | ep-core:degreesOfAngle_30m-1 | 419 | ep-core:degreesOfAngle_30m-1 |
| 167 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 420 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 168 | rdfs:label "degrees of angle per 30m"^^xsd:string . | 421 | rdfs:label "degrees of angle per 30m"^^xsd:string . |
| 169 | 422 | ||
| 170 | ep-core:degreesOfAngle_ft-1 | 423 | ep-core:degreesOfAngle_ft-1 |
| 171 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 424 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 172 | rdfs:label "degrees of angle per ft"^^xsd:string . | 425 | rdfs:label "degrees of angle per ft"^^xsd:string . |
| 173 | 426 | ||
| 174 | ep-core:degreesOfAngle_hr-1 | 427 | ep-core:degreesOfAngle_hr-1 |
| 175 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 428 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 176 | rdfs:label "degrees of angle per hour"^^xsd:string . | 429 | rdfs:label "degrees of angle per hour"^^xsd:string . |
| 177 | 430 | ||
| 178 | ep-core:degreesOfAngle_m-1 | 431 | ep-core:degreesOfAngle_m-1 |
| 179 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 432 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 180 | rdfs:label "degrees of angle per m"^^xsd:string . | 433 | rdfs:label "degrees of angle per m"^^xsd:string . |
| 181 | 434 | ||
| 182 | ep-core:degreesOfAngle_min-1 | 435 | ep-core:degreesOfAngle_min-1 |
| 183 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 436 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 184 | rdfs:label "degrees of angle per minute"^^xsd:string . | 437 | rdfs:label "degrees of angle per minute"^^xsd:string . |
| 185 | 438 | ||
| 186 | ep-core:degreesOfAngle_s-1 | 439 | ep-core:degreesOfAngle_s-1 |
| 187 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 440 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 188 | rdfs:label "degrees of angle per second"^^xsd:string . | 441 | rdfs:label "degrees of angle per second"^^xsd:string . |
| 189 | 442 | ||
| 190 | ep-core:dyne | 443 | ep-core:dyne |
| 191 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 444 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 192 | rdfs:label "Dyne"^^xsd:string . | 445 | rdfs:label "Dyne"^^xsd:string . |
| 193 | 446 | ||
| 447 | +ep-core:dyne_cm-2 | ||
| 448 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 449 | + rdfs:domain ep-core:Pressure ; | ||
| 450 | + rdfs:label "dynes per square centimetre"^^xsd:string . | ||
| 451 | + | ||
| 452 | +ep-core:ehp | ||
| 453 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 454 | + rdfs:domain ep-core:Power ; | ||
| 455 | + rdfs:label "electric horsepower"^^xsd:string . | ||
| 456 | + | ||
| 194 | ep-core:erg_cm-2 | 457 | ep-core:erg_cm-2 |
| 195 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 458 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 196 | rdfs:label "ergs per square centimetre"^^xsd:string . | 459 | rdfs:label "ergs per square centimetre"^^xsd:string . |
| 197 | 460 | ||
| 461 | +ep-core:erg_cm-3 | ||
| 462 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 463 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 464 | + rdfs:label "ergs per cubic centimetre"^^xsd:string . | ||
| 465 | + | ||
| 466 | +ep-core:erg_m-3 | ||
| 467 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 468 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 469 | + rdfs:label "ergs per cubic metre"^^xsd:string . | ||
| 470 | + | ||
| 198 | ep-core:euclid | 471 | ep-core:euclid |
| 199 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 472 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 473 | + rdfs:domain ep-core:DimensionlessMeasure ; | ||
| 200 | rdfs:label "Euclid"^^xsd:string . | 474 | rdfs:label "Euclid"^^xsd:string . |
| 201 | 475 | ||
| 202 | ep-core:fahrenheit | 476 | ep-core:fahrenheit |
| 203 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 477 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 204 | rdfs:domain ep-core:Temperature ; | 478 | rdfs:domain ep-core:Temperature ; |
| 205 | rdfs:label "fahrenheit"^^xsd:string . | 479 | rdfs:label "fahrenheit"^^xsd:string . |
| 206 | 480 | ||
| 207 | ep-core:fathom | 481 | ep-core:fathom |
| 208 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 482 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 209 | rdfs:domain ep-core:Length ; | 483 | rdfs:domain ep-core:Length ; |
| 210 | rdfs:label "fathom"^^xsd:string . | 484 | rdfs:label "fathom"^^xsd:string . |
| 211 | 485 | ||
| 212 | ep-core:femtometre | 486 | ep-core:femtometre |
| 213 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 487 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 214 | rdfs:domain ep-core:Length ; | 488 | rdfs:domain ep-core:Length ; |
| 215 | rdfs:label "femtometre"^^xsd:string . | 489 | rdfs:label "femtometre"^^xsd:string . |
| 216 | 490 | ||
| 217 | ep-core:footCandle | 491 | ep-core:footCandle |
| 218 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 492 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 219 | rdfs:domain ep-core:Illuminance ; | 493 | rdfs:domain ep-core:Illuminance ; |
| 220 | rdfs:label "foot candle"^^xsd:string . | 494 | rdfs:label "foot candle"^^xsd:string . |
| 221 | 495 | ||
| 222 | ep-core:foot_Benoit_A | 496 | ep-core:foot_Benoit_A |
| 223 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 497 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 224 | rdfs:domain ep-core:Length ; | 498 | rdfs:domain ep-core:Length ; |
| 225 | rdfs:label "Benoit A Foot"^^xsd:string . | 499 | rdfs:label "Benoit A Foot"^^xsd:string . |
| 226 | 500 | ||
| 227 | ep-core:foot_Benoit_B | 501 | ep-core:foot_Benoit_B |
| 228 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 502 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 229 | rdfs:domain ep-core:Length ; | 503 | rdfs:domain ep-core:Length ; |
| 230 | rdfs:label "Benoit B Foot"^^xsd:string . | 504 | rdfs:label "Benoit B Foot"^^xsd:string . |
| 231 | 505 | ||
| 232 | ep-core:foot_British_1865 | 506 | ep-core:foot_British_1865 |
| 233 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 507 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 234 | rdfs:domain ep-core:Length ; | 508 | rdfs:domain ep-core:Length ; |
| 235 | rdfs:label "British Foot (1865)"^^xsd:string . | 509 | rdfs:label "British Foot (1865)"^^xsd:string . |
| 236 | 510 | ||
| 237 | ep-core:foot_Clarke | 511 | ep-core:foot_Clarke |
| 238 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 512 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 239 | rdfs:domain ep-core:Length ; | 513 | rdfs:domain ep-core:Length ; |
| 240 | rdfs:label "Clarke Foot"^^xsd:string . | 514 | rdfs:label "Clarke Foot"^^xsd:string . |
| 241 | 515 | ||
| 242 | ep-core:foot_Gold_Coast | 516 | ep-core:foot_Gold_Coast |
| 243 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 517 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 244 | rdfs:domain ep-core:Length ; | 518 | rdfs:domain ep-core:Length ; |
| 245 | rdfs:label "Gold Coast Foot"^^xsd:string . | 519 | rdfs:label "Gold Coast Foot"^^xsd:string . |
| 246 | 520 | ||
| 247 | ep-core:foot_Indian | 521 | ep-core:foot_Indian |
| 248 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 522 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 249 | rdfs:domain ep-core:Length ; | 523 | rdfs:domain ep-core:Length ; |
| 250 | rdfs:label "Indian Foot"^^xsd:string . | 524 | rdfs:label "Indian Foot"^^xsd:string . |
| 251 | 525 | ||
| 252 | ep-core:foot_Indian_1937 | 526 | ep-core:foot_Indian_1937 |
| 253 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 527 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 254 | rdfs:domain ep-core:Length ; | 528 | rdfs:domain ep-core:Length ; |
| 255 | rdfs:label "Indian Foot (1937)"^^xsd:string . | 529 | rdfs:label "Indian Foot (1937)"^^xsd:string . |
| 256 | 530 | ||
| 257 | ep-core:foot_Indian_1962 | 531 | ep-core:foot_Indian_1962 |
| 258 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 532 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 259 | rdfs:domain ep-core:Length ; | 533 | rdfs:domain ep-core:Length ; |
| 260 | rdfs:label "Indian Foot (1962)"^^xsd:string . | 534 | rdfs:label "Indian Foot (1962)"^^xsd:string . |
| 261 | 535 | ||
| 262 | ep-core:foot_Indian_1975 | 536 | ep-core:foot_Indian_1975 |
| 263 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 537 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 264 | rdfs:domain ep-core:Length ; | 538 | rdfs:domain ep-core:Length ; |
| 265 | rdfs:label "Indian Foot (1975)"^^xsd:string . | 539 | rdfs:label "Indian Foot (1975)"^^xsd:string . |
| 266 | 540 | ||
| 267 | ep-core:foot_Modified_American | 541 | ep-core:foot_Modified_American |
| 268 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 542 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 269 | rdfs:domain ep-core:Length ; | 543 | rdfs:domain ep-core:Length ; |
| 270 | rdfs:label "Modified American Foot"^^xsd:string . | 544 | rdfs:label "Modified American Foot"^^xsd:string . |
| 271 | 545 | ||
| 272 | ep-core:foot_Sears | 546 | ep-core:foot_Sears |
| 273 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 547 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 274 | rdfs:domain ep-core:Length ; | 548 | rdfs:domain ep-core:Length ; |
| 275 | rdfs:label "Sears Foot"^^xsd:string . | 549 | rdfs:label "Sears Foot"^^xsd:string . |
| 276 | 550 | ||
| 277 | ep-core:foot_US_Survey | 551 | ep-core:foot_US_Survey |
| 278 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 552 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 279 | rdfs:domain ep-core:Length ; | 553 | rdfs:domain ep-core:Length ; |
| 280 | rdfs:label "US Survey Foot"^^xsd:string . | 554 | rdfs:label "US Survey Foot"^^xsd:string . |
| 281 | 555 | ||
| 282 | ep-core:foot_s-2 | 556 | ep-core:foot_s-2 |
| 283 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 557 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 284 | rdfs:label "feet per second squared"^^xsd:string . | 558 | rdfs:label "feet per second squared"^^xsd:string . |
| 285 | 559 | ||
| 286 | ep-core:ft2 | 560 | ep-core:ft2 |
| 287 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 561 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 288 | rdfs:label "square feet"^^xsd:string . | 562 | rdfs:label "square feet"^^xsd:string . |
| 289 | 563 | ||
| 290 | ep-core:ft_100ft-1 | 564 | ep-core:ft_100ft-1 |
| 291 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 565 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 292 | rdfs:domain ep-core:LengthPerLength ; | 566 | rdfs:domain ep-core:LengthPerLength ; |
| 293 | rdfs:label "feet per 100ft"^^xsd:string . | 567 | rdfs:label "feet per 100ft"^^xsd:string . |
| 294 | 568 | ||
| 295 | ep-core:ft_ft-1 | 569 | ep-core:ft_ft-1 |
| 296 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 570 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 297 | rdfs:domain ep-core:LengthPerLength ; | 571 | rdfs:domain ep-core:LengthPerLength ; |
| 298 | rdfs:label "feet per foot"^^xsd:string . | 572 | rdfs:label "feet per foot"^^xsd:string . |
| 299 | 573 | ||
| 300 | ep-core:ft_in-1 | 574 | ep-core:ft_in-1 |
| 301 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 575 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 302 | rdfs:domain ep-core:LengthPerLength ; | 576 | rdfs:domain ep-core:LengthPerLength ; |
| 303 | rdfs:label "feet per inch"^^xsd:string . | 577 | rdfs:label "feet per inch"^^xsd:string . |
| 304 | 578 | ||
| 579 | +ep-core:ft_lbf | ||
| 580 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 581 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 582 | + rdfs:label "Foot Pound (force)"^^xsd:string . | ||
| 583 | + | ||
| 584 | +ep-core:ft_lbf_bbl-1 | ||
| 585 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 586 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 587 | + rdfs:label "foot-pound (force) per barrel"^^xsd:string . | ||
| 588 | + | ||
| 589 | +ep-core:ft_lbf_usGallon-1 | ||
| 590 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 591 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 592 | + rdfs:label "foot-pound (force) per US gallon"^^xsd:string . | ||
| 593 | + | ||
| 305 | ep-core:ft_m-1 | 594 | ep-core:ft_m-1 |
| 306 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 595 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 307 | rdfs:domain ep-core:LengthPerLength ; | 596 | rdfs:domain ep-core:LengthPerLength ; |
| 308 | rdfs:label "feet per metre"^^xsd:string . | 597 | rdfs:label "feet per metre"^^xsd:string . |
| 309 | 598 | ||
| 310 | ep-core:ft_mi-1 | 599 | ep-core:ft_mi-1 |
| 311 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 600 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 312 | rdfs:domain ep-core:LengthPerLength ; | 601 | rdfs:domain ep-core:LengthPerLength ; |
| 313 | rdfs:label "feet per mile"^^xsd:string . | 602 | rdfs:label "feet per mile"^^xsd:string . |
| 314 | 603 | ||
| 315 | -ep-core:galileo | 604 | +ep-core:g_kg-1 |
| 316 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 605 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 606 | + rdfs:domain ep-core:MassConcentration ; | ||
| 607 | + rdfs:label "grams per kilogram"^^xsd:string . | ||
| 608 | + | ||
| 609 | +ep-core:galileo | ||
| 610 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 317 | rdfs:label "galileo"^^xsd:string . | 611 | rdfs:label "galileo"^^xsd:string . |
| 318 | 612 | ||
| 613 | +ep-core:gamma | ||
| 614 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 615 | + rdfs:domain ep-core:MagneticFieldStrength ; | ||
| 616 | + rdfs:label "gamma"^^xsd:string . | ||
| 617 | + | ||
| 319 | ep-core:gf | 618 | ep-core:gf |
| 320 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 619 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 321 | rdfs:label "Gram (force)"^^xsd:string . | 620 | rdfs:label "Gram (force)"^^xsd:string . |
| 322 | 621 | ||
| 323 | ep-core:ghz | 622 | ep-core:ghz |
| 324 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 623 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 325 | rdfs:domain ep-core:Frequency ; | 624 | rdfs:domain ep-core:Frequency ; |
| 326 | rdfs:label "Gigahertz"^^xsd:string . | 625 | rdfs:label "Gigahertz"^^xsd:string . |
| 327 | 626 | ||
| 627 | +ep-core:gigaPa | ||
| 628 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 629 | + rdfs:domain ep-core:Pressure ; | ||
| 630 | + rdfs:label "GPa"^^xsd:string . | ||
| 631 | + | ||
| 632 | +ep-core:gigaradian | ||
| 633 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 634 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 635 | + rdfs:label "gigaradians"^^xsd:string . | ||
| 636 | + | ||
| 637 | +ep-core:gigawatt | ||
| 638 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 639 | + rdfs:domain ep-core:Power ; | ||
| 640 | + rdfs:label "gigawatts"^^xsd:string . | ||
| 641 | + | ||
| 328 | ep-core:gn | 642 | ep-core:gn |
| 329 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 643 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 330 | rdfs:label "normal acceleration Gn"^^xsd:string . | 644 | rdfs:label "normal acceleration Gn"^^xsd:string . |
| 331 | 645 | ||
| 646 | +ep-core:gon | ||
| 647 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 648 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 649 | + rdfs:label "gons"^^xsd:string . | ||
| 650 | + | ||
| 651 | +ep-core:gr | ||
| 652 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 653 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 654 | + rdfs:label "grad"^^xsd:string . | ||
| 655 | + | ||
| 656 | +ep-core:grain | ||
| 657 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 658 | + rdfs:domain ep-core:Mass ; | ||
| 659 | + rdfs:label "grain"^^xsd:string . | ||
| 660 | + | ||
| 332 | ep-core:grain_100ft-3 | 661 | ep-core:grain_100ft-3 |
| 333 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 662 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 334 | rdfs:label "grain per 100ft3"^^xsd:string . | 663 | rdfs:label "grain per 100ft3"^^xsd:string . |
| 335 | 664 | ||
| 336 | ep-core:grain_ft-3_1 | 665 | ep-core:grain_ft-3_1 |
| 337 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 666 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 338 | rdfs:label "grain per ft3"^^xsd:string . | 667 | rdfs:label "grain per ft3"^^xsd:string . |
| 339 | 668 | ||
| 340 | ep-core:grain_usGallon-1 | 669 | ep-core:grain_usGallon-1 |
| 341 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 670 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 342 | rdfs:label "grain per US Gallon"^^xsd:string . | 671 | rdfs:label "grain per US Gallon"^^xsd:string . |
| 343 | 672 | ||
| 673 | +ep-core:gram | ||
| 674 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 675 | + rdfs:domain ep-core:Mass ; | ||
| 676 | + rdfs:label "gram"^^xsd:string . | ||
| 677 | + | ||
| 344 | ep-core:gram_dm-3 | 678 | ep-core:gram_dm-3 |
| 345 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 679 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 346 | rdfs:label "gram dm-3"^^xsd:string . | 680 | rdfs:label "gram dm-3"^^xsd:string . |
| 347 | 681 | ||
| 348 | ep-core:gram_l-1 | 682 | ep-core:gram_l-1 |
| 349 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 683 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 350 | rdfs:label "grams per litre"^^xsd:string . | 684 | rdfs:label "grams per litre"^^xsd:string . |
| 351 | 685 | ||
| 352 | ep-core:gram_m-3 | 686 | ep-core:gram_m-3 |
| 353 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 687 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 354 | rdfs:label "gram m-3"^^xsd:string . | 688 | rdfs:label "gram m-3"^^xsd:string . |
| 355 | 689 | ||
| 356 | ep-core:gram_ukGallon-1 | 690 | ep-core:gram_ukGallon-1 |
| 357 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 691 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 358 | rdfs:label "grams per UK Gallon"^^xsd:string . | 692 | rdfs:label "grams per UK Gallon"^^xsd:string . |
| 359 | 693 | ||
| 360 | ep-core:gram_usGallon-1 | 694 | ep-core:gram_usGallon-1 |
| 361 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 695 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 362 | rdfs:label "grams per US Gallon"^^xsd:string . | 696 | rdfs:label "grams per US Gallon"^^xsd:string . |
| 363 | 697 | ||
| 364 | ep-core:hasSetOfAllPartsOfType | 698 | ep-core:hasSetOfAllPartsOfType |
| ... | @@ -367,625 +701,1255 @@ ep-core:hasSetOfAllPartsOfType | ... | @@ -367,625 +701,1255 @@ ep-core:hasSetOfAllPartsOfType |
| 367 | rdfs:label "basis for"^^xsd:string . | 701 | rdfs:label "basis for"^^xsd:string . |
| 368 | 702 | ||
| 369 | ep-core:hectare | 703 | ep-core:hectare |
| 370 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 704 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 371 | rdfs:label "hectares"^^xsd:string . | 705 | rdfs:label "hectares"^^xsd:string . |
| 372 | 706 | ||
| 373 | -ep-core:hz | 707 | +ep-core:hectobar |
| 374 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 708 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 709 | + rdfs:domain ep-core:Pressure ; | ||
| 710 | + rdfs:label "hectobar"^^xsd:string . | ||
| 711 | + | ||
| 712 | +ep-core:hhp | ||
| 713 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 714 | + rdfs:domain ep-core:Power ; | ||
| 715 | + rdfs:label "hydraulic horsepower"^^xsd:string . | ||
| 716 | + | ||
| 717 | +ep-core:hp | ||
| 718 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 719 | + rdfs:domain ep-core:Power ; | ||
| 720 | + rdfs:label "horsepower"^^xsd:string . | ||
| 721 | + | ||
| 722 | +ep-core:hp_hr_bbl-1 | ||
| 723 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 724 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 725 | + rdfs:label "horsepower hours per barrel"^^xsd:string . | ||
| 726 | + | ||
| 727 | +ep-core:hz | ||
| 728 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 375 | rdfs:domain ep-core:Frequency ; | 729 | rdfs:domain ep-core:Frequency ; |
| 376 | rdfs:label "Hertz"^^xsd:string . | 730 | rdfs:label "Hertz"^^xsd:string . |
| 377 | 731 | ||
| 378 | ep-core:in2 | 732 | ep-core:in2 |
| 379 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 733 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 380 | rdfs:label "square inches"^^xsd:string . | 734 | rdfs:label "square inches"^^xsd:string . |
| 381 | 735 | ||
| 382 | ep-core:in2_ft-2 | 736 | ep-core:in2_ft-2 |
| 383 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 737 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 384 | rdfs:label "square inches per square foot"^^xsd:string . | 738 | rdfs:label "square inches per square foot"^^xsd:string . |
| 385 | 739 | ||
| 386 | ep-core:in2_in-2 | 740 | ep-core:in2_in-2 |
| 387 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 741 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 388 | rdfs:label "square inches per square inch"^^xsd:string . | 742 | rdfs:label "square inches per square inch"^^xsd:string . |
| 389 | 743 | ||
| 744 | +<http://www.reportinghub.no/ep/schema/core#inH20at39.2F> | ||
| 745 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 746 | + rdfs:domain ep-core:Pressure ; | ||
| 747 | + rdfs:label "inches of H20 at 39.2 deg F"^^xsd:string . | ||
| 748 | + | ||
| 749 | +ep-core:inH20at60F | ||
| 750 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 751 | + rdfs:domain ep-core:Pressure ; | ||
| 752 | + rdfs:label "inches of H20 at 60 deg F"^^xsd:string . | ||
| 753 | + | ||
| 754 | +ep-core:inHGat32F | ||
| 755 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 756 | + rdfs:domain ep-core:Pressure ; | ||
| 757 | + rdfs:label "inches of mercury at 32 deg F"^^xsd:string . | ||
| 758 | + | ||
| 759 | +ep-core:inHGat60F | ||
| 760 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 761 | + rdfs:domain ep-core:Pressure ; | ||
| 762 | + rdfs:label "inches of mercury at 60 deg F"^^xsd:string . | ||
| 763 | + | ||
| 390 | ep-core:inch_64 | 764 | ep-core:inch_64 |
| 391 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 765 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 392 | rdfs:domain ep-core:Length ; | 766 | rdfs:domain ep-core:Length ; |
| 393 | rdfs:label "inch/64"^^xsd:string . | 767 | rdfs:label "inch/64"^^xsd:string . |
| 394 | 768 | ||
| 395 | ep-core:j_cm-2 | 769 | ep-core:j_cm-2 |
| 396 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 770 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 397 | rdfs:label "joules per square centimetre"^^xsd:string . | 771 | rdfs:label "joules per square centimetre"^^xsd:string . |
| 398 | 772 | ||
| 773 | +ep-core:j_dm-3 | ||
| 774 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 775 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 776 | + rdfs:label "joules per cubic decimetre"^^xsd:string . | ||
| 777 | + | ||
| 399 | ep-core:j_m-2 | 778 | ep-core:j_m-2 |
| 400 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 779 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 401 | rdfs:label "joules per square metre"^^xsd:string . | 780 | rdfs:label "joules per square metre"^^xsd:string . |
| 402 | 781 | ||
| 782 | +ep-core:j_m-3 | ||
| 783 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 784 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 785 | + rdfs:label "joules per cubic metre"^^xsd:string . | ||
| 786 | + | ||
| 787 | +ep-core:joule | ||
| 788 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 789 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 790 | + rdfs:label "joules"^^xsd:string . | ||
| 791 | + | ||
| 792 | +ep-core:kCal_cm-3 | ||
| 793 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 794 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 795 | + rdfs:label "kilocalories per cubic centimetre"^^xsd:string . | ||
| 796 | + | ||
| 797 | +ep-core:kCal_h-1 | ||
| 798 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 799 | + rdfs:domain ep-core:Power ; | ||
| 800 | + rdfs:label "Kilocalories per hour"^^xsd:string . | ||
| 801 | + | ||
| 802 | +ep-core:kCal_m-3 | ||
| 803 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 804 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 805 | + rdfs:label "kilocalories per cubic metre"^^xsd:string . | ||
| 806 | + | ||
| 807 | +ep-core:kN_m-2 | ||
| 808 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 809 | + rdfs:domain ep-core:Pressure ; | ||
| 810 | + rdfs:label "kilonewtons per square metre"^^xsd:string . | ||
| 811 | + | ||
| 812 | +ep-core:kPa | ||
| 813 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 814 | + rdfs:domain ep-core:Pressure ; | ||
| 815 | + rdfs:label "kilopascals"^^xsd:string . | ||
| 816 | + | ||
| 817 | +ep-core:kft_lbf | ||
| 818 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 819 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 820 | + rdfs:label "1000 Foot Pound (force)"^^xsd:string . | ||
| 821 | + | ||
| 822 | +ep-core:kg_kg-1 | ||
| 823 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 824 | + rdfs:domain ep-core:MassConcentration ; | ||
| 825 | + rdfs:label "kilograms per kilogram"^^xsd:string . | ||
| 826 | + | ||
| 827 | +ep-core:kg_m-1 | ||
| 828 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 829 | + rdfs:domain ep-core:MassPerLength ; | ||
| 830 | + rdfs:label "kilograms per metre"^^xsd:string . | ||
| 831 | + | ||
| 832 | +ep-core:kg_m_cm-2 | ||
| 833 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 834 | + rdfs:domain ep-core:MassPerLength ; | ||
| 835 | + rdfs:label "Kilogram metres per cm2"^^xsd:string . | ||
| 836 | + | ||
| 837 | +ep-core:kg_sack94-1 | ||
| 838 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 839 | + rdfs:domain ep-core:MassConcentration ; | ||
| 840 | + rdfs:label "kilograms per 94lb sack"^^xsd:string . | ||
| 841 | + | ||
| 403 | ep-core:kgf | 842 | ep-core:kgf |
| 404 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 843 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 405 | rdfs:label "kg (force)"^^xsd:string . | 844 | rdfs:label "kg (force)"^^xsd:string . |
| 406 | 845 | ||
| 846 | +ep-core:kgf_cm-2 | ||
| 847 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 848 | + rdfs:domain ep-core:Pressure ; | ||
| 849 | + rdfs:label "kilograms (force) per square centimetre"^^xsd:string . | ||
| 850 | + | ||
| 851 | +ep-core:kgf_m | ||
| 852 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 853 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 854 | + rdfs:label "Kilogram (force) metre"^^xsd:string . | ||
| 855 | + | ||
| 407 | ep-core:kgf_m_m-2 | 856 | ep-core:kgf_m_m-2 |
| 408 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 857 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 409 | rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; | 858 | rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; |
| 410 | rdfs:label "kg (force) meter per square metre"^^xsd:string . | 859 | rdfs:label "kg (force) meter per square metre"^^xsd:string . |
| 411 | 860 | ||
| 861 | +ep-core:kgf_mm-2 | ||
| 862 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 863 | + rdfs:domain ep-core:Pressure ; | ||
| 864 | + rdfs:label "kilograms (force) per square millimetre"^^xsd:string . | ||
| 865 | + | ||
| 412 | ep-core:khz | 866 | ep-core:khz |
| 413 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 867 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 414 | rdfs:domain ep-core:Frequency ; | 868 | rdfs:domain ep-core:Frequency ; |
| 415 | rdfs:label "Kilohertz"^^xsd:string . | 869 | rdfs:label "Kilohertz"^^xsd:string . |
| 416 | 870 | ||
| 417 | ep-core:kiloDyne | 871 | ep-core:kiloDyne |
| 418 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 872 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 419 | rdfs:label "Kilodyne"^^xsd:string . | 873 | rdfs:label "Kilodyne"^^xsd:string . |
| 420 | 874 | ||
| 421 | ep-core:kiloLux | 875 | ep-core:kiloLux |
| 422 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 876 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 423 | rdfs:domain ep-core:Illuminance ; | 877 | rdfs:domain ep-core:Illuminance ; |
| 424 | rdfs:label "kilolux"^^xsd:string . | 878 | rdfs:label "kilolux"^^xsd:string . |
| 425 | 879 | ||
| 426 | ep-core:kiloNewton | 880 | ep-core:kiloNewton |
| 427 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 881 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 428 | rdfs:label "Kilonewton"^^xsd:string . | 882 | rdfs:label "Kilonewton"^^xsd:string . |
| 429 | 883 | ||
| 884 | +ep-core:kilogram | ||
| 885 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 886 | + rdfs:domain ep-core:Mass ; | ||
| 887 | + rdfs:label "kilogram"^^xsd:string . | ||
| 888 | + | ||
| 430 | ep-core:kilogram_dm-3 | 889 | ep-core:kilogram_dm-3 |
| 431 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 890 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 432 | rdfs:label "kilogram dm-3"^^xsd:string . | 891 | rdfs:label "kilogram dm-3"^^xsd:string . |
| 433 | 892 | ||
| 434 | ep-core:kilogram_l-1 | 893 | ep-core:kilogram_l-1 |
| 435 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 894 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 436 | rdfs:label "kilogram per litre"^^xsd:string . | 895 | rdfs:label "kilogram per litre"^^xsd:string . |
| 437 | 896 | ||
| 438 | ep-core:kilogram_m-3 | 897 | ep-core:kilogram_m-3 |
| 439 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 898 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 440 | rdfs:label "kilogram m-3"^^xsd:string . | 899 | rdfs:label "kilogram m-3"^^xsd:string . |
| 441 | 900 | ||
| 442 | ep-core:kilometre | 901 | ep-core:kilometre |
| 443 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 902 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 444 | rdfs:domain ep-core:Length ; | 903 | rdfs:domain ep-core:Length ; |
| 445 | rdfs:label "Kilometre"^^xsd:string . | 904 | rdfs:label "Kilometre"^^xsd:string . |
| 446 | 905 | ||
| 447 | -ep-core:kilovolt | 906 | +ep-core:kilonewton_m-T |
| 448 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 907 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 908 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 909 | + rdfs:label "Kilonewton Metre Torque"^^xsd:string . | ||
| 910 | + | ||
| 911 | +ep-core:kiloradian | ||
| 912 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 913 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 914 | + rdfs:label "kiloradians"^^xsd:string . | ||
| 915 | + | ||
| 916 | +ep-core:kilovolt | ||
| 917 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 449 | rdfs:label "kilovolt"^^xsd:string . | 918 | rdfs:label "kilovolt"^^xsd:string . |
| 450 | 919 | ||
| 920 | +ep-core:kilowatt | ||
| 921 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 922 | + rdfs:domain ep-core:Power ; | ||
| 923 | + rdfs:label "Kilowatts"^^xsd:string . | ||
| 924 | + | ||
| 925 | +ep-core:kj_dm-3 | ||
| 926 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 927 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 928 | + rdfs:label "kilojoules per cubic decimetre"^^xsd:string . | ||
| 929 | + | ||
| 930 | +ep-core:kj_m-3 | ||
| 931 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 932 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 933 | + rdfs:label "kilojoules per cubic metre"^^xsd:string . | ||
| 934 | + | ||
| 451 | ep-core:klbf | 935 | ep-core:klbf |
| 452 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 936 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 453 | rdfs:label "kilopound (force)"^^xsd:string . | 937 | rdfs:label "kilopound (force)"^^xsd:string . |
| 454 | 938 | ||
| 939 | +ep-core:klbm | ||
| 940 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 941 | + rdfs:domain ep-core:Mass ; | ||
| 942 | + rdfs:label "Thousand pounds mass"^^xsd:string . | ||
| 943 | + | ||
| 944 | +ep-core:klbm_in-1 | ||
| 945 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 946 | + rdfs:domain ep-core:MassPerLength ; | ||
| 947 | + rdfs:label "thousand pounds (mass) per inch"^^xsd:string . | ||
| 948 | + | ||
| 455 | ep-core:km2 | 949 | ep-core:km2 |
| 456 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 950 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 457 | rdfs:label "square kilometres"^^xsd:string . | 951 | rdfs:label "square kilometres"^^xsd:string . |
| 458 | 952 | ||
| 459 | ep-core:km_cm-1 | 953 | ep-core:km_cm-1 |
| 460 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 954 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 461 | rdfs:domain ep-core:LengthPerLength ; | 955 | rdfs:domain ep-core:LengthPerLength ; |
| 462 | rdfs:label "kilometres per centimetre"^^xsd:string . | 956 | rdfs:label "kilometres per centimetre"^^xsd:string . |
| 463 | 957 | ||
| 464 | ep-core:kpa_100m-1 | 958 | ep-core:kpa_100m-1 |
| 465 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 959 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 466 | rdfs:label "Kilopascal per 100 metres"^^xsd:string . | 960 | rdfs:label "Kilopascal per 100 metres"^^xsd:string . |
| 467 | 961 | ||
| 468 | ep-core:kpa_m-1 | 962 | ep-core:kpa_m-1 |
| 469 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 963 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 470 | rdfs:label "Kilopascal per metre"^^xsd:string . | 964 | rdfs:label "Kilopascal per metre"^^xsd:string . |
| 471 | 965 | ||
| 966 | +ep-core:kpsi | ||
| 967 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 968 | + rdfs:domain ep-core:Pressure ; | ||
| 969 | + rdfs:label "thousand pounds per square inch"^^xsd:string . | ||
| 970 | + | ||
| 971 | +ep-core:kw_h_dm-3 | ||
| 972 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 973 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 974 | + rdfs:label "kilowatt hours per cubic decimetre"^^xsd:string . | ||
| 975 | + | ||
| 976 | +ep-core:kw_h_m-3 | ||
| 977 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 978 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 979 | + rdfs:label "kilowatt hours per cubic metre"^^xsd:string . | ||
| 980 | + | ||
| 981 | +ep-core:l_min-1_bar-1 | ||
| 982 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 983 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 984 | + rdfs:label "litres per minute per bar"^^xsd:string . | ||
| 985 | + | ||
| 472 | ep-core:lbf | 986 | ep-core:lbf |
| 473 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 987 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 474 | rdfs:label "Pounds (force)"^^xsd:string . | 988 | rdfs:label "Pounds (force)"^^xsd:string . |
| 475 | 989 | ||
| 476 | -ep-core:lbf_ft-3 | 990 | +ep-core:lbf_100ft-2 |
| 991 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 992 | + rdfs:domain ep-core:Pressure ; | ||
| 993 | + rdfs:label "pounds (force) per 100ft square"^^xsd:string . | ||
| 994 | + | ||
| 995 | +ep-core:lbf_ft | ||
| 996 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 997 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 998 | + rdfs:label "Pound (force) Foot"^^xsd:string . | ||
| 999 | + | ||
| 1000 | +ep-core:lbf_ft-2 | ||
| 477 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1001 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1002 | + rdfs:domain ep-core:Pressure ; | ||
| 1003 | + rdfs:label "pounds (force) per square foot"^^xsd:string . | ||
| 1004 | + | ||
| 1005 | +ep-core:lbf_ft-3 | ||
| 1006 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 478 | rdfs:label "pounds (force) per cubic foot"^^xsd:string . | 1007 | rdfs:label "pounds (force) per cubic foot"^^xsd:string . |
| 479 | 1008 | ||
| 1009 | +ep-core:lbf_ft_bbl-1 | ||
| 1010 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1011 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1012 | + rdfs:label "pounds (force) foot per barrel"^^xsd:string . | ||
| 1013 | + | ||
| 480 | ep-core:lbf_ft_in-2 | 1014 | ep-core:lbf_ft_in-2 |
| 481 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1015 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 482 | rdfs:label "pound foot per square inch"^^xsd:string . | 1016 | rdfs:label "pound foot per square inch"^^xsd:string . |
| 483 | 1017 | ||
| 1018 | +ep-core:lbf_in | ||
| 1019 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1020 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 1021 | + rdfs:label "Pound (force) Inch"^^xsd:string . | ||
| 1022 | + | ||
| 1023 | +ep-core:lbf_in-2 | ||
| 1024 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1025 | + rdfs:domain ep-core:Pressure ; | ||
| 1026 | + rdfs:label "pounds (force) per square inch"^^xsd:string . | ||
| 1027 | + | ||
| 484 | ep-core:lbf_usGal-1 | 1028 | ep-core:lbf_usGal-1 |
| 485 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1029 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 486 | rdfs:label "pounds (force) per US Gallon"^^xsd:string . | 1030 | rdfs:label "pounds (force) per US Gallon"^^xsd:string . |
| 487 | 1031 | ||
| 1032 | +ep-core:lbm | ||
| 1033 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1034 | + rdfs:domain ep-core:Mass ; | ||
| 1035 | + rdfs:label "pound (mass)"^^xsd:string . | ||
| 1036 | + | ||
| 488 | ep-core:lbm_1000bbl-1 | 1037 | ep-core:lbm_1000bbl-1 |
| 489 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1038 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 490 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | 1039 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . |
| 491 | 1040 | ||
| 492 | ep-core:lbm_1000ukGallon-1 | 1041 | ep-core:lbm_1000ukGallon-1 |
| 493 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1042 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 494 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | 1043 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . |
| 495 | 1044 | ||
| 496 | ep-core:lbm_1000usGallon-1 | 1045 | ep-core:lbm_1000usGallon-1 |
| 497 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1046 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 498 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | 1047 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . |
| 499 | 1048 | ||
| 500 | ep-core:lbm_10bbl-1 | 1049 | ep-core:lbm_10bbl-1 |
| 501 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1050 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 502 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | 1051 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . |
| 503 | 1052 | ||
| 504 | ep-core:lbm_bbl-1 | 1053 | ep-core:lbm_bbl-1 |
| 505 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1054 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 506 | rdfs:label "pounds (mass) per barrel"^^xsd:string . | 1055 | rdfs:label "pounds (mass) per barrel"^^xsd:string . |
| 507 | 1056 | ||
| 1057 | +ep-core:lbm_ft-1 | ||
| 1058 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1059 | + rdfs:domain ep-core:MassPerLength ; | ||
| 1060 | + rdfs:label "pounds (mass) per foot"^^xsd:string . | ||
| 1061 | + | ||
| 508 | ep-core:lbm_ft-3 | 1062 | ep-core:lbm_ft-3 |
| 509 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1063 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 510 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | 1064 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . |
| 511 | 1065 | ||
| 1066 | +ep-core:lbm_ft2_s-2 | ||
| 1067 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 1068 | + rdfs:comment "Some of these units are just bizarre dimensional re-statements of other units."^^xsd:string ; | ||
| 1069 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 1070 | + rdfs:label "Pound (mass) square foot per second per second"^^xsd:string . | ||
| 1071 | + | ||
| 1072 | +ep-core:lbm_in-2 | ||
| 1073 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1074 | + rdfs:domain ep-core:Pressure ; | ||
| 1075 | + rdfs:label "pounds per square inch"^^xsd:string . | ||
| 1076 | + | ||
| 512 | ep-core:lbm_in-3 | 1077 | ep-core:lbm_in-3 |
| 513 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1078 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 514 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | 1079 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . |
| 515 | 1080 | ||
| 516 | ep-core:lbm_millibarrel-1 | 1081 | ep-core:lbm_millibarrel-1 |
| 517 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1082 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 518 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | 1083 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . |
| 519 | 1084 | ||
| 520 | ep-core:lbm_ukGallon-1 | 1085 | ep-core:lbm_ukGallon-1 |
| 521 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1086 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 522 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | 1087 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . |
| 523 | 1088 | ||
| 524 | ep-core:lbm_usGallon-1 | 1089 | ep-core:lbm_usGallon-1 |
| 525 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1090 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 526 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | 1091 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . |
| 527 | 1092 | ||
| 528 | ep-core:link_Benoit_A | 1093 | ep-core:link_Benoit_A |
| 529 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1094 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 530 | rdfs:domain ep-core:Length ; | 1095 | rdfs:domain ep-core:Length ; |
| 531 | rdfs:label "Benoit Link A"^^xsd:string . | 1096 | rdfs:label "Benoit Link A"^^xsd:string . |
| 532 | 1097 | ||
| 533 | ep-core:link_Benoit_B | 1098 | ep-core:link_Benoit_B |
| 534 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1099 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 535 | rdfs:domain ep-core:Length ; | 1100 | rdfs:domain ep-core:Length ; |
| 536 | rdfs:label "Benoit Link B"^^xsd:string . | 1101 | rdfs:label "Benoit Link B"^^xsd:string . |
| 537 | 1102 | ||
| 538 | ep-core:link_Clarke | 1103 | ep-core:link_Clarke |
| 539 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1104 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 540 | rdfs:domain ep-core:Length ; | 1105 | rdfs:domain ep-core:Length ; |
| 541 | rdfs:label "Clarke Link"^^xsd:string . | 1106 | rdfs:label "Clarke Link"^^xsd:string . |
| 542 | 1107 | ||
| 543 | ep-core:link_Sears | 1108 | ep-core:link_Sears |
| 544 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1109 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 545 | rdfs:domain ep-core:Length ; | 1110 | rdfs:domain ep-core:Length ; |
| 546 | rdfs:label "Sears Link"^^xsd:string . | 1111 | rdfs:label "Sears Link"^^xsd:string . |
| 547 | 1112 | ||
| 548 | ep-core:link_US_Survey | 1113 | ep-core:link_US_Survey |
| 549 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1114 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 550 | rdfs:domain ep-core:Length ; | 1115 | rdfs:domain ep-core:Length ; |
| 551 | rdfs:label "US Survey Link"^^xsd:string . | 1116 | rdfs:label "US Survey Link"^^xsd:string . |
| 552 | 1117 | ||
| 553 | ep-core:lm_m-2 | 1118 | ep-core:lm_m-2 |
| 554 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1119 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 555 | rdfs:domain ep-core:Illuminance ; | 1120 | rdfs:domain ep-core:Illuminance ; |
| 556 | rdfs:label "lumens per square metre"^^xsd:string . | 1121 | rdfs:label "lumens per square metre"^^xsd:string . |
| 557 | 1122 | ||
| 558 | ep-core:lux | 1123 | ep-core:lux |
| 559 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1124 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 560 | rdfs:domain ep-core:Illuminance ; | 1125 | rdfs:domain ep-core:Illuminance ; |
| 561 | rdfs:label "lux"^^xsd:string . | 1126 | rdfs:label "lux"^^xsd:string . |
| 562 | 1127 | ||
| 563 | ep-core:m2 | 1128 | ep-core:m2 |
| 564 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1129 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 565 | rdfs:label "square metres"^^xsd:string . | 1130 | rdfs:label "square metres"^^xsd:string . |
| 566 | 1131 | ||
| 567 | ep-core:m2_m-2 | 1132 | ep-core:m2_m-2 |
| 568 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1133 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 569 | rdfs:label "square metres per square metre"^^xsd:string . | 1134 | rdfs:label "square metres per square metre"^^xsd:string . |
| 570 | 1135 | ||
| 571 | -ep-core:m_30m-1 | 1136 | +ep-core:m3_Pa-1_s-1 |
| 1137 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1138 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1139 | + rdfs:label "Cubic metres per pascal per second"^^xsd:string . | ||
| 1140 | + | ||
| 1141 | +ep-core:m3_day-1_bar-1 | ||
| 1142 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1143 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1144 | + rdfs:label "Cubic metres per day per bar"^^xsd:string . | ||
| 1145 | + | ||
| 1146 | +ep-core:m3_hr-1_bar-1 | ||
| 1147 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1148 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1149 | + rdfs:label "Cubic metres per hour per bar"^^xsd:string . | ||
| 1150 | + | ||
| 1151 | +ep-core:m3_kPa-1_d-1 | ||
| 1152 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1153 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1154 | + rdfs:label "Cubic metres per kilopascal per day"^^xsd:string . | ||
| 1155 | + | ||
| 1156 | +ep-core:m3_kPa-1_hr-1 | ||
| 1157 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1158 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1159 | + rdfs:label "Cubic metres per kilopascal per hour"^^xsd:string . | ||
| 1160 | + | ||
| 1161 | +ep-core:m3_min-1_bar-1 | ||
| 1162 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1163 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1164 | + rdfs:label "Cubic metres per min per bar"^^xsd:string . | ||
| 1165 | + | ||
| 1166 | +ep-core:m3_psi-1_day-1 | ||
| 1167 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1168 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1169 | + rdfs:label "Cubic metres per psi per day"^^xsd:string . | ||
| 1170 | + | ||
| 1171 | +ep-core:mBar | ||
| 572 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1172 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1173 | + rdfs:domain ep-core:Pressure ; | ||
| 1174 | + rdfs:label "millibar"^^xsd:string . | ||
| 1175 | + | ||
| 1176 | +ep-core:m_30m-1 | ||
| 1177 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 573 | rdfs:domain ep-core:LengthPerLength ; | 1178 | rdfs:domain ep-core:LengthPerLength ; |
| 574 | rdfs:label "metres per 30m"^^xsd:string . | 1179 | rdfs:label "metres per 30m"^^xsd:string . |
| 575 | 1180 | ||
| 576 | ep-core:m_cm-2 | 1181 | ep-core:m_cm-2 |
| 577 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1182 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 578 | rdfs:domain ep-core:LengthPerLength ; | 1183 | rdfs:domain ep-core:LengthPerLength ; |
| 579 | rdfs:label "metres per centimetre"^^xsd:string . | 1184 | rdfs:label "metres per centimetre"^^xsd:string . |
| 580 | 1185 | ||
| 581 | ep-core:m_km-1 | 1186 | ep-core:m_km-1 |
| 582 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1187 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 583 | rdfs:domain ep-core:LengthPerLength ; | 1188 | rdfs:domain ep-core:LengthPerLength ; |
| 584 | rdfs:label "metres per kilometre"^^xsd:string . | 1189 | rdfs:label "metres per kilometre"^^xsd:string . |
| 585 | 1190 | ||
| 586 | ep-core:m_m-1 | 1191 | ep-core:m_m-1 |
| 587 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1192 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 588 | rdfs:domain ep-core:LengthPerLength ; | 1193 | rdfs:domain ep-core:LengthPerLength ; |
| 589 | rdfs:label "metres per metre"^^xsd:string . | 1194 | rdfs:label "metres per metre"^^xsd:string . |
| 590 | 1195 | ||
| 591 | ep-core:masseq_100g | 1196 | ep-core:masseq_100g |
| 592 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1197 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 593 | rdfs:label "mass equivalent (100 grams)"^^xsd:string . | 1198 | rdfs:label "mass equivalent (100 grams)"^^xsd:string . |
| 594 | 1199 | ||
| 595 | ep-core:masseq_g | 1200 | ep-core:masseq_g |
| 596 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1201 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 597 | rdfs:label "mass equivalent (grams)"^^xsd:string . | 1202 | rdfs:label "mass equivalent (grams)"^^xsd:string . |
| 598 | 1203 | ||
| 599 | ep-core:masseq_kg | 1204 | ep-core:masseq_kg |
| 600 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1205 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 601 | rdfs:label "mass equivalent (kilograms)"^^xsd:string . | 1206 | rdfs:label "mass equivalent (kilograms)"^^xsd:string . |
| 602 | 1207 | ||
| 603 | ep-core:megaGramF | 1208 | ep-core:megaGramF |
| 604 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1209 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 605 | rdfs:label "Megagram (force)"^^xsd:string . | 1210 | rdfs:label "Megagram (force)"^^xsd:string . |
| 606 | 1211 | ||
| 607 | ep-core:megaNewton | 1212 | ep-core:megaNewton |
| 608 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1213 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 609 | rdfs:label "Meganewton"^^xsd:string . | 1214 | rdfs:label "Meganewton"^^xsd:string . |
| 610 | 1215 | ||
| 1216 | +ep-core:megagram | ||
| 1217 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1218 | + rdfs:domain ep-core:Mass ; | ||
| 1219 | + rdfs:label "megagram"^^xsd:string . | ||
| 1220 | + | ||
| 611 | ep-core:megagram_m-3 | 1221 | ep-core:megagram_m-3 |
| 612 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1222 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 613 | rdfs:label "Megagram m-3"^^xsd:string . | 1223 | rdfs:label "Megagram m-3"^^xsd:string . |
| 614 | 1224 | ||
| 615 | ep-core:megahertz | 1225 | ep-core:megahertz |
| 616 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1226 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 617 | rdfs:domain ep-core:Frequency ; | 1227 | rdfs:domain ep-core:Frequency ; |
| 618 | rdfs:label "Megahertz"^^xsd:string . | 1228 | rdfs:label "Megahertz"^^xsd:string . |
| 619 | 1229 | ||
| 1230 | +ep-core:megajoule_m-3 | ||
| 1231 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1232 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1233 | + rdfs:label "megajoules per cubic metre"^^xsd:string . | ||
| 1234 | + | ||
| 1235 | +ep-core:megajoules_yr-1 | ||
| 1236 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1237 | + rdfs:domain ep-core:Power ; | ||
| 1238 | + rdfs:label "Megajoules per year"^^xsd:string . | ||
| 1239 | + | ||
| 620 | ep-core:megametre | 1240 | ep-core:megametre |
| 621 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1241 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 622 | rdfs:domain ep-core:Length ; | 1242 | rdfs:domain ep-core:Length ; |
| 623 | rdfs:label "Megametre"^^xsd:string . | 1243 | rdfs:label "Megametre"^^xsd:string . |
| 624 | 1244 | ||
| 1245 | +ep-core:megaradian | ||
| 1246 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1247 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1248 | + rdfs:label "megaradians"^^xsd:string . | ||
| 1249 | + | ||
| 625 | ep-core:megavolt | 1250 | ep-core:megavolt |
| 626 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1251 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 627 | rdfs:label "Megavolt"^^xsd:string . | 1252 | rdfs:label "Megavolt"^^xsd:string . |
| 628 | 1253 | ||
| 1254 | +ep-core:megawatt | ||
| 1255 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1256 | + rdfs:domain ep-core:Power ; | ||
| 1257 | + rdfs:label "Megawatts"^^xsd:string . | ||
| 1258 | + | ||
| 1259 | +ep-core:megawatt_h_m-3 | ||
| 1260 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1261 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1262 | + rdfs:label "megawatt hours per cubic metre"^^xsd:string . | ||
| 1263 | + | ||
| 629 | ep-core:metre3_hour-1 | 1264 | ep-core:metre3_hour-1 |
| 630 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1265 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 631 | rdfs:domain ep-core:VolumetricFlowRate ; | 1266 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 632 | rdfs:label "metre3 hour-1"^^xsd:string . | 1267 | rdfs:label "metre3 hour-1"^^xsd:string . |
| 633 | 1268 | ||
| 634 | ep-core:metre_German_Legal | 1269 | ep-core:metre_German_Legal |
| 635 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1270 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 636 | rdfs:domain ep-core:Length ; | 1271 | rdfs:domain ep-core:Length ; |
| 637 | rdfs:label "German Legal Metre"^^xsd:string . | 1272 | rdfs:label "German Legal Metre"^^xsd:string . |
| 638 | 1273 | ||
| 639 | ep-core:metre_s-2 | 1274 | ep-core:metre_s-2 |
| 640 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1275 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 641 | rdfs:label "metres per second squared"^^xsd:string . | 1276 | rdfs:label "metres per second squared"^^xsd:string . |
| 642 | 1277 | ||
| 1278 | +ep-core:mg_in-1 | ||
| 1279 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1280 | + rdfs:domain ep-core:MassPerLength ; | ||
| 1281 | + rdfs:label "thousand kilograms per inch"^^xsd:string . | ||
| 1282 | + | ||
| 1283 | +ep-core:mg_kg-1 | ||
| 1284 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1285 | + rdfs:domain ep-core:MassConcentration ; | ||
| 1286 | + rdfs:label "milligrams per kilogram"^^xsd:string . | ||
| 1287 | + | ||
| 643 | ep-core:mgn | 1288 | ep-core:mgn |
| 644 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1289 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 645 | rdfs:label "milliGn - normal acceleration"^^xsd:string . | 1290 | rdfs:label "milliGn - normal acceleration"^^xsd:string . |
| 646 | 1291 | ||
| 647 | ep-core:mi2 | 1292 | ep-core:mi2 |
| 648 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1293 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 649 | rdfs:label "square miles"^^xsd:string . | 1294 | rdfs:label "square miles"^^xsd:string . |
| 650 | 1295 | ||
| 651 | ep-core:mi_in-1 | 1296 | ep-core:mi_in-1 |
| 652 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1297 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 653 | rdfs:domain ep-core:LengthPerLength ; | 1298 | rdfs:domain ep-core:LengthPerLength ; |
| 654 | rdfs:label "miles per inch"^^xsd:string . | 1299 | rdfs:label "miles per inch"^^xsd:string . |
| 655 | 1300 | ||
| 1301 | +ep-core:microBar | ||
| 1302 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1303 | + rdfs:domain ep-core:Pressure ; | ||
| 1304 | + rdfs:label "microBar"^^xsd:string . | ||
| 1305 | + | ||
| 656 | ep-core:microEuclid | 1306 | ep-core:microEuclid |
| 657 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1307 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 1308 | + rdfs:domain ep-core:DimensionlessMeasure ; | ||
| 658 | rdfs:label "MicroEuclid"^^xsd:string . | 1309 | rdfs:label "MicroEuclid"^^xsd:string . |
| 659 | 1310 | ||
| 660 | ep-core:microNewton | 1311 | ep-core:microNewton |
| 661 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1312 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 662 | rdfs:label "MIcronewton"^^xsd:string . | 1313 | rdfs:label "MIcronewton"^^xsd:string . |
| 663 | 1314 | ||
| 664 | -ep-core:microgram_cm-3 | 1315 | +ep-core:microPa |
| 665 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1316 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1317 | + rdfs:domain ep-core:Pressure ; | ||
| 1318 | + rdfs:label "micropascals"^^xsd:string . | ||
| 1319 | + | ||
| 1320 | +ep-core:microgram | ||
| 1321 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1322 | + rdfs:domain ep-core:Mass ; | ||
| 1323 | + rdfs:label "micrograms"^^xsd:string . | ||
| 1324 | + | ||
| 1325 | +ep-core:microgram_cm-3 | ||
| 1326 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 666 | rdfs:label "microgram cm-3"^^xsd:string . | 1327 | rdfs:label "microgram cm-3"^^xsd:string . |
| 667 | 1328 | ||
| 668 | ep-core:micrometre | 1329 | ep-core:micrometre |
| 669 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1330 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 670 | rdfs:domain ep-core:Length ; | 1331 | rdfs:domain ep-core:Length ; |
| 671 | rdfs:label "micrometre"^^xsd:string . | 1332 | rdfs:label "micrometre"^^xsd:string . |
| 672 | 1333 | ||
| 1334 | +ep-core:microradian | ||
| 1335 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1336 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1337 | + rdfs:label "microradians"^^xsd:string . | ||
| 1338 | + | ||
| 673 | ep-core:microvolt | 1339 | ep-core:microvolt |
| 674 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1340 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 675 | rdfs:label "microvolt"^^xsd:string . | 1341 | rdfs:label "microvolt"^^xsd:string . |
| 676 | 1342 | ||
| 1343 | +ep-core:microwatt | ||
| 1344 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1345 | + rdfs:domain ep-core:Power ; | ||
| 1346 | + rdfs:label "microwatts"^^xsd:string . | ||
| 1347 | + | ||
| 677 | ep-core:mil | 1348 | ep-core:mil |
| 678 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1349 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 679 | rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; | 1350 | rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; |
| 680 | rdfs:domain ep-core:Length ; | 1351 | rdfs:domain ep-core:Length ; |
| 681 | rdfs:label "mil"^^xsd:string . | 1352 | rdfs:label "mil"^^xsd:string . |
| 682 | 1353 | ||
| 1354 | +ep-core:mil_6400 | ||
| 1355 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1356 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1357 | + rdfs:label "mil 6400"^^xsd:string . | ||
| 1358 | + | ||
| 683 | ep-core:mile | 1359 | ep-core:mile |
| 684 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1360 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 685 | rdfs:domain ep-core:Length ; | 1361 | rdfs:domain ep-core:Length ; |
| 686 | rdfs:label "mile"^^xsd:string . | 1362 | rdfs:label "mile"^^xsd:string . |
| 687 | 1363 | ||
| 688 | ep-core:mile_US | 1364 | ep-core:mile_US |
| 689 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1365 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 690 | rdfs:domain ep-core:Length ; | 1366 | rdfs:domain ep-core:Length ; |
| 691 | rdfs:label "US Mile"^^xsd:string . | 1367 | rdfs:label "US Mile"^^xsd:string . |
| 692 | 1368 | ||
| 693 | ep-core:milliEuclid | 1369 | ep-core:milliEuclid |
| 694 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1370 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1371 | + rdfs:domain ep-core:DimensionlessMeasure ; | ||
| 695 | rdfs:label "MilliEuclid"^^xsd:string . | 1372 | rdfs:label "MilliEuclid"^^xsd:string . |
| 696 | 1373 | ||
| 697 | ep-core:milliNewton | 1374 | ep-core:milliNewton |
| 698 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1375 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 699 | rdfs:label "Millinewton"^^xsd:string . | 1376 | rdfs:label "Millinewton"^^xsd:string . |
| 700 | 1377 | ||
| 1378 | +ep-core:milliPa | ||
| 1379 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1380 | + rdfs:domain ep-core:Pressure ; | ||
| 1381 | + rdfs:label "mPa"^^xsd:string . | ||
| 1382 | + | ||
| 701 | ep-core:milliPa_second | 1383 | ep-core:milliPa_second |
| 702 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1384 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 703 | rdfs:domain ep-core:PlasticViscosity ; | 1385 | rdfs:domain ep-core:PlasticViscosity ; |
| 704 | rdfs:label "MPa.second"^^xsd:string . | 1386 | rdfs:label "MPa.second"^^xsd:string . |
| 705 | 1387 | ||
| 706 | ep-core:milligalileo | 1388 | ep-core:milligalileo |
| 707 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1389 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 708 | rdfs:label "milligalileo"^^xsd:string . | 1390 | rdfs:label "milligalileo"^^xsd:string . |
| 709 | 1391 | ||
| 1392 | +ep-core:milligram | ||
| 1393 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1394 | + rdfs:domain ep-core:Mass ; | ||
| 1395 | + rdfs:label "milligram"^^xsd:string . | ||
| 1396 | + | ||
| 710 | ep-core:milligram_dm-3 | 1397 | ep-core:milligram_dm-3 |
| 711 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1398 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 712 | rdfs:label "milligram dm-3"^^xsd:string . | 1399 | rdfs:label "milligram dm-3"^^xsd:string . |
| 713 | 1400 | ||
| 714 | ep-core:milligram_l-1 | 1401 | ep-core:milligram_l-1 |
| 715 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1402 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 716 | rdfs:label "milligrams per litre"^^xsd:string . | 1403 | rdfs:label "milligrams per litre"^^xsd:string . |
| 717 | 1404 | ||
| 718 | ep-core:milligram_m-3 | 1405 | ep-core:milligram_m-3 |
| 719 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1406 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 720 | rdfs:label "milligram m-3"^^xsd:string . | 1407 | rdfs:label "milligram m-3"^^xsd:string . |
| 721 | 1408 | ||
| 722 | ep-core:milligram_usGallon-1 | 1409 | ep-core:milligram_usGallon-1 |
| 723 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1410 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 724 | rdfs:label "milligrams per US Gallon"^^xsd:string . | 1411 | rdfs:label "milligrams per US Gallon"^^xsd:string . |
| 725 | 1412 | ||
| 726 | ep-core:millihertz | 1413 | ep-core:millihertz |
| 727 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1414 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 728 | rdfs:domain ep-core:Frequency ; | 1415 | rdfs:domain ep-core:Frequency ; |
| 729 | rdfs:label "millihertz"^^xsd:string . | 1416 | rdfs:label "millihertz"^^xsd:string . |
| 730 | 1417 | ||
| 1418 | +ep-core:milliradian | ||
| 1419 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1420 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1421 | + rdfs:label "milliradians"^^xsd:string . | ||
| 1422 | + | ||
| 1423 | +ep-core:millisecond-A | ||
| 1424 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1425 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1426 | + rdfs:label "Milliseconds (angular)"^^xsd:string . | ||
| 1427 | + | ||
| 731 | ep-core:millivolt | 1428 | ep-core:millivolt |
| 732 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1429 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 733 | rdfs:label "millivolt"^^xsd:string . | 1430 | rdfs:label "millivolt"^^xsd:string . |
| 734 | 1431 | ||
| 1432 | +ep-core:milliwatt | ||
| 1433 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1434 | + rdfs:domain ep-core:Power ; | ||
| 1435 | + rdfs:label "milliwatts"^^xsd:string . | ||
| 1436 | + | ||
| 1437 | +ep-core:minA | ||
| 1438 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1439 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1440 | + rdfs:label "Minutes (angular)"^^xsd:string . | ||
| 1441 | + | ||
| 735 | ep-core:mj_cm-2 | 1442 | ep-core:mj_cm-2 |
| 736 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1443 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 737 | rdfs:label "millijoules per square centimetre"^^xsd:string . | 1444 | rdfs:label "millijoules per square centimetre"^^xsd:string . |
| 738 | 1445 | ||
| 739 | ep-core:mj_m-2 | 1446 | ep-core:mj_m-2 |
| 740 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1447 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 741 | rdfs:label "millijoules per square metre"^^xsd:string . | 1448 | rdfs:label "millijoules per square metre"^^xsd:string . |
| 742 | 1449 | ||
| 743 | ep-core:mm2 | 1450 | ep-core:mm2 |
| 744 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1451 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 745 | rdfs:label "square millimetres"^^xsd:string . | 1452 | rdfs:label "square millimetres"^^xsd:string . |
| 746 | 1453 | ||
| 747 | ep-core:mm2_mm-2 | 1454 | ep-core:mm2_mm-2 |
| 748 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1455 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 749 | rdfs:label "square millimetres per square millimetre"^^xsd:string . | 1456 | rdfs:label "square millimetres per square millimetre"^^xsd:string . |
| 750 | 1457 | ||
| 1458 | +ep-core:mmHgAt0C | ||
| 1459 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1460 | + rdfs:domain ep-core:Pressure ; | ||
| 1461 | + rdfs:label "mm Hg at 0 deg C"^^xsd:string . | ||
| 1462 | + | ||
| 751 | ep-core:mpa_m-1 | 1463 | ep-core:mpa_m-1 |
| 752 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1464 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 753 | rdfs:label "megapascal per metre"^^xsd:string . | 1465 | rdfs:label "megapascal per metre"^^xsd:string . |
| 754 | 1466 | ||
| 1467 | +ep-core:n_m-2 | ||
| 1468 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1469 | + rdfs:domain ep-core:Pressure ; | ||
| 1470 | + rdfs:label "Newtons per square metre"^^xsd:string . | ||
| 1471 | + | ||
| 755 | ep-core:n_m-3 | 1472 | ep-core:n_m-3 |
| 756 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1473 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 757 | rdfs:label "Newtons per square metre"^^xsd:string . | 1474 | rdfs:label "Newtons per square metre"^^xsd:string . |
| 758 | 1475 | ||
| 759 | ep-core:n_m-E | 1476 | ep-core:n_m-E |
| 760 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1477 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 761 | rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; | 1478 | rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; |
| 762 | rdfs:label "joules per square centimetre"^^xsd:string . | 1479 | rdfs:label "joules per square centimetre"^^xsd:string . |
| 763 | 1480 | ||
| 764 | -ep-core:nanoEuclid | 1481 | +ep-core:n_m-T |
| 1482 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 1483 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 1484 | + rdfs:label "Newton Metre Torque"^^xsd:string . | ||
| 1485 | + | ||
| 1486 | +ep-core:n_mm-2 | ||
| 765 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1487 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1488 | + rdfs:domain ep-core:Pressure ; | ||
| 1489 | + rdfs:label "Newtons per square millimetre"^^xsd:string . | ||
| 1490 | + | ||
| 1491 | +ep-core:nanoEuclid | ||
| 1492 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1493 | + rdfs:domain ep-core:DimensionlessMeasure ; | ||
| 766 | rdfs:label "NanoEuclid"^^xsd:string . | 1494 | rdfs:label "NanoEuclid"^^xsd:string . |
| 767 | 1495 | ||
| 768 | ep-core:nanometre | 1496 | ep-core:nanometre |
| 769 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1497 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 770 | rdfs:domain ep-core:Length ; | 1498 | rdfs:domain ep-core:Length ; |
| 771 | rdfs:label "nanometre"^^xsd:string . | 1499 | rdfs:label "nanometre"^^xsd:string . |
| 772 | 1500 | ||
| 773 | -ep-core:nauticalMile | 1501 | +ep-core:nanowatt |
| 774 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1502 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1503 | + rdfs:domain ep-core:Power ; | ||
| 1504 | + rdfs:label "nanowatts"^^xsd:string . | ||
| 1505 | + | ||
| 1506 | +ep-core:nauticalMile | ||
| 1507 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 775 | rdfs:domain ep-core:Length ; | 1508 | rdfs:domain ep-core:Length ; |
| 776 | rdfs:label "Nautical Mile"^^xsd:string . | 1509 | rdfs:label "Nautical Mile"^^xsd:string . |
| 777 | 1510 | ||
| 778 | ep-core:newton | 1511 | ep-core:newton |
| 779 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1512 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 780 | rdfs:label "Newton"^^xsd:string . | 1513 | rdfs:label "Newton"^^xsd:string . |
| 781 | 1514 | ||
| 1515 | +ep-core:oersted | ||
| 1516 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1517 | + rdfs:domain ep-core:MagneticFieldStrength ; | ||
| 1518 | + rdfs:label "Oersted"^^xsd:string . | ||
| 1519 | + | ||
| 1520 | +ep-core:ozAv | ||
| 1521 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1522 | + rdfs:domain ep-core:Mass ; | ||
| 1523 | + rdfs:label "Avoirdupois Ounce"^^xsd:string . | ||
| 1524 | + | ||
| 1525 | +ep-core:ozTroy | ||
| 1526 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1527 | + rdfs:domain ep-core:Mass ; | ||
| 1528 | + rdfs:label "Troy Ounces"^^xsd:string . | ||
| 1529 | + | ||
| 782 | ep-core:ozf | 1530 | ep-core:ozf |
| 783 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1531 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 784 | rdfs:label "Ounces (force)"^^xsd:string . | 1532 | rdfs:label "Ounces (force)"^^xsd:string . |
| 785 | 1533 | ||
| 786 | -ep-core:pascal_m-1 | 1534 | +ep-core:ozm |
| 787 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1535 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 1536 | + rdfs:domain ep-core:Mass ; | ||
| 1537 | + rdfs:label "ounces (mass)"^^xsd:string . | ||
| 1538 | + | ||
| 1539 | +ep-core:pag | ||
| 1540 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1541 | + rdfs:domain ep-core:Pressure ; | ||
| 1542 | + rdfs:label "Pascal Gauge"^^xsd:string . | ||
| 1543 | + | ||
| 1544 | +ep-core:partPerMillion | ||
| 1545 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1546 | + rdfs:domain ep-core:MassOrVolumicConcentration ; | ||
| 1547 | + rdfs:label "parts per milliion"^^xsd:string . | ||
| 1548 | + | ||
| 1549 | +ep-core:partPerMillionByMass | ||
| 1550 | + rdfs:subPropertyOf ep-core:partPerMillion . | ||
| 1551 | + | ||
| 1552 | +ep-core:partPerMillionByVolume | ||
| 1553 | + rdfs:subPropertyOf ep-core:partPerMillion . | ||
| 1554 | + | ||
| 1555 | +ep-core:pascal_m-1 | ||
| 1556 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 788 | rdfs:label "Pascal per metre"^^xsd:string . | 1557 | rdfs:label "Pascal per metre"^^xsd:string . |
| 789 | 1558 | ||
| 790 | ep-core:pdl | 1559 | ep-core:pdl |
| 791 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1560 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 792 | rdfs:label "Poundal"^^xsd:string . | 1561 | rdfs:label "Poundal"^^xsd:string . |
| 793 | 1562 | ||
| 1563 | +ep-core:pdl_ft | ||
| 1564 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 1565 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 1566 | + rdfs:label "Poundal Foot"^^xsd:string . | ||
| 1567 | + | ||
| 1568 | +ep-core:perAngstrom | ||
| 1569 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1570 | + rdfs:domain ep-core:PerLength ; | ||
| 1571 | + rdfs:label "per Angstrom"^^xsd:string . | ||
| 1572 | + | ||
| 794 | ep-core:perAnnum | 1573 | ep-core:perAnnum |
| 795 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1574 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 796 | rdfs:domain ep-core:Frequency ; | 1575 | rdfs:domain ep-core:Frequency ; |
| 797 | rdfs:label "per annum"^^xsd:string . | 1576 | rdfs:label "per annum"^^xsd:string . |
| 798 | 1577 | ||
| 1578 | +ep-core:perCm | ||
| 1579 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 1580 | + rdfs:domain ep-core:PerLength ; | ||
| 1581 | + rdfs:label "per Centimetre"^^xsd:string . | ||
| 1582 | + | ||
| 799 | ep-core:perDay | 1583 | ep-core:perDay |
| 800 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1584 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 801 | rdfs:domain ep-core:Frequency ; | 1585 | rdfs:domain ep-core:Frequency ; |
| 802 | rdfs:label "per day"^^xsd:string . | 1586 | rdfs:label "per day"^^xsd:string . |
| 803 | 1587 | ||
| 1588 | +ep-core:perFoot | ||
| 1589 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1590 | + rdfs:domain ep-core:PerLength ; | ||
| 1591 | + rdfs:label "per Foot"^^xsd:string . | ||
| 1592 | + | ||
| 804 | ep-core:perHour | 1593 | ep-core:perHour |
| 805 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1594 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 806 | rdfs:domain ep-core:Frequency ; | 1595 | rdfs:domain ep-core:Frequency ; |
| 807 | rdfs:label "per hour"^^xsd:string . | 1596 | rdfs:label "per hour"^^xsd:string . |
| 808 | 1597 | ||
| 1598 | +ep-core:perInch | ||
| 1599 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1600 | + rdfs:domain ep-core:PerLength ; | ||
| 1601 | + rdfs:label "per Inch"^^xsd:string . | ||
| 1602 | + | ||
| 1603 | +ep-core:perMetre | ||
| 1604 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1605 | + rdfs:domain ep-core:PerLength ; | ||
| 1606 | + rdfs:label "per Metre"^^xsd:string . | ||
| 1607 | + | ||
| 1608 | +ep-core:perMil | ||
| 1609 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1610 | + rdfs:domain ep-core:MassOrVolumicConcentration ; | ||
| 1611 | + rdfs:label "Per Mille"^^xsd:string . | ||
| 1612 | + | ||
| 1613 | +ep-core:perMile | ||
| 1614 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1615 | + rdfs:domain ep-core:PerLength ; | ||
| 1616 | + rdfs:label "per Mile"^^xsd:string . | ||
| 1617 | + | ||
| 809 | ep-core:perMinute | 1618 | ep-core:perMinute |
| 810 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1619 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 811 | rdfs:domain ep-core:Frequency ; | 1620 | rdfs:domain ep-core:Frequency ; |
| 812 | rdfs:label "per minute"^^xsd:string . | 1621 | rdfs:label "per minute"^^xsd:string . |
| 813 | 1622 | ||
| 1623 | +ep-core:perMm | ||
| 1624 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1625 | + rdfs:domain ep-core:PerLength ; | ||
| 1626 | + rdfs:label "per millimetre"^^xsd:string . | ||
| 1627 | + | ||
| 1628 | +ep-core:perNm | ||
| 1629 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 1630 | + rdfs:domain ep-core:PerLength ; | ||
| 1631 | + rdfs:label "per Nanometre"^^xsd:string . | ||
| 1632 | + | ||
| 814 | ep-core:perSecond | 1633 | ep-core:perSecond |
| 815 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1634 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 816 | rdfs:domain ep-core:Frequency ; | 1635 | rdfs:domain ep-core:Frequency ; |
| 817 | rdfs:label "per second"^^xsd:string . | 1636 | rdfs:label "per second"^^xsd:string . |
| 818 | 1637 | ||
| 819 | ep-core:perWeek | 1638 | ep-core:perWeek |
| 820 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1639 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 821 | rdfs:domain ep-core:Frequency ; | 1640 | rdfs:domain ep-core:Frequency ; |
| 822 | rdfs:label "per week"^^xsd:string . | 1641 | rdfs:label "per week"^^xsd:string . |
| 823 | 1642 | ||
| 824 | -ep-core:picometre | 1643 | +ep-core:perYard |
| 825 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1644 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1645 | + rdfs:domain ep-core:PerLength ; | ||
| 1646 | + rdfs:label "per Yard"^^xsd:string . | ||
| 1647 | + | ||
| 1648 | +ep-core:percent | ||
| 1649 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 1650 | + rdfs:domain ep-core:DimensionlessMeasure ; | ||
| 1651 | + rdfs:label "percent"^^xsd:string . | ||
| 1652 | + | ||
| 1653 | +ep-core:picoPa | ||
| 1654 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1655 | + rdfs:domain ep-core:Pressure ; | ||
| 1656 | + rdfs:label "pPa"^^xsd:string . | ||
| 1657 | + | ||
| 1658 | +ep-core:picometre | ||
| 1659 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 826 | rdfs:domain ep-core:Length ; | 1660 | rdfs:domain ep-core:Length ; |
| 827 | rdfs:label "picometre"^^xsd:string . | 1661 | rdfs:label "picometre"^^xsd:string . |
| 828 | 1662 | ||
| 1663 | +ep-core:ppdk | ||
| 1664 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1665 | + rdfs:domain ep-core:MassOrVolumicConcentration ; | ||
| 1666 | + rdfs:label "parts per ten thousand"^^xsd:string . | ||
| 1667 | + | ||
| 1668 | +ep-core:ppk | ||
| 1669 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1670 | + rdfs:domain ep-core:MassOrVolumicConcentration ; | ||
| 1671 | + rdfs:label "parts per thousand"^^xsd:string . | ||
| 1672 | + | ||
| 1673 | +ep-core:psi | ||
| 1674 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1675 | + rdfs:domain ep-core:Pressure ; | ||
| 1676 | + rdfs:label "pounds per square inch"^^xsd:string . | ||
| 1677 | + | ||
| 829 | ep-core:psi_1000ft-1 | 1678 | ep-core:psi_1000ft-1 |
| 830 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1679 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 831 | rdfs:label "psi per 1000ft"^^xsd:string . | 1680 | rdfs:label "psi per 1000ft"^^xsd:string . |
| 832 | 1681 | ||
| 833 | ep-core:psi_100ft-1 | 1682 | ep-core:psi_100ft-1 |
| 834 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1683 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 835 | rdfs:label "psi per 100ft"^^xsd:string . | 1684 | rdfs:label "psi per 100ft"^^xsd:string . |
| 836 | 1685 | ||
| 837 | ep-core:psi_ft-1 | 1686 | ep-core:psi_ft-1 |
| 838 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1687 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 839 | rdfs:label "psi per ft"^^xsd:string . | 1688 | rdfs:label "psi per ft"^^xsd:string . |
| 840 | 1689 | ||
| 841 | ep-core:psi_m-1 | 1690 | ep-core:psi_m-1 |
| 842 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1691 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 843 | rdfs:label "psi per metre"^^xsd:string . | 1692 | rdfs:label "psi per metre"^^xsd:string . |
| 844 | 1693 | ||
| 1694 | +ep-core:psia | ||
| 1695 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1696 | + rdfs:domain ep-core:Pressure ; | ||
| 1697 | + rdfs:label "psi absolute"^^xsd:string . | ||
| 1698 | + | ||
| 1699 | +ep-core:radian | ||
| 1700 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1701 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1702 | + rdfs:label "radians"^^xsd:string . | ||
| 1703 | + | ||
| 845 | ep-core:radian_ft-1 | 1704 | ep-core:radian_ft-1 |
| 846 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1705 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 847 | rdfs:label "radians per ft"^^xsd:string . | 1706 | rdfs:label "radians per ft"^^xsd:string . |
| 848 | 1707 | ||
| 849 | ep-core:radian_m-1 | 1708 | ep-core:radian_m-1 |
| 850 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1709 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 851 | rdfs:label "radians per m"^^xsd:string . | 1710 | rdfs:label "radians per m"^^xsd:string . |
| 852 | 1711 | ||
| 853 | ep-core:radian_s-1 | 1712 | ep-core:radian_s-1 |
| 854 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1713 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 855 | rdfs:label "radians per s"^^xsd:string . | 1714 | rdfs:label "radians per s"^^xsd:string . |
| 856 | 1715 | ||
| 857 | ep-core:rev_min-1 | 1716 | ep-core:rev_min-1 |
| 858 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1717 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 859 | rdfs:label "revolutions per minute"^^xsd:string . | 1718 | rdfs:label "revolutions per minute"^^xsd:string . |
| 860 | 1719 | ||
| 861 | ep-core:rev_s-1 | 1720 | ep-core:rev_s-1 |
| 862 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1721 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 863 | rdfs:label "revolutions per second"^^xsd:string . | 1722 | rdfs:label "revolutions per second"^^xsd:string . |
| 864 | 1723 | ||
| 1724 | +ep-core:sack94 | ||
| 1725 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1726 | + rdfs:domain ep-core:Mass ; | ||
| 1727 | + rdfs:label "sacks"^^xsd:string . | ||
| 1728 | + | ||
| 1729 | +ep-core:second-A | ||
| 1730 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1731 | + rdfs:domain ep-core:PlaneAngle ; | ||
| 1732 | + rdfs:label "seconds (angular)"^^xsd:string . | ||
| 1733 | + | ||
| 865 | ep-core:sixteenth_inch | 1734 | ep-core:sixteenth_inch |
| 866 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1735 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 867 | rdfs:domain ep-core:Length ; | 1736 | rdfs:domain ep-core:Length ; |
| 868 | rdfs:label "sixteenth of an inch"^^xsd:string . | 1737 | rdfs:label "sixteenth of an inch"^^xsd:string . |
| 869 | 1738 | ||
| 870 | ep-core:sixtyFourth_Inch | 1739 | ep-core:sixtyFourth_Inch |
| 871 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1740 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 872 | rdfs:domain ep-core:Length ; | 1741 | rdfs:domain ep-core:Length ; |
| 873 | rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . | 1742 | rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . |
| 874 | 1743 | ||
| 875 | ep-core:ten_megagram_m-3 | 1744 | ep-core:ten_megagram_m-3 |
| 876 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1745 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 877 | rdfs:label "10 Megagram m-3"^^xsd:string . | 1746 | rdfs:label "10 Megagram m-3"^^xsd:string . |
| 878 | 1747 | ||
| 879 | ep-core:tenth_inch | 1748 | ep-core:tenth_inch |
| 880 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1749 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 881 | rdfs:domain ep-core:Length ; | 1750 | rdfs:domain ep-core:Length ; |
| 882 | rdfs:label "Tenth of an Inch"^^xsd:string . | 1751 | rdfs:label "Tenth of an Inch"^^xsd:string . |
| 883 | 1752 | ||
| 1753 | +ep-core:terawatt | ||
| 1754 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1755 | + rdfs:domain ep-core:Power ; | ||
| 1756 | + rdfs:label "Terrawatts"^^xsd:string . | ||
| 1757 | + | ||
| 1758 | +ep-core:therm_ft-3 | ||
| 1759 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1760 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1761 | + rdfs:label "therms per cubic foot"^^xsd:string . | ||
| 1762 | + | ||
| 1763 | +ep-core:therm_ukGallon-1 | ||
| 1764 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1765 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1766 | + rdfs:label "therms per UK gallon"^^xsd:string . | ||
| 1767 | + | ||
| 884 | ep-core:thirtySecond_inch | 1768 | ep-core:thirtySecond_inch |
| 885 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1769 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 886 | rdfs:domain ep-core:Length ; | 1770 | rdfs:domain ep-core:Length ; |
| 887 | rdfs:label "Thirty-Secondth of an inch"^^xsd:string . | 1771 | rdfs:label "Thirty-Secondth of an inch"^^xsd:string . |
| 888 | 1772 | ||
| 1773 | +ep-core:thousandFt3_day-1_psi-1 | ||
| 1774 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1775 | + rdfs:domain ep-core:ProductivityIndex ; | ||
| 1776 | + rdfs:label "thouseand cubic feet per day per psi"^^xsd:string . | ||
| 1777 | + | ||
| 889 | ep-core:thousand_barrel | 1778 | ep-core:thousand_barrel |
| 890 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1779 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 891 | rdfs:label "thousand barrel"^^xsd:string . | 1780 | rdfs:label "thousand barrel"^^xsd:string . |
| 892 | 1781 | ||
| 893 | -ep-core:uhz | 1782 | +ep-core:tonForceUS_mile_bbl-1 |
| 1783 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1784 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1785 | + rdfs:label "US ton (force) miles per barrel"^^xsd:string . | ||
| 1786 | + | ||
| 1787 | +ep-core:tonOfRefrig | ||
| 1788 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1789 | + rdfs:domain ep-core:Power ; | ||
| 1790 | + rdfs:label "Ton of refrigeration"^^xsd:string . | ||
| 1791 | + | ||
| 1792 | +ep-core:ton_UK | ||
| 1793 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1794 | + rdfs:domain ep-core:Mass ; | ||
| 1795 | + rdfs:label "UK Ton"^^xsd:string . | ||
| 1796 | + | ||
| 1797 | +ep-core:ton_US | ||
| 1798 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1799 | + rdfs:domain ep-core:Mass ; | ||
| 1800 | + rdfs:label "US Ton"^^xsd:string . | ||
| 1801 | + | ||
| 1802 | +ep-core:tonne | ||
| 1803 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 1804 | + rdfs:domain ep-core:Mass ; | ||
| 1805 | + rdfs:label "Tonne"^^xsd:string . | ||
| 1806 | + | ||
| 1807 | +ep-core:torr | ||
| 894 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1808 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1809 | + rdfs:domain ep-core:Pressure ; | ||
| 1810 | + rdfs:label "torr"^^xsd:string . | ||
| 1811 | + | ||
| 1812 | +ep-core:uhz | ||
| 1813 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 895 | rdfs:domain ep-core:Frequency ; | 1814 | rdfs:domain ep-core:Frequency ; |
| 896 | rdfs:label "microHertz"^^xsd:string . | 1815 | rdfs:label "microHertz"^^xsd:string . |
| 897 | 1816 | ||
| 898 | ep-core:ukTonF | 1817 | ep-core:ukTonF |
| 899 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1818 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 900 | rdfs:label "UK Ton (force)"^^xsd:string . | 1819 | rdfs:label "UK Ton (force)"^^xsd:string . |
| 901 | 1820 | ||
| 902 | ep-core:um2 | 1821 | ep-core:um2 |
| 903 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1822 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 904 | rdfs:label "square micrometres"^^xsd:string . | 1823 | rdfs:label "square micrometres"^^xsd:string . |
| 905 | 1824 | ||
| 1825 | +ep-core:umHgAt0C | ||
| 1826 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1827 | + rdfs:domain ep-core:Pressure ; | ||
| 1828 | + rdfs:label "micrometres of Hg at 0 deg C"^^xsd:string . | ||
| 1829 | + | ||
| 1830 | +ep-core:upsi | ||
| 1831 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1832 | + rdfs:domain ep-core:Pressure ; | ||
| 1833 | + rdfs:label "microPSI"^^xsd:string . | ||
| 1834 | + | ||
| 906 | ep-core:usTonF | 1835 | ep-core:usTonF |
| 907 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1836 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 908 | rdfs:label "US Ton (force)"^^xsd:string . | 1837 | rdfs:label "US Ton (force)"^^xsd:string . |
| 909 | 1838 | ||
| 1839 | +ep-core:usTonF_ft | ||
| 1840 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 1841 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 1842 | + rdfs:label "US Ton (force) foot"^^xsd:string . | ||
| 1843 | + | ||
| 1844 | +ep-core:usTonF_ft-2 | ||
| 1845 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1846 | + rdfs:domain ep-core:Pressure ; | ||
| 1847 | + rdfs:label "US ton (force) per square foot"^^xsd:string . | ||
| 1848 | + | ||
| 1849 | +ep-core:usTonF_in-2 | ||
| 1850 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 1851 | + rdfs:domain ep-core:Pressure ; | ||
| 1852 | + rdfs:label "US ton (force) per square inch"^^xsd:string . | ||
| 1853 | + | ||
| 1854 | +ep-core:usTonF_mile | ||
| 1855 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 1856 | + rdfs:domain ep-core:MomentOfForce ; | ||
| 1857 | + rdfs:label "US Ton (force) mile"^^xsd:string . | ||
| 1858 | + | ||
| 910 | ep-core:us_mi2 | 1859 | ep-core:us_mi2 |
| 911 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1860 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 912 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | 1861 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; |
| 913 | rdfs:label "square miles (US)"^^xsd:string . | 1862 | rdfs:label "square miles (US)"^^xsd:string . |
| 914 | 1863 | ||
| 915 | ep-core:volt | 1864 | ep-core:volt |
| 916 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1865 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 917 | rdfs:label "Volt"^^xsd:string . | 1866 | rdfs:label "Volt"^^xsd:string . |
| 918 | 1867 | ||
| 919 | -ep-core:yard | 1868 | +ep-core:w_kw-1 |
| 1869 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 1870 | + rdfs:domain ep-core:RelativePower ; | ||
| 1871 | + rdfs:label "watts per kilowatt"^^xsd:string . | ||
| 1872 | + | ||
| 1873 | +ep-core:w_w-1 | ||
| 920 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1874 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1875 | + rdfs:domain ep-core:RelativePower ; | ||
| 1876 | + rdfs:label "watts per watt"^^xsd:string . | ||
| 1877 | + | ||
| 1878 | +ep-core:watt | ||
| 1879 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1880 | + rdfs:domain ep-core:Power ; | ||
| 1881 | + rdfs:label "Watts"^^xsd:string . | ||
| 1882 | + | ||
| 1883 | +ep-core:yard | ||
| 1884 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 921 | rdfs:domain ep-core:Length ; | 1885 | rdfs:domain ep-core:Length ; |
| 922 | rdfs:label "Yard"^^xsd:string . | 1886 | rdfs:label "Yard"^^xsd:string . |
| 923 | 1887 | ||
| 924 | ep-core:yd2 | 1888 | ep-core:yd2 |
| 925 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1889 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 926 | rdfs:label "square yards"^^xsd:string . | 1890 | rdfs:label "square yards"^^xsd:string . |
| 927 | 1891 | ||
| 928 | ep-core:yd_Benoit_A | 1892 | ep-core:yd_Benoit_A |
| 929 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1893 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 930 | rdfs:domain ep-core:Length ; | 1894 | rdfs:domain ep-core:Length ; |
| 931 | rdfs:label "Benoit A Yard"^^xsd:string . | 1895 | rdfs:label "Benoit A Yard"^^xsd:string . |
| 932 | 1896 | ||
| 933 | ep-core:yd_Benoit_B | 1897 | ep-core:yd_Benoit_B |
| 934 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1898 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 935 | rdfs:domain ep-core:Length ; | 1899 | rdfs:domain ep-core:Length ; |
| 936 | rdfs:label "Benoit B Yard"^^xsd:string . | 1900 | rdfs:label "Benoit B Yard"^^xsd:string . |
| 937 | 1901 | ||
| 938 | ep-core:yd_Clarke | 1902 | ep-core:yd_Clarke |
| 939 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1903 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 940 | rdfs:domain ep-core:Length ; | 1904 | rdfs:domain ep-core:Length ; |
| 941 | rdfs:label "Clarke's Yard"^^xsd:string . | 1905 | rdfs:label "Clarke's Yard"^^xsd:string . |
| 942 | 1906 | ||
| 943 | ep-core:yd_Imperial | 1907 | ep-core:yd_Imperial |
| 944 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1908 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 945 | rdfs:domain ep-core:Length ; | 1909 | rdfs:domain ep-core:Length ; |
| 946 | rdfs:label "Imperial Yard"^^xsd:string . | 1910 | rdfs:label "Imperial Yard"^^xsd:string . |
| 947 | 1911 | ||
| 948 | ep-core:yd_Indian | 1912 | ep-core:yd_Indian |
| 949 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1913 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 950 | rdfs:domain ep-core:Length ; | 1914 | rdfs:domain ep-core:Length ; |
| 951 | rdfs:label "Indian Yard"^^xsd:string . | 1915 | rdfs:label "Indian Yard"^^xsd:string . |
| 952 | 1916 | ||
| 953 | ep-core:yd_Indian_1937 | 1917 | ep-core:yd_Indian_1937 |
| 954 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1918 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 955 | rdfs:domain ep-core:Length ; | 1919 | rdfs:domain ep-core:Length ; |
| 956 | rdfs:label "Indian Yard (1937)"^^xsd:string . | 1920 | rdfs:label "Indian Yard (1937)"^^xsd:string . |
| 957 | 1921 | ||
| 958 | ep-core:yd_Indian_1962 | 1922 | ep-core:yd_Indian_1962 |
| 959 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1923 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 960 | rdfs:domain ep-core:Length ; | 1924 | rdfs:domain ep-core:Length ; |
| 961 | rdfs:label "Indian Yard (1962)"^^xsd:string . | 1925 | rdfs:label "Indian Yard (1962)"^^xsd:string . |
| 962 | 1926 | ||
| 963 | ep-core:yd_Indian_1975 | 1927 | ep-core:yd_Indian_1975 |
| 964 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1928 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 965 | rdfs:domain ep-core:Length ; | 1929 | rdfs:domain ep-core:Length ; |
| 966 | rdfs:label "Indian Yard (1975)"^^xsd:string . | 1930 | rdfs:label "Indian Yard (1975)"^^xsd:string . |
| 967 | 1931 | ||
| 968 | ep-core:yd_Sears | 1932 | ep-core:yd_Sears |
| 969 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1933 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 970 | rdfs:domain ep-core:Length ; | 1934 | rdfs:domain ep-core:Length ; |
| 971 | rdfs:label "Sears Yard"^^xsd:string . | 1935 | rdfs:label "Sears Yard"^^xsd:string . |
| 972 | 1936 | ||
| 973 | ep-prodcore:DensityAt0degC1atm | 1937 | ep-prodcore:DensityAt0degC1atm |
| 974 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 1938 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 975 | rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; | 1939 | rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 976 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 1940 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 977 | 1941 | ||
| 978 | ep-prodcore:DensityAt15degC1atm | 1942 | ep-prodcore:DensityAt15degC1atm |
| 979 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 1943 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 980 | rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; | 1944 | rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 981 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 1945 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 982 | 1946 | ||
| 983 | ep-prodcore:DensityAt60degF1atm | 1947 | ep-prodcore:DensityAt60degF1atm |
| 984 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 1948 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 985 | rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; | 1949 | rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 986 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 1950 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 987 | 1951 | ||
| 988 | ep-prodcore:MeasureOfDensityOfMaterial | 1952 | ep-prodcore:MeasureOfDensityOfMaterial |
| 989 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 1953 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 990 | rdfs:label "measure of density of material"^^xsd:string ; | 1954 | rdfs:label "measure of density of material"^^xsd:string ; |
| 991 | rdfs:subClassOf owl:Class . | 1955 | rdfs:subClassOf owl:Class . | ... | ... |
| ... | @@ -14,46 +14,123 @@ | ... | @@ -14,46 +14,123 @@ |
| 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; | 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | 16 | ||
| 17 | +ep-prodwell:Air | ||
| 18 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 19 | + rdfs:label "air"^^xsd:string ; | ||
| 20 | + rdfs:subClassOf ep-prodwell:NonHcGas . | ||
| 21 | + | ||
| 22 | +ep-prodwell:Brine | ||
| 23 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 24 | + rdfs:label "brine"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf ep-well:Water . | ||
| 26 | + | ||
| 27 | +ep-prodwell:Co2 | ||
| 28 | + rdf:type owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 29 | + rdfs:label "CO2"^^xsd:string ; | ||
| 30 | + rdfs:subClassOf ep-prodwell:NonHcGas . | ||
| 31 | + | ||
| 32 | +ep-prodwell:DryFluid | ||
| 33 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 34 | + rdfs:label "dry fluid"^^xsd:string ; | ||
| 35 | + rdfs:subClassOf ep-well:Fluid . | ||
| 36 | + | ||
| 37 | +ep-prodwell:FreshWater | ||
| 38 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 39 | + rdfs:label "fresh water"^^xsd:string ; | ||
| 40 | + rdfs:subClassOf ep-well:Water . | ||
| 41 | + | ||
| 42 | +ep-prodwell:GasAndWater | ||
| 43 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 44 | + rdfs:label "gas and water"^^xsd:string ; | ||
| 45 | + rdfs:subClassOf ep-well:Fluid . | ||
| 46 | + | ||
| 47 | +ep-prodwell:InjectionFluidType | ||
| 48 | + rdf:type rdfs:Class ; | ||
| 49 | + rdfs:label "injection fluid type"^^xsd:string ; | ||
| 50 | + rdfs:subClassOf owl:Class . | ||
| 51 | + | ||
| 17 | ep-prodwell:NaturalGasClass | 52 | ep-prodwell:NaturalGasClass |
| 18 | rdf:type rdfs:Class ; | 53 | rdf:type rdfs:Class ; |
| 19 | rdfs:label "natural gas class"^^xsd:string ; | 54 | rdfs:label "natural gas class"^^xsd:string ; |
| 20 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
| 21 | 56 | ||
| 57 | +ep-prodwell:NonHcGas | ||
| 58 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class ; | ||
| 59 | + rdfs:label "non-HC gas"^^xsd:string ; | ||
| 60 | + rdfs:subClassOf ep-well:Gas . | ||
| 61 | + | ||
| 62 | +ep-prodwell:OilAndGas | ||
| 63 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | ||
| 64 | + rdfs:label "oil and gas"^^xsd:string ; | ||
| 65 | + rdfs:subClassOf ep-well:Fluid . | ||
| 66 | + | ||
| 67 | +ep-prodwell:OilAndWater | ||
| 68 | + rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType , owl:Class ; | ||
| 69 | + rdfs:label "oil and water"^^xsd:string ; | ||
| 70 | + rdfs:subClassOf ep-well:Fluid . | ||
| 71 | + | ||
| 72 | +ep-prodwell:OtherInjectionFluid | ||
| 73 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 74 | + rdfs:label "other injection fluid"^^xsd:string ; | ||
| 75 | + rdfs:subClassOf ep-well:Fluid . | ||
| 76 | + | ||
| 22 | ep-prodwell:Sand | 77 | ep-prodwell:Sand |
| 23 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 78 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
| 24 | rdfs:label "sand"^^xsd:string ; | 79 | rdfs:label "sand"^^xsd:string ; |
| 25 | rdfs:subClassOf ep-well:Fluid . | 80 | rdfs:subClassOf ep-well:Fluid . |
| 26 | 81 | ||
| 82 | +ep-prodwell:Steam | ||
| 83 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 84 | + rdfs:label "steam"^^xsd:string ; | ||
| 85 | + rdfs:subClassOf ep-prodwell:NonHcGas . | ||
| 86 | + | ||
| 87 | +ep-prodwell:UnknownFluid | ||
| 88 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
| 89 | + rdfs:label "unknown fluid"^^xsd:string ; | ||
| 90 | + rdfs:subClassOf ep-well:Fluid . | ||
| 91 | + | ||
| 27 | ep-prodwell:basicSedimentAndWater | 92 | ep-prodwell:basicSedimentAndWater |
| 28 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 93 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 29 | rdfs:label "basic sediment and water"^^xsd:string ; | 94 | rdfs:label "basic sediment and water"^^xsd:string ; |
| 30 | rdfs:range ep-core:SpecificVolume . | 95 | rdfs:range ep-core:SpecificVolume . |
| 31 | 96 | ||
| 32 | ep-prodwell:condensateYield | 97 | ep-prodwell:condensateYield |
| 33 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 98 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 34 | rdfs:label "condensate yield"^^xsd:string ; | 99 | rdfs:label "condensate yield"^^xsd:string ; |
| 35 | rdfs:range ep-core:SpecificVolume . | 100 | rdfs:range ep-core:SpecificVolume . |
| 36 | 101 | ||
| 37 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 102 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
| 38 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 103 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 39 | rdfs:domain ep-well:Fluid ; | 104 | rdfs:domain ep-well:Fluid ; |
| 40 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 105 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
| 41 | rdfs:range ep-core:Length . | 106 | rdfs:range ep-core:Length . |
| 42 | 107 | ||
| 43 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 108 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
| 44 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 109 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 45 | rdfs:domain ep-well:Fluid ; | 110 | rdfs:domain ep-well:Fluid ; |
| 46 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 111 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
| 47 | rdfs:range ep-core:Length . | 112 | rdfs:range ep-core:Length . |
| 48 | 113 | ||
| 49 | ep-prodwell:potentialGasProduction | 114 | ep-prodwell:potentialGasProduction |
| 50 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 115 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 51 | rdfs:domain ep-well:WellBore ; | 116 | rdfs:domain ep-well:WellBore ; |
| 52 | rdfs:label "potential gas production"^^xsd:string ; | 117 | rdfs:label "potential gas production"^^xsd:string ; |
| 53 | rdfs:range ep-core:VolumetricFlowRate . | 118 | rdfs:range ep-core:VolumetricFlowRate . |
| 54 | 119 | ||
| 55 | ep-prodwell:potentialOilProduction | 120 | ep-prodwell:potentialOilProduction |
| 56 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 121 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 57 | rdfs:domain ep-well:WellBore ; | 122 | rdfs:domain ep-well:WellBore ; |
| 58 | rdfs:label "potential oil production"^^xsd:string ; | 123 | rdfs:label "potential oil production"^^xsd:string ; |
| 59 | rdfs:range ep-core:VolumetricFlowRate . | 124 | rdfs:range ep-core:VolumetricFlowRate . |
| 125 | + | ||
| 126 | +ep-well:Condensate | ||
| 127 | + rdf:type ep-prodwell:InjectionFluidType . | ||
| 128 | + | ||
| 129 | +ep-well:Gas | ||
| 130 | + rdf:type ep-prodwell:InjectionFluidType . | ||
| 131 | + | ||
| 132 | +ep-well:Oil | ||
| 133 | + rdf:type ep-prodwell:InjectionFluidType . | ||
| 134 | + | ||
| 135 | +ep-well:Water | ||
| 136 | + rdf:type ep-prodwell:InjectionFluidType . | ... | ... |
| 1 | +# baseURI: null | ||
| 2 | + | ||
| 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | +@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 visual: <http://topbraid.org/visual#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +owl:ObjectProperty | ||
| 13 | + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/ep/schema/core#hasPart>) . |
This diff could not be displayed because it is too large.
| 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData | ||
| 2 | +# imports: http://spinrdf.org/spin | ||
| 3 | +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-well | ||
| 7 | +# imports: http://www.witsml.org/schemas/131/addendum/combo | ||
| 8 | + | ||
| 9 | +@prefix : <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> . | ||
| 10 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | ||
| 11 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
| 12 | +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | ||
| 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
| 17 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 18 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 19 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 21 | + | ||
| 22 | +<http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> | ||
| 23 | + rdf:type owl:Ontology ; | ||
| 24 | + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | ||
| 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 26 | + | ||
| 27 | +<http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> | ||
| 28 | + spin:rule | ||
| 29 | + [ rdf:type sp:Construct ; | ||
| 30 | + rdfs:comment "STEP 30141 Set the tested WellBoreSection"^^xsd:string ; | ||
| 31 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#InjectionWellTest> ; | ||
| 32 | + sp:predicate rdf:type ; | ||
| 33 | + sp:subject | ||
| 34 | + [ sp:varName "wellTest"^^xsd:string | ||
| 35 | + ] | ||
| 36 | + ] [ sp:object _:b1 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#testedWellBoreInterval> ; | ||
| 38 | + sp:subject | ||
| 39 | + [ sp:varName "wellTest"^^xsd:string | ||
| 40 | + ] | ||
| 41 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 42 | + sp:predicate rdf:type ; | ||
| 43 | + sp:subject _:b1 | ||
| 44 | + ] [ sp:object _:b2 ; | ||
| 45 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 46 | + sp:subject _:b1 | ||
| 47 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 48 | + sp:predicate rdf:type ; | ||
| 49 | + sp:subject _:b2 | ||
| 50 | + ] [ sp:object | ||
| 51 | + [ sp:varName "wellBore"^^xsd:string | ||
| 52 | + ] ; | ||
| 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 54 | + sp:subject _:b2 | ||
| 55 | + ] [ sp:object _:b3 ; | ||
| 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | ||
| 57 | + sp:subject _:b2 | ||
| 58 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 59 | + sp:predicate rdf:type ; | ||
| 60 | + sp:subject _:b3 | ||
| 61 | + ] [ sp:object | ||
| 62 | + [ sp:varName "realMdTop"^^xsd:string | ||
| 63 | + ] ; | ||
| 64 | + sp:predicate | ||
| 65 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 66 | + ] ; | ||
| 67 | + sp:subject _:b3 | ||
| 68 | + ] [ sp:object _:b4 ; | ||
| 69 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 70 | + sp:subject _:b2 | ||
| 71 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 72 | + sp:predicate rdf:type ; | ||
| 73 | + sp:subject _:b4 | ||
| 74 | + ] [ sp:object | ||
| 75 | + [ sp:varName "realMdBase"^^xsd:string | ||
| 76 | + ] ; | ||
| 77 | + sp:predicate | ||
| 78 | + [ sp:varName "lengthScaleMdBase"^^xsd:string | ||
| 79 | + ] ; | ||
| 80 | + sp:subject _:b4 | ||
| 81 | + ] [ sp:object _:b5 ; | ||
| 82 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | ||
| 83 | + sp:subject _:b2 | ||
| 84 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SurroundingRockFormation> ; | ||
| 85 | + sp:predicate rdf:type ; | ||
| 86 | + sp:subject _:b5 | ||
| 87 | + ] [ sp:object | ||
| 88 | + [ sp:varName "testedFormation"^^xsd:string | ||
| 89 | + ] ; | ||
| 90 | + sp:predicate rdfs:label ; | ||
| 91 | + sp:subject _:b5 | ||
| 92 | + ]) ; | ||
| 93 | + sp:where ([ sp:object | ||
| 94 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 95 | + ] ; | ||
| 96 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellSetRef> ; | ||
| 97 | + sp:subject spin:_this | ||
| 98 | + ] [ sp:object | ||
| 99 | + [ sp:varName "wellRef"^^xsd:string | ||
| 100 | + ] ; | ||
| 101 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 102 | + sp:subject | ||
| 103 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 104 | + ] | ||
| 105 | + ] [ sp:object | ||
| 106 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 107 | + ] ; | ||
| 108 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 109 | + sp:subject | ||
| 110 | + [ sp:varName "wellRef"^^xsd:string | ||
| 111 | + ] | ||
| 112 | + ] [ sp:object | ||
| 113 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 114 | + ] ; | ||
| 115 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 116 | + sp:subject | ||
| 117 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 118 | + ] | ||
| 119 | + ] [ sp:object | ||
| 120 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 121 | + ] ; | ||
| 122 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 123 | + sp:subject | ||
| 124 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 125 | + ] | ||
| 126 | + ] [ sp:object | ||
| 127 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 128 | + ] ; | ||
| 129 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 130 | + sp:subject | ||
| 131 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 132 | + ] | ||
| 133 | + ] [ sp:object | ||
| 134 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 135 | + ] ; | ||
| 136 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 137 | + sp:subject | ||
| 138 | + [ sp:varName "wellTest"^^xsd:string | ||
| 139 | + ] | ||
| 140 | + ] [ sp:object | ||
| 141 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 142 | + ] ; | ||
| 143 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 144 | + sp:subject | ||
| 145 | + [ sp:varName "wellTest"^^xsd:string | ||
| 146 | + ] | ||
| 147 | + ] [ sp:object | ||
| 148 | + [ sp:varName "wellBore"^^xsd:string | ||
| 149 | + ] ; | ||
| 150 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 151 | + sp:subject | ||
| 152 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 153 | + ] | ||
| 154 | + ] [ sp:object | ||
| 155 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 156 | + ] ; | ||
| 157 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectionTestRef> ; | ||
| 158 | + sp:subject | ||
| 159 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 160 | + ] | ||
| 161 | + ] [ sp:object | ||
| 162 | + [ sp:varName "testIntervalRef"^^xsd:string | ||
| 163 | + ] ; | ||
| 164 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testIntervalRef> ; | ||
| 165 | + sp:subject | ||
| 166 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 167 | + ] | ||
| 168 | + ] [ rdf:type sp:Optional ; | ||
| 169 | + sp:elements ([ sp:object | ||
| 170 | + [ sp:varName "mdTopRef"^^xsd:string | ||
| 171 | + ] ; | ||
| 172 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#mdTopRef> ; | ||
| 173 | + sp:subject | ||
| 174 | + [ sp:varName "testIntervalRef"^^xsd:string | ||
| 175 | + ] | ||
| 176 | + ] [ sp:object | ||
| 177 | + [ sp:varName "realMdTop"^^xsd:string | ||
| 178 | + ] ; | ||
| 179 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 180 | + sp:subject | ||
| 181 | + [ sp:varName "mdTopRef"^^xsd:string | ||
| 182 | + ] | ||
| 183 | + ] [ sp:object | ||
| 184 | + [ sp:varName "uomMdTop"^^xsd:string | ||
| 185 | + ] ; | ||
| 186 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 187 | + sp:subject | ||
| 188 | + [ sp:varName "mdTopRef"^^xsd:string | ||
| 189 | + ] | ||
| 190 | + ]) | ||
| 191 | + ] [ rdf:type sp:Optional ; | ||
| 192 | + sp:elements ([ sp:object | ||
| 193 | + [ sp:varName "mdBaseRef"^^xsd:string | ||
| 194 | + ] ; | ||
| 195 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#mdBaseRef> ; | ||
| 196 | + sp:subject | ||
| 197 | + [ sp:varName "testIntervalRef"^^xsd:string | ||
| 198 | + ] | ||
| 199 | + ] [ sp:object | ||
| 200 | + [ sp:varName "realMdBase"^^xsd:string | ||
| 201 | + ] ; | ||
| 202 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 203 | + sp:subject | ||
| 204 | + [ sp:varName "mdBaseRef"^^xsd:string | ||
| 205 | + ] | ||
| 206 | + ] [ sp:object | ||
| 207 | + [ sp:varName "uomMdBase"^^xsd:string | ||
| 208 | + ] ; | ||
| 209 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 210 | + sp:subject | ||
| 211 | + [ sp:varName "mdBaseRef"^^xsd:string | ||
| 212 | + ] | ||
| 213 | + ]) | ||
| 214 | + ] [ rdf:type sp:Optional ; | ||
| 215 | + sp:elements ([ sp:object | ||
| 216 | + [ sp:varName "testedFormation"^^xsd:string | ||
| 217 | + ] ; | ||
| 218 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testedFormation> ; | ||
| 219 | + sp:subject | ||
| 220 | + [ sp:varName "testIntervalRef"^^xsd:string | ||
| 221 | + ] | ||
| 222 | + ]) | ||
| 223 | + ] [ rdf:type sp:Bind ; | ||
| 224 | + sp:expression | ||
| 225 | + [ rdf:type ep-dpr-spin-lib:selectLengthScale ; | ||
| 226 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string | ||
| 227 | + ] | ||
| 228 | + ] ; | ||
| 229 | + sp:variable | ||
| 230 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 231 | + ] | ||
| 232 | + ] [ rdf:type sp:Bind ; | ||
| 233 | + sp:expression | ||
| 234 | + [ rdf:type ep-dpr-spin-lib:selectLengthScale ; | ||
| 235 | + sp:arg1 [ sp:varName "uomMdBase"^^xsd:string | ||
| 236 | + ] | ||
| 237 | + ] ; | ||
| 238 | + sp:variable | ||
| 239 | + [ sp:varName "lengthScaleMdBase"^^xsd:string | ||
| 240 | + ] | ||
| 241 | + ]) | ||
| 242 | + ] ; | ||
| 243 | + spin:rule | ||
| 244 | + [ rdf:type sp:Construct ; | ||
| 245 | + rdfs:comment "STEP 30140 Classify as an Injection test and set duration"^^xsd:string ; | ||
| 246 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#InjectionWellTest> ; | ||
| 247 | + sp:predicate rdf:type ; | ||
| 248 | + sp:subject | ||
| 249 | + [ sp:varName "wellTest"^^xsd:string | ||
| 250 | + ] | ||
| 251 | + ] [ sp:object _:b6 ; | ||
| 252 | + sp:predicate rdf:type ; | ||
| 253 | + sp:subject | ||
| 254 | + [ sp:varName "wellTest"^^xsd:string | ||
| 255 | + ] | ||
| 256 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 257 | + sp:predicate rdf:type ; | ||
| 258 | + sp:subject _:b6 | ||
| 259 | + ] [ sp:object | ||
| 260 | + [ sp:varName "realDuration"^^xsd:string | ||
| 261 | + ] ; | ||
| 262 | + sp:predicate | ||
| 263 | + [ sp:varName "durationScale"^^xsd:string | ||
| 264 | + ] ; | ||
| 265 | + sp:subject _:b6 | ||
| 266 | + ]) ; | ||
| 267 | + sp:where ([ sp:object | ||
| 268 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 269 | + ] ; | ||
| 270 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellSetRef> ; | ||
| 271 | + sp:subject spin:_this | ||
| 272 | + ] [ sp:object | ||
| 273 | + [ sp:varName "wellRef"^^xsd:string | ||
| 274 | + ] ; | ||
| 275 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 276 | + sp:subject | ||
| 277 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 278 | + ] | ||
| 279 | + ] [ sp:object | ||
| 280 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 281 | + ] ; | ||
| 282 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 283 | + sp:subject | ||
| 284 | + [ sp:varName "wellRef"^^xsd:string | ||
| 285 | + ] | ||
| 286 | + ] [ sp:object | ||
| 287 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 288 | + ] ; | ||
| 289 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 290 | + sp:subject | ||
| 291 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 292 | + ] | ||
| 293 | + ] [ sp:object | ||
| 294 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 295 | + ] ; | ||
| 296 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 297 | + sp:subject | ||
| 298 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 299 | + ] | ||
| 300 | + ] [ sp:object | ||
| 301 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 302 | + ] ; | ||
| 303 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 304 | + sp:subject | ||
| 305 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 306 | + ] | ||
| 307 | + ] [ sp:object | ||
| 308 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 309 | + ] ; | ||
| 310 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 311 | + sp:subject | ||
| 312 | + [ sp:varName "wellTest"^^xsd:string | ||
| 313 | + ] | ||
| 314 | + ] [ sp:object | ||
| 315 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 316 | + ] ; | ||
| 317 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectionTestRef> ; | ||
| 318 | + sp:subject | ||
| 319 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 320 | + ] | ||
| 321 | + ] [ rdf:type sp:Optional ; | ||
| 322 | + sp:elements ([ sp:object | ||
| 323 | + [ sp:varName "testDurationRef"^^xsd:string | ||
| 324 | + ] ; | ||
| 325 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDurationRef> ; | ||
| 326 | + sp:subject | ||
| 327 | + [ sp:varName "productionTestRef"^^xsd:string | ||
| 328 | + ] | ||
| 329 | + ] [ sp:object | ||
| 330 | + [ sp:varName "realDuration"^^xsd:string | ||
| 331 | + ] ; | ||
| 332 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 333 | + sp:subject | ||
| 334 | + [ sp:varName "testDurationRef"^^xsd:string | ||
| 335 | + ] | ||
| 336 | + ] [ sp:object | ||
| 337 | + [ sp:varName "uomDuration"^^xsd:string | ||
| 338 | + ] ; | ||
| 339 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 340 | + sp:subject | ||
| 341 | + [ sp:varName "testDurationRef"^^xsd:string | ||
| 342 | + ] | ||
| 343 | + ]) | ||
| 344 | + ] [ rdf:type sp:Bind ; | ||
| 345 | + sp:expression | ||
| 346 | + [ rdf:type ep-dpr-spin-lib:selectDurationScale ; | ||
| 347 | + sp:arg1 [ sp:varName "uomDuration"^^xsd:string | ||
| 348 | + ] | ||
| 349 | + ] ; | ||
| 350 | + sp:variable | ||
| 351 | + [ sp:varName "durationScale"^^xsd:string | ||
| 352 | + ] | ||
| 353 | + ]) | ||
| 354 | + ] ; | ||
| 355 | + spin:rule | ||
| 356 | + [ rdf:type sp:Construct ; | ||
| 357 | + rdfs:comment "STEP 30142 Set the injected fluid"^^xsd:string ; | ||
| 358 | + sp:templates ([ sp:object _:b7 ; | ||
| 359 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#wellTestInjectedFluid> ; | ||
| 360 | + sp:subject | ||
| 361 | + [ sp:varName "wellTest"^^xsd:string | ||
| 362 | + ] | ||
| 363 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | ||
| 364 | + sp:predicate rdf:type ; | ||
| 365 | + sp:subject _:b7 | ||
| 366 | + ] [ sp:object | ||
| 367 | + [ sp:varName "injectedFluidType"^^xsd:string | ||
| 368 | + ] ; | ||
| 369 | + sp:predicate rdf:type ; | ||
| 370 | + sp:subject _:b7 | ||
| 371 | + ]) ; | ||
| 372 | + sp:where ([ sp:object | ||
| 373 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 374 | + ] ; | ||
| 375 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellSetRef> ; | ||
| 376 | + sp:subject spin:_this | ||
| 377 | + ] [ sp:object | ||
| 378 | + [ sp:varName "wellRef"^^xsd:string | ||
| 379 | + ] ; | ||
| 380 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 381 | + sp:subject | ||
| 382 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 383 | + ] | ||
| 384 | + ] [ sp:object | ||
| 385 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 386 | + ] ; | ||
| 387 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 388 | + sp:subject | ||
| 389 | + [ sp:varName "wellRef"^^xsd:string | ||
| 390 | + ] | ||
| 391 | + ] [ sp:object | ||
| 392 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 393 | + ] ; | ||
| 394 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 395 | + sp:subject | ||
| 396 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 397 | + ] | ||
| 398 | + ] [ sp:object | ||
| 399 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 400 | + ] ; | ||
| 401 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 402 | + sp:subject | ||
| 403 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 404 | + ] | ||
| 405 | + ] [ sp:object | ||
| 406 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 407 | + ] ; | ||
| 408 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 409 | + sp:subject | ||
| 410 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 411 | + ] | ||
| 412 | + ] [ sp:object | ||
| 413 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 414 | + ] ; | ||
| 415 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 416 | + sp:subject | ||
| 417 | + [ sp:varName "wellTest"^^xsd:string | ||
| 418 | + ] | ||
| 419 | + ] [ sp:object | ||
| 420 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 421 | + ] ; | ||
| 422 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 423 | + sp:subject | ||
| 424 | + [ sp:varName "wellTest"^^xsd:string | ||
| 425 | + ] | ||
| 426 | + ] [ sp:object | ||
| 427 | + [ sp:varName "wellBore"^^xsd:string | ||
| 428 | + ] ; | ||
| 429 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 430 | + sp:subject | ||
| 431 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 432 | + ] | ||
| 433 | + ] [ sp:object | ||
| 434 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 435 | + ] ; | ||
| 436 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectionTestRef> ; | ||
| 437 | + sp:subject | ||
| 438 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 439 | + ] | ||
| 440 | + ] [ sp:object | ||
| 441 | + [ sp:varName "injectedFluidRef"^^xsd:string | ||
| 442 | + ] ; | ||
| 443 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectedFluidRef> ; | ||
| 444 | + sp:subject | ||
| 445 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 446 | + ] | ||
| 447 | + ] [ rdf:type sp:Bind ; | ||
| 448 | + sp:expression | ||
| 449 | + [ rdf:type ep-dpr-spin-lib:selectInjectedFluidType ; | ||
| 450 | + sp:arg1 [ sp:varName "injectedFluidRef"^^xsd:string | ||
| 451 | + ] | ||
| 452 | + ] ; | ||
| 453 | + sp:variable | ||
| 454 | + [ sp:varName "injectedFluidType"^^xsd:string | ||
| 455 | + ] | ||
| 456 | + ]) | ||
| 457 | + ] ; | ||
| 458 | + spin:rule | ||
| 459 | + [ rdf:type sp:Construct ; | ||
| 460 | + rdfs:comment "STEP 30143 Set the cumulative fluid flow"^^xsd:string ; | ||
| 461 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | ||
| 462 | + sp:predicate rdf:type ; | ||
| 463 | + sp:subject _:b8 | ||
| 464 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; | ||
| 465 | + sp:predicate rdf:type ; | ||
| 466 | + sp:subject _:b8 | ||
| 467 | + ] [ sp:object | ||
| 468 | + [ sp:varName "wellBore"^^xsd:string | ||
| 469 | + ] ; | ||
| 470 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowOutOf> ; | ||
| 471 | + sp:subject _:b8 | ||
| 472 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowToDate> ; | ||
| 473 | + sp:predicate rdf:type ; | ||
| 474 | + sp:subject _:b9 | ||
| 475 | + ] [ sp:object _:b8 ; | ||
| 476 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 477 | + sp:subject _:b9 | ||
| 478 | + ] [ sp:object | ||
| 479 | + [ sp:varName "testDate"^^xsd:string | ||
| 480 | + ] ; | ||
| 481 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 482 | + sp:subject _:b9 | ||
| 483 | + ]) ; | ||
| 484 | + sp:where ([ sp:object | ||
| 485 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 486 | + ] ; | ||
| 487 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellSetRef> ; | ||
| 488 | + sp:subject spin:_this | ||
| 489 | + ] [ sp:object | ||
| 490 | + [ sp:varName "wellRef"^^xsd:string | ||
| 491 | + ] ; | ||
| 492 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 493 | + sp:subject | ||
| 494 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 495 | + ] | ||
| 496 | + ] [ sp:object | ||
| 497 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 498 | + ] ; | ||
| 499 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 500 | + sp:subject | ||
| 501 | + [ sp:varName "wellRef"^^xsd:string | ||
| 502 | + ] | ||
| 503 | + ] [ sp:object | ||
| 504 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 505 | + ] ; | ||
| 506 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 507 | + sp:subject | ||
| 508 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 509 | + ] | ||
| 510 | + ] [ sp:object | ||
| 511 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 512 | + ] ; | ||
| 513 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 514 | + sp:subject | ||
| 515 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 516 | + ] | ||
| 517 | + ] [ sp:object | ||
| 518 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 519 | + ] ; | ||
| 520 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 521 | + sp:subject | ||
| 522 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 523 | + ] | ||
| 524 | + ] [ sp:object | ||
| 525 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 526 | + ] ; | ||
| 527 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 528 | + sp:subject | ||
| 529 | + [ sp:varName "wellTest"^^xsd:string | ||
| 530 | + ] | ||
| 531 | + ] [ sp:object | ||
| 532 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 533 | + ] ; | ||
| 534 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 535 | + sp:subject | ||
| 536 | + [ sp:varName "wellTest"^^xsd:string | ||
| 537 | + ] | ||
| 538 | + ] [ sp:object | ||
| 539 | + [ sp:varName "testDate"^^xsd:string | ||
| 540 | + ] ; | ||
| 541 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 542 | + sp:subject | ||
| 543 | + [ sp:varName "wellTest"^^xsd:string | ||
| 544 | + ] | ||
| 545 | + ] [ sp:object | ||
| 546 | + [ sp:varName "wellBore"^^xsd:string | ||
| 547 | + ] ; | ||
| 548 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 549 | + sp:subject | ||
| 550 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 551 | + ] | ||
| 552 | + ] [ sp:object | ||
| 553 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 554 | + ] ; | ||
| 555 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectionTestRef> ; | ||
| 556 | + sp:subject | ||
| 557 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 558 | + ] | ||
| 559 | + ] [ sp:object | ||
| 560 | + [ sp:varName "wellTestCumulativeRef"^^xsd:string | ||
| 561 | + ] ; | ||
| 562 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestCumulativeRef> ; | ||
| 563 | + sp:subject | ||
| 564 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 565 | + ] | ||
| 566 | + ]) | ||
| 567 | + ] ; | ||
| 568 | + spin:rule | ||
| 569 | + [ rdf:type sp:Construct ; | ||
| 570 | + rdfs:comment "STEP 30143a Set the cumulative fluid flow - gas amount"^^xsd:string ; | ||
| 571 | + sp:templates ([ sp:object _:b10 ; | ||
| 572 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 573 | + sp:subject | ||
| 574 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 575 | + ] | ||
| 576 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#GasFlow> ; | ||
| 577 | + sp:predicate rdf:type ; | ||
| 578 | + sp:subject _:b10 | ||
| 579 | + ] [ sp:object _:b11 ; | ||
| 580 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#totalAmountOfMaterial> ; | ||
| 581 | + sp:subject _:b10 | ||
| 582 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | ||
| 583 | + sp:predicate rdf:type ; | ||
| 584 | + sp:subject _:b11 | ||
| 585 | + ] [ sp:object _:b12 ; | ||
| 586 | + sp:predicate rdf:type ; | ||
| 587 | + sp:subject _:b11 | ||
| 588 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 589 | + sp:predicate rdf:type ; | ||
| 590 | + sp:subject _:b12 | ||
| 591 | + ] [ sp:object | ||
| 592 | + [ sp:varName "realVolume"^^xsd:string | ||
| 593 | + ] ; | ||
| 594 | + sp:predicate | ||
| 595 | + [ sp:varName "volumeScale"^^xsd:string | ||
| 596 | + ] ; | ||
| 597 | + sp:subject _:b12 | ||
| 598 | + ]) ; | ||
| 599 | + sp:where ([ sp:object | ||
| 600 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 601 | + ] ; | ||
| 602 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellSetRef> ; | ||
| 603 | + sp:subject spin:_this | ||
| 604 | + ] [ sp:object | ||
| 605 | + [ sp:varName "wellRef"^^xsd:string | ||
| 606 | + ] ; | ||
| 607 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 608 | + sp:subject | ||
| 609 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 610 | + ] | ||
| 611 | + ] [ sp:object | ||
| 612 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 613 | + ] ; | ||
| 614 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 615 | + sp:subject | ||
| 616 | + [ sp:varName "wellRef"^^xsd:string | ||
| 617 | + ] | ||
| 618 | + ] [ sp:object | ||
| 619 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 620 | + ] ; | ||
| 621 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 622 | + sp:subject | ||
| 623 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 624 | + ] | ||
| 625 | + ] [ sp:object | ||
| 626 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 627 | + ] ; | ||
| 628 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 629 | + sp:subject | ||
| 630 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 631 | + ] | ||
| 632 | + ] [ sp:object | ||
| 633 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 634 | + ] ; | ||
| 635 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 636 | + sp:subject | ||
| 637 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 638 | + ] | ||
| 639 | + ] [ sp:object | ||
| 640 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 641 | + ] ; | ||
| 642 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 643 | + sp:subject | ||
| 644 | + [ sp:varName "wellTest"^^xsd:string | ||
| 645 | + ] | ||
| 646 | + ] [ sp:object | ||
| 647 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 648 | + ] ; | ||
| 649 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 650 | + sp:subject | ||
| 651 | + [ sp:varName "wellTest"^^xsd:string | ||
| 652 | + ] | ||
| 653 | + ] [ sp:object | ||
| 654 | + [ sp:varName "testDate"^^xsd:string | ||
| 655 | + ] ; | ||
| 656 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 657 | + sp:subject | ||
| 658 | + [ sp:varName "wellTest"^^xsd:string | ||
| 659 | + ] | ||
| 660 | + ] [ sp:object | ||
| 661 | + [ sp:varName "wellBore"^^xsd:string | ||
| 662 | + ] ; | ||
| 663 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 664 | + sp:subject | ||
| 665 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 666 | + ] | ||
| 667 | + ] [ sp:object | ||
| 668 | + [ sp:varName "wellBore"^^xsd:string | ||
| 669 | + ] ; | ||
| 670 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowOutOf> ; | ||
| 671 | + sp:subject | ||
| 672 | + [ sp:varName "productionFlow"^^xsd:string | ||
| 673 | + ] | ||
| 674 | + ] [ sp:object | ||
| 675 | + [ sp:varName "productionFlow"^^xsd:string | ||
| 676 | + ] ; | ||
| 677 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 678 | + sp:subject | ||
| 679 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 680 | + ] | ||
| 681 | + ] [ sp:object | ||
| 682 | + [ sp:varName "testDate"^^xsd:string | ||
| 683 | + ] ; | ||
| 684 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 685 | + sp:subject | ||
| 686 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 687 | + ] | ||
| 688 | + ] [ sp:object | ||
| 689 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 690 | + ] ; | ||
| 691 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectionTestRef> ; | ||
| 692 | + sp:subject | ||
| 693 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 694 | + ] | ||
| 695 | + ] [ sp:object | ||
| 696 | + [ sp:varName "wellTestCumulativeRef"^^xsd:string | ||
| 697 | + ] ; | ||
| 698 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestCumulativeRef> ; | ||
| 699 | + sp:subject | ||
| 700 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 701 | + ] | ||
| 702 | + ] [ sp:object | ||
| 703 | + [ sp:varName "cumulativeGasRef"^^xsd:string | ||
| 704 | + ] ; | ||
| 705 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#cumulativeGasRef> ; | ||
| 706 | + sp:subject | ||
| 707 | + [ sp:varName "wellTestCumulativeRef"^^xsd:string | ||
| 708 | + ] | ||
| 709 | + ] [ sp:object | ||
| 710 | + [ sp:varName "realVolume"^^xsd:string | ||
| 711 | + ] ; | ||
| 712 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 713 | + sp:subject | ||
| 714 | + [ sp:varName "cumulativeGasRef"^^xsd:string | ||
| 715 | + ] | ||
| 716 | + ] [ sp:object | ||
| 717 | + [ sp:varName "uomVolume"^^xsd:string | ||
| 718 | + ] ; | ||
| 719 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 720 | + sp:subject | ||
| 721 | + [ sp:varName "cumulativeGasRef"^^xsd:string | ||
| 722 | + ] | ||
| 723 | + ] [ rdf:type sp:Bind ; | ||
| 724 | + sp:expression | ||
| 725 | + [ rdf:type ep-dpr-spin-lib:selectLengthScale ; | ||
| 726 | + sp:arg1 [ sp:varName "uomVolume"^^xsd:string | ||
| 727 | + ] | ||
| 728 | + ] ; | ||
| 729 | + sp:variable | ||
| 730 | + [ sp:varName "volumeScale"^^xsd:string | ||
| 731 | + ] | ||
| 732 | + ]) | ||
| 733 | + ] ; | ||
| 734 | + spin:rule | ||
| 735 | + [ rdf:type sp:Construct ; | ||
| 736 | + rdfs:comment "STEP 30143b Set the cumulative fluid flow - oil amount"^^xsd:string ; | ||
| 737 | + sp:templates ([ sp:object _:b13 ; | ||
| 738 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 739 | + sp:subject | ||
| 740 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 741 | + ] | ||
| 742 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#OilFlow> ; | ||
| 743 | + sp:predicate rdf:type ; | ||
| 744 | + sp:subject _:b13 | ||
| 745 | + ] [ sp:object _:b14 ; | ||
| 746 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#totalAmountOfMaterial> ; | ||
| 747 | + sp:subject _:b13 | ||
| 748 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; | ||
| 749 | + sp:predicate rdf:type ; | ||
| 750 | + sp:subject _:b14 | ||
| 751 | + ] [ sp:object _:b15 ; | ||
| 752 | + sp:predicate rdf:type ; | ||
| 753 | + sp:subject _:b14 | ||
| 754 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 755 | + sp:predicate rdf:type ; | ||
| 756 | + sp:subject _:b15 | ||
| 757 | + ] [ sp:object | ||
| 758 | + [ sp:varName "realVolume"^^xsd:string | ||
| 759 | + ] ; | ||
| 760 | + sp:predicate | ||
| 761 | + [ sp:varName "volumeScale"^^xsd:string | ||
| 762 | + ] ; | ||
| 763 | + sp:subject _:b15 | ||
| 764 | + ]) ; | ||
| 765 | + sp:where ([ sp:object | ||
| 766 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 767 | + ] ; | ||
| 768 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellSetRef> ; | ||
| 769 | + sp:subject spin:_this | ||
| 770 | + ] [ sp:object | ||
| 771 | + [ sp:varName "wellRef"^^xsd:string | ||
| 772 | + ] ; | ||
| 773 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 774 | + sp:subject | ||
| 775 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 776 | + ] | ||
| 777 | + ] [ sp:object | ||
| 778 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 779 | + ] ; | ||
| 780 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 781 | + sp:subject | ||
| 782 | + [ sp:varName "wellRef"^^xsd:string | ||
| 783 | + ] | ||
| 784 | + ] [ sp:object | ||
| 785 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 786 | + ] ; | ||
| 787 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 788 | + sp:subject | ||
| 789 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 790 | + ] | ||
| 791 | + ] [ sp:object | ||
| 792 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 793 | + ] ; | ||
| 794 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 795 | + sp:subject | ||
| 796 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 797 | + ] | ||
| 798 | + ] [ sp:object | ||
| 799 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 800 | + ] ; | ||
| 801 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 802 | + sp:subject | ||
| 803 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 804 | + ] | ||
| 805 | + ] [ sp:object | ||
| 806 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 807 | + ] ; | ||
| 808 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 809 | + sp:subject | ||
| 810 | + [ sp:varName "wellTest"^^xsd:string | ||
| 811 | + ] | ||
| 812 | + ] [ sp:object | ||
| 813 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 814 | + ] ; | ||
| 815 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 816 | + sp:subject | ||
| 817 | + [ sp:varName "wellTest"^^xsd:string | ||
| 818 | + ] | ||
| 819 | + ] [ sp:object | ||
| 820 | + [ sp:varName "testDate"^^xsd:string | ||
| 821 | + ] ; | ||
| 822 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 823 | + sp:subject | ||
| 824 | + [ sp:varName "wellTest"^^xsd:string | ||
| 825 | + ] | ||
| 826 | + ] [ sp:object | ||
| 827 | + [ sp:varName "wellBore"^^xsd:string | ||
| 828 | + ] ; | ||
| 829 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 830 | + sp:subject | ||
| 831 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 832 | + ] | ||
| 833 | + ] [ sp:object | ||
| 834 | + [ sp:varName "wellBore"^^xsd:string | ||
| 835 | + ] ; | ||
| 836 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowOutOf> ; | ||
| 837 | + sp:subject | ||
| 838 | + [ sp:varName "productionFlow"^^xsd:string | ||
| 839 | + ] | ||
| 840 | + ] [ sp:object | ||
| 841 | + [ sp:varName "productionFlow"^^xsd:string | ||
| 842 | + ] ; | ||
| 843 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 844 | + sp:subject | ||
| 845 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 846 | + ] | ||
| 847 | + ] [ sp:object | ||
| 848 | + [ sp:varName "testDate"^^xsd:string | ||
| 849 | + ] ; | ||
| 850 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 851 | + sp:subject | ||
| 852 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 853 | + ] | ||
| 854 | + ] [ sp:object | ||
| 855 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 856 | + ] ; | ||
| 857 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectionTestRef> ; | ||
| 858 | + sp:subject | ||
| 859 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 860 | + ] | ||
| 861 | + ] [ sp:object | ||
| 862 | + [ sp:varName "wellTestCumulativeRef"^^xsd:string | ||
| 863 | + ] ; | ||
| 864 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestCumulativeRef> ; | ||
| 865 | + sp:subject | ||
| 866 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 867 | + ] | ||
| 868 | + ] [ sp:object | ||
| 869 | + [ sp:varName "cumulativeOilRef"^^xsd:string | ||
| 870 | + ] ; | ||
| 871 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#cumulativeOilRef> ; | ||
| 872 | + sp:subject | ||
| 873 | + [ sp:varName "wellTestCumulativeRef"^^xsd:string | ||
| 874 | + ] | ||
| 875 | + ] [ sp:object | ||
| 876 | + [ sp:varName "realVolume"^^xsd:string | ||
| 877 | + ] ; | ||
| 878 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 879 | + sp:subject | ||
| 880 | + [ sp:varName "cumulativeOilRef"^^xsd:string | ||
| 881 | + ] | ||
| 882 | + ] [ sp:object | ||
| 883 | + [ sp:varName "uomVolume"^^xsd:string | ||
| 884 | + ] ; | ||
| 885 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 886 | + sp:subject | ||
| 887 | + [ sp:varName "cumulativeOilRef"^^xsd:string | ||
| 888 | + ] | ||
| 889 | + ] [ rdf:type sp:Bind ; | ||
| 890 | + sp:expression | ||
| 891 | + [ rdf:type ep-dpr-spin-lib:selectLengthScale ; | ||
| 892 | + sp:arg1 [ sp:varName "uomVolume"^^xsd:string | ||
| 893 | + ] | ||
| 894 | + ] ; | ||
| 895 | + sp:variable | ||
| 896 | + [ sp:varName "volumeScale"^^xsd:string | ||
| 897 | + ] | ||
| 898 | + ]) | ||
| 899 | + ] ; | ||
| 900 | + spin:rule | ||
| 901 | + [ rdf:type sp:Construct ; | ||
| 902 | + rdfs:comment "STEP 30143c Set the cumulative fluid flow - water amount"^^xsd:string ; | ||
| 903 | + sp:templates ([ sp:object _:b16 ; | ||
| 904 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 905 | + sp:subject | ||
| 906 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 907 | + ] | ||
| 908 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WaterFlow> ; | ||
| 909 | + sp:predicate rdf:type ; | ||
| 910 | + sp:subject _:b16 | ||
| 911 | + ] [ sp:object _:b17 ; | ||
| 912 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#totalAmountOfMaterial> ; | ||
| 913 | + sp:subject _:b16 | ||
| 914 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ; | ||
| 915 | + sp:predicate rdf:type ; | ||
| 916 | + sp:subject _:b17 | ||
| 917 | + ] [ sp:object _:b18 ; | ||
| 918 | + sp:predicate rdf:type ; | ||
| 919 | + sp:subject _:b17 | ||
| 920 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 921 | + sp:predicate rdf:type ; | ||
| 922 | + sp:subject _:b18 | ||
| 923 | + ] [ sp:object | ||
| 924 | + [ sp:varName "realVolume"^^xsd:string | ||
| 925 | + ] ; | ||
| 926 | + sp:predicate | ||
| 927 | + [ sp:varName "volumeScale"^^xsd:string | ||
| 928 | + ] ; | ||
| 929 | + sp:subject _:b18 | ||
| 930 | + ]) ; | ||
| 931 | + sp:where ([ sp:object | ||
| 932 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 933 | + ] ; | ||
| 934 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellSetRef> ; | ||
| 935 | + sp:subject spin:_this | ||
| 936 | + ] [ sp:object | ||
| 937 | + [ sp:varName "wellRef"^^xsd:string | ||
| 938 | + ] ; | ||
| 939 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ; | ||
| 940 | + sp:subject | ||
| 941 | + [ sp:varName "wellSetRef"^^xsd:string | ||
| 942 | + ] | ||
| 943 | + ] [ sp:object | ||
| 944 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 945 | + ] ; | ||
| 946 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ; | ||
| 947 | + sp:subject | ||
| 948 | + [ sp:varName "wellRef"^^xsd:string | ||
| 949 | + ] | ||
| 950 | + ] [ sp:object | ||
| 951 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 952 | + ] ; | ||
| 953 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ; | ||
| 954 | + sp:subject | ||
| 955 | + [ sp:varName "wellboreSetRef"^^xsd:string | ||
| 956 | + ] | ||
| 957 | + ] [ sp:object | ||
| 958 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 959 | + ] ; | ||
| 960 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ; | ||
| 961 | + sp:subject | ||
| 962 | + [ sp:varName "wellboreRef"^^xsd:string | ||
| 963 | + ] | ||
| 964 | + ] [ sp:object | ||
| 965 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 966 | + ] ; | ||
| 967 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ; | ||
| 968 | + sp:subject | ||
| 969 | + [ sp:varName "wellTestSetRef"^^xsd:string | ||
| 970 | + ] | ||
| 971 | + ] [ sp:object | ||
| 972 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 973 | + ] ; | ||
| 974 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
| 975 | + sp:subject | ||
| 976 | + [ sp:varName "wellTest"^^xsd:string | ||
| 977 | + ] | ||
| 978 | + ] [ sp:object | ||
| 979 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 980 | + ] ; | ||
| 981 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 982 | + sp:subject | ||
| 983 | + [ sp:varName "wellTest"^^xsd:string | ||
| 984 | + ] | ||
| 985 | + ] [ sp:object | ||
| 986 | + [ sp:varName "testDate"^^xsd:string | ||
| 987 | + ] ; | ||
| 988 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 989 | + sp:subject | ||
| 990 | + [ sp:varName "wellTest"^^xsd:string | ||
| 991 | + ] | ||
| 992 | + ] [ sp:object | ||
| 993 | + [ sp:varName "wellBore"^^xsd:string | ||
| 994 | + ] ; | ||
| 995 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 996 | + sp:subject | ||
| 997 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 998 | + ] | ||
| 999 | + ] [ sp:object | ||
| 1000 | + [ sp:varName "wellBore"^^xsd:string | ||
| 1001 | + ] ; | ||
| 1002 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowOutOf> ; | ||
| 1003 | + sp:subject | ||
| 1004 | + [ sp:varName "productionFlow"^^xsd:string | ||
| 1005 | + ] | ||
| 1006 | + ] [ sp:object | ||
| 1007 | + [ sp:varName "productionFlow"^^xsd:string | ||
| 1008 | + ] ; | ||
| 1009 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 1010 | + sp:subject | ||
| 1011 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 1012 | + ] | ||
| 1013 | + ] [ sp:object | ||
| 1014 | + [ sp:varName "testDate"^^xsd:string | ||
| 1015 | + ] ; | ||
| 1016 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 1017 | + sp:subject | ||
| 1018 | + [ sp:varName "productionFlowToDate"^^xsd:string | ||
| 1019 | + ] | ||
| 1020 | + ] [ sp:object | ||
| 1021 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 1022 | + ] ; | ||
| 1023 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#injectionTestRef> ; | ||
| 1024 | + sp:subject | ||
| 1025 | + [ sp:varName "wellTestRef"^^xsd:string | ||
| 1026 | + ] | ||
| 1027 | + ] [ sp:object | ||
| 1028 | + [ sp:varName "wellTestCumulativeRef"^^xsd:string | ||
| 1029 | + ] ; | ||
| 1030 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestCumulativeRef> ; | ||
| 1031 | + sp:subject | ||
| 1032 | + [ sp:varName "injectionTestRef"^^xsd:string | ||
| 1033 | + ] | ||
| 1034 | + ] [ sp:object | ||
| 1035 | + [ sp:varName "cumulativeWaterRef"^^xsd:string | ||
| 1036 | + ] ; | ||
| 1037 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#cumulativeWaterRef> ; | ||
| 1038 | + sp:subject | ||
| 1039 | + [ sp:varName "wellTestCumulativeRef"^^xsd:string | ||
| 1040 | + ] | ||
| 1041 | + ] [ sp:object | ||
| 1042 | + [ sp:varName "realVolume"^^xsd:string | ||
| 1043 | + ] ; | ||
| 1044 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 1045 | + sp:subject | ||
| 1046 | + [ sp:varName "cumulativeWaterRef"^^xsd:string | ||
| 1047 | + ] | ||
| 1048 | + ] [ sp:object | ||
| 1049 | + [ sp:varName "uomVolume"^^xsd:string | ||
| 1050 | + ] ; | ||
| 1051 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ; | ||
| 1052 | + sp:subject | ||
| 1053 | + [ sp:varName "cumulativeWaterRef"^^xsd:string | ||
| 1054 | + ] | ||
| 1055 | + ] [ rdf:type sp:Bind ; | ||
| 1056 | + sp:expression | ||
| 1057 | + [ rdf:type ep-dpr-spin-lib:selectLengthScale ; | ||
| 1058 | + sp:arg1 [ sp:varName "uomVolume"^^xsd:string | ||
| 1059 | + ] | ||
| 1060 | + ] ; | ||
| 1061 | + sp:variable | ||
| 1062 | + [ sp:varName "volumeScale"^^xsd:string | ||
| 1063 | + ] | ||
| 1064 | + ]) | ||
| 1065 | + ] . |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -69,6 +69,11 @@ arg:resource | ... | @@ -69,6 +69,11 @@ arg:resource |
| 69 | rdfs:label "resource"^^xsd:string ; | 69 | rdfs:label "resource"^^xsd:string ; |
| 70 | rdfs:subPropertyOf sp:arg . | 70 | rdfs:subPropertyOf sp:arg . |
| 71 | 71 | ||
| 72 | +arg:share | ||
| 73 | + rdf:type rdf:Property ; | ||
| 74 | + rdfs:label "share"^^xsd:string ; | ||
| 75 | + rdfs:subPropertyOf sp:arg . | ||
| 76 | + | ||
| 72 | arg:startDate | 77 | arg:startDate |
| 73 | rdf:type rdf:Property ; | 78 | rdf:type rdf:Property ; |
| 74 | rdfs:label "start date"^^xsd:string ; | 79 | rdfs:label "start date"^^xsd:string ; |
| ... | @@ -481,14 +486,28 @@ rhspin:companyHasLicence | ... | @@ -481,14 +486,28 @@ rhspin:companyHasLicence |
| 481 | spin:body | 486 | spin:body |
| 482 | [ rdf:type sp:Select ; | 487 | [ rdf:type sp:Select ; |
| 483 | sp:distinct "true"^^xsd:boolean ; | 488 | sp:distinct "true"^^xsd:boolean ; |
| 484 | - sp:resultVariables (_:b9) ; | 489 | + sp:resultVariables ([ sp:varName "licence"^^xsd:string |
| 490 | + ]) ; | ||
| 485 | sp:where ([ rdf:type sp:NamedGraph ; | 491 | sp:where ([ rdf:type sp:NamedGraph ; |
| 486 | sp:elements ([ sp:object spin:_arg1 ; | 492 | sp:elements ([ sp:object spin:_arg1 ; |
| 487 | sp:predicate <http://www.reportinghub.no/np/schema/npd#shareHolder> ; | 493 | sp:predicate <http://www.reportinghub.no/np/schema/npd#shareHolder> ; |
| 488 | - sp:subject _:b10 | 494 | + sp:subject |
| 489 | - ] [ sp:object _:b9 ; | 495 | + [ sp:varName "share"^^xsd:string |
| 496 | + ] | ||
| 497 | + ] [ sp:object | ||
| 498 | + [ sp:varName "licence"^^xsd:string | ||
| 499 | + ] ; | ||
| 490 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceShared> ; | 500 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceShared> ; |
| 491 | - sp:subject _:b10 | 501 | + sp:subject |
| 502 | + [ sp:varName "share"^^xsd:string | ||
| 503 | + ] | ||
| 504 | + ] [ rdf:type sp:Filter ; | ||
| 505 | + sp:expression | ||
| 506 | + [ rdf:type rhspin:shareIsValid ; | ||
| 507 | + arg:share | ||
| 508 | + [ sp:varName "share"^^xsd:string | ||
| 509 | + ] | ||
| 510 | + ] | ||
| 492 | ]) ; | 511 | ]) ; |
| 493 | sp:graphNameNode npdata:npd | 512 | sp:graphNameNode npdata:npd |
| 494 | ]) | 513 | ]) |
| ... | @@ -509,20 +528,40 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -509,20 +528,40 @@ rhspin:companyHasLicenceForWellBore |
| 509 | spin:body | 528 | spin:body |
| 510 | [ rdf:type sp:Select ; | 529 | [ rdf:type sp:Select ; |
| 511 | sp:distinct "true"^^xsd:boolean ; | 530 | sp:distinct "true"^^xsd:boolean ; |
| 512 | - sp:resultVariables (_:b11) ; | 531 | + sp:resultVariables ([ sp:varName "wellBore"^^xsd:string |
| 532 | + ]) ; | ||
| 513 | sp:where ([ rdf:type sp:NamedGraph ; | 533 | sp:where ([ rdf:type sp:NamedGraph ; |
| 514 | sp:elements ([ sp:object spin:_arg1 ; | 534 | sp:elements ([ sp:object spin:_arg1 ; |
| 515 | sp:predicate <http://www.reportinghub.no/np/schema/npd#shareHolder> ; | 535 | sp:predicate <http://www.reportinghub.no/np/schema/npd#shareHolder> ; |
| 516 | - sp:subject _:b12 | 536 | + sp:subject |
| 517 | - ] [ sp:object _:b13 ; | 537 | + [ sp:varName "share"^^xsd:string |
| 538 | + ] | ||
| 539 | + ] [ sp:object | ||
| 540 | + [ sp:varName "licence"^^xsd:string | ||
| 541 | + ] ; | ||
| 518 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceShared> ; | 542 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceShared> ; |
| 519 | - sp:subject _:b12 | 543 | + sp:subject |
| 544 | + [ sp:varName "share"^^xsd:string | ||
| 545 | + ] | ||
| 520 | ] [ sp:object <http://www.reportinghub.no/np/schema/npd#LS_Active> ; | 546 | ] [ sp:object <http://www.reportinghub.no/np/schema/npd#LS_Active> ; |
| 521 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceStatus> ; | 547 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceStatus> ; |
| 522 | - sp:subject _:b13 | 548 | + sp:subject |
| 523 | - ] [ sp:object _:b13 ; | 549 | + [ sp:varName "licence"^^xsd:string |
| 550 | + ] | ||
| 551 | + ] [ sp:object | ||
| 552 | + [ sp:varName "licence"^^xsd:string | ||
| 553 | + ] ; | ||
| 524 | sp:predicate <http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence> ; | 554 | sp:predicate <http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence> ; |
| 525 | - sp:subject _:b11 | 555 | + sp:subject |
| 556 | + [ sp:varName "wellBore"^^xsd:string | ||
| 557 | + ] | ||
| 558 | + ] [ rdf:type sp:Filter ; | ||
| 559 | + sp:expression | ||
| 560 | + [ rdf:type rhspin:shareIsValid ; | ||
| 561 | + arg:share | ||
| 562 | + [ sp:varName "share"^^xsd:string | ||
| 563 | + ] | ||
| 564 | + ] | ||
| 526 | ]) ; | 565 | ]) ; |
| 527 | sp:graphNameNode npdata:npd | 566 | sp:graphNameNode npdata:npd |
| 528 | ]) | 567 | ]) |
| ... | @@ -546,20 +585,25 @@ rhspin:companyHasLicenceOrBAA | ... | @@ -546,20 +585,25 @@ rhspin:companyHasLicenceOrBAA |
| 546 | sp:resultVariables ([ sp:varName "owner"^^xsd:string | 585 | sp:resultVariables ([ sp:varName "owner"^^xsd:string |
| 547 | ]) ; | 586 | ]) ; |
| 548 | sp:where ([ rdf:type sp:NamedGraph ; | 587 | sp:where ([ rdf:type sp:NamedGraph ; |
| 549 | - sp:elements ([ sp:object spin:_arg1 ; | 588 | + sp:elements ([ rdf:type sp:Union ; |
| 550 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#shareHolder> ; | 589 | + sp:elements (([ sp:object spin:_arg1 ; |
| 551 | - sp:subject | 590 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#shareHolder> ; |
| 552 | - [ sp:varName "share"^^xsd:string | 591 | + sp:subject |
| 553 | - ] | 592 | + [ sp:varName "share"^^xsd:string |
| 554 | - ] [ rdf:type sp:Union ; | 593 | + ] |
| 555 | - sp:elements (([ sp:object | 594 | + ] [ sp:object |
| 556 | [ sp:varName "owner"^^xsd:string | 595 | [ sp:varName "owner"^^xsd:string |
| 557 | ] ; | 596 | ] ; |
| 558 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceShared> ; | 597 | sp:predicate <http://www.reportinghub.no/np/schema/npd#licenceShared> ; |
| 559 | sp:subject | 598 | sp:subject |
| 560 | [ sp:varName "share"^^xsd:string | 599 | [ sp:varName "share"^^xsd:string |
| 561 | ] | 600 | ] |
| 562 | - ]) ([ sp:object | 601 | + ]) ([ sp:object spin:_arg1 ; |
| 602 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#shareHolder> ; | ||
| 603 | + sp:subject | ||
| 604 | + [ sp:varName "share"^^xsd:string | ||
| 605 | + ] | ||
| 606 | + ] [ sp:object | ||
| 563 | [ sp:varName "owner"^^xsd:string | 607 | [ sp:varName "owner"^^xsd:string |
| 564 | ] ; | 608 | ] ; |
| 565 | sp:predicate <http://www.reportinghub.no/np/schema/npd#baaShared> ; | 609 | sp:predicate <http://www.reportinghub.no/np/schema/npd#baaShared> ; |
| ... | @@ -567,6 +611,13 @@ rhspin:companyHasLicenceOrBAA | ... | @@ -567,6 +611,13 @@ rhspin:companyHasLicenceOrBAA |
| 567 | [ sp:varName "share"^^xsd:string | 611 | [ sp:varName "share"^^xsd:string |
| 568 | ] | 612 | ] |
| 569 | ])) | 613 | ])) |
| 614 | + ] [ rdf:type sp:Filter ; | ||
| 615 | + sp:expression | ||
| 616 | + [ rdf:type rhspin:shareIsValid ; | ||
| 617 | + arg:share | ||
| 618 | + [ sp:varName "share"^^xsd:string | ||
| 619 | + ] | ||
| 620 | + ] | ||
| 570 | ]) ; | 621 | ]) ; |
| 571 | sp:graphNameNode npdata:npd | 622 | sp:graphNameNode npdata:npd |
| 572 | ]) | 623 | ]) |
| ... | @@ -626,6 +677,13 @@ rhspin:companyNameHasLicenceForGraph | ... | @@ -626,6 +677,13 @@ rhspin:companyNameHasLicenceForGraph |
| 626 | sp:subject | 677 | sp:subject |
| 627 | [ sp:varName "licence"^^xsd:string | 678 | [ sp:varName "licence"^^xsd:string |
| 628 | ] | 679 | ] |
| 680 | + ] [ rdf:type sp:Filter ; | ||
| 681 | + sp:expression | ||
| 682 | + [ rdf:type rhspin:shareIsValid ; | ||
| 683 | + arg:share | ||
| 684 | + [ sp:varName "share"^^xsd:string | ||
| 685 | + ] | ||
| 686 | + ] | ||
| 629 | ] [ sp:object | 687 | ] [ sp:object |
| 630 | [ sp:varName "id"^^xsd:string | 688 | [ sp:varName "id"^^xsd:string |
| 631 | ] ; | 689 | ] ; |
| ... | @@ -663,16 +721,16 @@ rhspin:companyWithName | ... | @@ -663,16 +721,16 @@ rhspin:companyWithName |
| 663 | rdfs:subClassOf spin:Functions ; | 721 | rdfs:subClassOf spin:Functions ; |
| 664 | spin:body | 722 | spin:body |
| 665 | [ rdf:type sp:Select ; | 723 | [ rdf:type sp:Select ; |
| 666 | - sp:resultVariables (_:b14) ; | 724 | + sp:resultVariables (_:b9) ; |
| 667 | sp:where ([ rdf:type sp:NamedGraph ; | 725 | sp:where ([ rdf:type sp:NamedGraph ; |
| 668 | sp:elements ([ sp:object | 726 | sp:elements ([ sp:object |
| 669 | [ sp:varName "name"^^xsd:string | 727 | [ sp:varName "name"^^xsd:string |
| 670 | ] ; | 728 | ] ; |
| 671 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 729 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 672 | - sp:subject _:b14 | 730 | + sp:subject _:b9 |
| 673 | ] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | 731 | ] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; |
| 674 | sp:predicate rdf:type ; | 732 | sp:predicate rdf:type ; |
| 675 | - sp:subject _:b14 | 733 | + sp:subject _:b9 |
| 676 | ]) ; | 734 | ]) ; |
| 677 | sp:graphNameNode npdata:npd | 735 | sp:graphNameNode npdata:npd |
| 678 | ]) | 736 | ]) |
| ... | @@ -737,33 +795,33 @@ rhspin:currentUserHasAccessToWellBoreWithId | ... | @@ -737,33 +795,33 @@ rhspin:currentUserHasAccessToWellBoreWithId |
| 737 | sp:expression | 795 | sp:expression |
| 738 | [ rdf:type rhspin:companyName | 796 | [ rdf:type rhspin:companyName |
| 739 | ] ; | 797 | ] ; |
| 740 | - sp:variable _:b15 | 798 | + sp:variable _:b10 |
| 741 | ] [ rdf:type sp:Bind ; | 799 | ] [ rdf:type sp:Bind ; |
| 742 | sp:expression | 800 | sp:expression |
| 743 | [ rdf:type rhspin:companyWithName ; | 801 | [ rdf:type rhspin:companyWithName ; |
| 744 | - arg:name _:b15 | 802 | + arg:name _:b10 |
| 745 | ] ; | 803 | ] ; |
| 746 | - sp:variable _:b16 | 804 | + sp:variable _:b11 |
| 747 | ] [ rdf:type sp:Bind ; | 805 | ] [ rdf:type sp:Bind ; |
| 748 | sp:expression | 806 | sp:expression |
| 749 | [ rdf:type rhspin:wellBoreById ; | 807 | [ rdf:type rhspin:wellBoreById ; |
| 750 | arg:id [ sp:varName "id"^^xsd:string | 808 | arg:id [ sp:varName "id"^^xsd:string |
| 751 | ] | 809 | ] |
| 752 | ] ; | 810 | ] ; |
| 753 | - sp:variable _:b17 | 811 | + sp:variable _:b12 |
| 754 | ] [ rdf:type sp:Filter ; | 812 | ] [ rdf:type sp:Filter ; |
| 755 | sp:expression | 813 | sp:expression |
| 756 | [ rdf:type sp:and ; | 814 | [ rdf:type sp:and ; |
| 757 | sp:arg1 [ rdf:type sp:bound ; | 815 | sp:arg1 [ rdf:type sp:bound ; |
| 758 | - sp:arg1 _:b17 | 816 | + sp:arg1 _:b12 |
| 759 | ] ; | 817 | ] ; |
| 760 | sp:arg2 [ rdf:type sp:bound ; | 818 | sp:arg2 [ rdf:type sp:bound ; |
| 761 | - sp:arg1 _:b16 | 819 | + sp:arg1 _:b11 |
| 762 | ] | 820 | ] |
| 763 | ] | 821 | ] |
| 764 | - ] [ sp:object _:b17 ; | 822 | + ] [ sp:object _:b12 ; |
| 765 | sp:predicate rhspin:companyHasLicenceForWellBore ; | 823 | sp:predicate rhspin:companyHasLicenceForWellBore ; |
| 766 | - sp:subject _:b16 | 824 | + sp:subject _:b11 |
| 767 | ]) | 825 | ]) |
| 768 | ] ; | 826 | ] ; |
| 769 | spin:constraint | 827 | spin:constraint |
| ... | @@ -961,13 +1019,13 @@ rhspin:dtypeValue | ... | @@ -961,13 +1019,13 @@ rhspin:dtypeValue |
| 961 | rdfs:subClassOf spl:OntologyFunctions ; | 1019 | rdfs:subClassOf spl:OntologyFunctions ; |
| 962 | spin:body | 1020 | spin:body |
| 963 | [ rdf:type sp:Select ; | 1021 | [ rdf:type sp:Select ; |
| 964 | - sp:resultVariables (_:b18) ; | 1022 | + sp:resultVariables (_:b13) ; |
| 965 | - sp:where ([ sp:object _:b19 ; | 1023 | + sp:where ([ sp:object _:b14 ; |
| 966 | sp:predicate spin:_arg2 ; | 1024 | sp:predicate spin:_arg2 ; |
| 967 | sp:subject spin:_arg1 | 1025 | sp:subject spin:_arg1 |
| 968 | - ] [ sp:object _:b18 ; | 1026 | + ] [ sp:object _:b13 ; |
| 969 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 1027 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 970 | - sp:subject _:b19 | 1028 | + sp:subject _:b14 |
| 971 | ]) | 1029 | ]) |
| 972 | ] ; | 1030 | ] ; |
| 973 | spin:constraint | 1031 | spin:constraint |
| ... | @@ -1219,9 +1277,9 @@ rhspin:licenceForWellBore | ... | @@ -1219,9 +1277,9 @@ rhspin:licenceForWellBore |
| 1219 | rdfs:subClassOf spin:Functions ; | 1277 | rdfs:subClassOf spin:Functions ; |
| 1220 | spin:body | 1278 | spin:body |
| 1221 | [ rdf:type sp:Select ; | 1279 | [ rdf:type sp:Select ; |
| 1222 | - sp:resultVariables (_:b20) ; | 1280 | + sp:resultVariables (_:b15) ; |
| 1223 | sp:where ([ rdf:type sp:NamedGraph ; | 1281 | sp:where ([ rdf:type sp:NamedGraph ; |
| 1224 | - sp:elements ([ sp:object _:b20 ; | 1282 | + sp:elements ([ sp:object _:b15 ; |
| 1225 | sp:predicate <http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence> ; | 1283 | sp:predicate <http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence> ; |
| 1226 | sp:subject | 1284 | sp:subject |
| 1227 | [ sp:varName "wellBore"^^xsd:string | 1285 | [ sp:varName "wellBore"^^xsd:string |
| ... | @@ -1245,7 +1303,7 @@ rhspin:normalizeString | ... | @@ -1245,7 +1303,7 @@ rhspin:normalizeString |
| 1245 | rdfs:subClassOf spl:StringFunctions ; | 1303 | rdfs:subClassOf spl:StringFunctions ; |
| 1246 | spin:body | 1304 | spin:body |
| 1247 | [ rdf:type sp:Select ; | 1305 | [ rdf:type sp:Select ; |
| 1248 | - sp:resultVariables (_:b21) ; | 1306 | + sp:resultVariables (_:b16) ; |
| 1249 | sp:where ([ rdf:type sp:Bind ; | 1307 | sp:where ([ rdf:type sp:Bind ; |
| 1250 | sp:expression | 1308 | sp:expression |
| 1251 | [ rdf:type spif:regex ; | 1309 | [ rdf:type spif:regex ; |
| ... | @@ -1253,67 +1311,67 @@ rhspin:normalizeString | ... | @@ -1253,67 +1311,67 @@ rhspin:normalizeString |
| 1253 | sp:arg2 "\\((.*)\\)" ; | 1311 | sp:arg2 "\\((.*)\\)" ; |
| 1254 | sp:arg3 "" | 1312 | sp:arg3 "" |
| 1255 | ] ; | 1313 | ] ; |
| 1256 | - sp:variable _:b22 | 1314 | + sp:variable _:b17 |
| 1257 | ] [ rdf:type sp:Bind ; | 1315 | ] [ rdf:type sp:Bind ; |
| 1258 | sp:expression | 1316 | sp:expression |
| 1259 | [ rdf:type spif:trim ; | 1317 | [ rdf:type spif:trim ; |
| 1260 | - sp:arg1 _:b22 | 1318 | + sp:arg1 _:b17 |
| 1261 | ] ; | 1319 | ] ; |
| 1262 | - sp:variable _:b23 | 1320 | + sp:variable _:b18 |
| 1263 | ] [ rdf:type sp:Bind ; | 1321 | ] [ rdf:type sp:Bind ; |
| 1264 | sp:expression | 1322 | sp:expression |
| 1265 | [ rdf:type spif:encodeURL ; | 1323 | [ rdf:type spif:encodeURL ; |
| 1266 | - sp:arg1 _:b23 | 1324 | + sp:arg1 _:b18 |
| 1267 | ] ; | 1325 | ] ; |
| 1268 | - sp:variable _:b24 | 1326 | + sp:variable _:b19 |
| 1269 | ] [ rdf:type sp:Bind ; | 1327 | ] [ rdf:type sp:Bind ; |
| 1270 | sp:expression | 1328 | sp:expression |
| 1271 | [ rdf:type spif:regex ; | 1329 | [ rdf:type spif:regex ; |
| 1272 | - sp:arg1 _:b24 ; | 1330 | + sp:arg1 _:b19 ; |
| 1273 | sp:arg2 "%2F" ; | 1331 | sp:arg2 "%2F" ; |
| 1274 | sp:arg3 "_" | 1332 | sp:arg3 "_" |
| 1275 | ] ; | 1333 | ] ; |
| 1276 | - sp:variable _:b25 | 1334 | + sp:variable _:b20 |
| 1277 | ] [ rdf:type sp:Bind ; | 1335 | ] [ rdf:type sp:Bind ; |
| 1278 | sp:expression | 1336 | sp:expression |
| 1279 | [ rdf:type spif:regex ; | 1337 | [ rdf:type spif:regex ; |
| 1280 | - sp:arg1 _:b25 ; | 1338 | + sp:arg1 _:b20 ; |
| 1281 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 1339 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
| 1282 | sp:arg3 "" | 1340 | sp:arg3 "" |
| 1283 | ] ; | 1341 | ] ; |
| 1284 | - sp:variable _:b26 | 1342 | + sp:variable _:b21 |
| 1285 | ] [ rdf:type sp:Bind ; | 1343 | ] [ rdf:type sp:Bind ; |
| 1286 | sp:expression | 1344 | sp:expression |
| 1287 | [ rdf:type spif:regex ; | 1345 | [ rdf:type spif:regex ; |
| 1288 | - sp:arg1 _:b26 ; | 1346 | + sp:arg1 _:b21 ; |
| 1289 | sp:arg2 "\\+" ; | 1347 | sp:arg2 "\\+" ; |
| 1290 | sp:arg3 "_" | 1348 | sp:arg3 "_" |
| 1291 | ] ; | 1349 | ] ; |
| 1292 | - sp:variable _:b27 | 1350 | + sp:variable _:b22 |
| 1293 | ] [ rdf:type sp:Bind ; | 1351 | ] [ rdf:type sp:Bind ; |
| 1294 | sp:expression | 1352 | sp:expression |
| 1295 | [ rdf:type spif:regex ; | 1353 | [ rdf:type spif:regex ; |
| 1296 | - sp:arg1 _:b27 ; | 1354 | + sp:arg1 _:b22 ; |
| 1297 | sp:arg2 "_+" ; | 1355 | sp:arg2 "_+" ; |
| 1298 | sp:arg3 "_" | 1356 | sp:arg3 "_" |
| 1299 | ] ; | 1357 | ] ; |
| 1300 | - sp:variable _:b28 | 1358 | + sp:variable _:b23 |
| 1301 | ] [ rdf:type sp:Bind ; | 1359 | ] [ rdf:type sp:Bind ; |
| 1302 | sp:expression | 1360 | sp:expression |
| 1303 | [ rdf:type spif:regex ; | 1361 | [ rdf:type spif:regex ; |
| 1304 | - sp:arg1 _:b28 ; | 1362 | + sp:arg1 _:b23 ; |
| 1305 | sp:arg2 "\\*" ; | 1363 | sp:arg2 "\\*" ; |
| 1306 | sp:arg3 "" | 1364 | sp:arg3 "" |
| 1307 | ] ; | 1365 | ] ; |
| 1308 | - sp:variable _:b29 | 1366 | + sp:variable _:b24 |
| 1309 | ] [ rdf:type sp:Bind ; | 1367 | ] [ rdf:type sp:Bind ; |
| 1310 | sp:expression | 1368 | sp:expression |
| 1311 | [ rdf:type xsd:string ; | 1369 | [ rdf:type xsd:string ; |
| 1312 | sp:arg1 [ rdf:type spif:upperCase ; | 1370 | sp:arg1 [ rdf:type spif:upperCase ; |
| 1313 | - sp:arg1 _:b29 | 1371 | + sp:arg1 _:b24 |
| 1314 | ] | 1372 | ] |
| 1315 | ] ; | 1373 | ] ; |
| 1316 | - sp:variable _:b21 | 1374 | + sp:variable _:b16 |
| 1317 | ]) | 1375 | ]) |
| 1318 | ] ; | 1376 | ] ; |
| 1319 | spin:constraint | 1377 | spin:constraint |
| ... | @@ -1543,9 +1601,9 @@ rhspin:npdId | ... | @@ -1543,9 +1601,9 @@ rhspin:npdId |
| 1543 | rdfs:subClassOf spl:StringFunctions ; | 1601 | rdfs:subClassOf spl:StringFunctions ; |
| 1544 | spin:body | 1602 | spin:body |
| 1545 | [ rdf:type sp:Select ; | 1603 | [ rdf:type sp:Select ; |
| 1546 | - sp:resultVariables (_:b30) ; | 1604 | + sp:resultVariables (_:b25) ; |
| 1547 | sp:where ([ rdf:type sp:NamedGraph ; | 1605 | sp:where ([ rdf:type sp:NamedGraph ; |
| 1548 | - sp:elements ([ sp:object _:b30 ; | 1606 | + sp:elements ([ sp:object _:b25 ; |
| 1549 | sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; | 1607 | sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; |
| 1550 | sp:subject | 1608 | sp:subject |
| 1551 | [ sp:varName "resource"^^xsd:string | 1609 | [ sp:varName "resource"^^xsd:string |
| ... | @@ -1718,9 +1776,9 @@ rhspin:npdName | ... | @@ -1718,9 +1776,9 @@ rhspin:npdName |
| 1718 | rdfs:subClassOf spl:StringFunctions ; | 1776 | rdfs:subClassOf spl:StringFunctions ; |
| 1719 | spin:body | 1777 | spin:body |
| 1720 | [ rdf:type sp:Select ; | 1778 | [ rdf:type sp:Select ; |
| 1721 | - sp:resultVariables (_:b31) ; | 1779 | + sp:resultVariables (_:b26) ; |
| 1722 | sp:where ([ rdf:type sp:NamedGraph ; | 1780 | sp:where ([ rdf:type sp:NamedGraph ; |
| 1723 | - sp:elements ([ sp:object _:b31 ; | 1781 | + sp:elements ([ sp:object _:b26 ; |
| 1724 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 1782 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 1725 | sp:subject | 1783 | sp:subject |
| 1726 | [ sp:varName "resource"^^xsd:string | 1784 | [ sp:varName "resource"^^xsd:string |
| ... | @@ -1797,6 +1855,52 @@ rhspin:parentCompanyByName | ... | @@ -1797,6 +1855,52 @@ rhspin:parentCompanyByName |
| 1797 | ] ; | 1855 | ] ; |
| 1798 | spin:returnType <http://www.reportinghub.no/ep/schema/well#WellBore> . | 1856 | spin:returnType <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 1799 | 1857 | ||
| 1858 | +rhspin:shareIsValid | ||
| 1859 | + rdf:type spin:Function ; | ||
| 1860 | + rdfs:comment "Tests whether a Share is still active, i.e. its end date must either be empty or after the current date."^^xsd:string ; | ||
| 1861 | + rdfs:label "share is valid"^^xsd:string ; | ||
| 1862 | + rdfs:subClassOf spin:Functions ; | ||
| 1863 | + spin:body | ||
| 1864 | + [ rdf:type sp:Ask ; | ||
| 1865 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1866 | + sp:expression | ||
| 1867 | + [ rdf:type spl:object ; | ||
| 1868 | + sp:arg1 [ sp:varName "share"^^xsd:string | ||
| 1869 | + ] ; | ||
| 1870 | + sp:arg2 <http://www.reportinghub.no/np/schema/npd#endDate> | ||
| 1871 | + ] ; | ||
| 1872 | + sp:variable | ||
| 1873 | + [ sp:varName "endDate"^^xsd:string | ||
| 1874 | + ] | ||
| 1875 | + ] [ rdf:type sp:Filter ; | ||
| 1876 | + sp:expression | ||
| 1877 | + [ rdf:type sp:or ; | ||
| 1878 | + sp:arg1 [ rdf:type sp:not ; | ||
| 1879 | + sp:arg1 [ rdf:type sp:bound ; | ||
| 1880 | + sp:arg1 [ sp:varName "endDate"^^xsd:string | ||
| 1881 | + ] | ||
| 1882 | + ] | ||
| 1883 | + ] ; | ||
| 1884 | + sp:arg2 [ rdf:type sp:ge ; | ||
| 1885 | + sp:arg1 [ sp:varName "endDate"^^xsd:string | ||
| 1886 | + ] ; | ||
| 1887 | + sp:arg2 [ rdf:type xsd:date ; | ||
| 1888 | + sp:arg1 [ rdf:type sp:now | ||
| 1889 | + ] | ||
| 1890 | + ] | ||
| 1891 | + ] | ||
| 1892 | + ] | ||
| 1893 | + ]) | ||
| 1894 | + ] ; | ||
| 1895 | + spin:constraint | ||
| 1896 | + [ rdf:type spl:Argument ; | ||
| 1897 | + rdfs:comment "The Share to test."^^xsd:string ; | ||
| 1898 | + spl:predicate arg:share ; | ||
| 1899 | + spl:valueType <http://www.reportinghub.no/np/schema/npd#Share> | ||
| 1900 | + ] ; | ||
| 1901 | + spin:private "true"^^xsd:boolean ; | ||
| 1902 | + spin:returnType xsd:boolean . | ||
| 1903 | + | ||
| 1800 | rhspin:tableHeaders | 1904 | rhspin:tableHeaders |
| 1801 | rdf:type owl:ObjectProperty ; | 1905 | rdf:type owl:ObjectProperty ; |
| 1802 | rdfs:comment "Points to an rdf:List of xsd:string literals, one for each result column of the associated template."^^xsd:string ; | 1906 | rdfs:comment "Points to an rdf:List of xsd:string literals, one for each result column of the associated template."^^xsd:string ; |
| ... | @@ -1949,86 +2053,71 @@ rhspin:wellByName | ... | @@ -1949,86 +2053,71 @@ rhspin:wellByName |
| 1949 | ] ; | 2053 | ] ; |
| 1950 | spin:returnType <http://www.reportinghub.no/ep/schema/well#Well> . | 2054 | spin:returnType <http://www.reportinghub.no/ep/schema/well#Well> . |
| 1951 | 2055 | ||
| 1952 | -_:b31 | 2056 | +_:b1 sp:varName "subject"^^xsd:string . |
| 1953 | - sp:varName "name"^^xsd:string . | ||
| 1954 | - | ||
| 1955 | -_:b30 | ||
| 1956 | - sp:varName "id"^^xsd:string . | ||
| 1957 | - | ||
| 1958 | -_:b29 | ||
| 1959 | - sp:varName "t4"^^xsd:string . | ||
| 1960 | - | ||
| 1961 | -_:b28 | ||
| 1962 | - sp:varName "t3"^^xsd:string . | ||
| 1963 | 2057 | ||
| 1964 | -_:b27 | 2058 | +_:b2 sp:varName "wellBoreName"^^xsd:string . |
| 1965 | - sp:varName "t2"^^xsd:string . | ||
| 1966 | 2059 | ||
| 1967 | -_:b26 | 2060 | +_:b3 sp:varName "wellBoreId"^^xsd:string . |
| 1968 | - sp:varName "t1"^^xsd:string . | ||
| 1969 | 2061 | ||
| 1970 | -_:b25 | 2062 | +_:b4 sp:varName "wellBore"^^xsd:string . |
| 1971 | - sp:varName "t0b"^^xsd:string . | ||
| 1972 | 2063 | ||
| 1973 | -_:b24 | 2064 | +_:b5 sp:varName "wellName"^^xsd:string . |
| 1974 | - sp:varName "t0a"^^xsd:string . | ||
| 1975 | 2065 | ||
| 1976 | -_:b23 | 2066 | +_:b6 sp:varName "well"^^xsd:string . |
| 1977 | - sp:varName "s2"^^xsd:string . | ||
| 1978 | 2067 | ||
| 1979 | -_:b22 | 2068 | +_:b7 sp:varName "company"^^xsd:string . |
| 1980 | - sp:varName "s1"^^xsd:string . | ||
| 1981 | 2069 | ||
| 1982 | -_:b21 | 2070 | +_:b8 sp:varName "wellBore"^^xsd:string . |
| 1983 | - sp:varName "normalizedStr"^^xsd:string . | ||
| 1984 | 2071 | ||
| 1985 | -_:b20 | 2072 | +_:b9 sp:varName "company"^^xsd:string . |
| 1986 | - sp:varName "licence"^^xsd:string . | ||
| 1987 | 2073 | ||
| 1988 | -_:b19 | 2074 | +_:b10 |
| 1989 | - sp:varName "reif"^^xsd:string . | 2075 | + sp:varName "companyName"^^xsd:string . |
| 1990 | 2076 | ||
| 1991 | -_:b18 | 2077 | +_:b11 |
| 1992 | - sp:varName "value"^^xsd:string . | 2078 | + sp:varName "company"^^xsd:string . |
| 1993 | 2079 | ||
| 1994 | -_:b17 | 2080 | +_:b12 |
| 1995 | sp:varName "wellBore"^^xsd:string . | 2081 | sp:varName "wellBore"^^xsd:string . |
| 1996 | 2082 | ||
| 1997 | -_:b16 | 2083 | +_:b13 |
| 1998 | - sp:varName "company"^^xsd:string . | 2084 | + sp:varName "value"^^xsd:string . |
| 1999 | - | ||
| 2000 | -_:b15 | ||
| 2001 | - sp:varName "companyName"^^xsd:string . | ||
| 2002 | 2085 | ||
| 2003 | _:b14 | 2086 | _:b14 |
| 2004 | - sp:varName "company"^^xsd:string . | 2087 | + sp:varName "reif"^^xsd:string . |
| 2005 | 2088 | ||
| 2006 | -_:b13 | 2089 | +_:b15 |
| 2007 | sp:varName "licence"^^xsd:string . | 2090 | sp:varName "licence"^^xsd:string . |
| 2008 | 2091 | ||
| 2009 | -_:b12 | 2092 | +_:b16 |
| 2010 | - sp:varName "share"^^xsd:string . | 2093 | + sp:varName "normalizedStr"^^xsd:string . |
| 2011 | - | ||
| 2012 | -_:b11 | ||
| 2013 | - sp:varName "wellBore"^^xsd:string . | ||
| 2014 | 2094 | ||
| 2015 | -_:b10 | 2095 | +_:b17 |
| 2016 | - sp:varName "share"^^xsd:string . | 2096 | + sp:varName "s1"^^xsd:string . |
| 2017 | 2097 | ||
| 2018 | -_:b9 sp:varName "licence"^^xsd:string . | 2098 | +_:b18 |
| 2099 | + sp:varName "s2"^^xsd:string . | ||
| 2019 | 2100 | ||
| 2020 | -_:b8 sp:varName "wellBore"^^xsd:string . | 2101 | +_:b19 |
| 2102 | + sp:varName "t0a"^^xsd:string . | ||
| 2021 | 2103 | ||
| 2022 | -_:b7 sp:varName "company"^^xsd:string . | 2104 | +_:b20 |
| 2105 | + sp:varName "t0b"^^xsd:string . | ||
| 2023 | 2106 | ||
| 2024 | -_:b6 sp:varName "well"^^xsd:string . | 2107 | +_:b21 |
| 2108 | + sp:varName "t1"^^xsd:string . | ||
| 2025 | 2109 | ||
| 2026 | -_:b5 sp:varName "wellName"^^xsd:string . | 2110 | +_:b22 |
| 2111 | + sp:varName "t2"^^xsd:string . | ||
| 2027 | 2112 | ||
| 2028 | -_:b4 sp:varName "wellBore"^^xsd:string . | 2113 | +_:b23 |
| 2114 | + sp:varName "t3"^^xsd:string . | ||
| 2029 | 2115 | ||
| 2030 | -_:b3 sp:varName "wellBoreId"^^xsd:string . | 2116 | +_:b24 |
| 2117 | + sp:varName "t4"^^xsd:string . | ||
| 2031 | 2118 | ||
| 2032 | -_:b2 sp:varName "wellBoreName"^^xsd:string . | 2119 | +_:b25 |
| 2120 | + sp:varName "id"^^xsd:string . | ||
| 2033 | 2121 | ||
| 2034 | -_:b1 sp:varName "subject"^^xsd:string . | 2122 | +_:b26 |
| 2123 | + sp:varName "name"^^xsd:string . | ... | ... |
| ... | @@ -144,6 +144,13 @@ log:url | ... | @@ -144,6 +144,13 @@ log:url |
| 144 | rdfs:label "url"^^xsd:string ; | 144 | rdfs:label "url"^^xsd:string ; |
| 145 | rdfs:range xsd:string . | 145 | rdfs:range xsd:string . |
| 146 | 146 | ||
| 147 | +log:wellBoreName | ||
| 148 | + rdf:type owl:DatatypeProperty ; | ||
| 149 | + rdfs:comment "Points to one or more well bore names that had reports uploaded."^^xsd:string ; | ||
| 150 | + rdfs:domain log:ReportUploadEvent ; | ||
| 151 | + rdfs:label "well bore name"^^xsd:string ; | ||
| 152 | + rdfs:range xsd:string . | ||
| 153 | + | ||
| 147 | log:xml | 154 | log:xml |
| 148 | rdf:type owl:DatatypeProperty ; | 155 | rdf:type owl:DatatypeProperty ; |
| 149 | rdfs:comment "The complete source of the submitted XML document."^^xsd:string ; | 156 | rdfs:comment "The complete source of the submitted XML document."^^xsd:string ; | ... | ... |
| ... | @@ -21,32 +21,32 @@ sioc:id | ... | @@ -21,32 +21,32 @@ sioc:id |
| 21 | owl:versionInfo "0.2.0"^^xsd:string . | 21 | owl:versionInfo "0.2.0"^^xsd:string . |
| 22 | 22 | ||
| 23 | report:AbstractDR | 23 | report:AbstractDR |
| 24 | - rdf:type rdfs:Class ; | 24 | + rdf:type owl:Class ; |
| 25 | rdfs:comment "Abstract base class for various types of daily reports."^^xsd:string ; | 25 | rdfs:comment "Abstract base class for various types of daily reports."^^xsd:string ; |
| 26 | rdfs:subClassOf foaf:Document ; | 26 | rdfs:subClassOf foaf:Document ; |
| 27 | rdfs:subClassOf | 27 | rdfs:subClassOf |
| 28 | [ rdf:type owl:Restriction ; | 28 | [ rdf:type owl:Restriction ; |
| 29 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 29 | + owl:allValuesFrom xsd:string ; |
| 30 | owl:onProperty sioc:id | 30 | owl:onProperty sioc:id |
| 31 | ] ; | 31 | ] ; |
| 32 | rdfs:subClassOf | 32 | rdfs:subClassOf |
| 33 | [ rdf:type owl:Restriction ; | 33 | [ rdf:type owl:Restriction ; |
| 34 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 34 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 35 | - owl:onProperty <http://purl.org/dc/terms/created> | 35 | + owl:onProperty <http://purl.org/dc/terms/date> |
| 36 | ] ; | 36 | ] ; |
| 37 | rdfs:subClassOf | 37 | rdfs:subClassOf |
| 38 | [ rdf:type owl:Restriction ; | 38 | [ rdf:type owl:Restriction ; |
| 39 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 39 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 40 | - owl:onProperty <http://purl.org/dc/terms/date> | 40 | + owl:onProperty <http://purl.org/dc/terms/created> |
| 41 | ] ; | 41 | ] ; |
| 42 | rdfs:subClassOf | 42 | rdfs:subClassOf |
| 43 | [ rdf:type owl:Restriction ; | 43 | [ rdf:type owl:Restriction ; |
| 44 | - owl:allValuesFrom xsd:string ; | 44 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 45 | owl:onProperty sioc:id | 45 | owl:onProperty sioc:id |
| 46 | ] . | 46 | ] . |
| 47 | 47 | ||
| 48 | report:DDR | 48 | report:DDR |
| 49 | - rdf:type rdfs:Class ; | 49 | + rdf:type owl:Class ; |
| 50 | rdfs:comment "The metadata about a Daily Drilling Report."^^xsd:string ; | 50 | rdfs:comment "The metadata about a Daily Drilling Report."^^xsd:string ; |
| 51 | rdfs:label "DDR"^^xsd:string ; | 51 | rdfs:label "DDR"^^xsd:string ; |
| 52 | rdfs:subClassOf report:AbstractDR ; | 52 | rdfs:subClassOf report:AbstractDR ; |
| ... | @@ -54,10 +54,15 @@ report:DDR | ... | @@ -54,10 +54,15 @@ report:DDR |
| 54 | [ rdf:type owl:Restriction ; | 54 | [ rdf:type owl:Restriction ; |
| 55 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 55 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 56 | owl:onProperty report:wellBoreId | 56 | owl:onProperty report:wellBoreId |
| 57 | + ] ; | ||
| 58 | + rdfs:subClassOf | ||
| 59 | + [ rdf:type owl:Restriction ; | ||
| 60 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 61 | + owl:onProperty report:xml | ||
| 57 | ] . | 62 | ] . |
| 58 | 63 | ||
| 59 | report:DPR | 64 | report:DPR |
| 60 | - rdf:type rdfs:Class ; | 65 | + rdf:type owl:Class ; |
| 61 | rdfs:comment "The metadata about a Daily Production Report."^^xsd:string ; | 66 | rdfs:comment "The metadata about a Daily Production Report."^^xsd:string ; |
| 62 | rdfs:label "DPR"^^xsd:string ; | 67 | rdfs:label "DPR"^^xsd:string ; |
| 63 | rdfs:subClassOf report:AbstractDR ; | 68 | rdfs:subClassOf report:AbstractDR ; |
| ... | @@ -76,12 +81,18 @@ report:HTMLFormat | ... | @@ -76,12 +81,18 @@ report:HTMLFormat |
| 76 | rdf:type report:Format ; | 81 | rdf:type report:Format ; |
| 77 | rdfs:label "HTMLFormat"^^xsd:string . | 82 | rdfs:label "HTMLFormat"^^xsd:string . |
| 78 | 83 | ||
| 84 | +report:NPTR | ||
| 85 | + rdf:type owl:Class ; | ||
| 86 | + rdfs:comment "Metadata about a Non-Productive Time Report."^^xsd:string ; | ||
| 87 | + rdfs:label "NPTR"^^xsd:string ; | ||
| 88 | + rdfs:subClassOf foaf:Document . | ||
| 89 | + | ||
| 79 | report:PDFFormat | 90 | report:PDFFormat |
| 80 | rdf:type report:Format ; | 91 | rdf:type report:Format ; |
| 81 | rdfs:label "PDFFormat"^^xsd:string . | 92 | rdfs:label "PDFFormat"^^xsd:string . |
| 82 | 93 | ||
| 83 | report:WDR | 94 | report:WDR |
| 84 | - rdf:type rdfs:Class ; | 95 | + rdf:type owl:Class ; |
| 85 | rdfs:comment "Metadata about a Weekly Drilling Report"^^xsd:string ; | 96 | rdfs:comment "Metadata about a Weekly Drilling Report"^^xsd:string ; |
| 86 | rdfs:label "WDR"^^xsd:string ; | 97 | rdfs:label "WDR"^^xsd:string ; |
| 87 | rdfs:subClassOf foaf:Document . | 98 | rdfs:subClassOf foaf:Document . |
| ... | @@ -107,6 +118,12 @@ report:wellBoreId | ... | @@ -107,6 +118,12 @@ report:wellBoreId |
| 107 | rdf:type owl:DatatypeProperty ; | 118 | rdf:type owl:DatatypeProperty ; |
| 108 | rdfs:label "well bore id"^^xsd:string . | 119 | rdfs:label "well bore id"^^xsd:string . |
| 109 | 120 | ||
| 121 | +report:xml | ||
| 122 | + rdf:type owl:DatatypeProperty ; | ||
| 123 | + rdfs:comment "The XML code of a report."^^xsd:string ; | ||
| 124 | + rdfs:label "xml"^^xsd:string ; | ||
| 125 | + rdfs:range xsd:string . | ||
| 126 | + | ||
| 110 | foaf:Document | 127 | foaf:Document |
| 111 | rdf:type rdfs:Class ; | 128 | rdf:type rdfs:Class ; |
| 112 | rdfs:label "Document"^^xsd:string . | 129 | rdfs:label "Document"^^xsd:string . | ... | ... |
| ... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
| 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 reportspin: <http://www.reportinghub.no/system/spin/reporting#> . | 9 | @prefix reportspin: <http://www.reportinghub.no/system/spin/reporting#> . |
| 10 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
| 10 | @prefix sp: <http://spinrdf.org/sp#> . | 11 | @prefix sp: <http://spinrdf.org/sp#> . |
| 11 | @prefix spin: <http://spinrdf.org/spin#> . | 12 | @prefix spin: <http://spinrdf.org/spin#> . |
| 12 | @prefix spl: <http://spinrdf.org/spl#> . | 13 | @prefix spl: <http://spinrdf.org/spl#> . |
| ... | @@ -38,6 +39,70 @@ | ... | @@ -38,6 +39,70 @@ |
| 38 | owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/system/schema/reporting> ; | 39 | owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/system/schema/reporting> ; |
| 39 | owl:versionInfo "0.1.0"^^xsd:string . | 40 | owl:versionInfo "0.1.0"^^xsd:string . |
| 40 | 41 | ||
| 42 | +reportspin:DDRsOverview | ||
| 43 | + rdf:type spin:SelectTemplate ; | ||
| 44 | + rdfs:label "DDRs overview"^^xsd:string ; | ||
| 45 | + rdfs:subClassOf spin:SelectTemplates ; | ||
| 46 | + spin:body | ||
| 47 | + [ rdf:type sp:Select ; | ||
| 48 | + sp:orderBy ([ sp:varName "wellBoreName"^^xsd:string | ||
| 49 | + ] [ sp:varName "date"^^xsd:string | ||
| 50 | + ] [ sp:varName "created"^^xsd:string | ||
| 51 | + ]) ; | ||
| 52 | + sp:resultVariables ([ sp:varName "wellBoreName"^^xsd:string | ||
| 53 | + ] [ sp:varName "date"^^xsd:string | ||
| 54 | + ] [ sp:varName "created"^^xsd:string | ||
| 55 | + ] [ sp:varName "id"^^xsd:string | ||
| 56 | + ]) ; | ||
| 57 | + sp:where ([ sp:object | ||
| 58 | + [ sp:varName "wellBoreId"^^xsd:string | ||
| 59 | + ] ; | ||
| 60 | + sp:predicate <http://www.reportinghub.no/system/schema/reporting#wellBoreId> ; | ||
| 61 | + sp:subject | ||
| 62 | + [ sp:varName "ddr"^^xsd:string | ||
| 63 | + ] | ||
| 64 | + ] [ sp:object | ||
| 65 | + [ sp:varName "created"^^xsd:string | ||
| 66 | + ] ; | ||
| 67 | + sp:predicate <http://purl.org/dc/terms/created> ; | ||
| 68 | + sp:subject | ||
| 69 | + [ sp:varName "ddr"^^xsd:string | ||
| 70 | + ] | ||
| 71 | + ] [ sp:object | ||
| 72 | + [ sp:varName "date"^^xsd:string | ||
| 73 | + ] ; | ||
| 74 | + sp:predicate <http://purl.org/dc/terms/date> ; | ||
| 75 | + sp:subject | ||
| 76 | + [ sp:varName "ddr"^^xsd:string | ||
| 77 | + ] | ||
| 78 | + ] [ sp:object | ||
| 79 | + [ sp:varName "id"^^xsd:string | ||
| 80 | + ] ; | ||
| 81 | + sp:predicate <http://rdfs.org/sioc/ns#id> ; | ||
| 82 | + sp:subject | ||
| 83 | + [ sp:varName "ddr"^^xsd:string | ||
| 84 | + ] | ||
| 85 | + ] [ rdf:type sp:Bind ; | ||
| 86 | + sp:expression | ||
| 87 | + [ rdf:type rhspin:wellBoreById ; | ||
| 88 | + sp:arg1 [ sp:varName "wellBoreId"^^xsd:string | ||
| 89 | + ] | ||
| 90 | + ] ; | ||
| 91 | + sp:variable | ||
| 92 | + [ sp:varName "wellBore"^^xsd:string | ||
| 93 | + ] | ||
| 94 | + ] [ rdf:type sp:Bind ; | ||
| 95 | + sp:expression | ||
| 96 | + [ rdf:type rhspin:npdName ; | ||
| 97 | + sp:arg1 [ sp:varName "wellBore"^^xsd:string | ||
| 98 | + ] | ||
| 99 | + ] ; | ||
| 100 | + sp:variable | ||
| 101 | + [ sp:varName "wellBoreName"^^xsd:string | ||
| 102 | + ] | ||
| 103 | + ]) | ||
| 104 | + ] . | ||
| 105 | + | ||
| 41 | reportspin:graphByDDRId | 106 | reportspin:graphByDDRId |
| 42 | rdf:type spin:Function ; | 107 | rdf:type spin:Function ; |
| 43 | rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report:DDR (metadata) with a given id."^^xsd:string ; | 108 | rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report:DDR (metadata) with a given id."^^xsd:string ; |
| ... | @@ -146,16 +211,16 @@ reportspin:idOfDDRByDateAndWellBoreId | ... | @@ -146,16 +211,16 @@ reportspin:idOfDDRByDateAndWellBoreId |
| 146 | ] ; | 211 | ] ; |
| 147 | spin:constraint | 212 | spin:constraint |
| 148 | [ rdf:type spl:Argument ; | 213 | [ rdf:type spl:Argument ; |
| 149 | - rdfs:comment "The id of the well bore."^^xsd:string ; | ||
| 150 | - spl:predicate <http://spinrdf.org/arg#wellBoreId> ; | ||
| 151 | - spl:valueType xsd:string | ||
| 152 | - ] ; | ||
| 153 | - spin:constraint | ||
| 154 | - [ rdf:type spl:Argument ; | ||
| 155 | rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ; | 214 | rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ; |
| 156 | spl:predicate <http://spinrdf.org/arg#date> ; | 215 | spl:predicate <http://spinrdf.org/arg#date> ; |
| 157 | spl:valueType xsd:date | 216 | spl:valueType xsd:date |
| 158 | ] ; | 217 | ] ; |
| 218 | + spin:constraint | ||
| 219 | + [ rdf:type spl:Argument ; | ||
| 220 | + rdfs:comment "The id of the well bore."^^xsd:string ; | ||
| 221 | + spl:predicate <http://spinrdf.org/arg#wellBoreId> ; | ||
| 222 | + spl:valueType xsd:string | ||
| 223 | + ] ; | ||
| 159 | spin:returnType xsd:string . | 224 | spin:returnType xsd:string . |
| 160 | 225 | ||
| 161 | reportspin:idOfDPRByDateAndOwner | 226 | reportspin:idOfDPRByDateAndOwner |
| ... | @@ -204,14 +269,14 @@ reportspin:idOfDPRByDateAndOwner | ... | @@ -204,14 +269,14 @@ reportspin:idOfDPRByDateAndOwner |
| 204 | ] ; | 269 | ] ; |
| 205 | spin:constraint | 270 | spin:constraint |
| 206 | [ rdf:type spl:Argument ; | 271 | [ rdf:type spl:Argument ; |
| 207 | - rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ; | ||
| 208 | - spl:predicate <http://spinrdf.org/arg#date> ; | ||
| 209 | - spl:valueType xsd:date | ||
| 210 | - ] ; | ||
| 211 | - spin:constraint | ||
| 212 | - [ rdf:type spl:Argument ; | ||
| 213 | rdfs:comment "The Licence or BAA."^^xsd:string ; | 272 | rdfs:comment "The Licence or BAA."^^xsd:string ; |
| 214 | spl:predicate <http://spinrdf.org/arg#owner> ; | 273 | spl:predicate <http://spinrdf.org/arg#owner> ; |
| 215 | spl:valueType <http://www.reportinghub.no/np/schema/npd#Owner> | 274 | spl:valueType <http://www.reportinghub.no/np/schema/npd#Owner> |
| 216 | ] ; | 275 | ] ; |
| 276 | + spin:constraint | ||
| 277 | + [ rdf:type spl:Argument ; | ||
| 278 | + rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ; | ||
| 279 | + spl:predicate <http://spinrdf.org/arg#date> ; | ||
| 280 | + spl:valueType xsd:date | ||
| 281 | + ] ; | ||
| 217 | spin:returnType xsd:string . | 282 | spin:returnType xsd:string . | ... | ... |
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
| 11 | @prefix sp: <http://spinrdf.org/sp#> . | 11 | @prefix sp: <http://spinrdf.org/sp#> . |
| 12 | @prefix spin: <http://spinrdf.org/spin#> . | 12 | @prefix spin: <http://spinrdf.org/spin#> . |
| 13 | @prefix spl: <http://spinrdf.org/spl#> . | 13 | @prefix spl: <http://spinrdf.org/spl#> . |
| 14 | +@prefix tui: <http://uispin.org/tui#> . | ||
| 14 | @prefix ui: <http://uispin.org/ui#> . | 15 | @prefix ui: <http://uispin.org/ui#> . |
| 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 16 | 17 | ||
| ... | @@ -109,6 +110,28 @@ | ... | @@ -109,6 +110,28 @@ |
| 109 | ] | 110 | ] |
| 110 | ] | 111 | ] |
| 111 | ] ; | 112 | ] ; |
| 113 | + ui:child | ||
| 114 | + [ rdf:type ui:TextNode ; | ||
| 115 | + ui:childIndex 1 ; | ||
| 116 | + ui:text " "^^xsd:string | ||
| 117 | + ] ; | ||
| 118 | + ui:child | ||
| 119 | + [ rdf:type tui:LabelList ; | ||
| 120 | + ui:childIndex 2 ; | ||
| 121 | + ui:resultSet | ||
| 122 | + [ rdf:type sp:Select ; | ||
| 123 | + sp:orderBy ([ sp:varName "wellBoreName"^^xsd:string | ||
| 124 | + ]) ; | ||
| 125 | + sp:resultVariables ([ sp:varName "wellBoreName"^^xsd:string | ||
| 126 | + ]) ; | ||
| 127 | + sp:where ([ sp:object | ||
| 128 | + [ sp:varName "wellBoreName"^^xsd:string | ||
| 129 | + ] ; | ||
| 130 | + sp:predicate <http://www.reportinghub.no/system/schema/logging#wellBoreName> ; | ||
| 131 | + sp:subject spin:_this | ||
| 132 | + ]) | ||
| 133 | + ] | ||
| 134 | + ] ; | ||
| 112 | ui:id "comments"^^xsd:string | 135 | ui:id "comments"^^xsd:string |
| 113 | ] . | 136 | ] . |
| 114 | 137 | ... | ... |
-
Please register or login to post a comment