Started adding new select functions…then got moved onto DDR work.
Checking this in - all working, but lots more select functions to add
Showing
3 changed files
with
140 additions
and
49 deletions
| 1 | -# Saved by TopBraid on Fri Oct 28 15:17:22 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | 3 | ||
| ... | @@ -14,83 +13,99 @@ | ... | @@ -14,83 +13,99 @@ |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 13 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 14 | ||
| 16 | ep-core:MeasureOfFlowOfMaterial | 15 | ep-core:MeasureOfFlowOfMaterial |
| 17 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 16 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 18 | rdfs:label "measure of flow of material"^^xsd:string ; | 17 | rdfs:label "measure of flow of material"^^xsd:string ; |
| 19 | rdfs:subClassOf owl:Class . | 18 | rdfs:subClassOf owl:Class . |
| 20 | 19 | ||
| 21 | ep-core:VolumeFlowRateAt15degC1atm | 20 | ep-core:VolumeFlowRateAt15degC1atm |
| 22 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 21 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 23 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 22 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 24 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 23 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 25 | 24 | ||
| 26 | ep-core:VolumeFlowRateAt1degC1atm | 25 | ep-core:VolumeFlowRateAt1degC1atm |
| 27 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 26 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 28 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 27 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 29 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 28 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 30 | 29 | ||
| 31 | ep-core:VolumeFlowRateAt60degF1atm | 30 | ep-core:VolumeFlowRateAt60degF1atm |
| 32 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 31 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 33 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 32 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 34 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 33 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 35 | 34 | ||
| 36 | ep-core:apiDensity | 35 | ep-core:apiDensity |
| 37 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 36 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 38 | rdfs:label "API Density"^^xsd:string . | 37 | rdfs:label "API Density"^^xsd:string . |
| 39 | 38 | ||
| 40 | ep-core:atmosphere | 39 | ep-core:atmosphere |
| 41 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 40 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 42 | rdfs:domain ep-core:Pressure ; | 41 | rdfs:domain ep-core:Pressure ; |
| 43 | rdfs:label "atmosphere"^^xsd:string . | 42 | rdfs:label "atmosphere"^^xsd:string . |
| 44 | 43 | ||
| 45 | ep-core:barrel_day-1 | 44 | ep-core:barrel_day-1 |
| 46 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 45 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 47 | rdfs:domain ep-core:VolumetricFlowRate ; | 46 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 48 | rdfs:label "barrel day-1"^^xsd:string . | 47 | rdfs:label "barrel day-1"^^xsd:string . |
| 49 | 48 | ||
| 50 | ep-core:centimetre | 49 | ep-core:centimetre |
| 51 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 50 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 52 | rdfs:domain ep-core:Length ; | 51 | rdfs:domain ep-core:Length ; |
| 53 | rdfs:label "centimetre"^^xsd:string . | 52 | rdfs:label "centimetre"^^xsd:string . |
| 54 | 53 | ||
| 54 | +ep-core:cm_s-2 | ||
| 55 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 56 | + rdfs:label "centimetres per second squared"^^xsd:string . | ||
| 57 | + | ||
| 55 | ep-core:count | 58 | ep-core:count |
| 56 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 59 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 57 | rdfs:label "count"^^xsd:string . | 60 | rdfs:label "count"^^xsd:string . |
| 58 | 61 | ||
| 59 | ep-core:fahrenheit | 62 | ep-core:fahrenheit |
| 60 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 63 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 61 | rdfs:domain ep-core:Temperature ; | 64 | rdfs:domain ep-core:Temperature ; |
| 62 | rdfs:label "fahrenheit"^^xsd:string . | 65 | rdfs:label "fahrenheit"^^xsd:string . |
| 63 | 66 | ||
| 67 | +ep-core:foot_s-2 | ||
| 68 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 69 | + rdfs:label "feet per second squared"^^xsd:string . | ||
| 70 | + | ||
| 71 | +ep-core:galileo | ||
| 72 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 73 | + rdfs:label "galileo"^^xsd:string . | ||
| 74 | + | ||
| 75 | +ep-core:gn | ||
| 76 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 77 | + rdfs:label "normal acceleration Gn"^^xsd:string . | ||
| 78 | + | ||
| 64 | ep-core:grain_100ft-3 | 79 | ep-core:grain_100ft-3 |
| 65 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 80 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 66 | rdfs:label "grain per 100ft3"^^xsd:string . | 81 | rdfs:label "grain per 100ft3"^^xsd:string . |
| 67 | 82 | ||
| 68 | ep-core:grain_ft-3_1 | 83 | ep-core:grain_ft-3_1 |
| 69 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 84 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 70 | rdfs:label "grain per ft3"^^xsd:string . | 85 | rdfs:label "grain per ft3"^^xsd:string . |
| 71 | 86 | ||
| 72 | ep-core:grain_usGallon-1 | 87 | ep-core:grain_usGallon-1 |
| 73 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 88 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 74 | rdfs:label "grain per US Gallon"^^xsd:string . | 89 | rdfs:label "grain per US Gallon"^^xsd:string . |
| 75 | 90 | ||
| 76 | ep-core:gram_dm-3 | 91 | ep-core:gram_dm-3 |
| 77 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 92 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 78 | rdfs:label "gram dm-3"^^xsd:string . | 93 | rdfs:label "gram dm-3"^^xsd:string . |
| 79 | 94 | ||
| 80 | ep-core:gram_l-1 | 95 | ep-core:gram_l-1 |
| 81 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 96 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 82 | rdfs:label "grams per litre"^^xsd:string . | 97 | rdfs:label "grams per litre"^^xsd:string . |
| 83 | 98 | ||
| 84 | ep-core:gram_m-3 | 99 | ep-core:gram_m-3 |
| 85 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 100 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 86 | rdfs:label "gram m-3"^^xsd:string . | 101 | rdfs:label "gram m-3"^^xsd:string . |
| 87 | 102 | ||
| 88 | ep-core:gram_ukGallon-1 | 103 | ep-core:gram_ukGallon-1 |
| 89 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 104 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 90 | rdfs:label "grams per UK Gallon"^^xsd:string . | 105 | rdfs:label "grams per UK Gallon"^^xsd:string . |
| 91 | 106 | ||
| 92 | ep-core:gram_usGallon-1 | 107 | ep-core:gram_usGallon-1 |
| 93 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 108 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 94 | rdfs:label "grams per US Gallon"^^xsd:string . | 109 | rdfs:label "grams per US Gallon"^^xsd:string . |
| 95 | 110 | ||
| 96 | ep-core:hasSetOfAllPartsOfType | 111 | ep-core:hasSetOfAllPartsOfType |
| ... | @@ -99,95 +114,107 @@ ep-core:hasSetOfAllPartsOfType | ... | @@ -99,95 +114,107 @@ ep-core:hasSetOfAllPartsOfType |
| 99 | rdfs:label "basis for"^^xsd:string . | 114 | rdfs:label "basis for"^^xsd:string . |
| 100 | 115 | ||
| 101 | ep-core:inch_64 | 116 | ep-core:inch_64 |
| 102 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 117 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 103 | rdfs:domain ep-core:Length ; | 118 | rdfs:domain ep-core:Length ; |
| 104 | rdfs:label "inch/64"^^xsd:string . | 119 | rdfs:label "inch/64"^^xsd:string . |
| 105 | 120 | ||
| 106 | ep-core:kilogram_dm-3 | 121 | ep-core:kilogram_dm-3 |
| 107 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 122 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 108 | rdfs:label "kilogram dm-3"^^xsd:string . | 123 | rdfs:label "kilogram dm-3"^^xsd:string . |
| 109 | 124 | ||
| 110 | ep-core:kilogram_l-1 | 125 | ep-core:kilogram_l-1 |
| 111 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 126 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 112 | rdfs:label "kilogram per litre"^^xsd:string . | 127 | rdfs:label "kilogram per litre"^^xsd:string . |
| 113 | 128 | ||
| 114 | ep-core:kilogram_m-3 | 129 | ep-core:kilogram_m-3 |
| 115 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 130 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 116 | rdfs:label "kilogram m-3"^^xsd:string . | 131 | rdfs:label "kilogram m-3"^^xsd:string . |
| 117 | 132 | ||
| 118 | ep-core:lbm_1000bbl-1 | 133 | ep-core:lbm_1000bbl-1 |
| 119 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 134 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 120 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | 135 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . |
| 121 | 136 | ||
| 122 | ep-core:lbm_1000ukGallon-1 | 137 | ep-core:lbm_1000ukGallon-1 |
| 123 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 138 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 124 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | 139 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . |
| 125 | 140 | ||
| 126 | ep-core:lbm_1000usGallon-1 | 141 | ep-core:lbm_1000usGallon-1 |
| 127 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 142 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 128 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | 143 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . |
| 129 | 144 | ||
| 130 | ep-core:lbm_10bbl-1 | 145 | ep-core:lbm_10bbl-1 |
| 131 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 146 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 132 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | 147 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . |
| 133 | 148 | ||
| 134 | ep-core:lbm_bbl-1 | 149 | ep-core:lbm_bbl-1 |
| 135 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 150 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 136 | rdfs:label "pounds (mass) per barrel"^^xsd:string . | 151 | rdfs:label "pounds (mass) per barrel"^^xsd:string . |
| 137 | 152 | ||
| 138 | ep-core:lbm_ft-3 | 153 | ep-core:lbm_ft-3 |
| 139 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 154 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 140 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | 155 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . |
| 141 | 156 | ||
| 142 | ep-core:lbm_in-3 | 157 | ep-core:lbm_in-3 |
| 143 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 158 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 144 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | 159 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . |
| 145 | 160 | ||
| 146 | ep-core:lbm_millibarrel-1 | 161 | ep-core:lbm_millibarrel-1 |
| 147 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 162 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 148 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | 163 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . |
| 149 | 164 | ||
| 150 | ep-core:lbm_ukGallon-1 | 165 | ep-core:lbm_ukGallon-1 |
| 151 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 166 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 152 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | 167 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . |
| 153 | 168 | ||
| 154 | ep-core:lbm_usGallon-1 | 169 | ep-core:lbm_usGallon-1 |
| 155 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 170 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 156 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | 171 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . |
| 157 | 172 | ||
| 158 | ep-core:megagram_m-3 | 173 | ep-core:megagram_m-3 |
| 159 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 174 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 160 | rdfs:label "Megagram m-3"^^xsd:string . | 175 | rdfs:label "Megagram m-3"^^xsd:string . |
| 161 | 176 | ||
| 162 | ep-core:metre3_hour-1 | 177 | ep-core:metre3_hour-1 |
| 163 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 178 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 164 | rdfs:domain ep-core:VolumetricFlowRate ; | 179 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 165 | rdfs:label "metre3 hour-1"^^xsd:string . | 180 | rdfs:label "metre3 hour-1"^^xsd:string . |
| 166 | 181 | ||
| 182 | +ep-core:metre_s-2 | ||
| 183 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 184 | + rdfs:label "metres per second squared"^^xsd:string . | ||
| 185 | + | ||
| 186 | +ep-core:mgn | ||
| 187 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 188 | + rdfs:label "milliGn - normal acceleration"^^xsd:string . | ||
| 189 | + | ||
| 167 | ep-core:microgram_cm-3 | 190 | ep-core:microgram_cm-3 |
| 168 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 191 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 169 | rdfs:label "microgram cm-3"^^xsd:string . | 192 | rdfs:label "microgram cm-3"^^xsd:string . |
| 170 | 193 | ||
| 194 | +ep-core:milligalileo | ||
| 195 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 196 | + rdfs:label "milligalileo"^^xsd:string . | ||
| 197 | + | ||
| 171 | ep-core:milligram_dm-3 | 198 | ep-core:milligram_dm-3 |
| 172 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 199 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 173 | rdfs:label "milligram dm-3"^^xsd:string . | 200 | rdfs:label "milligram dm-3"^^xsd:string . |
| 174 | 201 | ||
| 175 | ep-core:milligram_l-1 | 202 | ep-core:milligram_l-1 |
| 176 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 203 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 177 | rdfs:label "milligrams per litre"^^xsd:string . | 204 | rdfs:label "milligrams per litre"^^xsd:string . |
| 178 | 205 | ||
| 179 | ep-core:milligram_m-3 | 206 | ep-core:milligram_m-3 |
| 180 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 207 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 181 | rdfs:label "milligram m-3"^^xsd:string . | 208 | rdfs:label "milligram m-3"^^xsd:string . |
| 182 | 209 | ||
| 183 | ep-core:milligram_usGallon-1 | 210 | ep-core:milligram_usGallon-1 |
| 184 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 211 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 185 | rdfs:label "milligrams per US Gallon"^^xsd:string . | 212 | rdfs:label "milligrams per US Gallon"^^xsd:string . |
| 186 | 213 | ||
| 187 | ep-core:ten_megagram_m-3 | 214 | ep-core:ten_megagram_m-3 |
| 188 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 215 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 189 | rdfs:label "10 Megagram m-3"^^xsd:string . | 216 | rdfs:label "10 Megagram m-3"^^xsd:string . |
| 190 | 217 | ||
| 191 | ep-core:thousand_barrel | 218 | ep-core:thousand_barrel |
| 192 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 219 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 193 | rdfs:label "thousand barrel"^^xsd:string . | 220 | rdfs:label "thousand barrel"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Oct 28 15:14:15 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 1 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 4 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 5 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 4 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| 6 | 5 | ||
| 7 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 6 | @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| ... | @@ -20,7 +19,7 @@ | ... | @@ -20,7 +19,7 @@ |
| 20 | 19 | ||
| 21 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 22 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> ; | 22 | + owl:imports <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 24 | ||
| 26 | ep-dpr-spin-lib:BuildDailyProductionReportURI | 25 | ep-dpr-spin-lib:BuildDailyProductionReportURI |
| ... | @@ -734,6 +733,72 @@ ep-dpr-spin-lib:selectLengthScale | ... | @@ -734,6 +733,72 @@ ep-dpr-spin-lib:selectLengthScale |
| 734 | ]) | 733 | ]) |
| 735 | ] . | 734 | ] . |
| 736 | 735 | ||
| 736 | +ep-dpr-spin-lib:selectLinearAccelerationScale | ||
| 737 | + rdf:type spin:Function ; | ||
| 738 | + rdfs:label "select Linear Acceleration scale"^^xsd:string ; | ||
| 739 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 740 | + spin:body | ||
| 741 | + [ rdf:type sp:Select ; | ||
| 742 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 743 | + ]) ; | ||
| 744 | + sp:where ([ rdf:type sp:Bind ; | ||
| 745 | + sp:expression | ||
| 746 | + [ rdf:type sp:if ; | ||
| 747 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 748 | + sp:arg1 spin:_arg1 ; | ||
| 749 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_cms2> | ||
| 750 | + ] ; | ||
| 751 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cm_s-2> ; | ||
| 752 | + sp:arg3 [ rdf:type sp:if ; | ||
| 753 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 754 | + sp:arg1 spin:_arg1 ; | ||
| 755 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_fts2> | ||
| 756 | + ] ; | ||
| 757 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot_s-2> ; | ||
| 758 | + sp:arg3 [ rdf:type sp:if ; | ||
| 759 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 760 | + sp:arg1 spin:_arg1 ; | ||
| 761 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_Gal> | ||
| 762 | + ] ; | ||
| 763 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#galileo> ; | ||
| 764 | + sp:arg3 [ rdf:type sp:if ; | ||
| 765 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 766 | + sp:arg1 spin:_arg1 ; | ||
| 767 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_gn> | ||
| 768 | + ] ; | ||
| 769 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gn> ; | ||
| 770 | + sp:arg3 [ rdf:type sp:if ; | ||
| 771 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 772 | + sp:arg1 spin:_arg1 ; | ||
| 773 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_mGal> | ||
| 774 | + ] ; | ||
| 775 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milligalileo> ; | ||
| 776 | + sp:arg3 [ rdf:type sp:if ; | ||
| 777 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 778 | + sp:arg1 spin:_arg1 ; | ||
| 779 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_mgn> | ||
| 780 | + ] ; | ||
| 781 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mgn> ; | ||
| 782 | + sp:arg3 [ rdf:type sp:if ; | ||
| 783 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 784 | + sp:arg1 spin:_arg1 ; | ||
| 785 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_ms2> | ||
| 786 | + ] ; | ||
| 787 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_s-2> ; | ||
| 788 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 789 | + ] | ||
| 790 | + ] | ||
| 791 | + ] | ||
| 792 | + ] | ||
| 793 | + ] | ||
| 794 | + ] | ||
| 795 | + ] ; | ||
| 796 | + sp:variable | ||
| 797 | + [ sp:varName "myVar"^^xsd:string | ||
| 798 | + ] | ||
| 799 | + ]) | ||
| 800 | + ] . | ||
| 801 | + | ||
| 737 | ep-dpr-spin-lib:selectMassConcentrationScale | 802 | ep-dpr-spin-lib:selectMassConcentrationScale |
| 738 | rdf:type spin:Function ; | 803 | rdf:type spin:Function ; |
| 739 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 804 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| ... | @@ -2452,6 +2517,9 @@ _:b22 | ... | @@ -2452,6 +2517,9 @@ _:b22 |
| 2452 | _:b21 | 2517 | _:b21 |
| 2453 | sp:varName "durationScale"^^xsd:string . | 2518 | sp:varName "durationScale"^^xsd:string . |
| 2454 | 2519 | ||
| 2520 | +_:b20 | ||
| 2521 | + sp:varName "densityScale"^^xsd:string . | ||
| 2522 | + | ||
| 2455 | _:b19 | 2523 | _:b19 |
| 2456 | sp:varName "uri"^^xsd:string . | 2524 | sp:varName "uri"^^xsd:string . |
| 2457 | 2525 | ||
| ... | @@ -2499,6 +2567,3 @@ _:b3 sp:varName "UUID"^^xsd:string . | ... | @@ -2499,6 +2567,3 @@ _:b3 sp:varName "UUID"^^xsd:string . |
| 2499 | _:b2 sp:varName "uri"^^xsd:string . | 2567 | _:b2 sp:varName "uri"^^xsd:string . |
| 2500 | 2568 | ||
| 2501 | _:b1 sp:varName "uri"^^xsd:string . | 2569 | _:b1 sp:varName "uri"^^xsd:string . |
| 2502 | - | ||
| 2503 | -_:b20 | ||
| 2504 | - sp:varName "densityScale"^^xsd:string . | ... | ... |
-
Please register or login to post a comment