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 .
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 <http://www.reportinghub.no/ep/spin/ddr-tables> 21 <http://www.reportinghub.no/ep/spin/ddr-tables>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 23 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
24 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ; 24 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ;
25 owl:versionInfo "0.1.0"^^xsd:string . 25 owl:versionInfo "0.1.0"^^xsd:string .
26 26
27 ddr-tables:BitRecord 27 ddr-tables:BitRecord
...@@ -1539,6 +1539,186 @@ m"""^^xsd:string """Recovery core ...@@ -1539,6 +1539,186 @@ m"""^^xsd:string """Recovery core
1539 %"""^^xsd:string """Core barrel length 1539 %"""^^xsd:string """Core barrel length
1540 m"""^^xsd:string "Inner barrel type"^^xsd:string "Description"^^xsd:string) . 1540 m"""^^xsd:string "Inner barrel type"^^xsd:string "Description"^^xsd:string) .
1541 1541
1542 +ddr-tables:DrillingFluidInformation
1543 + rdf:type rhspin:TableTemplate ;
1544 + rdfs:label "Drilling Fluid Information"^^xsd:string ;
1545 + rdfs:subClassOf rhspin:DDRTableTemplates ;
1546 + spin:body
1547 + [ rdf:type sp:Select ;
1548 + rdfs:comment "?sampleTime ?depthAtLoggingMmd ?fluidType ?fluidDensity ?fluidViscosity ?yieldPoint"^^xsd:string ;
1549 + sp:resultVariables ([ sp:varName "sampleTime"^^xsd:string
1550 + ] [ sp:varName "depthAtLoggingMmd"^^xsd:string
1551 + ] [ sp:varName "fluidType"^^xsd:string
1552 + ] [ sp:varName "fluidDensity"^^xsd:string
1553 + ] [ sp:varName "fluidViscosity"^^xsd:string
1554 + ] [ sp:varName "yieldPoint"^^xsd:string
1555 + ]) ;
1556 + sp:where ([ sp:object
1557 + [ sp:varName "reportOn"^^xsd:string
1558 + ] ;
1559 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1560 + sp:subject
1561 + [ sp:varName "report"^^xsd:string
1562 + ]
1563 + ] [ sp:object
1564 + [ sp:varName "fr"^^xsd:string
1565 + ] ;
1566 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1567 + sp:subject
1568 + [ sp:varName "reportOn"^^xsd:string
1569 + ]
1570 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#FluidReading> ;
1571 + sp:predicate rdf:type ;
1572 + sp:subject
1573 + [ sp:varName "fr"^^xsd:string
1574 + ]
1575 + ] [ sp:object
1576 + [ sp:varName "fluid"^^xsd:string
1577 + ] ;
1578 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onFluid> ;
1579 + sp:subject
1580 + [ sp:varName "fr"^^xsd:string
1581 + ]
1582 + ] [ rdf:type sp:Optional ;
1583 + sp:elements ([ sp:object
1584 + [ sp:varName "sampleTime"^^xsd:string
1585 + ] ;
1586 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
1587 + sp:subject
1588 + [ sp:varName "fr"^^xsd:string
1589 + ]
1590 + ])
1591 + ] [ rdf:type sp:Optional ;
1592 + sp:elements ([ sp:object
1593 + [ sp:varName "density"^^xsd:string
1594 + ] ;
1595 + sp:predicate rdf:type ;
1596 + sp:subject
1597 + [ sp:varName "fluid"^^xsd:string
1598 + ]
1599 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
1600 + sp:predicate rdf:type ;
1601 + sp:subject
1602 + [ sp:varName "density"^^xsd:string
1603 + ]
1604 + ] [ sp:object
1605 + [ sp:varName "fluidDensity"^^xsd:string
1606 + ] ;
1607 + sp:predicate <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
1608 + sp:subject
1609 + [ sp:varName "density"^^xsd:string
1610 + ]
1611 + ])
1612 + ] [ rdf:type sp:Optional ;
1613 + sp:elements ([ sp:object
1614 + [ sp:varName "yp"^^xsd:string
1615 + ] ;
1616 + sp:predicate rdf:type ;
1617 + sp:subject
1618 + [ sp:varName "fluid"^^xsd:string
1619 + ]
1620 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
1621 + sp:predicate rdf:type ;
1622 + sp:subject
1623 + [ sp:varName "yp"^^xsd:string
1624 + ]
1625 + ] [ sp:object
1626 + [ sp:varName "yieldPoint"^^xsd:string
1627 + ] ;
1628 + sp:predicate <http://www.reportinghub.no/ep/schema/core#pascal> ;
1629 + sp:subject
1630 + [ sp:varName "yp"^^xsd:string
1631 + ]
1632 + ])
1633 + ] [ rdf:type sp:Optional ;
1634 + sp:elements ([ sp:object
1635 + [ sp:varName "visc"^^xsd:string
1636 + ] ;
1637 + sp:predicate rdf:type ;
1638 + sp:subject
1639 + [ sp:varName "fluid"^^xsd:string
1640 + ]
1641 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlasticViscosity> ;
1642 + sp:predicate rdf:type ;
1643 + sp:subject
1644 + [ sp:varName "visc"^^xsd:string
1645 + ]
1646 + ] [ sp:object
1647 + [ sp:varName "fluidViscosity"^^xsd:string
1648 + ] ;
1649 + sp:predicate <http://www.reportinghub.no/ep/schema/core#pascal_second> ;
1650 + sp:subject
1651 + [ sp:varName "visc"^^xsd:string
1652 + ]
1653 + ])
1654 + ] [ rdf:type sp:Optional ;
1655 + sp:elements ([ sp:object
1656 + [ sp:varName "flType"^^xsd:string
1657 + ] ;
1658 + sp:predicate rdf:type ;
1659 + sp:subject
1660 + [ sp:varName "fluid"^^xsd:string
1661 + ]
1662 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#FluidType> ;
1663 + sp:predicate rdf:type ;
1664 + sp:subject
1665 + [ sp:varName "flType"^^xsd:string
1666 + ]
1667 + ] [ sp:object
1668 + [ sp:varName "fluidType"^^xsd:string
1669 + ] ;
1670 + sp:predicate rdfs:comment ;
1671 + sp:subject
1672 + [ sp:varName "flType"^^xsd:string
1673 + ]
1674 + ])
1675 + ] [ rdf:type sp:Optional ;
1676 + sp:elements ([ sp:object
1677 + [ sp:varName "wbTP"^^xsd:string
1678 + ] ;
1679 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1680 + sp:subject
1681 + [ sp:varName "fr"^^xsd:string
1682 + ]
1683 + ] [ sp:object
1684 + [ sp:varName "wbPos"^^xsd:string
1685 + ] ;
1686 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1687 + sp:subject
1688 + [ sp:varName "wbTP"^^xsd:string
1689 + ]
1690 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ;
1691 + sp:predicate rdf:type ;
1692 + sp:subject
1693 + [ sp:varName "wbPos"^^xsd:string
1694 + ]
1695 + ] [ rdf:type sp:Optional ;
1696 + sp:elements ([ sp:object
1697 + [ sp:varName "md"^^xsd:string
1698 + ] ;
1699 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
1700 + sp:subject
1701 + [ sp:varName "wbPos"^^xsd:string
1702 + ]
1703 + ] [ sp:object
1704 + [ sp:varName "depthAtLoggingMmd"^^xsd:string
1705 + ] ;
1706 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1707 + sp:subject
1708 + [ sp:varName "md"^^xsd:string
1709 + ]
1710 + ])
1711 + ])
1712 + ])
1713 + ] ;
1714 + rhspin:tableHeaders ("""Sample
1715 +time"""^^xsd:string """Depth At
1716 +Logging
1717 +mMD"""^^xsd:string "Fluid Type"^^xsd:string """Fluid density
1718 +g/cm3"""^^xsd:string """Fluid Viscosity
1719 +Pa.s"""^^xsd:string """Yield point
1720 +Pa"""^^xsd:string) .
1721 +
1542 ddr-tables:EquipmentFailure 1722 ddr-tables:EquipmentFailure
1543 rdf:type rhspin:TableTemplate ; 1723 rdf:type rhspin:TableTemplate ;
1544 rdfs:label "Equipment Failure Information"^^xsd:string ; 1724 rdfs:label "Equipment Failure Information"^^xsd:string ;
...@@ -4167,155 +4347,155 @@ ppm"""^^xsd:string """H2S ...@@ -4167,155 +4347,155 @@ ppm"""^^xsd:string """H2S
4167 content 4347 content
4168 ppm"""^^xsd:string) . 4348 ppm"""^^xsd:string) .
4169 4349
4170 -_:b1 sp:varName "coreNo"^^xsd:string . 4350 +_:b54
4171 - 4351 + sp:varName "ed"^^xsd:string .
4172 -_:b2 sp:varName "depthTopmMD"^^xsd:string .
4173 -
4174 -_:b3 sp:varName "depthBottommMDCore"^^xsd:string .
4175 -
4176 -_:b4 sp:varName "length"^^xsd:string .
4177 4352
4178 -_:b5 sp:varName "recoveryCore"^^xsd:string . 4353 +_:b53
4354 + sp:varName "id"^^xsd:string .
4179 4355
4180 -_:b6 sp:varName "coreBarrelLength"^^xsd:string . 4356 +_:b52
4357 + sp:varName "wellbore"^^xsd:string .
4181 4358
4182 -_:b7 sp:varName "innerBarrelType"^^xsd:string . 4359 +_:b51
4360 + sp:varName "subactclass"^^xsd:string .
4183 4361
4184 -_:b8 sp:varName "description"^^xsd:string . 4362 +_:b50
4363 + sp:varName "stateclass"^^xsd:string .
4185 4364
4186 -_:b9 sp:varName "reportOn"^^xsd:string . 4365 +_:b49
4366 + sp:varName "finishedAt"^^xsd:string .
4187 4367
4188 -_:b10 4368 +_:b48
4189 - sp:varName "extractWellCore"^^xsd:string . 4369 + sp:varName "startedAt"^^xsd:string .
4190 4370
4191 -_:b11 4371 +_:b47
4192 - sp:varName "wb"^^xsd:string . 4372 + sp:varName "part"^^xsd:string .
4193 4373
4194 -_:b12 4374 +_:b46
4195 - sp:varName "mdTop"^^xsd:string . 4375 + sp:varName "reportOn"^^xsd:string .
4196 4376
4197 -_:b13 4377 +_:b45
4198 - sp:varName "mdBott"^^xsd:string . 4378 + sp:varName "remark"^^xsd:string .
4199 4379
4200 -_:b14 4380 +_:b44
4201 - sp:varName "recCore"^^xsd:string . 4381 + sp:varName "state"^^xsd:string .
4202 4382
4203 -_:b15 4383 +_:b43
4204 - sp:varName "coreRecPer"^^xsd:string . 4384 + sp:varName "mainSubActivity"^^xsd:string .
4205 4385
4206 -_:b16 4386 +_:b42
4207 - sp:varName "coreLength"^^xsd:string . 4387 + sp:varName "depth"^^xsd:string .
4208 4388
4209 -_:b17 4389 +_:b41
4210 - sp:varName "barrel"^^xsd:string . 4390 + sp:varName "endDepth"^^xsd:string .
4211 4391
4212 -_:b18 4392 +_:b40
4213 - sp:varName "barLen"^^xsd:string . 4393 + sp:varName "startDepth"^^xsd:string .
4214 4394
4215 -_:b19 4395 +_:b39
4216 - sp:varName "barType"^^xsd:string . 4396 + sp:varName "endTime"^^xsd:string .
4217 4397
4218 -_:b20 4398 +_:b38
4219 sp:varName "startTime"^^xsd:string . 4399 sp:varName "startTime"^^xsd:string .
4220 4400
4221 -_:b21 4401 +_:b37
4222 - sp:varName "depthMD"^^xsd:string . 4402 + sp:varName "tvd"^^xsd:string .
4223 4403
4224 -_:b22 4404 +_:b36
4225 - sp:varName "depthTVD"^^xsd:string . 4405 + sp:varName "md"^^xsd:string .
4226 4406
4227 -_:b23 4407 +_:b35
4228 - sp:varName "equipmentType"^^xsd:string . 4408 + sp:varName "wellbore"^^xsd:string .
4229 4409
4230 -_:b24 4410 +_:b34
4231 - sp:varName "downtime"^^xsd:string . 4411 + sp:varName "timeOfRepair"^^xsd:string .
4232 4412
4233 -_:b25 4413 +_:b33
4234 - sp:varName "repairedTime"^^xsd:string . 4414 + sp:varName "timeOfFailure"^^xsd:string .
4235 4415
4236 -_:b26 4416 +_:b32
4237 - sp:varName "failureDescription"^^xsd:string . 4417 + sp:varName "classOfEquipment"^^xsd:string .
4238 4418
4239 -_:b27 4419 +_:b31
4240 - sp:varName "reportOn"^^xsd:string . 4420 + sp:varName "equipment"^^xsd:string .
4241 4421
4242 -_:b28 4422 +_:b30
4243 - sp:varName "part"^^xsd:string . 4423 + sp:varName "temporalPartOfEquipment"^^xsd:string .
4244 4424
4245 _:b29 4425 _:b29
4246 sp:varName "mpt"^^xsd:string . 4426 sp:varName "mpt"^^xsd:string .
4247 4427
4248 -_:b30 4428 +_:b28
4249 - sp:varName "temporalPartOfEquipment"^^xsd:string . 4429 + sp:varName "part"^^xsd:string .
4250 4430
4251 -_:b31 4431 +_:b27
4252 - sp:varName "equipment"^^xsd:string . 4432 + sp:varName "reportOn"^^xsd:string .
4253 4433
4254 -_:b32 4434 +_:b26
4255 - sp:varName "classOfEquipment"^^xsd:string . 4435 + sp:varName "failureDescription"^^xsd:string .
4256 4436
4257 -_:b33 4437 +_:b25
4258 - sp:varName "timeOfFailure"^^xsd:string . 4438 + sp:varName "repairedTime"^^xsd:string .
4259 4439
4260 -_:b34 4440 +_:b24
4261 - sp:varName "timeOfRepair"^^xsd:string . 4441 + sp:varName "downtime"^^xsd:string .
4262 4442
4263 -_:b35 4443 +_:b23
4264 - sp:varName "wellbore"^^xsd:string . 4444 + sp:varName "equipmentType"^^xsd:string .
4265 4445
4266 -_:b36 4446 +_:b22
4267 - sp:varName "md"^^xsd:string . 4447 + sp:varName "depthTVD"^^xsd:string .
4268 4448
4269 -_:b37 4449 +_:b21
4270 - sp:varName "tvd"^^xsd:string . 4450 + sp:varName "depthMD"^^xsd:string .
4271 4451
4272 -_:b38 4452 +_:b20
4273 sp:varName "startTime"^^xsd:string . 4453 sp:varName "startTime"^^xsd:string .
4274 4454
4275 -_:b39 4455 +_:b19
4276 - sp:varName "endTime"^^xsd:string . 4456 + sp:varName "barType"^^xsd:string .
4277 4457
4278 -_:b40 4458 +_:b18
4279 - sp:varName "startDepth"^^xsd:string . 4459 + sp:varName "barLen"^^xsd:string .
4280 4460
4281 -_:b41 4461 +_:b17
4282 - sp:varName "endDepth"^^xsd:string . 4462 + sp:varName "barrel"^^xsd:string .
4283 4463
4284 -_:b42 4464 +_:b16
4285 - sp:varName "depth"^^xsd:string . 4465 + sp:varName "coreLength"^^xsd:string .
4286 4466
4287 -_:b43 4467 +_:b15
4288 - sp:varName "mainSubActivity"^^xsd:string . 4468 + sp:varName "coreRecPer"^^xsd:string .
4289 4469
4290 -_:b44 4470 +_:b14
4291 - sp:varName "state"^^xsd:string . 4471 + sp:varName "recCore"^^xsd:string .
4292 4472
4293 -_:b45 4473 +_:b13
4294 - sp:varName "remark"^^xsd:string . 4474 + sp:varName "mdBott"^^xsd:string .
4295 4475
4296 -_:b46 4476 +_:b12
4297 - sp:varName "reportOn"^^xsd:string . 4477 + sp:varName "mdTop"^^xsd:string .
4298 4478
4299 -_:b47 4479 +_:b11
4300 - sp:varName "part"^^xsd:string . 4480 + sp:varName "wb"^^xsd:string .
4301 4481
4302 -_:b48 4482 +_:b10
4303 - sp:varName "startedAt"^^xsd:string . 4483 + sp:varName "extractWellCore"^^xsd:string .
4304 4484
4305 -_:b49 4485 +_:b9 sp:varName "reportOn"^^xsd:string .
4306 - sp:varName "finishedAt"^^xsd:string .
4307 4486
4308 -_:b50 4487 +_:b8 sp:varName "description"^^xsd:string .
4309 - sp:varName "stateclass"^^xsd:string .
4310 4488
4311 -_:b51 4489 +_:b7 sp:varName "innerBarrelType"^^xsd:string .
4312 - sp:varName "subactclass"^^xsd:string .
4313 4490
4314 -_:b52 4491 +_:b6 sp:varName "coreBarrelLength"^^xsd:string .
4315 - sp:varName "wellbore"^^xsd:string .
4316 4492
4317 -_:b53 4493 +_:b5 sp:varName "recoveryCore"^^xsd:string .
4318 - sp:varName "id"^^xsd:string .
4319 4494
4320 -_:b54 4495 +_:b4 sp:varName "length"^^xsd:string .
4321 - sp:varName "ed"^^xsd:string . 4496 +
4497 +_:b3 sp:varName "depthBottommMDCore"^^xsd:string .
4498 +
4499 +_:b2 sp:varName "depthTopmMD"^^xsd:string .
4500 +
4501 +_:b1 sp:varName "coreNo"^^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#> .
...@@ -433,6 +432,246 @@ arg3 is end date"""^^xsd:string ; ...@@ -433,6 +432,246 @@ arg3 is end date"""^^xsd:string ;
433 ]) 432 ])
434 ] . 433 ] .
435 434
435 +ep-dpr-spin-lib:selectAnglePerLengthScale
436 + rdf:type spin:Function ;
437 + rdfs:label "select angle per length scale"^^xsd:string ;
438 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
439 + spin:body
440 + [ rdf:type sp:Select ;
441 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
442 + ]) ;
443 + sp:where ([ rdf:type sp:Bind ;
444 + sp:expression
445 + [ rdf:type sp:if ;
446 + sp:arg1 [ rdf:type sp:eq ;
447 + sp:arg1 spin:_arg1 ;
448 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APLU_dega100ft>
449 + ] ;
450 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_100ft-1> ;
451 + sp:arg3 [ rdf:type sp:if ;
452 + sp:arg1 [ rdf:type sp:eq ;
453 + sp:arg1 spin:_arg1 ;
454 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APLU_dega30ft>
455 + ] ;
456 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_30ft-1> ;
457 + sp:arg3 [ rdf:type sp:if ;
458 + sp:arg1 [ rdf:type sp:eq ;
459 + sp:arg1 spin:_arg1 ;
460 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APLU_dega30m>
461 + ] ;
462 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_30m-1> ;
463 + sp:arg3 [ rdf:type sp:if ;
464 + sp:arg1 [ rdf:type sp:eq ;
465 + sp:arg1 spin:_arg1 ;
466 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APLU_degaft>
467 + ] ;
468 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_ft-1> ;
469 + sp:arg3 [ rdf:type sp:if ;
470 + sp:arg1 [ rdf:type sp:eq ;
471 + sp:arg1 spin:_arg1 ;
472 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APLU_degam>
473 + ] ;
474 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_m-1> ;
475 + sp:arg3 [ rdf:type sp:if ;
476 + sp:arg1 [ rdf:type sp:eq ;
477 + sp:arg1 spin:_arg1 ;
478 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APLU_radft>
479 + ] ;
480 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#radian_ft-1> ;
481 + sp:arg3 [ rdf:type sp:if ;
482 + sp:arg1 [ rdf:type sp:eq ;
483 + sp:arg1 spin:_arg1 ;
484 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APLU_radm>
485 + ] ;
486 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#radian_m-1> ;
487 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
488 + ]
489 + ]
490 + ]
491 + ]
492 + ]
493 + ]
494 + ] ;
495 + sp:variable
496 + [ sp:varName "myVar"^^xsd:string
497 + ]
498 + ])
499 + ] .
500 +
501 +ep-dpr-spin-lib:selectAngularFrequencyScale
502 + rdf:type spin:Function ;
503 + rdfs:label "select angular frequency scale"^^xsd:string ;
504 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
505 + spin:body
506 + [ rdf:type sp:Select ;
507 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
508 + ]) ;
509 + sp:where ([ rdf:type sp:Bind ;
510 + sp:expression
511 + [ rdf:type sp:if ;
512 + sp:arg1 [ rdf:type sp:eq ;
513 + sp:arg1 spin:_arg1 ;
514 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APTU_cs>
515 + ] ;
516 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
517 + sp:arg3 [ rdf:type sp:if ;
518 + sp:arg1 [ rdf:type sp:eq ;
519 + sp:arg1 spin:_arg1 ;
520 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APTU_degah>
521 + ] ;
522 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_hr-1> ;
523 + sp:arg3 [ rdf:type sp:if ;
524 + sp:arg1 [ rdf:type sp:eq ;
525 + sp:arg1 spin:_arg1 ;
526 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APTU_degamin>
527 + ] ;
528 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_min-1> ;
529 + sp:arg3 [ rdf:type sp:if ;
530 + sp:arg1 [ rdf:type sp:eq ;
531 + sp:arg1 spin:_arg1 ;
532 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APTU_degas>
533 + ] ;
534 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle_s-1> ;
535 + sp:arg3 [ rdf:type sp:if ;
536 + sp:arg1 [ rdf:type sp:eq ;
537 + sp:arg1 spin:_arg1 ;
538 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APTU_rads>
539 + ] ;
540 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#radian_s-1> ;
541 + sp:arg3 [ rdf:type sp:if ;
542 + sp:arg1 [ rdf:type sp:eq ;
543 + sp:arg1 spin:_arg1 ;
544 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APTU_revs>
545 + ] ;
546 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#rev_s-1> ;
547 + sp:arg3 [ rdf:type sp:if ;
548 + sp:arg1 [ rdf:type sp:eq ;
549 + sp:arg1 spin:_arg1 ;
550 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#APTU_rpm>
551 + ] ;
552 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#rev_min-1> ;
553 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
554 + ]
555 + ]
556 + ]
557 + ]
558 + ]
559 + ]
560 + ] ;
561 + sp:variable
562 + [ sp:varName "myVar"^^xsd:string
563 + ]
564 + ])
565 + ] .
566 +
567 +ep-dpr-spin-lib:selectAreaScale
568 + rdf:type spin:Function ;
569 + rdfs:label "select area scale"^^xsd:string ;
570 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
571 + spin:body
572 + [ rdf:type sp:Select ;
573 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
574 + ]) ;
575 + sp:where ([ rdf:type sp:Bind ;
576 + sp:expression
577 + [ rdf:type sp:if ;
578 + sp:arg1 [ rdf:type sp:eq ;
579 + sp:arg1 spin:_arg1 ;
580 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_acre>
581 + ] ;
582 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#acre> ;
583 + sp:arg3 [ rdf:type sp:if ;
584 + sp:arg1 [ rdf:type sp:eq ;
585 + sp:arg1 spin:_arg1 ;
586 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_b>
587 + ] ;
588 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#barn> ;
589 + sp:arg3 [ rdf:type sp:if ;
590 + sp:arg1 [ rdf:type sp:eq ;
591 + sp:arg1 spin:_arg1 ;
592 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_cm2>
593 + ] ;
594 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cm2> ;
595 + sp:arg3 [ rdf:type sp:if ;
596 + sp:arg1 [ rdf:type sp:eq ;
597 + sp:arg1 spin:_arg1 ;
598 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_ft2>
599 + ] ;
600 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft2> ;
601 + sp:arg3 [ rdf:type sp:if ;
602 + sp:arg1 [ rdf:type sp:eq ;
603 + sp:arg1 spin:_arg1 ;
604 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_ha>
605 + ] ;
606 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#hectare> ;
607 + sp:arg3 [ rdf:type sp:if ;
608 + sp:arg1 [ rdf:type sp:eq ;
609 + sp:arg1 spin:_arg1 ;
610 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_in2>
611 + ] ;
612 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#in2> ;
613 + sp:arg3 [ rdf:type sp:if ;
614 + sp:arg1 [ rdf:type sp:eq ;
615 + sp:arg1 spin:_arg1 ;
616 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_km2>
617 + ] ;
618 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#km2> ;
619 + sp:arg3 [ rdf:type sp:if ;
620 + sp:arg1 [ rdf:type sp:eq ;
621 + sp:arg1 spin:_arg1 ;
622 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_m2>
623 + ] ;
624 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m2> ;
625 + sp:arg3 [ rdf:type sp:if ;
626 + sp:arg1 [ rdf:type sp:eq ;
627 + sp:arg1 spin:_arg1 ;
628 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_mi2>
629 + ] ;
630 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mi2> ;
631 + sp:arg3 [ rdf:type sp:if ;
632 + sp:arg1 [ rdf:type sp:eq ;
633 + sp:arg1 spin:_arg1 ;
634 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_miUS2>
635 + ] ;
636 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#us_mi2> ;
637 + sp:arg3 [ rdf:type sp:if ;
638 + sp:arg1 [ rdf:type sp:eq ;
639 + sp:arg1 spin:_arg1 ;
640 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_mm2>
641 + ] ;
642 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mm2> ;
643 + sp:arg3 [ rdf:type sp:if ;
644 + sp:arg1 [ rdf:type sp:eq ;
645 + sp:arg1 spin:_arg1 ;
646 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_um2>
647 + ] ;
648 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#um2> ;
649 + sp:arg3 [ rdf:type sp:if ;
650 + sp:arg1 [ rdf:type sp:eq ;
651 + sp:arg1 spin:_arg1 ;
652 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#AU_yd2>
653 + ] ;
654 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#yd2> ;
655 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
656 + ]
657 + ]
658 + ]
659 + ]
660 + ]
661 + ]
662 + ]
663 + ]
664 + ]
665 + ]
666 + ]
667 + ]
668 + ] ;
669 + sp:variable
670 + [ sp:varName "myVar"^^xsd:string
671 + ]
672 + ])
673 + ] .
674 +
436 ep-dpr-spin-lib:selectDensityScale 675 ep-dpr-spin-lib:selectDensityScale
437 rdf:type spin:Function ; 676 rdf:type spin:Function ;
438 rdfs:label "select density scale"^^xsd:string ; 677 rdfs:label "select density scale"^^xsd:string ;
...@@ -650,6 +889,65 @@ ep-dpr-spin-lib:selectDensityScale ...@@ -650,6 +889,65 @@ ep-dpr-spin-lib:selectDensityScale
650 ]) 889 ])
651 ] . 890 ] .
652 891
892 +ep-dpr-spin-lib:selectDimensionlessScale
893 + rdf:type spin:Function ;
894 + rdfs:label "select area scale"^^xsd:string ;
895 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
896 + spin:body
897 + [ rdf:type sp:Select ;
898 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
899 + ]) ;
900 + sp:where ([ rdf:type sp:Bind ;
901 + sp:expression
902 + [ rdf:type sp:if ;
903 + sp:arg1 [ rdf:type sp:eq ;
904 + sp:arg1 spin:_arg1 ;
905 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_>
906 + ] ;
907 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
908 + sp:arg3 [ rdf:type sp:if ;
909 + sp:arg1 [ rdf:type sp:eq ;
910 + sp:arg1 spin:_arg1 ;
911 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_cEuc>
912 + ] ;
913 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#centiEuclid> ;
914 + sp:arg3 [ rdf:type sp:if ;
915 + sp:arg1 [ rdf:type sp:eq ;
916 + sp:arg1 spin:_arg1 ;
917 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_Euc>
918 + ] ;
919 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#euclid> ;
920 + sp:arg3 [ rdf:type sp:if ;
921 + sp:arg1 [ rdf:type sp:eq ;
922 + sp:arg1 spin:_arg1 ;
923 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_mEuc>
924 + ] ;
925 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milliEuclid> ;
926 + sp:arg3 [ rdf:type sp:if ;
927 + sp:arg1 [ rdf:type sp:eq ;
928 + sp:arg1 spin:_arg1 ;
929 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_nEuc>
930 + ] ;
931 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#nanoEuclid> ;
932 + sp:arg3 [ rdf:type sp:if ;
933 + sp:arg1 [ rdf:type sp:eq ;
934 + sp:arg1 spin:_arg1 ;
935 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_uEuc>
936 + ] ;
937 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#microEuclid> ;
938 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
939 + ]
940 + ]
941 + ]
942 + ]
943 + ]
944 + ] ;
945 + sp:variable
946 + [ sp:varName "myVar"^^xsd:string
947 + ]
948 + ])
949 + ] .
950 +
653 ep-dpr-spin-lib:selectDurationScale 951 ep-dpr-spin-lib:selectDurationScale
654 rdf:type spin:Function ; 952 rdf:type spin:Function ;
655 rdfs:label "select Duration scale"^^xsd:string ; 953 rdfs:label "select Duration scale"^^xsd:string ;
...@@ -734,6 +1032,72 @@ ep-dpr-spin-lib:selectLengthScale ...@@ -734,6 +1032,72 @@ ep-dpr-spin-lib:selectLengthScale
734 ]) 1032 ])
735 ] . 1033 ] .
736 1034
1035 +ep-dpr-spin-lib:selectLinearAccelerationScale
1036 + rdf:type spin:Function ;
1037 + rdfs:label "select Linear Acceleration scale"^^xsd:string ;
1038 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
1039 + spin:body
1040 + [ rdf:type sp:Select ;
1041 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
1042 + ]) ;
1043 + sp:where ([ rdf:type sp:Bind ;
1044 + sp:expression
1045 + [ rdf:type sp:if ;
1046 + sp:arg1 [ rdf:type sp:eq ;
1047 + sp:arg1 spin:_arg1 ;
1048 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_cms2>
1049 + ] ;
1050 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cm_s-2> ;
1051 + sp:arg3 [ rdf:type sp:if ;
1052 + sp:arg1 [ rdf:type sp:eq ;
1053 + sp:arg1 spin:_arg1 ;
1054 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_fts2>
1055 + ] ;
1056 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot_s-2> ;
1057 + sp:arg3 [ rdf:type sp:if ;
1058 + sp:arg1 [ rdf:type sp:eq ;
1059 + sp:arg1 spin:_arg1 ;
1060 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_Gal>
1061 + ] ;
1062 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#galileo> ;
1063 + sp:arg3 [ rdf:type sp:if ;
1064 + sp:arg1 [ rdf:type sp:eq ;
1065 + sp:arg1 spin:_arg1 ;
1066 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_gn>
1067 + ] ;
1068 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gn> ;
1069 + sp:arg3 [ rdf:type sp:if ;
1070 + sp:arg1 [ rdf:type sp:eq ;
1071 + sp:arg1 spin:_arg1 ;
1072 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_mGal>
1073 + ] ;
1074 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milligalileo> ;
1075 + sp:arg3 [ rdf:type sp:if ;
1076 + sp:arg1 [ rdf:type sp:eq ;
1077 + sp:arg1 spin:_arg1 ;
1078 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_mgn>
1079 + ] ;
1080 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mgn> ;
1081 + sp:arg3 [ rdf:type sp:if ;
1082 + sp:arg1 [ rdf:type sp:eq ;
1083 + sp:arg1 spin:_arg1 ;
1084 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ALU_ms2>
1085 + ] ;
1086 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_s-2> ;
1087 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1088 + ]
1089 + ]
1090 + ]
1091 + ]
1092 + ]
1093 + ]
1094 + ] ;
1095 + sp:variable
1096 + [ sp:varName "myVar"^^xsd:string
1097 + ]
1098 + ])
1099 + ] .
1100 +
737 ep-dpr-spin-lib:selectMassConcentrationScale 1101 ep-dpr-spin-lib:selectMassConcentrationScale
738 rdf:type spin:Function ; 1102 rdf:type spin:Function ;
739 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1103 rdfs:subClassOf ep-dpr-spin-lib:Function ;
...@@ -2452,6 +2816,9 @@ _:b22 ...@@ -2452,6 +2816,9 @@ _:b22
2452 _:b21 2816 _:b21
2453 sp:varName "durationScale"^^xsd:string . 2817 sp:varName "durationScale"^^xsd:string .
2454 2818
2819 +_:b20
2820 + sp:varName "densityScale"^^xsd:string .
2821 +
2455 _:b19 2822 _:b19
2456 sp:varName "uri"^^xsd:string . 2823 sp:varName "uri"^^xsd:string .
2457 2824
...@@ -2499,6 +2866,3 @@ _:b3 sp:varName "UUID"^^xsd:string . ...@@ -2499,6 +2866,3 @@ _:b3 sp:varName "UUID"^^xsd:string .
2499 _:b2 sp:varName "uri"^^xsd:string . 2866 _:b2 sp:varName "uri"^^xsd:string .
2500 2867
2501 _:b1 sp:varName "uri"^^xsd:string . 2868 _:b1 sp:varName "uri"^^xsd:string .
2502 -
2503 -_:b20
2504 - sp:varName "densityScale"^^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" />
......