Holger Knublauch

Merge branch 'master' of [email protected]:TopQuadrant/EPIM-Ontologies.git

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
...@@ -33,6 +32,10 @@ ep-core:VolumeFlowRateAt60degF1atm ...@@ -33,6 +32,10 @@ ep-core:VolumeFlowRateAt60degF1atm
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
35 +ep-core:acre
36 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
37 + rdfs:label "acres"^^xsd:string .
38 +
36 ep-core:apiDensity 39 ep-core:apiDensity
37 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 40 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
38 rdfs:label "API Density"^^xsd:string . 41 rdfs:label "API Density"^^xsd:string .
...@@ -42,25 +45,93 @@ ep-core:atmosphere ...@@ -42,25 +45,93 @@ ep-core:atmosphere
42 rdfs:domain ep-core:Pressure ; 45 rdfs:domain ep-core:Pressure ;
43 rdfs:label "atmosphere"^^xsd:string . 46 rdfs:label "atmosphere"^^xsd:string .
44 47
48 +ep-core:barn
49 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
50 + rdfs:label "barn (area)"^^xsd:string .
51 +
45 ep-core:barrel_day-1 52 ep-core:barrel_day-1
46 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 53 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
47 rdfs:domain ep-core:VolumetricFlowRate ; 54 rdfs:domain ep-core:VolumetricFlowRate ;
48 rdfs:label "barrel day-1"^^xsd:string . 55 rdfs:label "barrel day-1"^^xsd:string .
49 56
57 +ep-core:centiEuclid
58 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
59 + rdfs:label "CentiEuclid"^^xsd:string .
60 +
50 ep-core:centimetre 61 ep-core:centimetre
51 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 62 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
52 rdfs:domain ep-core:Length ; 63 rdfs:domain ep-core:Length ;
53 rdfs:label "centimetre"^^xsd:string . 64 rdfs:label "centimetre"^^xsd:string .
54 65
66 +ep-core:cm2
67 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
68 + rdfs:label "square centimetres"^^xsd:string .
69 +
70 +ep-core:cm_s-2
71 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
72 + rdfs:label "centimetres per second squared"^^xsd:string .
73 +
55 ep-core:count 74 ep-core:count
56 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 75 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
57 rdfs:label "count"^^xsd:string . 76 rdfs:label "count"^^xsd:string .
58 77
78 +ep-core:degreesOfAngle_100ft-1
79 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
80 + rdfs:label "degrees of angle per 100ft"^^xsd:string .
81 +
82 +ep-core:degreesOfAngle_30ft-1
83 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
84 + rdfs:label "degrees of angle per 30ft"^^xsd:string .
85 +
86 +ep-core:degreesOfAngle_30m-1
87 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
88 + rdfs:label "degrees of angle per 30m"^^xsd:string .
89 +
90 +ep-core:degreesOfAngle_ft-1
91 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
92 + rdfs:label "degrees of angle per ft"^^xsd:string .
93 +
94 +ep-core:degreesOfAngle_hr-1
95 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
96 + rdfs:label "degrees of angle per hour"^^xsd:string .
97 +
98 +ep-core:degreesOfAngle_m-1
99 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
100 + rdfs:label "degrees of angle per m"^^xsd:string .
101 +
102 +ep-core:degreesOfAngle_min-1
103 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
104 + rdfs:label "degrees of angle per minute"^^xsd:string .
105 +
106 +ep-core:degreesOfAngle_s-1
107 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
108 + rdfs:label "degrees of angle per second"^^xsd:string .
109 +
110 +ep-core:euclid
111 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
112 + rdfs:label "Euclid"^^xsd:string .
113 +
59 ep-core:fahrenheit 114 ep-core:fahrenheit
60 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 115 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
61 rdfs:domain ep-core:Temperature ; 116 rdfs:domain ep-core:Temperature ;
62 rdfs:label "fahrenheit"^^xsd:string . 117 rdfs:label "fahrenheit"^^xsd:string .
63 118
119 +ep-core:foot_s-2
120 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
121 + rdfs:label "feet per second squared"^^xsd:string .
122 +
123 +ep-core:ft2
124 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
125 + rdfs:label "square feet"^^xsd:string .
126 +
127 +ep-core:galileo
128 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
129 + rdfs:label "galileo"^^xsd:string .
130 +
131 +ep-core:gn
132 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
133 + rdfs:label "normal acceleration Gn"^^xsd:string .
134 +
64 ep-core:grain_100ft-3 135 ep-core:grain_100ft-3
65 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 136 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
66 rdfs:label "grain per 100ft3"^^xsd:string . 137 rdfs:label "grain per 100ft3"^^xsd:string .
...@@ -98,6 +169,14 @@ ep-core:hasSetOfAllPartsOfType ...@@ -98,6 +169,14 @@ ep-core:hasSetOfAllPartsOfType
98 rdfs:domain ep-core:PhysicalThing ; 169 rdfs:domain ep-core:PhysicalThing ;
99 rdfs:label "basis for"^^xsd:string . 170 rdfs:label "basis for"^^xsd:string .
100 171
172 +ep-core:hectare
173 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
174 + rdfs:label "hectares"^^xsd:string .
175 +
176 +ep-core:in2
177 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
178 + rdfs:label "square inches"^^xsd:string .
179 +
101 ep-core:inch_64 180 ep-core:inch_64
102 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 181 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
103 rdfs:domain ep-core:Length ; 182 rdfs:domain ep-core:Length ;
...@@ -115,6 +194,10 @@ ep-core:kilogram_m-3 ...@@ -115,6 +194,10 @@ ep-core:kilogram_m-3
115 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 194 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
116 rdfs:label "kilogram m-3"^^xsd:string . 195 rdfs:label "kilogram m-3"^^xsd:string .
117 196
197 +ep-core:km2
198 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
199 + rdfs:label "square kilometres"^^xsd:string .
200 +
118 ep-core:lbm_1000bbl-1 201 ep-core:lbm_1000bbl-1
119 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 202 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
120 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 203 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
...@@ -155,6 +238,10 @@ ep-core:lbm_usGallon-1 ...@@ -155,6 +238,10 @@ ep-core:lbm_usGallon-1
155 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 238 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
156 rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 239 rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
157 240
241 +ep-core:m2
242 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
243 + rdfs:label "square metres"^^xsd:string .
244 +
158 ep-core:megagram_m-3 245 ep-core:megagram_m-3
159 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 246 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
160 rdfs:label "Megagram m-3"^^xsd:string . 247 rdfs:label "Megagram m-3"^^xsd:string .
...@@ -164,10 +251,34 @@ ep-core:metre3_hour-1 ...@@ -164,10 +251,34 @@ ep-core:metre3_hour-1
164 rdfs:domain ep-core:VolumetricFlowRate ; 251 rdfs:domain ep-core:VolumetricFlowRate ;
165 rdfs:label "metre3 hour-1"^^xsd:string . 252 rdfs:label "metre3 hour-1"^^xsd:string .
166 253
254 +ep-core:metre_s-2
255 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
256 + rdfs:label "metres per second squared"^^xsd:string .
257 +
258 +ep-core:mgn
259 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
260 + rdfs:label "milliGn - normal acceleration"^^xsd:string .
261 +
262 +ep-core:mi2
263 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
264 + rdfs:label "square miles"^^xsd:string .
265 +
266 +ep-core:microEuclid
267 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
268 + rdfs:label "MicroEuclid"^^xsd:string .
269 +
167 ep-core:microgram_cm-3 270 ep-core:microgram_cm-3
168 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 271 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
169 rdfs:label "microgram cm-3"^^xsd:string . 272 rdfs:label "microgram cm-3"^^xsd:string .
170 273
274 +ep-core:milliEuclid
275 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
276 + rdfs:label "MilliEuclid"^^xsd:string .
277 +
278 +ep-core:milligalileo
279 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
280 + rdfs:label "milligalileo"^^xsd:string .
281 +
171 ep-core:milligram_dm-3 282 ep-core:milligram_dm-3
172 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 283 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
173 rdfs:label "milligram dm-3"^^xsd:string . 284 rdfs:label "milligram dm-3"^^xsd:string .
...@@ -184,6 +295,34 @@ ep-core:milligram_usGallon-1 ...@@ -184,6 +295,34 @@ ep-core:milligram_usGallon-1
184 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 295 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
185 rdfs:label "milligrams per US Gallon"^^xsd:string . 296 rdfs:label "milligrams per US Gallon"^^xsd:string .
186 297
298 +ep-core:mm2
299 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
300 + rdfs:label "square millimetres"^^xsd:string .
301 +
302 +ep-core:nanoEuclid
303 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
304 + rdfs:label "NanoEuclid"^^xsd:string .
305 +
306 +ep-core:radian_ft-1
307 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
308 + rdfs:label "radians per ft"^^xsd:string .
309 +
310 +ep-core:radian_m-1
311 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
312 + rdfs:label "radians per m"^^xsd:string .
313 +
314 +ep-core:radian_s-1
315 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
316 + rdfs:label "radians per s"^^xsd:string .
317 +
318 +ep-core:rev_min-1
319 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
320 + rdfs:label "revolutions per minute"^^xsd:string .
321 +
322 +ep-core:rev_s-1
323 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
324 + rdfs:label "revolutions per second"^^xsd:string .
325 +
187 ep-core:ten_megagram_m-3 326 ep-core:ten_megagram_m-3
188 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 327 rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
189 rdfs:label "10 Megagram m-3"^^xsd:string . 328 rdfs:label "10 Megagram m-3"^^xsd:string .
...@@ -191,3 +330,16 @@ ep-core:ten_megagram_m-3 ...@@ -191,3 +330,16 @@ ep-core:ten_megagram_m-3
191 ep-core:thousand_barrel 330 ep-core:thousand_barrel
192 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 331 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
193 rdfs:label "thousand barrel"^^xsd:string . 332 rdfs:label "thousand barrel"^^xsd:string .
333 +
334 +ep-core:um2
335 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
336 + rdfs:label "square micrometres"^^xsd:string .
337 +
338 +ep-core:us_mi2
339 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
340 + rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
341 + rdfs:label "square miles (US)"^^xsd:string .
342 +
343 +ep-core:yd2
344 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
345 + rdfs:label "square yards"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 28 15:14:15 BST 2011
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
...@@ -87,6 +87,8 @@ ...@@ -87,6 +87,8 @@
87 87
88 <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:CementFluidInformation" /> 88 <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:CementFluidInformation" />
89 89
90 + <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:DrillingFluidInformation" />
91 +
90 <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:PorePressure" /> 92 <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:PorePressure" />
91 93
92 <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:SurveyStation" /> 94 <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:SurveyStation" />
......