David Price

Minor DC usage cleanup and more RD stuff

...@@ -162,10 +162,9 @@ ep-activity:Drill-sidetrack ...@@ -162,10 +162,9 @@ ep-activity:Drill-sidetrack
162 162
163 ep-activity:DrillStemTest 163 ep-activity:DrillStemTest
164 rdf:type ep-activity:WellTestType , owl:Class ; 164 rdf:type ep-activity:WellTestType , owl:Class ;
165 - rdfs:comment "well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ; 165 + rdfs:comment "a well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ;
166 rdfs:label "drill stem test"^^xsd:string ; 166 rdfs:label "drill stem test"^^xsd:string ;
167 rdfs:subClassOf ep-activity:WellTest ; 167 rdfs:subClassOf ep-activity:WellTest ;
168 - dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ;
169 owl:disjointWith ep-activity:ProductionTest . 168 owl:disjointWith ep-activity:ProductionTest .
170 169
171 ep-activity:DrillingActivity 170 ep-activity:DrillingActivity
...@@ -486,10 +485,9 @@ ep-activity:ProductionActivityToDate ...@@ -486,10 +485,9 @@ ep-activity:ProductionActivityToDate
486 485
487 ep-activity:ProductionTest 486 ep-activity:ProductionTest
488 rdf:type ep-activity:WellTestType , owl:Class ; 487 rdf:type ep-activity:WellTestType , owl:Class ;
489 - rdfs:comment "well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; 488 + rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ;
490 rdfs:label "production test"^^xsd:string ; 489 rdfs:label "production test"^^xsd:string ;
491 rdfs:subClassOf ep-activity:WellTest ; 490 rdfs:subClassOf ep-activity:WellTest ;
492 - dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
493 owl:disjointWith ep-activity:DrillStemTest . 491 owl:disjointWith ep-activity:DrillStemTest .
494 492
495 ep-activity:SuccessfulActivity 493 ep-activity:SuccessfulActivity
......
...@@ -25,6 +25,34 @@ pca-rdl:ERH00001 ...@@ -25,6 +25,34 @@ pca-rdl:ERH00001
25 "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ; 25 "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
26 pca-rdl:hasIdPCA "ERH00001"^^xsd:string . 26 pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
27 27
28 +pca-rdl:ERH00002
29 + rdf:type p2:Thing , owl:Class ;
30 + rdfs:subClassOf owl:Thing ;
31 + pca-rdl:hasDesignation
32 + "EPIM REPORTINGHUB NPD FACT REFERENCE DATA THING"^^xsd:string ;
33 + pca-rdl:hasIdPCA "ERH00002"^^xsd:string .
34 +
35 +pca-rdl:ERH00003
36 + rdf:type p2:ClassOfClass , owl:Class ;
37 + rdfs:subClassOf owl:Thing ;
38 + pca-rdl:hasDesignation
39 + "EPIM REPORTINGHUB NPD FACT REFERENCE DATA CLASS"^^xsd:string ;
40 + pca-rdl:hasIdPCA "ERH00003"^^xsd:string .
41 +
42 +pca-rdl:ERH00004
43 + rdf:type p2:ClassOfClass , owl:Class ;
44 + rdfs:subClassOf owl:Thing ;
45 + pca-rdl:hasDesignation
46 + "EPIM REPORTINGHUB DRILLING REFERENCE DATA THING"^^xsd:string ;
47 + pca-rdl:hasIdPCA "ERH00004"^^xsd:string .
48 +
49 +pca-rdl:ERH00005
50 + rdf:type p2:ClassOfClass , owl:Class ;
51 + rdfs:subClassOf owl:Thing ;
52 + pca-rdl:hasDesignation
53 + "EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ;
54 + pca-rdl:hasIdPCA "ERH00005"^^xsd:string .
55 +
28 <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD> 56 <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD>
29 rdf:type owl:Ontology ; 57 rdf:type owl:Ontology ;
30 owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ; 58 owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
......
...@@ -86,14 +86,6 @@ rdfs:Class ...@@ -86,14 +86,6 @@ rdfs:Class
86 sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ; 86 sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
87 sp:subject spin:_this 87 sp:subject spin:_this
88 ]) 88 ])
89 - ] [ rdf:type sp:Filter ;
90 - sp:expression
91 - [ rdf:type sp:eq ;
92 - sp:arg1 [ rdf:type afn:namespace ;
93 - sp:arg1 spin:_this
94 - ] ;
95 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
96 - ]
97 ] [ sp:object 89 ] [ sp:object
98 [ sp:varName "definition"^^xsd:string 90 [ sp:varName "definition"^^xsd:string
99 ] ; 91 ] ;
...@@ -178,14 +170,6 @@ rdfs:Class ...@@ -178,14 +170,6 @@ rdfs:Class
178 ] ; 170 ] ;
179 sp:predicate rdfs:subClassOf ; 171 sp:predicate rdfs:subClassOf ;
180 sp:subject spin:_this 172 sp:subject spin:_this
181 - ] [ rdf:type sp:Filter ;
182 - sp:expression
183 - [ rdf:type sp:eq ;
184 - sp:arg1 [ rdf:type afn:namespace ;
185 - sp:arg1 spin:_this
186 - ] ;
187 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
188 - ]
189 ] [ sp:object 173 ] [ sp:object
190 [ sp:varName "thisrduri"^^xsd:string 174 [ sp:varName "thisrduri"^^xsd:string
191 ] ; 175 ] ;
...@@ -251,14 +235,6 @@ rdfs:Class ...@@ -251,14 +235,6 @@ rdfs:Class
251 ] ; 235 ] ;
252 sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ; 236 sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
253 sp:subject spin:_this 237 sp:subject spin:_this
254 - ] [ rdf:type sp:Filter ;
255 - sp:expression
256 - [ rdf:type sp:eq ;
257 - sp:arg1 [ rdf:type afn:namespace ;
258 - sp:arg1 spin:_this
259 - ] ;
260 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
261 - ]
262 ] [ rdf:type sp:Bind ; 238 ] [ rdf:type sp:Bind ;
263 sp:expression 239 sp:expression
264 [ rdf:type smf:buildURI ; 240 [ rdf:type smf:buildURI ;
...@@ -343,14 +319,6 @@ owl:Class ...@@ -343,14 +319,6 @@ owl:Class
343 sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ; 319 sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
344 sp:subject spin:_this 320 sp:subject spin:_this
345 ]) 321 ])
346 - ] [ rdf:type sp:Filter ;
347 - sp:expression
348 - [ rdf:type sp:eq ;
349 - sp:arg1 [ rdf:type afn:namespace ;
350 - sp:arg1 spin:_this
351 - ] ;
352 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
353 - ]
354 ] [ sp:object 322 ] [ sp:object
355 [ sp:varName "definition"^^xsd:string 323 [ sp:varName "definition"^^xsd:string
356 ] ; 324 ] ;
...@@ -495,14 +463,6 @@ owl:Class ...@@ -495,14 +463,6 @@ owl:Class
495 ] ; 463 ] ;
496 sp:predicate rdfs:subClassOf ; 464 sp:predicate rdfs:subClassOf ;
497 sp:subject spin:_this 465 sp:subject spin:_this
498 - ] [ rdf:type sp:Filter ;
499 - sp:expression
500 - [ rdf:type sp:eq ;
501 - sp:arg1 [ rdf:type afn:namespace ;
502 - sp:arg1 spin:_this
503 - ] ;
504 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
505 - ]
506 ] [ sp:object 466 ] [ sp:object
507 [ sp:varName "thisrduri"^^xsd:string 467 [ sp:varName "thisrduri"^^xsd:string
508 ] ; 468 ] ;
...@@ -558,14 +518,6 @@ owl:Class ...@@ -558,14 +518,6 @@ owl:Class
558 ] ; 518 ] ;
559 sp:predicate owl:sameAs ; 519 sp:predicate owl:sameAs ;
560 sp:subject spin:_this 520 sp:subject spin:_this
561 - ] [ rdf:type sp:Filter ;
562 - sp:expression
563 - [ rdf:type sp:eq ;
564 - sp:arg1 [ rdf:type afn:namespace ;
565 - sp:arg1 spin:_this
566 - ] ;
567 - sp:arg2 "http://www.reportinghub.no/np/schema/npd#"
568 - ]
569 ] [ rdf:type sp:Optional ; 521 ] [ rdf:type sp:Optional ;
570 sp:elements ([ rdf:type sp:TriplePath ; 522 sp:elements ([ rdf:type sp:TriplePath ;
571 sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ; 523 sp:object <http://www.reportinghub.no/ep/schema/activity#Activity> ;
......