Showing
14 changed files
with
145 additions
and
3070 deletions
... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
... | @@ -43,7 +42,7 @@ | ... | @@ -43,7 +42,7 @@ |
43 | 42 | ||
44 | <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)> | 43 | <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)> |
45 | rdf:type owl:Ontology ; | 44 | rdf:type owl:Ontology ; |
46 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 45 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
47 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 46 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
48 | 47 | ||
49 | _:b1 sp:varName "dailyDrillingActivityPurposeType"^^xsd:string . | 48 | _:b1 sp:varName "dailyDrillingActivityPurposeType"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1) |
2 | -# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1) | 2 | +# imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 5 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | 6 | + |
7 | -# imports: http://spinrdf.org/spin | 7 | +@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)#> . |
8 | - | 8 | +@prefix dc: <http://purl.org/dc/elements/1.1/> . |
9 | -@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)#> . | 9 | +@prefix ep-drill-eqt-type: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . |
10 | -@prefix dc: <http://purl.org/dc/elements/1.1/> . | 10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
11 | -@prefix ep-drill-eqt-type: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
12 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 12 | +@prefix p2: <http://example.org/file2#> . |
13 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
14 | -@prefix p2: <http://example.org/file2#> . | 14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
15 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 15 | +@prefix sp: <http://spinrdf.org/sp#> . |
16 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 16 | +@prefix spin: <http://spinrdf.org/spin#> . |
17 | -@prefix sp: <http://spinrdf.org/sp#> . | 17 | +@prefix spl: <http://spinrdf.org/spl#> . |
18 | -@prefix spin: <http://spinrdf.org/spin#> . | 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
19 | -@prefix spl: <http://spinrdf.org/spl#> . | 19 | + |
20 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | +<http://www.reportinghub.no/ep/schema/ddr#EquipmentCodeNPD> |
21 | - | 21 | + spin:rule |
22 | -<http://www.reportinghub.no/ep/schema/ddr#EquipmentCodeNPD> | 22 | + [ rdf:type sp:Construct ; |
23 | - spin:rule | 23 | + sp:templates ([ sp:object ep-drill-eqt-type:DrillingEquipmentType ; |
24 | - [ rdf:type sp:Construct ; | 24 | + sp:predicate rdf:type ; |
25 | - sp:templates ([ sp:object ep-drill-eqt-type:DrillingEquipmentType ; | 25 | + sp:subject _:b1 |
26 | - sp:predicate rdf:type ; | 26 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; |
27 | - sp:subject _:b1 | 27 | + sp:predicate rdfs:subClassOf ; |
28 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 28 | + sp:subject _:b1 |
29 | - sp:predicate rdfs:subClassOf ; | 29 | + ] [ sp:object _:b2 ; |
30 | - sp:subject _:b1 | 30 | + sp:predicate rdfs:label ; |
31 | - ] [ sp:object _:b2 ; | 31 | + sp:subject _:b1 |
32 | - sp:predicate rdfs:label ; | 32 | + ] [ sp:object _:b3 ; |
33 | - sp:subject _:b1 | 33 | + sp:predicate dc:description ; |
34 | - ] [ sp:object _:b3 ; | 34 | + sp:subject _:b1 |
35 | - sp:predicate dc:description ; | 35 | + ]) ; |
36 | - sp:subject _:b1 | 36 | + sp:where ([ sp:object _:b2 ; |
37 | - ]) ; | 37 | + sp:predicate rdfs:label ; |
38 | - sp:where ([ sp:object _:b2 ; | 38 | + sp:subject spin:_this |
39 | - sp:predicate rdfs:label ; | 39 | + ] [ sp:object _:b3 ; |
40 | - sp:subject spin:_this | 40 | + sp:predicate dc:description ; |
41 | - ] [ sp:object _:b3 ; | 41 | + sp:subject spin:_this |
42 | - sp:predicate dc:description ; | 42 | + ] [ rdf:type sp:Bind ; |
43 | - sp:subject spin:_this | 43 | + sp:expression |
44 | - ] [ rdf:type sp:Bind ; | 44 | + [ rdf:type ep-spin-lib:buildEquipmentTypeURI ; |
45 | - sp:expression | 45 | + sp:arg1 _:b2 |
46 | - [ rdf:type ep-spin-lib:buildEquipmentTypeURI ; | 46 | + ] ; |
47 | - sp:arg1 _:b2 | 47 | + sp:variable _:b1 |
48 | - ] ; | 48 | + ]) |
49 | - sp:variable _:b1 | 49 | + ] . |
50 | - ]) | 50 | + |
51 | - ] . | 51 | +<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)> |
52 | - | 52 | + rdf:type owl:Ontology ; |
53 | -<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-EquipmentType-(v1.1)> | 53 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
54 | - rdf:type owl:Ontology ; | 54 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
55 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> ; | 55 | + |
56 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 56 | +_:b1 sp:varName "equipmentType"^^xsd:string . |
57 | - | 57 | + |
58 | -_:b1 sp:varName "equipmentType"^^xsd:string . | 58 | +_:b2 sp:varName "label"^^xsd:string . |
59 | - | 59 | + |
60 | -_:b2 sp:varName "label"^^xsd:string . | 60 | +_:b3 sp:varName "description"^^xsd:string . |
61 | - | ||
62 | -_:b3 sp:varName "description"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Aug 14 20:44:58 BST 2011 | 1 | +# baseURI: null |
2 | -# baseURI: null | 2 | + |
3 | - | 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . |
5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . |
6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | 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 visual: <http://topbraid.org/visual#> . |
10 | -@prefix visual: <http://topbraid.org/visual#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | + |
12 | - | 12 | +[] rdf:type inference:Configuration ; |
13 | -[] rdf:type inference:Configuration ; | 13 | + composite:child |
14 | - composite:child | 14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 15 | + <http://spinrdf.org/spin#topSPINOptions> |
16 | - <http://spinrdf.org/spin#topSPINOptions> | 16 | + "singlePass" ; |
17 | - "singlePass" ; | 17 | + composite:index "0"^^xsd:int |
18 | - composite:index "0"^^xsd:int | 18 | + ] . |
19 | - ] . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 | # baseURI: http://www.reportinghub.no/ep/spin/drilling-tables | 1 | # baseURI: http://www.reportinghub.no/ep/spin/drilling-tables |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type |
5 | # imports: http://www.reportinghub.no/spin/rh | 5 | # imports: http://www.reportinghub.no/spin/rh |
6 | 6 | ||
7 | @prefix arg: <http://spinrdf.org/arg#> . | 7 | @prefix arg: <http://spinrdf.org/arg#> . |
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | <http://www.reportinghub.no/ep/spin/drilling-tables> | 19 | <http://www.reportinghub.no/ep/spin/drilling-tables> |
20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
21 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 21 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
22 | - 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> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ; |
23 | owl:versionInfo "0.1.0"^^xsd:string . | 23 | owl:versionInfo "0.1.0"^^xsd:string . |
24 | 24 | ||
25 | drilling-tables:DailyAndForecastComments | 25 | drilling-tables:DailyAndForecastComments | ... | ... |
1 | # baseURI: http://www.reportinghub.no/ep/spin/queries | 1 | # baseURI: http://www.reportinghub.no/ep/spin/queries |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | ||
4 | 6 | ||
5 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
6 | @prefix queries: <http://www.reportinghub.no/ep/spin/queries#> . | 8 | @prefix queries: <http://www.reportinghub.no/ep/spin/queries#> . |
... | @@ -28,7 +30,7 @@ | ... | @@ -28,7 +30,7 @@ |
28 | 30 | ||
29 | <http://www.reportinghub.no/ep/spin/queries> | 31 | <http://www.reportinghub.no/ep/spin/queries> |
30 | rdf:type owl:Ontology ; | 32 | rdf:type owl:Ontology ; |
31 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ; | 33 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> ; |
32 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 34 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
33 | 35 | ||
34 | queries:TestQuery1 | 36 | queries:TestQuery1 |
... | @@ -42,10 +44,9 @@ queries:TestQuery1 | ... | @@ -42,10 +44,9 @@ queries:TestQuery1 |
42 | ] ; | 44 | ] ; |
43 | spin:constraint | 45 | spin:constraint |
44 | [ rdf:type spl:Argument ; | 46 | [ rdf:type spl:Argument ; |
45 | - rdfs:comment "An optional integer value."^^xsd:string ; | 47 | + rdfs:comment "A string argument"^^xsd:string ; |
46 | - spl:optional "true"^^xsd:boolean ; | 48 | + spl:predicate <http://spinrdf.org/arg#arg1> ; |
47 | - spl:predicate <http://spinrdf.org/arg#arg3> ; | 49 | + spl:valueType xsd:string |
48 | - spl:valueType xsd:integer | ||
49 | ] ; | 50 | ] ; |
50 | spin:constraint | 51 | spin:constraint |
51 | [ rdf:type spl:Argument ; | 52 | [ rdf:type spl:Argument ; |
... | @@ -55,9 +56,10 @@ queries:TestQuery1 | ... | @@ -55,9 +56,10 @@ queries:TestQuery1 |
55 | ] ; | 56 | ] ; |
56 | spin:constraint | 57 | spin:constraint |
57 | [ rdf:type spl:Argument ; | 58 | [ rdf:type spl:Argument ; |
58 | - rdfs:comment "A string argument"^^xsd:string ; | 59 | + rdfs:comment "An optional integer value."^^xsd:string ; |
59 | - spl:predicate <http://spinrdf.org/arg#arg1> ; | 60 | + spl:optional "true"^^xsd:boolean ; |
60 | - spl:valueType xsd:string | 61 | + spl:predicate <http://spinrdf.org/arg#arg3> ; |
62 | + spl:valueType xsd:integer | ||
61 | ] . | 63 | ] . |
62 | 64 | ||
63 | queries:TestQuery2 | 65 | queries:TestQuery2 |
... | @@ -71,13 +73,13 @@ queries:TestQuery2 | ... | @@ -71,13 +73,13 @@ queries:TestQuery2 |
71 | ] ; | 73 | ] ; |
72 | spin:constraint | 74 | spin:constraint |
73 | [ rdf:type spl:Argument ; | 75 | [ rdf:type spl:Argument ; |
74 | - rdfs:comment "A string argument"^^xsd:string ; | ||
75 | - spl:predicate <http://spinrdf.org/arg#arg1> ; | ||
76 | - spl:valueType xsd:string | ||
77 | - ] ; | ||
78 | - spin:constraint | ||
79 | - [ rdf:type spl:Argument ; | ||
80 | rdfs:comment "A float value"^^xsd:string ; | 76 | rdfs:comment "A float value"^^xsd:string ; |
81 | spl:predicate <http://spinrdf.org/arg#arg2> ; | 77 | spl:predicate <http://spinrdf.org/arg#arg2> ; |
82 | spl:valueType xsd:float | 78 | spl:valueType xsd:float |
79 | + ] ; | ||
80 | + spin:constraint | ||
81 | + [ rdf:type spl:Argument ; | ||
82 | + rdfs:comment "A string argument"^^xsd:string ; | ||
83 | + spl:predicate <http://spinrdf.org/arg#arg1> ; | ||
84 | + spl:valueType xsd:string | ||
83 | ] . | 85 | ] . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 11 18:25:18 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/report | ||
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
8 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
9 | -# imports: http://spinrdf.org/spin | ||
10 | -# imports: http://topbraid.org/sxml | ||
11 | - | ||
12 | -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
13 | -@prefix arg: <http://spinrdf.org/arg#> . | ||
14 | -@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> . | ||
15 | -@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | ||
16 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
17 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
18 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
19 | -@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | ||
20 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
21 | -@prefix spif: <http://spinrdf.org/spif#> . | ||
22 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
23 | -@prefix sxml: <http://topbraid.org/sxml#> . | ||
24 | -@prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | ||
25 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
26 | - | ||
27 | -ddr:Cs_activity | ||
28 | - spin:rule | ||
29 | - [ rdf:type sp:Construct ; | ||
30 | - rdfs:comment "STEP 030 - Construct ep-activity type statements"^^xsd:string ; | ||
31 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ; | ||
32 | - sp:predicate rdf:type ; | ||
33 | - sp:subject spin:_this | ||
34 | - ]) ; | ||
35 | - sp:where () | ||
36 | - ] ; | ||
37 | - sxml:element "witsml:activity"^^xsd:string . | ||
38 | - | ||
39 | -ddr:Cs_alias | ||
40 | - sxml:element "witsml:rigAlias"^^xsd:string , "witsml:alias" . | ||
41 | - | ||
42 | -ddr:Cs_bitRecord | ||
43 | - sxml:element "witsml:bitRecord" . | ||
44 | - | ||
45 | -ddr:Cs_documentAudit | ||
46 | - sxml:element "witsml:documentAudit" . | ||
47 | - | ||
48 | -ddr:Cs_documentEvent | ||
49 | - sxml:element "witsml:documentEvent" . | ||
50 | - | ||
51 | -ddr:Cs_documentFileCreation | ||
52 | - sxml:element "witsml:documentFileCreation" . | ||
53 | - | ||
54 | -ddr:Cs_documentInfo | ||
55 | - sxml:element "witsml:documentInfo" . | ||
56 | - | ||
57 | -ddr:Cs_documentSecurityInfo | ||
58 | - sxml:element "witsml:documentSecurityInfo" . | ||
59 | - | ||
60 | -ddr:Cs_drillReportControlIncidentInfo | ||
61 | - sxml:element "witsml:controlIncidentInfo"^^xsd:string . | ||
62 | - | ||
63 | -ddr:Cs_drillReportCoreInfo | ||
64 | - sxml:element "witsml:coreInfo"^^xsd:string . | ||
65 | - | ||
66 | -ddr:Cs_drillReportEquipFailureInfo | ||
67 | - sxml:element "witsml:equipFailureInfo"^^xsd:string . | ||
68 | - | ||
69 | -ddr:Cs_drillReportFormTestInfo | ||
70 | - sxml:element "witsml:formTestInfo"^^xsd:string . | ||
71 | - | ||
72 | -ddr:Cs_drillReportGasReadingInfo | ||
73 | - sxml:element "witsml:gasReadingInfo"^^xsd:string . | ||
74 | - | ||
75 | -ddr:Cs_drillReportLithShowInfo | ||
76 | - sxml:element "witsml:lithShowInfo"^^xsd:string . | ||
77 | - | ||
78 | -ddr:Cs_drillReportLogInfo | ||
79 | - sxml:element "witsml:logInfo"^^xsd:string . | ||
80 | - | ||
81 | -ddr:Cs_drillReportPerfInfo | ||
82 | - sxml:element "witsml:perfInfo"^^xsd:string . | ||
83 | - | ||
84 | -ddr:Cs_drillReportPorePressure | ||
85 | - sxml:element "witsml:porePressure"^^xsd:string . | ||
86 | - | ||
87 | -ddr:Cs_drillReportStatusInfo | ||
88 | - sxml:element "witsml:statusInfo"^^xsd:string . | ||
89 | - | ||
90 | -ddr:Cs_drillReportStratInfo | ||
91 | - sxml:element "witsml:stratInfo"^^xsd:string . | ||
92 | - | ||
93 | -ddr:Cs_drillReportSurveyStation | ||
94 | - sxml:element "witsml:surveyStation"^^xsd:string . | ||
95 | - | ||
96 | -ddr:Cs_drillReportWellTestInfo | ||
97 | - sxml:element "witsml:wellTestInfo"^^xsd:string . | ||
98 | - | ||
99 | -ddr:Cs_drillReportWellboreInfo | ||
100 | - sxml:element "witsml:wellboreInfo"^^xsd:string . | ||
101 | - | ||
102 | -ddr:Cs_fluid | ||
103 | - spin:rule | ||
104 | - [ rdf:type sp:Construct ; | ||
105 | - rdfs:comment "STEP 031 - Construct ep-activity fluid statements"^^xsd:string ; | ||
106 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#FluidActivity> ; | ||
107 | - sp:predicate rdf:type ; | ||
108 | - sp:subject spin:_this | ||
109 | - ]) ; | ||
110 | - sp:where () | ||
111 | - ] ; | ||
112 | - sxml:element "witsml:fluid" . | ||
113 | - | ||
114 | -ddr:Cs_geodeticModel | ||
115 | - sxml:element "witsml:geodeticModel" . | ||
116 | - | ||
117 | -ddr:Cs_localCRS | ||
118 | - sxml:element "witsml:localCRS" . | ||
119 | - | ||
120 | -ddr:Cs_location | ||
121 | - sxml:element "witsml:location" . | ||
122 | - | ||
123 | -ddr:Cs_projectionx | ||
124 | - sxml:element "witsml:projectionx" . | ||
125 | - | ||
126 | -ddr:Cs_refWellWellbore | ||
127 | - sxml:element "witsml:refWellWellbore" . | ||
128 | - | ||
129 | -ddr:Cs_refWellWellboreRig | ||
130 | - sxml:element "witsml:refWellWellboreRig" . | ||
131 | - | ||
132 | -ddr:Cs_wellAlias | ||
133 | - sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias"^^xsd:string . | ||
134 | - | ||
135 | -ddr:Cs_wellCRS | ||
136 | - sxml:element "witsml:wellCRS" . | ||
137 | - | ||
138 | -ddr:Cs_wellDatum | ||
139 | - sxml:element "witsml:wellDatum" . | ||
140 | - | ||
141 | -ddr:DrillReports | ||
142 | - sxml:element "witsml:drillReports"^^xsd:string . | ||
143 | - | ||
144 | -ddr:Obj_drillReport | ||
145 | - sxml:element "witsml:drillReport"^^xsd:string . | ||
146 | - | ||
147 | -ddr:Thing | ||
148 | - spin:rule | ||
149 | - [ rdf:type sp:Construct ; | ||
150 | - rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ; | ||
151 | - sp:templates ([ sp:object _:b1 ; | ||
152 | - sp:predicate rdf:type ; | ||
153 | - sp:subject _:b2 | ||
154 | - ] [ sp:object _:b3 ; | ||
155 | - sp:predicate ddr:uom ; | ||
156 | - sp:subject _:b2 | ||
157 | - ] [ sp:object _:b4 ; | ||
158 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
159 | - sp:subject _:b2 | ||
160 | - ] [ sp:object _:b2 ; | ||
161 | - sp:predicate _:b5 ; | ||
162 | - sp:subject spin:_this | ||
163 | - ] [ sp:object rdf:Statement ; | ||
164 | - sp:predicate rdf:type ; | ||
165 | - sp:subject _:b6 | ||
166 | - ] [ sp:object spin:_this ; | ||
167 | - sp:predicate rdf:subject ; | ||
168 | - sp:subject _:b6 | ||
169 | - ] [ sp:object _:b5 ; | ||
170 | - sp:predicate rdf:predicate ; | ||
171 | - sp:subject _:b6 | ||
172 | - ] [ sp:object _:b4 ; | ||
173 | - sp:predicate rdf:object ; | ||
174 | - sp:subject _:b6 | ||
175 | - ] [ sp:object _:b6 ; | ||
176 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
177 | - sp:subject _:b7 | ||
178 | - ]) ; | ||
179 | - sp:where ([ sp:object _:b7 ; | ||
180 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
181 | - sp:subject spin:_this | ||
182 | - ] [ sp:object _:b8 ; | ||
183 | - sp:predicate rdf:type ; | ||
184 | - sp:subject _:b7 | ||
185 | - ] [ sp:object _:b3 ; | ||
186 | - sp:predicate ddr:uom ; | ||
187 | - sp:subject _:b7 | ||
188 | - ] [ rdf:type sp:NotExists ; | ||
189 | - sp:elements ([ sp:object | ||
190 | - [ sp:varName "aNode"^^xsd:string | ||
191 | - ] ; | ||
192 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
193 | - sp:subject _:b7 | ||
194 | - ]) | ||
195 | - ] [ rdf:type sp:Bind ; | ||
196 | - sp:expression | ||
197 | - [ rdf:type afn:localname ; | ||
198 | - sp:arg1 _:b8 | ||
199 | - ] ; | ||
200 | - sp:variable _:b9 | ||
201 | - ] [ rdf:type sp:Bind ; | ||
202 | - sp:expression | ||
203 | - [ rdf:type smf:buildURI ; | ||
204 | - sp:arg1 [ rdf:type fn:concat ; | ||
205 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; | ||
206 | - sp:arg2 _:b9 | ||
207 | - ] | ||
208 | - ] ; | ||
209 | - sp:variable _:b5 | ||
210 | - ] [ sp:object owl:ObjectProperty ; | ||
211 | - sp:predicate rdf:type ; | ||
212 | - sp:subject _:b5 | ||
213 | - ] [ sp:object _:b5 ; | ||
214 | - sp:predicate owl:onProperty ; | ||
215 | - sp:subject _:b10 | ||
216 | - ] [ sp:object _:b1 ; | ||
217 | - sp:predicate owl:allValuesFrom ; | ||
218 | - sp:subject _:b10 | ||
219 | - ] [ sp:object _:b11 ; | ||
220 | - sp:predicate rdf:type ; | ||
221 | - sp:subject spin:_this | ||
222 | - ] [ rdf:type sp:TriplePath ; | ||
223 | - sp:object _:b10 ; | ||
224 | - sp:path [ rdf:type sp:ModPath ; | ||
225 | - sp:modMax -2 ; | ||
226 | - sp:modMin 0 ; | ||
227 | - sp:subPath rdfs:subClassOf | ||
228 | - ] ; | ||
229 | - sp:subject _:b11 | ||
230 | - ] [ sp:object _:b12 ; | ||
231 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
232 | - sp:subject _:b7 | ||
233 | - ] [ sp:object sxml:TextNode ; | ||
234 | - sp:predicate rdf:type ; | ||
235 | - sp:subject _:b12 | ||
236 | - ] [ sp:object _:b13 ; | ||
237 | - sp:predicate sxml:text ; | ||
238 | - sp:subject _:b12 | ||
239 | - ] [ rdf:type sp:Bind ; | ||
240 | - sp:expression | ||
241 | - [ rdf:type xsd:double ; | ||
242 | - sp:arg1 _:b13 | ||
243 | - ] ; | ||
244 | - sp:variable _:b4 | ||
245 | - ]) | ||
246 | - ] ; | ||
247 | - spin:rule | ||
248 | - [ rdf:type sp:Construct ; | ||
249 | - rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ; | ||
250 | - sp:templates ([ sp:object _:b14 ; | ||
251 | - sp:predicate _:b15 ; | ||
252 | - sp:subject spin:_this | ||
253 | - ] [ sp:object rdf:Statement ; | ||
254 | - sp:predicate rdf:type ; | ||
255 | - sp:subject _:b16 | ||
256 | - ] [ sp:object spin:_this ; | ||
257 | - sp:predicate rdf:subject ; | ||
258 | - sp:subject _:b16 | ||
259 | - ] [ sp:object _:b15 ; | ||
260 | - sp:predicate rdf:predicate ; | ||
261 | - sp:subject _:b16 | ||
262 | - ] [ sp:object _:b14 ; | ||
263 | - sp:predicate rdf:object ; | ||
264 | - sp:subject _:b16 | ||
265 | - ] [ sp:object _:b16 ; | ||
266 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
267 | - sp:subject _:b17 | ||
268 | - ]) ; | ||
269 | - sp:where ([ sp:object _:b17 ; | ||
270 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
271 | - sp:subject spin:_this | ||
272 | - ] [ sp:object _:b18 ; | ||
273 | - sp:predicate rdf:type ; | ||
274 | - sp:subject _:b17 | ||
275 | - ] [ rdf:type sp:NotExists ; | ||
276 | - sp:elements ([ sp:object | ||
277 | - [ sp:varName "uom"^^xsd:string | ||
278 | - ] ; | ||
279 | - sp:predicate ddr:uom ; | ||
280 | - sp:subject _:b17 | ||
281 | - ]) | ||
282 | - ] [ rdf:type sp:Bind ; | ||
283 | - sp:expression | ||
284 | - [ rdf:type smf:titleCase ; | ||
285 | - sp:arg1 [ rdf:type afn:localname ; | ||
286 | - sp:arg1 _:b18 | ||
287 | - ] | ||
288 | - ] ; | ||
289 | - sp:variable _:b19 | ||
290 | - ] [ rdf:type sp:Bind ; | ||
291 | - sp:expression | ||
292 | - [ rdf:type smf:buildURI ; | ||
293 | - sp:arg1 [ rdf:type fn:concat ; | ||
294 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#enum" ; | ||
295 | - sp:arg2 _:b19 | ||
296 | - ] | ||
297 | - ] ; | ||
298 | - sp:variable _:b15 | ||
299 | - ] [ sp:object owl:ObjectProperty ; | ||
300 | - sp:predicate rdf:type ; | ||
301 | - sp:subject _:b15 | ||
302 | - ] [ sp:object _:b15 ; | ||
303 | - sp:predicate owl:onProperty ; | ||
304 | - sp:subject _:b20 | ||
305 | - ] [ sp:object _:b21 ; | ||
306 | - sp:predicate owl:allValuesFrom ; | ||
307 | - sp:subject _:b20 | ||
308 | - ] [ sp:object _:b22 ; | ||
309 | - sp:predicate rdf:type ; | ||
310 | - sp:subject spin:_this | ||
311 | - ] [ rdf:type sp:TriplePath ; | ||
312 | - sp:object _:b20 ; | ||
313 | - sp:path [ rdf:type sp:ModPath ; | ||
314 | - sp:modMax -2 ; | ||
315 | - sp:modMin 0 ; | ||
316 | - sp:subPath rdfs:subClassOf | ||
317 | - ] ; | ||
318 | - sp:subject _:b22 | ||
319 | - ] [ rdf:type sp:TriplePath ; | ||
320 | - sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ; | ||
321 | - sp:path [ rdf:type sp:ModPath ; | ||
322 | - sp:modMax -2 ; | ||
323 | - sp:modMin 0 ; | ||
324 | - sp:subPath rdfs:subClassOf | ||
325 | - ] ; | ||
326 | - sp:subject _:b21 | ||
327 | - ] [ sp:object _:b23 ; | ||
328 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
329 | - sp:subject _:b17 | ||
330 | - ] [ sp:object sxml:TextNode ; | ||
331 | - sp:predicate rdf:type ; | ||
332 | - sp:subject _:b23 | ||
333 | - ] [ sp:object _:b24 ; | ||
334 | - sp:predicate sxml:text ; | ||
335 | - sp:subject _:b23 | ||
336 | - ] [ sp:object _:b21 ; | ||
337 | - sp:predicate rdf:type ; | ||
338 | - sp:subject _:b14 | ||
339 | - ] [ sp:object _:b24 ; | ||
340 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
341 | - sp:subject _:b14 | ||
342 | - ]) | ||
343 | - ] ; | ||
344 | - spin:rule | ||
345 | - [ rdf:type sp:Construct ; | ||
346 | - rdfs:comment "STEP 020 - Construct all other object properties"^^xsd:string ; | ||
347 | - sp:templates ([ sp:object _:b25 ; | ||
348 | - sp:predicate _:b26 ; | ||
349 | - sp:subject spin:_this | ||
350 | - ] [ sp:object rdf:Statement ; | ||
351 | - sp:predicate rdf:type ; | ||
352 | - sp:subject _:b27 | ||
353 | - ] [ sp:object spin:_this ; | ||
354 | - sp:predicate rdf:subject ; | ||
355 | - sp:subject _:b27 | ||
356 | - ] [ sp:object _:b26 ; | ||
357 | - sp:predicate rdf:predicate ; | ||
358 | - sp:subject _:b27 | ||
359 | - ] [ sp:object _:b25 ; | ||
360 | - sp:predicate rdf:object ; | ||
361 | - sp:subject _:b27 | ||
362 | - ] [ sp:object _:b27 ; | ||
363 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
364 | - sp:subject _:b25 | ||
365 | - ]) ; | ||
366 | - sp:where ([ sp:object _:b28 ; | ||
367 | - sp:predicate owl:allValuesFrom ; | ||
368 | - sp:subject _:b29 | ||
369 | - ] [ sp:object _:b26 ; | ||
370 | - sp:predicate owl:onProperty ; | ||
371 | - sp:subject _:b29 | ||
372 | - ] [ sp:object _:b28 ; | ||
373 | - sp:predicate rdf:type ; | ||
374 | - sp:subject _:b25 | ||
375 | - ] [ sp:object _:b25 ; | ||
376 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
377 | - sp:subject spin:_this | ||
378 | - ] [ rdf:type sp:NotExists ; | ||
379 | - sp:elements ([ sp:object | ||
380 | - [ sp:varName "aNode"^^xsd:string | ||
381 | - ] ; | ||
382 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
383 | - sp:subject _:b25 | ||
384 | - ]) | ||
385 | - ] [ rdf:type sp:NotExists ; | ||
386 | - sp:elements ([ sp:object | ||
387 | - [ sp:varName "xmlTag"^^xsd:string | ||
388 | - ] ; | ||
389 | - sp:predicate sxml:tag ; | ||
390 | - sp:subject _:b25 | ||
391 | - ]) | ||
392 | - ] [ sp:object _:b30 ; | ||
393 | - sp:predicate rdf:type ; | ||
394 | - sp:subject spin:_this | ||
395 | - ] [ rdf:type sp:TriplePath ; | ||
396 | - sp:object _:b29 ; | ||
397 | - sp:path [ rdf:type sp:ModPath ; | ||
398 | - sp:modMax -2 ; | ||
399 | - sp:modMin 0 ; | ||
400 | - sp:subPath rdfs:subClassOf | ||
401 | - ] ; | ||
402 | - sp:subject _:b30 | ||
403 | - ]) ; | ||
404 | - spin:thisUnbound "true"^^xsd:boolean | ||
405 | - ] ; | ||
406 | - spin:rule | ||
407 | - [ rdf:type sp:Construct ; | ||
408 | - rdfs:comment "STEP 009 - Construct all datatype values"^^xsd:string ; | ||
409 | - sp:templates ([ sp:object _:b31 ; | ||
410 | - sp:predicate _:b32 ; | ||
411 | - sp:subject spin:_this | ||
412 | - ] [ sp:object rdf:Statement ; | ||
413 | - sp:predicate rdf:type ; | ||
414 | - sp:subject _:b33 | ||
415 | - ] [ sp:object spin:_this ; | ||
416 | - sp:predicate rdf:subject ; | ||
417 | - sp:subject _:b33 | ||
418 | - ] [ sp:object _:b32 ; | ||
419 | - sp:predicate rdf:predicate ; | ||
420 | - sp:subject _:b33 | ||
421 | - ] [ sp:object _:b31 ; | ||
422 | - sp:predicate rdf:object ; | ||
423 | - sp:subject _:b33 | ||
424 | - ] [ sp:object _:b33 ; | ||
425 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
426 | - sp:subject _:b34 | ||
427 | - ]) ; | ||
428 | - sp:where ([ sp:object _:b34 ; | ||
429 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
430 | - sp:subject spin:_this | ||
431 | - ] [ sp:object _:b35 ; | ||
432 | - sp:predicate rdf:type ; | ||
433 | - sp:subject _:b34 | ||
434 | - ] [ rdf:type sp:NotExists ; | ||
435 | - sp:elements ([ sp:object | ||
436 | - [ sp:varName "aNode"^^xsd:string | ||
437 | - ] ; | ||
438 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
439 | - sp:subject _:b34 | ||
440 | - ]) | ||
441 | - ] [ rdf:type sp:Bind ; | ||
442 | - sp:expression | ||
443 | - [ rdf:type afn:localname ; | ||
444 | - sp:arg1 _:b35 | ||
445 | - ] ; | ||
446 | - sp:variable _:b36 | ||
447 | - ] [ rdf:type sp:Bind ; | ||
448 | - sp:expression | ||
449 | - [ rdf:type smf:buildURI ; | ||
450 | - sp:arg1 [ rdf:type fn:concat ; | ||
451 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; | ||
452 | - sp:arg2 _:b36 | ||
453 | - ] | ||
454 | - ] ; | ||
455 | - sp:variable _:b32 | ||
456 | - ] [ sp:object owl:DatatypeProperty ; | ||
457 | - sp:predicate rdf:type ; | ||
458 | - sp:subject _:b32 | ||
459 | - ] [ sp:object _:b32 ; | ||
460 | - sp:predicate owl:onProperty ; | ||
461 | - sp:subject _:b37 | ||
462 | - ] [ sp:object _:b38 ; | ||
463 | - sp:predicate owl:allValuesFrom ; | ||
464 | - sp:subject _:b37 | ||
465 | - ] [ sp:object rdfs:Datatype ; | ||
466 | - sp:predicate rdf:type ; | ||
467 | - sp:subject _:b38 | ||
468 | - ] [ rdf:type sp:TriplePath ; | ||
469 | - sp:object _:b39 ; | ||
470 | - sp:path [ rdf:type sp:ModPath ; | ||
471 | - sp:modMax -2 ; | ||
472 | - sp:modMin 0 ; | ||
473 | - sp:subPath rdfs:subClassOf | ||
474 | - ] ; | ||
475 | - sp:subject _:b38 | ||
476 | - ] [ rdf:type sp:Filter ; | ||
477 | - sp:expression | ||
478 | - [ rdf:type sp:eq ; | ||
479 | - sp:arg1 [ rdf:type afn:namespace ; | ||
480 | - sp:arg1 _:b39 | ||
481 | - ] ; | ||
482 | - sp:arg2 "http://www.w3.org/2001/XMLSchema#" | ||
483 | - ] | ||
484 | - ] [ sp:object _:b40 ; | ||
485 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
486 | - sp:subject _:b34 | ||
487 | - ] [ sp:object sxml:TextNode ; | ||
488 | - sp:predicate rdf:type ; | ||
489 | - sp:subject _:b40 | ||
490 | - ] [ sp:object _:b41 ; | ||
491 | - sp:predicate sxml:text ; | ||
492 | - sp:subject _:b40 | ||
493 | - ] [ sp:object _:b42 ; | ||
494 | - sp:predicate rdf:type ; | ||
495 | - sp:subject spin:_this | ||
496 | - ] [ rdf:type sp:TriplePath ; | ||
497 | - sp:object _:b37 ; | ||
498 | - sp:path [ rdf:type sp:ModPath ; | ||
499 | - sp:modMax -2 ; | ||
500 | - sp:modMin 0 ; | ||
501 | - sp:subPath rdfs:subClassOf | ||
502 | - ] ; | ||
503 | - sp:subject _:b42 | ||
504 | - ] [ rdf:type sp:Bind ; | ||
505 | - sp:expression | ||
506 | - [ rdf:type spif:cast ; | ||
507 | - sp:arg1 _:b41 | ||
508 | - ] ; | ||
509 | - sp:variable _:b31 | ||
510 | - ]) | ||
511 | - ] ; | ||
512 | - spin:rule | ||
513 | - [ rdf:type sp:Construct ; | ||
514 | - rdfs:comment "STEP 018 - Construct all object properties that need to match on tags"^^xsd:string ; | ||
515 | - sp:templates ([ sp:object | ||
516 | - [ sp:varName "child"^^xsd:string | ||
517 | - ] ; | ||
518 | - sp:predicate | ||
519 | - [ sp:varName "formalProperty"^^xsd:string | ||
520 | - ] ; | ||
521 | - sp:subject spin:_this | ||
522 | - ] [ sp:object rdf:Statement ; | ||
523 | - sp:predicate rdf:type ; | ||
524 | - sp:subject _:b43 | ||
525 | - ] [ sp:object spin:_this ; | ||
526 | - sp:predicate rdf:subject ; | ||
527 | - sp:subject _:b43 | ||
528 | - ] [ sp:object | ||
529 | - [ sp:varName "formalProperty"^^xsd:string | ||
530 | - ] ; | ||
531 | - sp:predicate rdf:predicate ; | ||
532 | - sp:subject _:b43 | ||
533 | - ] [ sp:object | ||
534 | - [ sp:varName "child"^^xsd:string | ||
535 | - ] ; | ||
536 | - sp:predicate rdf:object ; | ||
537 | - sp:subject _:b43 | ||
538 | - ] [ sp:object _:b43 ; | ||
539 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
540 | - sp:subject | ||
541 | - [ sp:varName "child"^^xsd:string | ||
542 | - ] | ||
543 | - ]) ; | ||
544 | - sp:where ([ sp:object | ||
545 | - [ sp:varName "childType"^^xsd:string | ||
546 | - ] ; | ||
547 | - sp:predicate owl:allValuesFrom ; | ||
548 | - sp:subject | ||
549 | - [ sp:varName "valuesRestriction"^^xsd:string | ||
550 | - ] | ||
551 | - ] [ sp:object | ||
552 | - [ sp:varName "childType"^^xsd:string | ||
553 | - ] ; | ||
554 | - sp:predicate rdf:type ; | ||
555 | - sp:subject | ||
556 | - [ sp:varName "child"^^xsd:string | ||
557 | - ] | ||
558 | - ] [ sp:object | ||
559 | - [ sp:varName "child"^^xsd:string | ||
560 | - ] ; | ||
561 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
562 | - sp:subject spin:_this | ||
563 | - ] [ rdf:type sp:NotExists ; | ||
564 | - sp:elements ([ sp:object | ||
565 | - [ sp:varName "aNode"^^xsd:string | ||
566 | - ] ; | ||
567 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
568 | - sp:subject | ||
569 | - [ sp:varName "child"^^xsd:string | ||
570 | - ] | ||
571 | - ]) | ||
572 | - ] [ sp:object | ||
573 | - [ sp:varName "xmlTag"^^xsd:string | ||
574 | - ] ; | ||
575 | - sp:predicate sxml:tag ; | ||
576 | - sp:subject | ||
577 | - [ sp:varName "child"^^xsd:string | ||
578 | - ] | ||
579 | - ] [ sp:object | ||
580 | - [ sp:varName "formalProperty"^^xsd:string | ||
581 | - ] ; | ||
582 | - sp:predicate owl:onProperty ; | ||
583 | - sp:subject | ||
584 | - [ sp:varName "valuesRestriction"^^xsd:string | ||
585 | - ] | ||
586 | - ] [ rdf:type sp:Bind ; | ||
587 | - sp:expression | ||
588 | - [ rdf:type afn:localname ; | ||
589 | - sp:arg1 [ sp:varName "formalProperty"^^xsd:string | ||
590 | - ] | ||
591 | - ] ; | ||
592 | - sp:variable | ||
593 | - [ sp:varName "propertyName"^^xsd:string | ||
594 | - ] | ||
595 | - ] [ rdf:type sp:Bind ; | ||
596 | - sp:expression | ||
597 | - [ rdf:type spif:regex ; | ||
598 | - sp:arg1 [ sp:varName "xmlTag"^^xsd:string | ||
599 | - ] ; | ||
600 | - sp:arg2 "(.*):(.*)" ; | ||
601 | - sp:arg3 "$2" | ||
602 | - ] ; | ||
603 | - sp:variable | ||
604 | - [ sp:varName "tagName"^^xsd:string | ||
605 | - ] | ||
606 | - ] [ rdf:type sp:Filter ; | ||
607 | - sp:expression | ||
608 | - [ rdf:type sp:eq ; | ||
609 | - sp:arg1 [ sp:varName "tagName"^^xsd:string | ||
610 | - ] ; | ||
611 | - sp:arg2 [ sp:varName "propertyName"^^xsd:string | ||
612 | - ] | ||
613 | - ] | ||
614 | - ] [ sp:object | ||
615 | - [ sp:varName "instType"^^xsd:string | ||
616 | - ] ; | ||
617 | - sp:predicate rdf:type ; | ||
618 | - sp:subject spin:_this | ||
619 | - ] [ rdf:type sp:TriplePath ; | ||
620 | - sp:object | ||
621 | - [ sp:varName "valuesRestriction"^^xsd:string | ||
622 | - ] ; | ||
623 | - sp:path [ rdf:type sp:ModPath ; | ||
624 | - sp:modMax -2 ; | ||
625 | - sp:modMin 0 ; | ||
626 | - sp:subPath rdfs:subClassOf | ||
627 | - ] ; | ||
628 | - sp:subject | ||
629 | - [ sp:varName "instType"^^xsd:string | ||
630 | - ] | ||
631 | - ]) ; | ||
632 | - spin:thisUnbound "true"^^xsd:boolean | ||
633 | - ] . | ||
634 | - | ||
635 | -ddr:TimestampedCommentString | ||
636 | - sxml:element "witsml:extendedReport"^^xsd:string . | ||
637 | - | ||
638 | -ddr:schemaLocation | ||
639 | - rdfs:domain ddr:Obj_drillReports ; | ||
640 | - sxml:attribute "xsi:schemaLocation"^^xsd:string . | ||
641 | - | ||
642 | -ddr:uom | ||
643 | - sxml:attribute "uom"^^xsd:string . | ||
644 | - | ||
645 | -ddr:version | ||
646 | - rdfs:domain ddr:DrillReports ; | ||
647 | - sxml:attribute "version"^^xsd:string . | ||
648 | - | ||
649 | -<http://www.reportinghub.no/ep/transform/1.1/ddr> | ||
650 | - rdf:type owl:Ontology ; | ||
651 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; | ||
652 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
653 | - | ||
654 | -owl:Thing | ||
655 | - spin:query | ||
656 | - [ rdf:type sp:Select ; | ||
657 | - sp:resultVariables (_:b44 _:b45 _:b46 _:b47) ; | ||
658 | - sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ; | ||
659 | - sp:predicate rdf:type ; | ||
660 | - sp:subject _:b48 | ||
661 | - ] [ rdf:type sp:TriplePath ; | ||
662 | - sp:object _:b49 ; | ||
663 | - sp:path [ rdf:type sp:ModPath ; | ||
664 | - sp:modMax -2 ; | ||
665 | - sp:modMin 0 ; | ||
666 | - sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child> | ||
667 | - ] ; | ||
668 | - sp:subject _:b48 | ||
669 | - ] [ sp:object _:b50 ; | ||
670 | - sp:predicate <http://topbraid.org/sxsd#name> ; | ||
671 | - sp:subject _:b48 | ||
672 | - ] [ sp:object _:b47 ; | ||
673 | - sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; | ||
674 | - sp:subject _:b49 | ||
675 | - ] [ sp:object _:b51 ; | ||
676 | - sp:predicate <http://topbraid.org/sxsd#name> ; | ||
677 | - sp:subject _:b49 | ||
678 | - ] [ rdf:type sp:Bind ; | ||
679 | - sp:expression | ||
680 | - [ rdf:type spif:titleCase ; | ||
681 | - sp:arg1 _:b51 | ||
682 | - ] ; | ||
683 | - sp:variable _:b52 | ||
684 | - ] [ rdf:type sp:Bind ; | ||
685 | - sp:expression | ||
686 | - [ rdf:type smf:buildURI ; | ||
687 | - sp:arg1 [ rdf:type fn:concat ; | ||
688 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; | ||
689 | - sp:arg2 _:b52 | ||
690 | - ] | ||
691 | - ] ; | ||
692 | - sp:variable _:b46 | ||
693 | - ] [ rdf:type sp:Bind ; | ||
694 | - sp:expression | ||
695 | - [ rdf:type spif:titleCase ; | ||
696 | - sp:arg1 _:b50 ; | ||
697 | - sp:arg2 "[a-z]s" | ||
698 | - ] ; | ||
699 | - sp:variable _:b53 | ||
700 | - ] [ rdf:type sp:Bind ; | ||
701 | - sp:expression | ||
702 | - [ rdf:type smf:buildURI ; | ||
703 | - sp:arg1 [ rdf:type fn:concat ; | ||
704 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; | ||
705 | - sp:arg2 _:b53 | ||
706 | - ] | ||
707 | - ] ; | ||
708 | - sp:variable _:b45 | ||
709 | - ] [ rdf:type sp:Bind ; | ||
710 | - sp:expression | ||
711 | - [ rdf:type smf:buildURI ; | ||
712 | - sp:arg1 [ rdf:type fn:concat ; | ||
713 | - sp:arg1 "http://www.reportinghub.no/map/ddr#" ; | ||
714 | - sp:arg2 _:b53 ; | ||
715 | - sp:arg3 "-has" ; | ||
716 | - sp:arg4 _:b52 | ||
717 | - ] | ||
718 | - ] ; | ||
719 | - sp:variable _:b44 | ||
720 | - ]) | ||
721 | - ] ; | ||
722 | - spin:query | ||
723 | - [ rdf:type sp:Select ; | ||
724 | - sp:resultVariables (_:b54 _:b55 _:b56 _:b57) ; | ||
725 | - sp:where ([ sp:object _:b57 ; | ||
726 | - sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; | ||
727 | - sp:subject _:b56 | ||
728 | - ] [ sp:object _:b56 ; | ||
729 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
730 | - sp:subject _:b55 | ||
731 | - ] [ rdf:type sp:Union ; | ||
732 | - sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ; | ||
733 | - sp:predicate rdf:type ; | ||
734 | - sp:subject _:b55 | ||
735 | - ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ; | ||
736 | - sp:predicate rdf:type ; | ||
737 | - sp:subject _:b55 | ||
738 | - ])) | ||
739 | - ] [ sp:object _:b55 ; | ||
740 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
741 | - sp:subject _:b54 | ||
742 | - ]) | ||
743 | - ] ; | ||
744 | - spin:query | ||
745 | - [ rdf:type sp:Select ; | ||
746 | - sp:where ([ sp:object | ||
747 | - [ sp:varName "p"^^xsd:string | ||
748 | - ] ; | ||
749 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
750 | - sp:subject _:b58 | ||
751 | - ] [ rdf:type sp:NotExists ; | ||
752 | - sp:elements ([ sp:object | ||
753 | - [ sp:varName "b"^^xsd:string | ||
754 | - ] ; | ||
755 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
756 | - sp:subject _:b58 | ||
757 | - ]) | ||
758 | - ]) | ||
759 | - ] ; | ||
760 | - spin:update | ||
761 | - [ rdf:type sp:Modify ; | ||
762 | - sp:deletePattern ([ sp:object _:b59 ; | ||
763 | - sp:predicate rdfs:label ; | ||
764 | - sp:subject _:b60 | ||
765 | - ]) ; | ||
766 | - sp:insertPattern ([ sp:object _:b61 ; | ||
767 | - sp:predicate rdfs:label ; | ||
768 | - sp:subject _:b60 | ||
769 | - ]) ; | ||
770 | - sp:where ([ sp:object _:b60 ; | ||
771 | - sp:predicate owl:onProperty ; | ||
772 | - sp:subject | ||
773 | - [ sp:varName "r"^^xsd:string | ||
774 | - ] | ||
775 | - ] [ sp:object _:b59 ; | ||
776 | - sp:predicate rdfs:label ; | ||
777 | - sp:subject _:b60 | ||
778 | - ] [ rdf:type sp:Filter ; | ||
779 | - sp:expression | ||
780 | - [ rdf:type fn:starts-with ; | ||
781 | - sp:arg1 _:b59 ; | ||
782 | - sp:arg2 "has" | ||
783 | - ] | ||
784 | - ] [ rdf:type sp:Bind ; | ||
785 | - sp:expression | ||
786 | - [ rdf:type smf:trim ; | ||
787 | - sp:arg1 [ rdf:type smf:regex ; | ||
788 | - sp:arg1 _:b59 ; | ||
789 | - sp:arg2 "has(.*)" ; | ||
790 | - sp:arg3 "$1" | ||
791 | - ] | ||
792 | - ] ; | ||
793 | - sp:variable _:b61 | ||
794 | - ]) | ||
795 | - ] . | ||
796 | - | ||
797 | -[] sxml:tag "witsml:porePressure"^^xsd:string . | ||
798 | - | ||
799 | -_:b61 | ||
800 | - sp:varName "newLabel"^^xsd:string . | ||
801 | - | ||
802 | -_:b60 | ||
803 | - sp:varName "p"^^xsd:string . | ||
804 | - | ||
805 | -_:b59 | ||
806 | - sp:varName "oldLabel"^^xsd:string . | ||
807 | - | ||
808 | -_:b53 | ||
809 | - sp:varName "tcname"^^xsd:string . | ||
810 | - | ||
811 | -_:b52 | ||
812 | - sp:varName "tcpname"^^xsd:string . | ||
813 | - | ||
814 | -_:b51 | ||
815 | - sp:varName "pname"^^xsd:string . | ||
816 | - | ||
817 | -_:b50 | ||
818 | - sp:varName "name"^^xsd:string . | ||
819 | - | ||
820 | -_:b49 | ||
821 | - sp:varName "c"^^xsd:string . | ||
822 | - | ||
823 | -_:b48 | ||
824 | - sp:varName "s"^^xsd:string . | ||
825 | - | ||
826 | -_:b47 | ||
827 | - sp:varName "mre"^^xsd:string . | ||
828 | - | ||
829 | -_:b46 | ||
830 | - sp:varName "ddrPU"^^xsd:string . | ||
831 | - | ||
832 | -_:b45 | ||
833 | - sp:varName "ddrCU"^^xsd:string . | ||
834 | - | ||
835 | -_:b44 | ||
836 | - sp:varName "ddrCPU"^^xsd:string . | ||
837 | - | ||
838 | -_:b57 | ||
839 | - sp:varName "e"^^xsd:string . | ||
840 | - | ||
841 | -_:b56 | ||
842 | - sp:varName "s"^^xsd:string . | ||
843 | - | ||
844 | -_:b55 | ||
845 | - sp:varName "p"^^xsd:string . | ||
846 | - | ||
847 | -_:b54 | ||
848 | - sp:varName "pp"^^xsd:string . | ||
849 | - | ||
850 | -_:b58 | ||
851 | - sp:varName "c"^^xsd:string . | ||
852 | - | ||
853 | -_:b13 | ||
854 | - sp:varName "text"^^xsd:string . | ||
855 | - | ||
856 | -_:b12 | ||
857 | - sp:varName "textNode"^^xsd:string . | ||
858 | - | ||
859 | -_:b11 | ||
860 | - sp:varName "instType"^^xsd:string . | ||
861 | - | ||
862 | -_:b10 | ||
863 | - sp:varName "allValuesRestriction"^^xsd:string . | ||
864 | - | ||
865 | -_:b9 sp:varName "childLocalName"^^xsd:string . | ||
866 | - | ||
867 | -_:b8 sp:varName "childType"^^xsd:string . | ||
868 | - | ||
869 | -_:b7 sp:varName "child"^^xsd:string . | ||
870 | - | ||
871 | -_:b5 sp:varName "opnameU"^^xsd:string . | ||
872 | - | ||
873 | -_:b4 sp:varName "value"^^xsd:string . | ||
874 | - | ||
875 | -_:b3 sp:varName "uom"^^xsd:string . | ||
876 | - | ||
877 | -_:b1 sp:varName "rangeU"^^xsd:string . | ||
878 | - | ||
879 | -_:b24 | ||
880 | - sp:varName "text"^^xsd:string . | ||
881 | - | ||
882 | -_:b23 | ||
883 | - sp:varName "textNode"^^xsd:string . | ||
884 | - | ||
885 | -_:b22 | ||
886 | - sp:varName "instType"^^xsd:string . | ||
887 | - | ||
888 | -_:b21 | ||
889 | - sp:varName "rangeU"^^xsd:string . | ||
890 | - | ||
891 | -_:b20 | ||
892 | - sp:varName "valuesRestriction"^^xsd:string . | ||
893 | - | ||
894 | -_:b19 | ||
895 | - sp:varName "childLocalName"^^xsd:string . | ||
896 | - | ||
897 | -_:b18 | ||
898 | - sp:varName "childType"^^xsd:string . | ||
899 | - | ||
900 | -_:b17 | ||
901 | - sp:varName "child"^^xsd:string . | ||
902 | - | ||
903 | -_:b15 | ||
904 | - sp:varName "opnameU"^^xsd:string . | ||
905 | - | ||
906 | -_:b14 | ||
907 | - sp:varName "enumeratedValue"^^xsd:string . | ||
908 | - | ||
909 | -_:b30 | ||
910 | - sp:varName "instType"^^xsd:string . | ||
911 | - | ||
912 | -_:b29 | ||
913 | - sp:varName "valuesRestriction"^^xsd:string . | ||
914 | - | ||
915 | -_:b28 | ||
916 | - sp:varName "childType"^^xsd:string . | ||
917 | - | ||
918 | -_:b26 | ||
919 | - sp:varName "formalProperty"^^xsd:string . | ||
920 | - | ||
921 | -_:b25 | ||
922 | - sp:varName "child"^^xsd:string . | ||
923 | - | ||
924 | -_:b42 | ||
925 | - sp:varName "instType"^^xsd:string . | ||
926 | - | ||
927 | -_:b41 | ||
928 | - sp:varName "text"^^xsd:string . | ||
929 | - | ||
930 | -_:b40 | ||
931 | - sp:varName "textNode"^^xsd:string . | ||
932 | - | ||
933 | -_:b39 | ||
934 | - sp:varName "someXSDtype"^^xsd:string . | ||
935 | - | ||
936 | -_:b38 | ||
937 | - sp:varName "rangeType"^^xsd:string . | ||
938 | - | ||
939 | -_:b37 | ||
940 | - sp:varName "valuesRestriction"^^xsd:string . | ||
941 | - | ||
942 | -_:b36 | ||
943 | - sp:varName "childLocalName"^^xsd:string . | ||
944 | - | ||
945 | -_:b35 | ||
946 | - sp:varName "childType"^^xsd:string . | ||
947 | - | ||
948 | -_:b34 | ||
949 | - sp:varName "child"^^xsd:string . | ||
950 | - | ||
951 | -_:b32 | ||
952 | - sp:varName "dtpnameU"^^xsd:string . | ||
953 | - | ||
954 | -_:b31 | ||
955 | - sp:varName "value"^^xsd:string . |
1 | -# Saved by TopBraid on Sun Sep 11 18:25:18 BST 2011 | ||
2 | -# baseURI: null | ||
3 | - | ||
4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
10 | -@prefix visual: <http://topbraid.org/visual#> . | ||
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | - | ||
13 | -[] rdf:type inference:Configuration ; | ||
14 | - composite:child | ||
15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
16 | - <http://spinrdf.org/spin#topSPINOptions> | ||
17 | - "singlePass" ; | ||
18 | - composite:index "0"^^xsd:int | ||
19 | - ] ; | ||
20 | - inference:completeMode | ||
21 | - "true"^^xsd:boolean . |
1 | -# baseURI: http://www.reportinghub.no/examples/ddr/NPD_110412124707 | ||
2 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
3 | - | ||
4 | -@prefix : <http://www.reportinghub.no/examples/ddr/NPD_110412124707#> . | ||
5 | -@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> . | ||
6 | -@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
7 | -@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
8 | -@prefix ep-actpurp: <http://www.reportinghub.no/ep/schema/activity-purpose#> . | ||
9 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
10 | -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | ||
11 | -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
12 | -@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
17 | - | ||
18 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r> | ||
19 | - ddr:drillReport <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> . | ||
20 | - | ||
21 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
22 | - ep-core:basisFor | ||
23 | - [ rdf:type rdf:Statement ; | ||
24 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> ; | ||
25 | - rdf:predicate ddr:drillReport ; | ||
26 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r> | ||
27 | - ] ; | ||
28 | - ddr:activity <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> ; | ||
29 | - ddr:bitRecord <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> ; | ||
30 | - ddr:createDate "2011-04-12T10:47:00.001Z"^^xsd:dateTime ; | ||
31 | - ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ; | ||
32 | - ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime ; | ||
33 | - ddr:enumVersionKind ddr:ORV_normal ; | ||
34 | - ddr:fluid <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> ; | ||
35 | - ddr:name "25/8-C-23"^^xsd:string ; | ||
36 | - ddr:nameWell "25/8-C-23"^^xsd:string ; | ||
37 | - ddr:nameWellbore "25/08-C-23 B"^^xsd:string ; | ||
38 | - ddr:statusInfo <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> ; | ||
39 | - ddr:wellAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> ; | ||
40 | - ddr:wellDatum <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> ; | ||
41 | - ddr:wellboreAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> ; | ||
42 | - ddr:wellboreInfo <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> . | ||
43 | - | ||
44 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-0> | ||
45 | - ep-core:basisFor | ||
46 | - [ rdf:type rdf:Statement ; | ||
47 | - rdf:object "25/8-C-23"^^xsd:string ; | ||
48 | - rdf:predicate ddr:nameWell ; | ||
49 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
50 | - ] . | ||
51 | - | ||
52 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-1> | ||
53 | - ep-core:basisFor | ||
54 | - [ rdf:type rdf:Statement ; | ||
55 | - rdf:object "25/08-C-23 B"^^xsd:string ; | ||
56 | - rdf:predicate ddr:nameWellbore ; | ||
57 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
58 | - ] . | ||
59 | - | ||
60 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> | ||
61 | - ep-core:basisFor | ||
62 | - [ rdf:type rdf:Statement ; | ||
63 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> ; | ||
64 | - rdf:predicate ddr:wellDatum ; | ||
65 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
66 | - ] ; | ||
67 | - ddr:elevation | ||
68 | - [ rdf:type ddr:WellElevationCoord ; | ||
69 | - dtype:value "32"^^xsd:double ; | ||
70 | - ddr:uom "m" | ||
71 | - ] ; | ||
72 | - ddr:enumCode ddr:ECE_KB ; | ||
73 | - ddr:name "Kelly Bushing"^^xsd:string . | ||
74 | - | ||
75 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-0> | ||
76 | - ep-core:basisFor | ||
77 | - [ rdf:type rdf:Statement ; | ||
78 | - rdf:object "Kelly Bushing"^^xsd:string ; | ||
79 | - rdf:predicate ddr:name ; | ||
80 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> | ||
81 | - ] . | ||
82 | - | ||
83 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-1> | ||
84 | - ep-core:basisFor | ||
85 | - [ rdf:type rdf:Statement ; | ||
86 | - rdf:object ddr:ECE_KB ; | ||
87 | - rdf:predicate ddr:enumCode ; | ||
88 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> | ||
89 | - ] . | ||
90 | - | ||
91 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-2> | ||
92 | - ep-core:basisFor | ||
93 | - [ rdf:type rdf:Statement ; | ||
94 | - rdf:object "32"^^xsd:double ; | ||
95 | - rdf:predicate ddr:elevation ; | ||
96 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> | ||
97 | - ] . | ||
98 | - | ||
99 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> | ||
100 | - ep-core:basisFor | ||
101 | - [ rdf:type rdf:Statement ; | ||
102 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> ; | ||
103 | - rdf:predicate ddr:wellDatum ; | ||
104 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
105 | - ] ; | ||
106 | - ddr:elevation | ||
107 | - [ rdf:type ddr:WellElevationCoord ; | ||
108 | - dtype:value "32"^^xsd:double ; | ||
109 | - ddr:uom "m" | ||
110 | - ] ; | ||
111 | - ddr:enumCode ddr:ECE_SL ; | ||
112 | - ddr:name "Sea Level"^^xsd:string . | ||
113 | - | ||
114 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-0> | ||
115 | - ep-core:basisFor | ||
116 | - [ rdf:type rdf:Statement ; | ||
117 | - rdf:object "Sea Level"^^xsd:string ; | ||
118 | - rdf:predicate ddr:name ; | ||
119 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> | ||
120 | - ] . | ||
121 | - | ||
122 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-1> | ||
123 | - ep-core:basisFor | ||
124 | - [ rdf:type rdf:Statement ; | ||
125 | - rdf:object ddr:ECE_SL ; | ||
126 | - rdf:predicate ddr:enumCode ; | ||
127 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> | ||
128 | - ] . | ||
129 | - | ||
130 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-2> | ||
131 | - ep-core:basisFor | ||
132 | - [ rdf:type rdf:Statement ; | ||
133 | - rdf:object "32"^^xsd:double ; | ||
134 | - rdf:predicate ddr:elevation ; | ||
135 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> | ||
136 | - ] . | ||
137 | - | ||
138 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> | ||
139 | - ep-core:basisFor | ||
140 | - [ rdf:type rdf:Statement ; | ||
141 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> ; | ||
142 | - rdf:predicate ddr:wellboreInfo ; | ||
143 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
144 | - ] ; | ||
145 | - ddr:dTimSpud "2011-01-24T06:00:00.001Z"^^xsd:dateTime ; | ||
146 | - ddr:drillContractor "KCA Deutag"^^xsd:string ; | ||
147 | - ddr:operator "Esso Norway"^^xsd:string ; | ||
148 | - ddr:rigAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> . | ||
149 | - | ||
150 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-0> | ||
151 | - ep-core:basisFor | ||
152 | - [ rdf:type rdf:Statement ; | ||
153 | - rdf:object "2011-01-24T06:00:00.001Z"^^xsd:dateTime ; | ||
154 | - rdf:predicate ddr:dTimSpud ; | ||
155 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> | ||
156 | - ] . | ||
157 | - | ||
158 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-1> | ||
159 | - ep-core:basisFor | ||
160 | - [ rdf:type rdf:Statement ; | ||
161 | - rdf:object "Esso Norway"^^xsd:string ; | ||
162 | - rdf:predicate ddr:operator ; | ||
163 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> | ||
164 | - ] . | ||
165 | - | ||
166 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-2> | ||
167 | - ep-core:basisFor | ||
168 | - [ rdf:type rdf:Statement ; | ||
169 | - rdf:object "KCA Deutag"^^xsd:string ; | ||
170 | - rdf:predicate ddr:drillContractor ; | ||
171 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> | ||
172 | - ] . | ||
173 | - | ||
174 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> | ||
175 | - ep-core:basisFor | ||
176 | - [ rdf:type rdf:Statement ; | ||
177 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> ; | ||
178 | - rdf:predicate ddr:rigAlias ; | ||
179 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> | ||
180 | - ] ; | ||
181 | - ddr:name "Ringhorne"^^xsd:string ; | ||
182 | - ddr:namingSystem "NPD Name"^^xsd:string . | ||
183 | - | ||
184 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3-0> | ||
185 | - ep-core:basisFor | ||
186 | - [ rdf:type rdf:Statement ; | ||
187 | - rdf:object "Ringhorne"^^xsd:string ; | ||
188 | - rdf:predicate ddr:name ; | ||
189 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> | ||
190 | - ] . | ||
191 | - | ||
192 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3-1> | ||
193 | - ep-core:basisFor | ||
194 | - [ rdf:type rdf:Statement ; | ||
195 | - rdf:object "NPD Name"^^xsd:string ; | ||
196 | - rdf:predicate ddr:namingSystem ; | ||
197 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> | ||
198 | - ] . | ||
199 | - | ||
200 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> | ||
201 | - ep-core:basisFor | ||
202 | - [ rdf:type rdf:Statement ; | ||
203 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> ; | ||
204 | - rdf:predicate ddr:rigAlias ; | ||
205 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> | ||
206 | - ] ; | ||
207 | - ddr:name "280849"^^xsd:string ; | ||
208 | - ddr:namingSystem "NPD Code"^^xsd:string . | ||
209 | - | ||
210 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4-0> | ||
211 | - ep-core:basisFor | ||
212 | - [ rdf:type rdf:Statement ; | ||
213 | - rdf:object "280849"^^xsd:string ; | ||
214 | - rdf:predicate ddr:name ; | ||
215 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> | ||
216 | - ] . | ||
217 | - | ||
218 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4-1> | ||
219 | - ep-core:basisFor | ||
220 | - [ rdf:type rdf:Statement ; | ||
221 | - rdf:object "NPD Code"^^xsd:string ; | ||
222 | - rdf:predicate ddr:namingSystem ; | ||
223 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> | ||
224 | - ] . | ||
225 | - | ||
226 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
227 | - ep-core:basisFor | ||
228 | - [ rdf:type rdf:Statement ; | ||
229 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> ; | ||
230 | - rdf:predicate ddr:statusInfo ; | ||
231 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
232 | - ] ; | ||
233 | - ddr:dTim "2011-04-05T06:00:00.001Z"^^xsd:dateTime ; | ||
234 | - ddr:distDrill _:b1 ; | ||
235 | - ddr:elevKelly _:b2 ; | ||
236 | - ddr:enumPresTestType | ||
237 | - ddr:PT_formationintegritytest ; | ||
238 | - ddr:forecast24Hr "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ; | ||
239 | - ddr:md _:b3 ; | ||
240 | - ddr:ropCurrent _:b4 ; | ||
241 | - ddr:sum24Hr "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string . | ||
242 | - | ||
243 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-0> | ||
244 | - ep-core:basisFor | ||
245 | - [ rdf:type rdf:Statement ; | ||
246 | - rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ; | ||
247 | - rdf:predicate ddr:dTim ; | ||
248 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
249 | - ] . | ||
250 | - | ||
251 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-1> | ||
252 | - ep-core:basisFor | ||
253 | - [ rdf:type rdf:Statement ; | ||
254 | - rdf:object "6292"^^xsd:double ; | ||
255 | - rdf:predicate ddr:md ; | ||
256 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
257 | - ] . | ||
258 | - | ||
259 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-2> | ||
260 | - ep-core:basisFor | ||
261 | - [ rdf:type rdf:Statement ; | ||
262 | - rdf:object ddr:PT_formationintegritytest ; | ||
263 | - rdf:predicate ddr:enumPresTestType ; | ||
264 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
265 | - ] . | ||
266 | - | ||
267 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-3> | ||
268 | - ep-core:basisFor | ||
269 | - [ rdf:type rdf:Statement ; | ||
270 | - rdf:object "138"^^xsd:double ; | ||
271 | - rdf:predicate ddr:distDrill ; | ||
272 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
273 | - ] . | ||
274 | - | ||
275 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-4> | ||
276 | - ep-core:basisFor | ||
277 | - [ rdf:type rdf:Statement ; | ||
278 | - rdf:object "60.2999992370605"^^xsd:double ; | ||
279 | - rdf:predicate ddr:elevKelly ; | ||
280 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
281 | - ] . | ||
282 | - | ||
283 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-5> | ||
284 | - ep-core:basisFor | ||
285 | - [ rdf:type rdf:Statement ; | ||
286 | - rdf:object "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string ; | ||
287 | - rdf:predicate ddr:sum24Hr ; | ||
288 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
289 | - ] . | ||
290 | - | ||
291 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-6> | ||
292 | - ep-core:basisFor | ||
293 | - [ rdf:type rdf:Statement ; | ||
294 | - rdf:object "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ; | ||
295 | - rdf:predicate ddr:forecast24Hr ; | ||
296 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
297 | - ] . | ||
298 | - | ||
299 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-7> | ||
300 | - ep-core:basisFor | ||
301 | - [ rdf:type rdf:Statement ; | ||
302 | - rdf:object "9.51724137931035"^^xsd:double ; | ||
303 | - rdf:predicate ddr:ropCurrent ; | ||
304 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> | ||
305 | - ] . | ||
306 | - | ||
307 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> | ||
308 | - ep-core:basisFor | ||
309 | - [ rdf:type rdf:Statement ; | ||
310 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> ; | ||
311 | - rdf:predicate ddr:bitRecord ; | ||
312 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
313 | - ] ; | ||
314 | - ddr:codeMfg "HCM 607"^^xsd:string ; | ||
315 | - ddr:diaBit | ||
316 | - [ rdf:type ddr:LengthMeasure ; | ||
317 | - dtype:value "8.50000015393957"^^xsd:double ; | ||
318 | - ddr:uom "in" | ||
319 | - ] ; | ||
320 | - ddr:manufacturer "Hughes-Christensen"^^xsd:string ; | ||
321 | - ddr:numBit "b6"^^xsd:string . | ||
322 | - | ||
323 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-0> | ||
324 | - ep-core:basisFor | ||
325 | - [ rdf:type rdf:Statement ; | ||
326 | - rdf:object "b6"^^xsd:string ; | ||
327 | - rdf:predicate ddr:numBit ; | ||
328 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> | ||
329 | - ] . | ||
330 | - | ||
331 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-1> | ||
332 | - ep-core:basisFor | ||
333 | - [ rdf:type rdf:Statement ; | ||
334 | - rdf:object "8.50000015393957"^^xsd:double ; | ||
335 | - rdf:predicate ddr:diaBit ; | ||
336 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> | ||
337 | - ] . | ||
338 | - | ||
339 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-2> | ||
340 | - ep-core:basisFor | ||
341 | - [ rdf:type rdf:Statement ; | ||
342 | - rdf:object "Hughes-Christensen"^^xsd:string ; | ||
343 | - rdf:predicate ddr:manufacturer ; | ||
344 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> | ||
345 | - ] . | ||
346 | - | ||
347 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-3> | ||
348 | - ep-core:basisFor | ||
349 | - [ rdf:type rdf:Statement ; | ||
350 | - rdf:object "HCM 607"^^xsd:string ; | ||
351 | - rdf:predicate ddr:codeMfg ; | ||
352 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> | ||
353 | - ] . | ||
354 | - | ||
355 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> | ||
356 | - ep-core:basisFor | ||
357 | - [ rdf:type rdf:Statement ; | ||
358 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> ; | ||
359 | - rdf:predicate ddr:bitRecord ; | ||
360 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
361 | - ] ; | ||
362 | - ddr:codeMfg "HCM 607"^^xsd:string ; | ||
363 | - ddr:diaBit | ||
364 | - [ rdf:type ddr:LengthMeasure ; | ||
365 | - dtype:value "8.50000015393957"^^xsd:double ; | ||
366 | - ddr:uom "in" | ||
367 | - ] ; | ||
368 | - ddr:manufacturer "Hughes-Christensen"^^xsd:string ; | ||
369 | - ddr:numBit "b6"^^xsd:string . | ||
370 | - | ||
371 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-0> | ||
372 | - ep-core:basisFor | ||
373 | - [ rdf:type rdf:Statement ; | ||
374 | - rdf:object "b6"^^xsd:string ; | ||
375 | - rdf:predicate ddr:numBit ; | ||
376 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> | ||
377 | - ] . | ||
378 | - | ||
379 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-1> | ||
380 | - ep-core:basisFor | ||
381 | - [ rdf:type rdf:Statement ; | ||
382 | - rdf:object "8.50000015393957"^^xsd:double ; | ||
383 | - rdf:predicate ddr:diaBit ; | ||
384 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> | ||
385 | - ] . | ||
386 | - | ||
387 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-2> | ||
388 | - ep-core:basisFor | ||
389 | - [ rdf:type rdf:Statement ; | ||
390 | - rdf:object "Hughes-Christensen"^^xsd:string ; | ||
391 | - rdf:predicate ddr:manufacturer ; | ||
392 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> | ||
393 | - ] . | ||
394 | - | ||
395 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-3> | ||
396 | - ep-core:basisFor | ||
397 | - [ rdf:type rdf:Statement ; | ||
398 | - rdf:object "HCM 607"^^xsd:string ; | ||
399 | - rdf:predicate ddr:codeMfg ; | ||
400 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> | ||
401 | - ] . | ||
402 | - | ||
403 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> | ||
404 | - ep-core:basisFor | ||
405 | - [ rdf:type rdf:Statement ; | ||
406 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> ; | ||
407 | - rdf:predicate ddr:bitRecord ; | ||
408 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
409 | - ] ; | ||
410 | - ddr:codeMfg "HCM 607"^^xsd:string ; | ||
411 | - ddr:diaBit | ||
412 | - [ rdf:type ddr:LengthMeasure ; | ||
413 | - dtype:value "8.50000015393957"^^xsd:double ; | ||
414 | - ddr:uom "in" | ||
415 | - ] ; | ||
416 | - ddr:manufacturer "Hughes-Christensen"^^xsd:string ; | ||
417 | - ddr:numBit "b6"^^xsd:string . | ||
418 | - | ||
419 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-0> | ||
420 | - ep-core:basisFor | ||
421 | - [ rdf:type rdf:Statement ; | ||
422 | - rdf:object "b6"^^xsd:string ; | ||
423 | - rdf:predicate ddr:numBit ; | ||
424 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> | ||
425 | - ] . | ||
426 | - | ||
427 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-1> | ||
428 | - ep-core:basisFor | ||
429 | - [ rdf:type rdf:Statement ; | ||
430 | - rdf:object "8.50000015393957"^^xsd:double ; | ||
431 | - rdf:predicate ddr:diaBit ; | ||
432 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> | ||
433 | - ] . | ||
434 | - | ||
435 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-2> | ||
436 | - ep-core:basisFor | ||
437 | - [ rdf:type rdf:Statement ; | ||
438 | - rdf:object "Hughes-Christensen"^^xsd:string ; | ||
439 | - rdf:predicate ddr:manufacturer ; | ||
440 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> | ||
441 | - ] . | ||
442 | - | ||
443 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-3> | ||
444 | - ep-core:basisFor | ||
445 | - [ rdf:type rdf:Statement ; | ||
446 | - rdf:object "HCM 607"^^xsd:string ; | ||
447 | - rdf:predicate ddr:codeMfg ; | ||
448 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> | ||
449 | - ] . | ||
450 | - | ||
451 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> | ||
452 | - ep-core:basisFor | ||
453 | - [ rdf:type rdf:Statement ; | ||
454 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> ; | ||
455 | - rdf:predicate ddr:bitRecord ; | ||
456 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
457 | - ] ; | ||
458 | - ddr:codeMfg "HCM 607"^^xsd:string ; | ||
459 | - ddr:diaBit | ||
460 | - [ rdf:type ddr:LengthMeasure ; | ||
461 | - dtype:value "8.50000015393957"^^xsd:double ; | ||
462 | - ddr:uom "in" | ||
463 | - ] ; | ||
464 | - ddr:manufacturer "Hughes-Christensen"^^xsd:string ; | ||
465 | - ddr:numBit "b6"^^xsd:string . | ||
466 | - | ||
467 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-0> | ||
468 | - ep-core:basisFor | ||
469 | - [ rdf:type rdf:Statement ; | ||
470 | - rdf:object "b6"^^xsd:string ; | ||
471 | - rdf:predicate ddr:numBit ; | ||
472 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> | ||
473 | - ] . | ||
474 | - | ||
475 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-1> | ||
476 | - ep-core:basisFor | ||
477 | - [ rdf:type rdf:Statement ; | ||
478 | - rdf:object "8.50000015393957"^^xsd:double ; | ||
479 | - rdf:predicate ddr:diaBit ; | ||
480 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> | ||
481 | - ] . | ||
482 | - | ||
483 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-2> | ||
484 | - ep-core:basisFor | ||
485 | - [ rdf:type rdf:Statement ; | ||
486 | - rdf:object "Hughes-Christensen"^^xsd:string ; | ||
487 | - rdf:predicate ddr:manufacturer ; | ||
488 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> | ||
489 | - ] . | ||
490 | - | ||
491 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-3> | ||
492 | - ep-core:basisFor | ||
493 | - [ rdf:type rdf:Statement ; | ||
494 | - rdf:object "HCM 607"^^xsd:string ; | ||
495 | - rdf:predicate ddr:codeMfg ; | ||
496 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> | ||
497 | - ] . | ||
498 | - | ||
499 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
500 | - ep-core:basisFor | ||
501 | - [ rdf:type rdf:Statement ; | ||
502 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> ; | ||
503 | - rdf:predicate ddr:fluid ; | ||
504 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
505 | - ] ; | ||
506 | - ddr:dTim "2011-04-05T09:00:00.001Z"^^xsd:dateTime ; | ||
507 | - ddr:density | ||
508 | - [ rdf:type ddr:DensityMeasure ; | ||
509 | - dtype:value "1370"^^xsd:double ; | ||
510 | - ddr:uom "g/cm3" | ||
511 | - ] ; | ||
512 | - ddr:enumMudClass ddr:MC_oilbased ; | ||
513 | - ddr:md [ rdf:type ddr:MeasuredDepthCoord ; | ||
514 | - dtype:value "6162"^^xsd:double ; | ||
515 | - ddr:uom "m" | ||
516 | - ] ; | ||
517 | - ddr:presBopRating | ||
518 | - [ rdf:type ddr:PressureMeasureBar ; | ||
519 | - dtype:value "344.7378515625"^^xsd:double ; | ||
520 | - ddr:uom "bar" | ||
521 | - ] ; | ||
522 | - ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ; | ||
523 | - dtype:value "19"^^xsd:double ; | ||
524 | - ddr:uom "mPa.s" | ||
525 | - ] ; | ||
526 | - ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ; | ||
527 | - dtype:value "1799.94559164957"^^xsd:double ; | ||
528 | - ddr:uom "m" | ||
529 | - ] ; | ||
530 | - ddr:type "Oil Based"^^xsd:string ; | ||
531 | - ddr:yp [ rdf:type ddr:PressureMeasure ; | ||
532 | - dtype:value "5.745631"^^xsd:double ; | ||
533 | - ddr:uom "Pa" | ||
534 | - ] . | ||
535 | - | ||
536 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-0> | ||
537 | - ep-core:basisFor | ||
538 | - [ rdf:type rdf:Statement ; | ||
539 | - rdf:object "Oil Based"^^xsd:string ; | ||
540 | - rdf:predicate ddr:type ; | ||
541 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
542 | - ] . | ||
543 | - | ||
544 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-1> | ||
545 | - ep-core:basisFor | ||
546 | - [ rdf:type rdf:Statement ; | ||
547 | - rdf:object "2011-04-05T09:00:00.001Z"^^xsd:dateTime ; | ||
548 | - rdf:predicate ddr:dTim ; | ||
549 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
550 | - ] . | ||
551 | - | ||
552 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-2> | ||
553 | - ep-core:basisFor | ||
554 | - [ rdf:type rdf:Statement ; | ||
555 | - rdf:object "6162"^^xsd:double ; | ||
556 | - rdf:predicate ddr:md ; | ||
557 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
558 | - ] . | ||
559 | - | ||
560 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-3> | ||
561 | - ep-core:basisFor | ||
562 | - [ rdf:type rdf:Statement ; | ||
563 | - rdf:object "1799.94559164957"^^xsd:double ; | ||
564 | - rdf:predicate ddr:tvd ; | ||
565 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
566 | - ] . | ||
567 | - | ||
568 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-4> | ||
569 | - ep-core:basisFor | ||
570 | - [ rdf:type rdf:Statement ; | ||
571 | - rdf:object "344.7378515625"^^xsd:double ; | ||
572 | - rdf:predicate ddr:presBopRating ; | ||
573 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
574 | - ] . | ||
575 | - | ||
576 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-5> | ||
577 | - ep-core:basisFor | ||
578 | - [ rdf:type rdf:Statement ; | ||
579 | - rdf:object ddr:MC_oilbased ; | ||
580 | - rdf:predicate ddr:enumMudClass ; | ||
581 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
582 | - ] . | ||
583 | - | ||
584 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-6> | ||
585 | - ep-core:basisFor | ||
586 | - [ rdf:type rdf:Statement ; | ||
587 | - rdf:object "1370"^^xsd:double ; | ||
588 | - rdf:predicate ddr:density ; | ||
589 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
590 | - ] . | ||
591 | - | ||
592 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-7> | ||
593 | - ep-core:basisFor | ||
594 | - [ rdf:type rdf:Statement ; | ||
595 | - rdf:object "19"^^xsd:double ; | ||
596 | - rdf:predicate ddr:pv ; | ||
597 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
598 | - ] . | ||
599 | - | ||
600 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-8> | ||
601 | - ep-core:basisFor | ||
602 | - [ rdf:type rdf:Statement ; | ||
603 | - rdf:object "5.745631"^^xsd:double ; | ||
604 | - rdf:predicate ddr:yp ; | ||
605 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> | ||
606 | - ] . | ||
607 | - | ||
608 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
609 | - ep-core:basisFor | ||
610 | - [ rdf:type rdf:Statement ; | ||
611 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> ; | ||
612 | - rdf:predicate ddr:fluid ; | ||
613 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
614 | - ] ; | ||
615 | - ddr:dTim "2011-04-05T14:00:00.001Z"^^xsd:dateTime ; | ||
616 | - ddr:density | ||
617 | - [ rdf:type ddr:DensityMeasure ; | ||
618 | - dtype:value "1380"^^xsd:double ; | ||
619 | - ddr:uom "g/cm3" | ||
620 | - ] ; | ||
621 | - ddr:enumMudClass ddr:MC_oilbased ; | ||
622 | - ddr:md [ rdf:type ddr:MeasuredDepthCoord ; | ||
623 | - dtype:value "6162"^^xsd:double ; | ||
624 | - ddr:uom "m" | ||
625 | - ] ; | ||
626 | - ddr:presBopRating | ||
627 | - [ rdf:type ddr:PressureMeasureBar ; | ||
628 | - dtype:value "344.7378515625"^^xsd:double ; | ||
629 | - ddr:uom "bar" | ||
630 | - ] ; | ||
631 | - ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ; | ||
632 | - dtype:value "17"^^xsd:double ; | ||
633 | - ddr:uom "mPa.s" | ||
634 | - ] ; | ||
635 | - ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ; | ||
636 | - dtype:value "1799.94559164957"^^xsd:double ; | ||
637 | - ddr:uom "m" | ||
638 | - ] ; | ||
639 | - ddr:type "Oil Based"^^xsd:string ; | ||
640 | - ddr:yp [ rdf:type ddr:PressureMeasure ; | ||
641 | - dtype:value "5.266829"^^xsd:double ; | ||
642 | - ddr:uom "Pa" | ||
643 | - ] . | ||
644 | - | ||
645 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-0> | ||
646 | - ep-core:basisFor | ||
647 | - [ rdf:type rdf:Statement ; | ||
648 | - rdf:object "Oil Based"^^xsd:string ; | ||
649 | - rdf:predicate ddr:type ; | ||
650 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
651 | - ] . | ||
652 | - | ||
653 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-1> | ||
654 | - ep-core:basisFor | ||
655 | - [ rdf:type rdf:Statement ; | ||
656 | - rdf:object "2011-04-05T14:00:00.001Z"^^xsd:dateTime ; | ||
657 | - rdf:predicate ddr:dTim ; | ||
658 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
659 | - ] . | ||
660 | - | ||
661 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-2> | ||
662 | - ep-core:basisFor | ||
663 | - [ rdf:type rdf:Statement ; | ||
664 | - rdf:object "6162"^^xsd:double ; | ||
665 | - rdf:predicate ddr:md ; | ||
666 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
667 | - ] . | ||
668 | - | ||
669 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-3> | ||
670 | - ep-core:basisFor | ||
671 | - [ rdf:type rdf:Statement ; | ||
672 | - rdf:object "1799.94559164957"^^xsd:double ; | ||
673 | - rdf:predicate ddr:tvd ; | ||
674 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
675 | - ] . | ||
676 | - | ||
677 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-4> | ||
678 | - ep-core:basisFor | ||
679 | - [ rdf:type rdf:Statement ; | ||
680 | - rdf:object "344.7378515625"^^xsd:double ; | ||
681 | - rdf:predicate ddr:presBopRating ; | ||
682 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
683 | - ] . | ||
684 | - | ||
685 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-5> | ||
686 | - ep-core:basisFor | ||
687 | - [ rdf:type rdf:Statement ; | ||
688 | - rdf:object ddr:MC_oilbased ; | ||
689 | - rdf:predicate ddr:enumMudClass ; | ||
690 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
691 | - ] . | ||
692 | - | ||
693 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-6> | ||
694 | - ep-core:basisFor | ||
695 | - [ rdf:type rdf:Statement ; | ||
696 | - rdf:object "1380"^^xsd:double ; | ||
697 | - rdf:predicate ddr:density ; | ||
698 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
699 | - ] . | ||
700 | - | ||
701 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-7> | ||
702 | - ep-core:basisFor | ||
703 | - [ rdf:type rdf:Statement ; | ||
704 | - rdf:object "17"^^xsd:double ; | ||
705 | - rdf:predicate ddr:pv ; | ||
706 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
707 | - ] . | ||
708 | - | ||
709 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-8> | ||
710 | - ep-core:basisFor | ||
711 | - [ rdf:type rdf:Statement ; | ||
712 | - rdf:object "5.266829"^^xsd:double ; | ||
713 | - rdf:predicate ddr:yp ; | ||
714 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> | ||
715 | - ] . | ||
716 | - | ||
717 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-2> | ||
718 | - ep-core:basisFor | ||
719 | - [ rdf:type rdf:Statement ; | ||
720 | - rdf:object "25/8-C-23"^^xsd:string ; | ||
721 | - rdf:predicate ddr:name ; | ||
722 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
723 | - ] . | ||
724 | - | ||
725 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
726 | - ep-core:basisFor | ||
727 | - [ rdf:type rdf:Statement ; | ||
728 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> ; | ||
729 | - rdf:predicate ddr:fluid ; | ||
730 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
731 | - ] ; | ||
732 | - ddr:dTim "2011-04-05T20:45:00.001Z"^^xsd:dateTime ; | ||
733 | - ddr:density | ||
734 | - [ rdf:type ddr:DensityMeasure ; | ||
735 | - dtype:value "1370"^^xsd:double ; | ||
736 | - ddr:uom "g/cm3" | ||
737 | - ] ; | ||
738 | - ddr:enumMudClass ddr:MC_oilbased ; | ||
739 | - ddr:md [ rdf:type ddr:MeasuredDepthCoord ; | ||
740 | - dtype:value "6225"^^xsd:double ; | ||
741 | - ddr:uom "m" | ||
742 | - ] ; | ||
743 | - ddr:presBopRating | ||
744 | - [ rdf:type ddr:PressureMeasureBar ; | ||
745 | - dtype:value "344.7378515625"^^xsd:double ; | ||
746 | - ddr:uom "bar" | ||
747 | - ] ; | ||
748 | - ddr:presBopRating | ||
749 | - [ rdf:type ddr:PressureMeasureBar ; | ||
750 | - dtype:value "344.7378515625"^^xsd:double ; | ||
751 | - ddr:uom "bar" | ||
752 | - ] ; | ||
753 | - ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ; | ||
754 | - dtype:value "17"^^xsd:double ; | ||
755 | - ddr:uom "mPa.s" | ||
756 | - ] ; | ||
757 | - ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ; | ||
758 | - dtype:value "1799.96139825117"^^xsd:double ; | ||
759 | - ddr:uom "m" | ||
760 | - ] ; | ||
761 | - ddr:type "Oil Based"^^xsd:string ; | ||
762 | - ddr:yp [ rdf:type ddr:PressureMeasure ; | ||
763 | - dtype:value "5.745631"^^xsd:double ; | ||
764 | - ddr:uom "Pa" | ||
765 | - ] . | ||
766 | - | ||
767 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-0> | ||
768 | - ep-core:basisFor | ||
769 | - [ rdf:type rdf:Statement ; | ||
770 | - rdf:object "Oil Based"^^xsd:string ; | ||
771 | - rdf:predicate ddr:type ; | ||
772 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
773 | - ] . | ||
774 | - | ||
775 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-1> | ||
776 | - ep-core:basisFor | ||
777 | - [ rdf:type rdf:Statement ; | ||
778 | - rdf:object "2011-04-05T20:45:00.001Z"^^xsd:dateTime ; | ||
779 | - rdf:predicate ddr:dTim ; | ||
780 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
781 | - ] . | ||
782 | - | ||
783 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-2> | ||
784 | - ep-core:basisFor | ||
785 | - [ rdf:type rdf:Statement ; | ||
786 | - rdf:object "6225"^^xsd:double ; | ||
787 | - rdf:predicate ddr:md ; | ||
788 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
789 | - ] . | ||
790 | - | ||
791 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-3> | ||
792 | - ep-core:basisFor | ||
793 | - [ rdf:type rdf:Statement ; | ||
794 | - rdf:object "1799.96139825117"^^xsd:double ; | ||
795 | - rdf:predicate ddr:tvd ; | ||
796 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
797 | - ] . | ||
798 | - | ||
799 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-4> | ||
800 | - ep-core:basisFor | ||
801 | - [ rdf:type rdf:Statement ; | ||
802 | - rdf:object "344.7378515625"^^xsd:double ; | ||
803 | - rdf:predicate ddr:presBopRating ; | ||
804 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
805 | - ] . | ||
806 | - | ||
807 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-5> | ||
808 | - ep-core:basisFor | ||
809 | - [ rdf:type rdf:Statement ; | ||
810 | - rdf:object "344.7378515625"^^xsd:double ; | ||
811 | - rdf:predicate ddr:presBopRating ; | ||
812 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
813 | - ] . | ||
814 | - | ||
815 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-6> | ||
816 | - ep-core:basisFor | ||
817 | - [ rdf:type rdf:Statement ; | ||
818 | - rdf:object ddr:MC_oilbased ; | ||
819 | - rdf:predicate ddr:enumMudClass ; | ||
820 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
821 | - ] . | ||
822 | - | ||
823 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-7> | ||
824 | - ep-core:basisFor | ||
825 | - [ rdf:type rdf:Statement ; | ||
826 | - rdf:object "1370"^^xsd:double ; | ||
827 | - rdf:predicate ddr:density ; | ||
828 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
829 | - ] . | ||
830 | - | ||
831 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-8> | ||
832 | - ep-core:basisFor | ||
833 | - [ rdf:type rdf:Statement ; | ||
834 | - rdf:object "17"^^xsd:double ; | ||
835 | - rdf:predicate ddr:pv ; | ||
836 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
837 | - ] . | ||
838 | - | ||
839 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-9> | ||
840 | - ep-core:basisFor | ||
841 | - [ rdf:type rdf:Statement ; | ||
842 | - rdf:object "5.745631"^^xsd:double ; | ||
843 | - rdf:predicate ddr:yp ; | ||
844 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> | ||
845 | - ] . | ||
846 | - | ||
847 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
848 | - ep-core:basisFor | ||
849 | - [ rdf:type rdf:Statement ; | ||
850 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> ; | ||
851 | - rdf:predicate ddr:fluid ; | ||
852 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
853 | - ] ; | ||
854 | - ddr:dTim "2011-04-06T04:00:00.001Z"^^xsd:dateTime ; | ||
855 | - ddr:density | ||
856 | - [ rdf:type ddr:DensityMeasure ; | ||
857 | - dtype:value "1380"^^xsd:double ; | ||
858 | - ddr:uom "g/cm3" | ||
859 | - ] ; | ||
860 | - ddr:enumMudClass ddr:MC_oilbased ; | ||
861 | - ddr:md [ rdf:type ddr:MeasuredDepthCoord ; | ||
862 | - dtype:value "6280"^^xsd:double ; | ||
863 | - ddr:uom "m" | ||
864 | - ] ; | ||
865 | - ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ; | ||
866 | - dtype:value "18"^^xsd:double ; | ||
867 | - ddr:uom "mPa.s" | ||
868 | - ] ; | ||
869 | - ddr:type "Oil Based"^^xsd:string ; | ||
870 | - ddr:yp [ rdf:type ddr:PressureMeasure ; | ||
871 | - dtype:value "7.182039"^^xsd:double ; | ||
872 | - ddr:uom "Pa" | ||
873 | - ] . | ||
874 | - | ||
875 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-0> | ||
876 | - ep-core:basisFor | ||
877 | - [ rdf:type rdf:Statement ; | ||
878 | - rdf:object "Oil Based"^^xsd:string ; | ||
879 | - rdf:predicate ddr:type ; | ||
880 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
881 | - ] . | ||
882 | - | ||
883 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-1> | ||
884 | - ep-core:basisFor | ||
885 | - [ rdf:type rdf:Statement ; | ||
886 | - rdf:object "2011-04-06T04:00:00.001Z"^^xsd:dateTime ; | ||
887 | - rdf:predicate ddr:dTim ; | ||
888 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
889 | - ] . | ||
890 | - | ||
891 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-2> | ||
892 | - ep-core:basisFor | ||
893 | - [ rdf:type rdf:Statement ; | ||
894 | - rdf:object "6280"^^xsd:double ; | ||
895 | - rdf:predicate ddr:md ; | ||
896 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
897 | - ] . | ||
898 | - | ||
899 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-3> | ||
900 | - ep-core:basisFor | ||
901 | - [ rdf:type rdf:Statement ; | ||
902 | - rdf:object ddr:MC_oilbased ; | ||
903 | - rdf:predicate ddr:enumMudClass ; | ||
904 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
905 | - ] . | ||
906 | - | ||
907 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-4> | ||
908 | - ep-core:basisFor | ||
909 | - [ rdf:type rdf:Statement ; | ||
910 | - rdf:object "1380"^^xsd:double ; | ||
911 | - rdf:predicate ddr:density ; | ||
912 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
913 | - ] . | ||
914 | - | ||
915 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-5> | ||
916 | - ep-core:basisFor | ||
917 | - [ rdf:type rdf:Statement ; | ||
918 | - rdf:object "18"^^xsd:double ; | ||
919 | - rdf:predicate ddr:pv ; | ||
920 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
921 | - ] . | ||
922 | - | ||
923 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-6> | ||
924 | - ep-core:basisFor | ||
925 | - [ rdf:type rdf:Statement ; | ||
926 | - rdf:object "7.182039"^^xsd:double ; | ||
927 | - rdf:predicate ddr:yp ; | ||
928 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> | ||
929 | - ] . | ||
930 | - | ||
931 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
932 | - rdf:type ep-activity:DrillingActivity ; | ||
933 | - ep-core:basisFor | ||
934 | - [ rdf:type rdf:Statement ; | ||
935 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> ; | ||
936 | - rdf:predicate ddr:activity ; | ||
937 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
938 | - ] ; | ||
939 | - ddr:comments """Continue to circulate and condition mud after hole attempting to pack off. Pump 1600 lpm / 177-185 bar, 150 RPM. Loss rate reduced to 15 m3/hr. | ||
940 | - | ||
941 | -ECD: 1,53 - 1,56 sg. | ||
942 | - | ||
943 | -Cuttings weight: | ||
944 | -0600hrs - 8kg/min (150 RPM, 1600 lpm)"""^^xsd:string ; | ||
945 | - ddr:dTimEnd "2011-04-05T06:15:00.001Z"^^xsd:dateTime ; | ||
946 | - ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime ; | ||
947 | - ddr:enumPhase ddr:P_fixed ; | ||
948 | - ddr:enumProprietaryCode | ||
949 | - ddr:ACNPD_drilling--circulatingconditioning ; | ||
950 | - ddr:enumState ddr:MAE_ok ; | ||
951 | - ddr:enumStateDetailActivity | ||
952 | - ddr:SDA_success ; | ||
953 | - ddr:md _:b5 ; | ||
954 | - ddr:tvd _:b6 . | ||
955 | - | ||
956 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-0> | ||
957 | - ep-core:basisFor | ||
958 | - [ rdf:type rdf:Statement ; | ||
959 | - rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ; | ||
960 | - rdf:predicate ddr:dTimStart ; | ||
961 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
962 | - ] . | ||
963 | - | ||
964 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-1> | ||
965 | - ep-core:basisFor | ||
966 | - [ rdf:type rdf:Statement ; | ||
967 | - rdf:object "2011-04-05T06:15:00.001Z"^^xsd:dateTime ; | ||
968 | - rdf:predicate ddr:dTimEnd ; | ||
969 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
970 | - ] . | ||
971 | - | ||
972 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-2> | ||
973 | - ep-core:basisFor | ||
974 | - [ rdf:type rdf:Statement ; | ||
975 | - rdf:object "6154"^^xsd:double ; | ||
976 | - rdf:predicate ddr:md ; | ||
977 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
978 | - ] . | ||
979 | - | ||
980 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-3> | ||
981 | - ep-core:basisFor | ||
982 | - [ rdf:type rdf:Statement ; | ||
983 | - rdf:object "1799.94758440832"^^xsd:double ; | ||
984 | - rdf:predicate ddr:tvd ; | ||
985 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
986 | - ] . | ||
987 | - | ||
988 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-4> | ||
989 | - ep-core:basisFor | ||
990 | - [ rdf:type rdf:Statement ; | ||
991 | - rdf:object ddr:P_fixed ; | ||
992 | - rdf:predicate ddr:enumPhase ; | ||
993 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
994 | - ] . | ||
995 | - | ||
996 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-5> | ||
997 | - ep-core:basisFor | ||
998 | - [ rdf:type rdf:Statement ; | ||
999 | - rdf:object ddr:ACNPD_drilling--circulatingconditioning ; | ||
1000 | - rdf:predicate ddr:enumProprietaryCode ; | ||
1001 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
1002 | - ] . | ||
1003 | - | ||
1004 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-6> | ||
1005 | - ep-core:basisFor | ||
1006 | - [ rdf:type rdf:Statement ; | ||
1007 | - rdf:object ddr:MAE_ok ; | ||
1008 | - rdf:predicate ddr:enumState ; | ||
1009 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
1010 | - ] . | ||
1011 | - | ||
1012 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-7> | ||
1013 | - ep-core:basisFor | ||
1014 | - [ rdf:type rdf:Statement ; | ||
1015 | - rdf:object ddr:SDA_success ; | ||
1016 | - rdf:predicate ddr:enumStateDetailActivity ; | ||
1017 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
1018 | - ] . | ||
1019 | - | ||
1020 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-8> | ||
1021 | - ep-core:basisFor | ||
1022 | - [ rdf:type rdf:Statement ; | ||
1023 | - rdf:object """Continue to circulate and condition mud after hole attempting to pack off. Pump 1600 lpm / 177-185 bar, 150 RPM. Loss rate reduced to 15 m3/hr. | ||
1024 | - | ||
1025 | -ECD: 1,53 - 1,56 sg. | ||
1026 | - | ||
1027 | -Cuttings weight: | ||
1028 | -0600hrs - 8kg/min (150 RPM, 1600 lpm)"""^^xsd:string ; | ||
1029 | - rdf:predicate ddr:comments ; | ||
1030 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> | ||
1031 | - ] . | ||
1032 | - | ||
1033 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1034 | - rdf:type ep-activity:DrillingActivity ; | ||
1035 | - ep-core:basisFor | ||
1036 | - [ rdf:type rdf:Statement ; | ||
1037 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> ; | ||
1038 | - rdf:predicate ddr:activity ; | ||
1039 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1040 | - ] ; | ||
1041 | - ddr:comments """Continue drilling 8-1/2\" production hole section. Reduce RPM to 80 and increase pump rate to 1850 lpm to send downlink. Resume drilling f/ 6154m to 6162m. 1600 lpm, 180 bar, 31-33 kNm drilling torque, 3-4 ton WOB. Losses while drilling from 8 m3/hr to 12,2m3/hr | ||
1042 | - | ||
1043 | -ECD: 1,50-1,55 sg | ||
1044 | - | ||
1045 | -Cuttings weight | ||
1046 | -0700hrs - 6 kg/min | ||
1047 | -0800hrs - 6 kg/min"""^^xsd:string ; | ||
1048 | - ddr:dTimEnd "2011-04-05T08:30:00.001Z"^^xsd:dateTime ; | ||
1049 | - ddr:dTimStart "2011-04-05T06:15:00.001Z"^^xsd:dateTime ; | ||
1050 | - ddr:enumPhase ddr:P_fixed ; | ||
1051 | - ddr:enumProprietaryCode | ||
1052 | - ddr:ACNPD_drilling--drill ; | ||
1053 | - ddr:enumState ddr:MAE_ok ; | ||
1054 | - ddr:enumStateDetailActivity | ||
1055 | - ddr:SDA_success ; | ||
1056 | - ddr:md _:b7 ; | ||
1057 | - ddr:tvd _:b8 . | ||
1058 | - | ||
1059 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-0> | ||
1060 | - ep-core:basisFor | ||
1061 | - [ rdf:type rdf:Statement ; | ||
1062 | - rdf:object "2011-04-05T06:15:00.001Z"^^xsd:dateTime ; | ||
1063 | - rdf:predicate ddr:dTimStart ; | ||
1064 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1065 | - ] . | ||
1066 | - | ||
1067 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-1> | ||
1068 | - ep-core:basisFor | ||
1069 | - [ rdf:type rdf:Statement ; | ||
1070 | - rdf:object "2011-04-05T08:30:00.001Z"^^xsd:dateTime ; | ||
1071 | - rdf:predicate ddr:dTimEnd ; | ||
1072 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1073 | - ] . | ||
1074 | - | ||
1075 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-2> | ||
1076 | - ep-core:basisFor | ||
1077 | - [ rdf:type rdf:Statement ; | ||
1078 | - rdf:object "6162"^^xsd:double ; | ||
1079 | - rdf:predicate ddr:md ; | ||
1080 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1081 | - ] . | ||
1082 | - | ||
1083 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-3> | ||
1084 | - ep-core:basisFor | ||
1085 | - [ rdf:type rdf:Statement ; | ||
1086 | - rdf:object "1799.94559164957"^^xsd:double ; | ||
1087 | - rdf:predicate ddr:tvd ; | ||
1088 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1089 | - ] . | ||
1090 | - | ||
1091 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-4> | ||
1092 | - ep-core:basisFor | ||
1093 | - [ rdf:type rdf:Statement ; | ||
1094 | - rdf:object ddr:P_fixed ; | ||
1095 | - rdf:predicate ddr:enumPhase ; | ||
1096 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1097 | - ] . | ||
1098 | - | ||
1099 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-5> | ||
1100 | - ep-core:basisFor | ||
1101 | - [ rdf:type rdf:Statement ; | ||
1102 | - rdf:object ddr:ACNPD_drilling--drill ; | ||
1103 | - rdf:predicate ddr:enumProprietaryCode ; | ||
1104 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1105 | - ] . | ||
1106 | - | ||
1107 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-6> | ||
1108 | - ep-core:basisFor | ||
1109 | - [ rdf:type rdf:Statement ; | ||
1110 | - rdf:object ddr:MAE_ok ; | ||
1111 | - rdf:predicate ddr:enumState ; | ||
1112 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1113 | - ] . | ||
1114 | - | ||
1115 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-7> | ||
1116 | - ep-core:basisFor | ||
1117 | - [ rdf:type rdf:Statement ; | ||
1118 | - rdf:object ddr:SDA_success ; | ||
1119 | - rdf:predicate ddr:enumStateDetailActivity ; | ||
1120 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1121 | - ] . | ||
1122 | - | ||
1123 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-8> | ||
1124 | - ep-core:basisFor | ||
1125 | - [ rdf:type rdf:Statement ; | ||
1126 | - rdf:object """Continue drilling 8-1/2\" production hole section. Reduce RPM to 80 and increase pump rate to 1850 lpm to send downlink. Resume drilling f/ 6154m to 6162m. 1600 lpm, 180 bar, 31-33 kNm drilling torque, 3-4 ton WOB. Losses while drilling from 8 m3/hr to 12,2m3/hr | ||
1127 | - | ||
1128 | -ECD: 1,50-1,55 sg | ||
1129 | - | ||
1130 | -Cuttings weight | ||
1131 | -0700hrs - 6 kg/min | ||
1132 | -0800hrs - 6 kg/min"""^^xsd:string ; | ||
1133 | - rdf:predicate ddr:comments ; | ||
1134 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> | ||
1135 | - ] . | ||
1136 | - | ||
1137 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1138 | - rdf:type ep-activity:DrillingActivity ; | ||
1139 | - ep-core:basisFor | ||
1140 | - [ rdf:type rdf:Statement ; | ||
1141 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> ; | ||
1142 | - rdf:predicate ddr:activity ; | ||
1143 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1144 | - ] ; | ||
1145 | - ddr:comments """Circulate and condtion hole to remove cuttings and attempt to heal loss rate. Pump 1600 lpm, 180 bar, 150 RPM. Step up pump rate from 1600 lpm to 1850 lpm in 50 lpm incriments. Observed stabile losses of 16-17 m3/hr while circulating. Reduced RPMs to 130 while stepping up flow rates to maintain stable losses. Continue circulating hole clean with 1800 lpm, 212 bar, 130 RPM, 30 kNm torque. Record string weights while circulating. 130 ton Up weight (145 ton peak), 60 ton Down weight (45 ton peak), 87 ton Rotating weight. | ||
1146 | - | ||
1147 | -Losses between 9 m3/hr to 23 m3/hr | ||
1148 | - | ||
1149 | -ECD: 1,54 to 1,57 sg | ||
1150 | - | ||
1151 | -Cuttings weight: | ||
1152 | -0900hrs - 6 kg/min | ||
1153 | -1030hrs - 6 kg/min | ||
1154 | -1100hrs - 6 kg/min | ||
1155 | -1200hrs - 6 kg/min | ||
1156 | -1320hrs - 5,5 kg/min | ||
1157 | -1400hrs - 3 kg/min"""^^xsd:string ; | ||
1158 | - ddr:dTimEnd "2011-04-05T14:15:00.001Z"^^xsd:dateTime ; | ||
1159 | - ddr:dTimStart "2011-04-05T08:30:00.001Z"^^xsd:dateTime ; | ||
1160 | - ddr:enumPhase ddr:P_fixed ; | ||
1161 | - ddr:enumProprietaryCode | ||
1162 | - ddr:ACNPD_drilling--circulatingconditioning ; | ||
1163 | - ddr:enumState ddr:MAE_ok ; | ||
1164 | - ddr:enumStateDetailActivity | ||
1165 | - ddr:SDA_success ; | ||
1166 | - ddr:md _:b9 ; | ||
1167 | - ddr:tvd _:b10 . | ||
1168 | - | ||
1169 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-0> | ||
1170 | - ep-core:basisFor | ||
1171 | - [ rdf:type rdf:Statement ; | ||
1172 | - rdf:object "2011-04-05T08:30:00.001Z"^^xsd:dateTime ; | ||
1173 | - rdf:predicate ddr:dTimStart ; | ||
1174 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1175 | - ] . | ||
1176 | - | ||
1177 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-1> | ||
1178 | - ep-core:basisFor | ||
1179 | - [ rdf:type rdf:Statement ; | ||
1180 | - rdf:object "2011-04-05T14:15:00.001Z"^^xsd:dateTime ; | ||
1181 | - rdf:predicate ddr:dTimEnd ; | ||
1182 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1183 | - ] . | ||
1184 | - | ||
1185 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-2> | ||
1186 | - ep-core:basisFor | ||
1187 | - [ rdf:type rdf:Statement ; | ||
1188 | - rdf:object "6162"^^xsd:double ; | ||
1189 | - rdf:predicate ddr:md ; | ||
1190 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1191 | - ] . | ||
1192 | - | ||
1193 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-3> | ||
1194 | - ep-core:basisFor | ||
1195 | - [ rdf:type rdf:Statement ; | ||
1196 | - rdf:object "1799.94559164957"^^xsd:double ; | ||
1197 | - rdf:predicate ddr:tvd ; | ||
1198 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1199 | - ] . | ||
1200 | - | ||
1201 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-4> | ||
1202 | - ep-core:basisFor | ||
1203 | - [ rdf:type rdf:Statement ; | ||
1204 | - rdf:object ddr:P_fixed ; | ||
1205 | - rdf:predicate ddr:enumPhase ; | ||
1206 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1207 | - ] . | ||
1208 | - | ||
1209 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-5> | ||
1210 | - ep-core:basisFor | ||
1211 | - [ rdf:type rdf:Statement ; | ||
1212 | - rdf:object ddr:ACNPD_drilling--circulatingconditioning ; | ||
1213 | - rdf:predicate ddr:enumProprietaryCode ; | ||
1214 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1215 | - ] . | ||
1216 | - | ||
1217 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-6> | ||
1218 | - ep-core:basisFor | ||
1219 | - [ rdf:type rdf:Statement ; | ||
1220 | - rdf:object ddr:MAE_ok ; | ||
1221 | - rdf:predicate ddr:enumState ; | ||
1222 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1223 | - ] . | ||
1224 | - | ||
1225 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-7> | ||
1226 | - ep-core:basisFor | ||
1227 | - [ rdf:type rdf:Statement ; | ||
1228 | - rdf:object ddr:SDA_success ; | ||
1229 | - rdf:predicate ddr:enumStateDetailActivity ; | ||
1230 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1231 | - ] . | ||
1232 | - | ||
1233 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-8> | ||
1234 | - ep-core:basisFor | ||
1235 | - [ rdf:type rdf:Statement ; | ||
1236 | - rdf:object """Circulate and condtion hole to remove cuttings and attempt to heal loss rate. Pump 1600 lpm, 180 bar, 150 RPM. Step up pump rate from 1600 lpm to 1850 lpm in 50 lpm incriments. Observed stabile losses of 16-17 m3/hr while circulating. Reduced RPMs to 130 while stepping up flow rates to maintain stable losses. Continue circulating hole clean with 1800 lpm, 212 bar, 130 RPM, 30 kNm torque. Record string weights while circulating. 130 ton Up weight (145 ton peak), 60 ton Down weight (45 ton peak), 87 ton Rotating weight. | ||
1237 | - | ||
1238 | -Losses between 9 m3/hr to 23 m3/hr | ||
1239 | - | ||
1240 | -ECD: 1,54 to 1,57 sg | ||
1241 | - | ||
1242 | -Cuttings weight: | ||
1243 | -0900hrs - 6 kg/min | ||
1244 | -1030hrs - 6 kg/min | ||
1245 | -1100hrs - 6 kg/min | ||
1246 | -1200hrs - 6 kg/min | ||
1247 | -1320hrs - 5,5 kg/min | ||
1248 | -1400hrs - 3 kg/min"""^^xsd:string ; | ||
1249 | - rdf:predicate ddr:comments ; | ||
1250 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> | ||
1251 | - ] . | ||
1252 | - | ||
1253 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1254 | - rdf:type ep-activity:DrillingActivity ; | ||
1255 | - ep-core:basisFor | ||
1256 | - [ rdf:type rdf:Statement ; | ||
1257 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> ; | ||
1258 | - rdf:predicate ddr:activity ; | ||
1259 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1260 | - ] ; | ||
1261 | - ddr:comments """Continue drilling 8-1/2\" production hole section from 6162m to 6169m. 1700 lpm, 194 bar, 31-33 kNm drilling torque, 2-3 ton WOB. Lossrate 9 m3/hr to 12 m3/hr | ||
1262 | - | ||
1263 | -ECD: 1,54 sg | ||
1264 | - | ||
1265 | -Cuttings weight | ||
1266 | -1500hrs - 3,5 kg/min | ||
1267 | - | ||
1268 | - | ||
1269 | -Sand Zones: | ||
1270 | -"""^^xsd:string ; | ||
1271 | - ddr:dTimEnd "2011-04-05T15:00:00.001Z"^^xsd:dateTime ; | ||
1272 | - ddr:dTimStart "2011-04-05T14:15:00.001Z"^^xsd:dateTime ; | ||
1273 | - ddr:enumPhase ddr:P_fixed ; | ||
1274 | - ddr:enumProprietaryCode | ||
1275 | - ddr:ACNPD_drilling--drill ; | ||
1276 | - ddr:enumState ddr:MAE_ok ; | ||
1277 | - ddr:enumStateDetailActivity | ||
1278 | - ddr:SDA_success ; | ||
1279 | - ddr:md _:b11 ; | ||
1280 | - ddr:tvd _:b12 . | ||
1281 | - | ||
1282 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-0> | ||
1283 | - ep-core:basisFor | ||
1284 | - [ rdf:type rdf:Statement ; | ||
1285 | - rdf:object "2011-04-05T14:15:00.001Z"^^xsd:dateTime ; | ||
1286 | - rdf:predicate ddr:dTimStart ; | ||
1287 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1288 | - ] . | ||
1289 | - | ||
1290 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-1> | ||
1291 | - ep-core:basisFor | ||
1292 | - [ rdf:type rdf:Statement ; | ||
1293 | - rdf:object "2011-04-05T15:00:00.001Z"^^xsd:dateTime ; | ||
1294 | - rdf:predicate ddr:dTimEnd ; | ||
1295 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1296 | - ] . | ||
1297 | - | ||
1298 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-2> | ||
1299 | - ep-core:basisFor | ||
1300 | - [ rdf:type rdf:Statement ; | ||
1301 | - rdf:object "6169"^^xsd:double ; | ||
1302 | - rdf:predicate ddr:md ; | ||
1303 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1304 | - ] . | ||
1305 | - | ||
1306 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-3> | ||
1307 | - ep-core:basisFor | ||
1308 | - [ rdf:type rdf:Statement ; | ||
1309 | - rdf:object "1799.94641821816"^^xsd:double ; | ||
1310 | - rdf:predicate ddr:tvd ; | ||
1311 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1312 | - ] . | ||
1313 | - | ||
1314 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-4> | ||
1315 | - ep-core:basisFor | ||
1316 | - [ rdf:type rdf:Statement ; | ||
1317 | - rdf:object ddr:P_fixed ; | ||
1318 | - rdf:predicate ddr:enumPhase ; | ||
1319 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1320 | - ] . | ||
1321 | - | ||
1322 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-5> | ||
1323 | - ep-core:basisFor | ||
1324 | - [ rdf:type rdf:Statement ; | ||
1325 | - rdf:object ddr:ACNPD_drilling--drill ; | ||
1326 | - rdf:predicate ddr:enumProprietaryCode ; | ||
1327 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1328 | - ] . | ||
1329 | - | ||
1330 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-6> | ||
1331 | - ep-core:basisFor | ||
1332 | - [ rdf:type rdf:Statement ; | ||
1333 | - rdf:object ddr:MAE_ok ; | ||
1334 | - rdf:predicate ddr:enumState ; | ||
1335 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1336 | - ] . | ||
1337 | - | ||
1338 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-7> | ||
1339 | - ep-core:basisFor | ||
1340 | - [ rdf:type rdf:Statement ; | ||
1341 | - rdf:object ddr:SDA_success ; | ||
1342 | - rdf:predicate ddr:enumStateDetailActivity ; | ||
1343 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1344 | - ] . | ||
1345 | - | ||
1346 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-8> | ||
1347 | - ep-core:basisFor | ||
1348 | - [ rdf:type rdf:Statement ; | ||
1349 | - rdf:object """Continue drilling 8-1/2\" production hole section from 6162m to 6169m. 1700 lpm, 194 bar, 31-33 kNm drilling torque, 2-3 ton WOB. Lossrate 9 m3/hr to 12 m3/hr | ||
1350 | - | ||
1351 | -ECD: 1,54 sg | ||
1352 | - | ||
1353 | -Cuttings weight | ||
1354 | -1500hrs - 3,5 kg/min | ||
1355 | - | ||
1356 | - | ||
1357 | -Sand Zones: | ||
1358 | -"""^^xsd:string ; | ||
1359 | - rdf:predicate ddr:comments ; | ||
1360 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> | ||
1361 | - ] . | ||
1362 | - | ||
1363 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1364 | - rdf:type ep-activity:DrillingActivity ; | ||
1365 | - ep-core:basisFor | ||
1366 | - [ rdf:type rdf:Statement ; | ||
1367 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> ; | ||
1368 | - rdf:predicate ddr:activity ; | ||
1369 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1370 | - ] ; | ||
1371 | - ddr:comments "Grease wash pipe."^^xsd:string ; | ||
1372 | - ddr:dTimEnd "2011-04-05T15:15:00.001Z"^^xsd:dateTime ; | ||
1373 | - ddr:dTimStart "2011-04-05T15:00:00.001Z"^^xsd:dateTime ; | ||
1374 | - ddr:enumPhase ddr:P_fixed ; | ||
1375 | - ddr:enumProprietaryCode | ||
1376 | - ddr:ACNPD_interruption--maintain ; | ||
1377 | - ddr:enumState ddr:MAE_ok ; | ||
1378 | - ddr:enumStateDetailActivity | ||
1379 | - ddr:SDA_success ; | ||
1380 | - ddr:md _:b13 ; | ||
1381 | - ddr:tvd _:b14 . | ||
1382 | - | ||
1383 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-0> | ||
1384 | - ep-core:basisFor | ||
1385 | - [ rdf:type rdf:Statement ; | ||
1386 | - rdf:object "2011-04-05T15:00:00.001Z"^^xsd:dateTime ; | ||
1387 | - rdf:predicate ddr:dTimStart ; | ||
1388 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1389 | - ] . | ||
1390 | - | ||
1391 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-1> | ||
1392 | - ep-core:basisFor | ||
1393 | - [ rdf:type rdf:Statement ; | ||
1394 | - rdf:object "2011-04-05T15:15:00.001Z"^^xsd:dateTime ; | ||
1395 | - rdf:predicate ddr:dTimEnd ; | ||
1396 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1397 | - ] . | ||
1398 | - | ||
1399 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-2> | ||
1400 | - ep-core:basisFor | ||
1401 | - [ rdf:type rdf:Statement ; | ||
1402 | - rdf:object "6169"^^xsd:double ; | ||
1403 | - rdf:predicate ddr:md ; | ||
1404 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1405 | - ] . | ||
1406 | - | ||
1407 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-3> | ||
1408 | - ep-core:basisFor | ||
1409 | - [ rdf:type rdf:Statement ; | ||
1410 | - rdf:object "1799.94641821816"^^xsd:double ; | ||
1411 | - rdf:predicate ddr:tvd ; | ||
1412 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1413 | - ] . | ||
1414 | - | ||
1415 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-4> | ||
1416 | - ep-core:basisFor | ||
1417 | - [ rdf:type rdf:Statement ; | ||
1418 | - rdf:object ddr:P_fixed ; | ||
1419 | - rdf:predicate ddr:enumPhase ; | ||
1420 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1421 | - ] . | ||
1422 | - | ||
1423 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-5> | ||
1424 | - ep-core:basisFor | ||
1425 | - [ rdf:type rdf:Statement ; | ||
1426 | - rdf:object ddr:ACNPD_interruption--maintain ; | ||
1427 | - rdf:predicate ddr:enumProprietaryCode ; | ||
1428 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1429 | - ] . | ||
1430 | - | ||
1431 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-6> | ||
1432 | - ep-core:basisFor | ||
1433 | - [ rdf:type rdf:Statement ; | ||
1434 | - rdf:object ddr:MAE_ok ; | ||
1435 | - rdf:predicate ddr:enumState ; | ||
1436 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1437 | - ] . | ||
1438 | - | ||
1439 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-7> | ||
1440 | - ep-core:basisFor | ||
1441 | - [ rdf:type rdf:Statement ; | ||
1442 | - rdf:object ddr:SDA_success ; | ||
1443 | - rdf:predicate ddr:enumStateDetailActivity ; | ||
1444 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1445 | - ] . | ||
1446 | - | ||
1447 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-8> | ||
1448 | - ep-core:basisFor | ||
1449 | - [ rdf:type rdf:Statement ; | ||
1450 | - rdf:object "Grease wash pipe."^^xsd:string ; | ||
1451 | - rdf:predicate ddr:comments ; | ||
1452 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> | ||
1453 | - ] . | ||
1454 | - | ||
1455 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1456 | - rdf:type ep-activity:DrillingActivity ; | ||
1457 | - ep-core:basisFor | ||
1458 | - [ rdf:type rdf:Statement ; | ||
1459 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> ; | ||
1460 | - rdf:predicate ddr:activity ; | ||
1461 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1462 | - ] ; | ||
1463 | - ddr:comments """Continue drilling 8-1/2\" production hole section from 6169m to 6292m. Drill with 1800-1850 lpm, 210-218 bar, 150 RPM, 33-34 kNm torque. Losses increasing while drilling from 6 m3/hr to 18m3/hr. | ||
1464 | - | ||
1465 | -Losses: | ||
1466 | -6169m - 6230m = 6 m3/hr to 9m3/hr | ||
1467 | - ECD = 1,56 to 1,59 sg | ||
1468 | -6230m - 6281m = 9,3 m3/hr to 14,7 m3/hr | ||
1469 | - ECD = 1,56 to 1,59 sg | ||
1470 | -6284m - 6292m = 15m3/hr to 17,9 m3/hr | ||
1471 | - ECD = 1,55 to 1,56 sg | ||
1472 | - | ||
1473 | -Cuttings weight | ||
1474 | -1600hrs - 5 kg/min | ||
1475 | -1700hrs - 7,5 kg/min | ||
1476 | -1800hrs - 16,5 kg/min | ||
1477 | -1900hrs - 13 kg/min | ||
1478 | -2000hrs - 19 kg/min | ||
1479 | -2100hrs - 12 kg/min | ||
1480 | -2200hrs - 9 kg/min | ||
1481 | -2300hrs - 9 kg/min | ||
1482 | -0000hrs - 2 kg/min | ||
1483 | -0100hrs - 3 kg/min | ||
1484 | -0200hrs - 3 kg/min | ||
1485 | -0300hrs - 2 kg/min | ||
1486 | -0400hrs - 2 kg/min | ||
1487 | -0500hrs - 3 kg/min | ||
1488 | -0600hrs - | ||
1489 | - | ||
1490 | - | ||
1491 | -Sand Zones: | ||
1492 | -6195m - 6196,4m | ||
1493 | -6202m - 6204,5m | ||
1494 | -6215m - 6224,5m | ||
1495 | -6226,5m - 6235,5m | ||
1496 | -6238m - 6248,7m | ||
1497 | -6250m - 6254m | ||
1498 | -6255,4m - 6264m | ||
1499 | -6266m - 6269,5m | ||
1500 | -6272,5m - 6274m | ||
1501 | -6275m - 6276m | ||
1502 | -6277m - 6280m | ||
1503 | - | ||
1504 | - | ||
1505 | -0,08m above, 1,29m to the right of plan."""^^xsd:string ; | ||
1506 | - ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ; | ||
1507 | - ddr:dTimStart "2011-04-05T15:15:00.001Z"^^xsd:dateTime ; | ||
1508 | - ddr:enumPhase ddr:P_fixed ; | ||
1509 | - ddr:enumProprietaryCode | ||
1510 | - ddr:ACNPD_drilling--drill ; | ||
1511 | - ddr:enumState ddr:MAE_ok ; | ||
1512 | - ddr:enumStateDetailActivity | ||
1513 | - ddr:SDA_success ; | ||
1514 | - ddr:md _:b15 . | ||
1515 | - | ||
1516 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-0> | ||
1517 | - ep-core:basisFor | ||
1518 | - [ rdf:type rdf:Statement ; | ||
1519 | - rdf:object "2011-04-05T15:15:00.001Z"^^xsd:dateTime ; | ||
1520 | - rdf:predicate ddr:dTimStart ; | ||
1521 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1522 | - ] . | ||
1523 | - | ||
1524 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-1> | ||
1525 | - ep-core:basisFor | ||
1526 | - [ rdf:type rdf:Statement ; | ||
1527 | - rdf:object "2011-04-06T06:00:00.001Z"^^xsd:dateTime ; | ||
1528 | - rdf:predicate ddr:dTimEnd ; | ||
1529 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1530 | - ] . | ||
1531 | - | ||
1532 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-2> | ||
1533 | - ep-core:basisFor | ||
1534 | - [ rdf:type rdf:Statement ; | ||
1535 | - rdf:object "6292"^^xsd:double ; | ||
1536 | - rdf:predicate ddr:md ; | ||
1537 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1538 | - ] . | ||
1539 | - | ||
1540 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-3> | ||
1541 | - ep-core:basisFor | ||
1542 | - [ rdf:type rdf:Statement ; | ||
1543 | - rdf:object ddr:P_fixed ; | ||
1544 | - rdf:predicate ddr:enumPhase ; | ||
1545 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1546 | - ] . | ||
1547 | - | ||
1548 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-4> | ||
1549 | - ep-core:basisFor | ||
1550 | - [ rdf:type rdf:Statement ; | ||
1551 | - rdf:object ddr:ACNPD_drilling--drill ; | ||
1552 | - rdf:predicate ddr:enumProprietaryCode ; | ||
1553 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1554 | - ] . | ||
1555 | - | ||
1556 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-5> | ||
1557 | - ep-core:basisFor | ||
1558 | - [ rdf:type rdf:Statement ; | ||
1559 | - rdf:object ddr:MAE_ok ; | ||
1560 | - rdf:predicate ddr:enumState ; | ||
1561 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1562 | - ] . | ||
1563 | - | ||
1564 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-6> | ||
1565 | - ep-core:basisFor | ||
1566 | - [ rdf:type rdf:Statement ; | ||
1567 | - rdf:object ddr:SDA_success ; | ||
1568 | - rdf:predicate ddr:enumStateDetailActivity ; | ||
1569 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1570 | - ] . | ||
1571 | - | ||
1572 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-7> | ||
1573 | - ep-core:basisFor | ||
1574 | - [ rdf:type rdf:Statement ; | ||
1575 | - rdf:object """Continue drilling 8-1/2\" production hole section from 6169m to 6292m. Drill with 1800-1850 lpm, 210-218 bar, 150 RPM, 33-34 kNm torque. Losses increasing while drilling from 6 m3/hr to 18m3/hr. | ||
1576 | - | ||
1577 | -Losses: | ||
1578 | -6169m - 6230m = 6 m3/hr to 9m3/hr | ||
1579 | - ECD = 1,56 to 1,59 sg | ||
1580 | -6230m - 6281m = 9,3 m3/hr to 14,7 m3/hr | ||
1581 | - ECD = 1,56 to 1,59 sg | ||
1582 | -6284m - 6292m = 15m3/hr to 17,9 m3/hr | ||
1583 | - ECD = 1,55 to 1,56 sg | ||
1584 | - | ||
1585 | -Cuttings weight | ||
1586 | -1600hrs - 5 kg/min | ||
1587 | -1700hrs - 7,5 kg/min | ||
1588 | -1800hrs - 16,5 kg/min | ||
1589 | -1900hrs - 13 kg/min | ||
1590 | -2000hrs - 19 kg/min | ||
1591 | -2100hrs - 12 kg/min | ||
1592 | -2200hrs - 9 kg/min | ||
1593 | -2300hrs - 9 kg/min | ||
1594 | -0000hrs - 2 kg/min | ||
1595 | -0100hrs - 3 kg/min | ||
1596 | -0200hrs - 3 kg/min | ||
1597 | -0300hrs - 2 kg/min | ||
1598 | -0400hrs - 2 kg/min | ||
1599 | -0500hrs - 3 kg/min | ||
1600 | -0600hrs - | ||
1601 | - | ||
1602 | - | ||
1603 | -Sand Zones: | ||
1604 | -6195m - 6196,4m | ||
1605 | -6202m - 6204,5m | ||
1606 | -6215m - 6224,5m | ||
1607 | -6226,5m - 6235,5m | ||
1608 | -6238m - 6248,7m | ||
1609 | -6250m - 6254m | ||
1610 | -6255,4m - 6264m | ||
1611 | -6266m - 6269,5m | ||
1612 | -6272,5m - 6274m | ||
1613 | -6275m - 6276m | ||
1614 | -6277m - 6280m | ||
1615 | - | ||
1616 | - | ||
1617 | -0,08m above, 1,29m to the right of plan."""^^xsd:string ; | ||
1618 | - rdf:predicate ddr:comments ; | ||
1619 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> | ||
1620 | - ] . | ||
1621 | - | ||
1622 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-3> | ||
1623 | - ep-core:basisFor | ||
1624 | - [ rdf:type rdf:Statement ; | ||
1625 | - rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ; | ||
1626 | - rdf:predicate ddr:dTimStart ; | ||
1627 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1628 | - ] . | ||
1629 | - | ||
1630 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-4> | ||
1631 | - ep-core:basisFor | ||
1632 | - [ rdf:type rdf:Statement ; | ||
1633 | - rdf:object "2011-04-06T06:00:00.001Z"^^xsd:dateTime ; | ||
1634 | - rdf:predicate ddr:dTimEnd ; | ||
1635 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1636 | - ] . | ||
1637 | - | ||
1638 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-5> | ||
1639 | - ep-core:basisFor | ||
1640 | - [ rdf:type rdf:Statement ; | ||
1641 | - rdf:object ddr:ORV_normal ; | ||
1642 | - rdf:predicate ddr:enumVersionKind ; | ||
1643 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1644 | - ] . | ||
1645 | - | ||
1646 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-6> | ||
1647 | - ep-core:basisFor | ||
1648 | - [ rdf:type rdf:Statement ; | ||
1649 | - rdf:object "2011-04-12T10:47:00.001Z"^^xsd:dateTime ; | ||
1650 | - rdf:predicate ddr:createDate ; | ||
1651 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1652 | - ] . | ||
1653 | - | ||
1654 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> | ||
1655 | - ep-core:basisFor | ||
1656 | - [ rdf:type rdf:Statement ; | ||
1657 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> ; | ||
1658 | - rdf:predicate ddr:wellAlias ; | ||
1659 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1660 | - ] ; | ||
1661 | - ddr:enumNamingSystem | ||
1662 | - ddr:WNS_NPDcode ; | ||
1663 | - ddr:name "25/8-C-23"^^xsd:string . | ||
1664 | - | ||
1665 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7-0> | ||
1666 | - ep-core:basisFor | ||
1667 | - [ rdf:type rdf:Statement ; | ||
1668 | - rdf:object "25/8-C-23"^^xsd:string ; | ||
1669 | - rdf:predicate ddr:name ; | ||
1670 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> | ||
1671 | - ] . | ||
1672 | - | ||
1673 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7-1> | ||
1674 | - ep-core:basisFor | ||
1675 | - [ rdf:type rdf:Statement ; | ||
1676 | - rdf:object ddr:WNS_NPDcode ; | ||
1677 | - rdf:predicate ddr:enumNamingSystem ; | ||
1678 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> | ||
1679 | - ] . | ||
1680 | - | ||
1681 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> | ||
1682 | - ep-core:basisFor | ||
1683 | - [ rdf:type rdf:Statement ; | ||
1684 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> ; | ||
1685 | - rdf:predicate ddr:wellboreAlias ; | ||
1686 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1687 | - ] ; | ||
1688 | - ddr:enumNamingSystem | ||
1689 | - ddr:WNS_NPDcode ; | ||
1690 | - ddr:name "25/8-C-23 B"^^xsd:string . | ||
1691 | - | ||
1692 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8-0> | ||
1693 | - ep-core:basisFor | ||
1694 | - [ rdf:type rdf:Statement ; | ||
1695 | - rdf:object "25/8-C-23 B"^^xsd:string ; | ||
1696 | - rdf:predicate ddr:name ; | ||
1697 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> | ||
1698 | - ] . | ||
1699 | - | ||
1700 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8-1> | ||
1701 | - ep-core:basisFor | ||
1702 | - [ rdf:type rdf:Statement ; | ||
1703 | - rdf:object ddr:WNS_NPDcode ; | ||
1704 | - rdf:predicate ddr:enumNamingSystem ; | ||
1705 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> | ||
1706 | - ] . | ||
1707 | - | ||
1708 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> | ||
1709 | - ep-core:basisFor | ||
1710 | - [ rdf:type rdf:Statement ; | ||
1711 | - rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> ; | ||
1712 | - rdf:predicate ddr:wellboreAlias ; | ||
1713 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> | ||
1714 | - ] ; | ||
1715 | - ddr:enumNamingSystem | ||
1716 | - ddr:WNS_NPDnumber ; | ||
1717 | - ddr:name "6480"^^xsd:string . | ||
1718 | - | ||
1719 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9-0> | ||
1720 | - ep-core:basisFor | ||
1721 | - [ rdf:type rdf:Statement ; | ||
1722 | - rdf:object "6480"^^xsd:string ; | ||
1723 | - rdf:predicate ddr:name ; | ||
1724 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> | ||
1725 | - ] . | ||
1726 | - | ||
1727 | -<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9-1> | ||
1728 | - ep-core:basisFor | ||
1729 | - [ rdf:type rdf:Statement ; | ||
1730 | - rdf:object ddr:WNS_NPDnumber ; | ||
1731 | - rdf:predicate ddr:enumNamingSystem ; | ||
1732 | - rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> | ||
1733 | - ] . | ||
1734 | - | ||
1735 | -<http://www.reportinghub.no/examples/ddr/NPD_110412124707> | ||
1736 | - rdf:type owl:Ontology ; | ||
1737 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
1738 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
1739 | - | ||
1740 | -<http://www.reportinghub.no/np/data/npd/Well-25_8-C-23> | ||
1741 | - rdf:type ep-well:Well ; | ||
1742 | - ep-core:hasPart <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1743 | - ep-core:name "25/8-C-23"^^xsd:string ; | ||
1744 | - ep-core:npdCode "25/8-C-23"^^xsd:string . | ||
1745 | - | ||
1746 | -<http://www.reportinghub.no/np/data/npd/WellBore-6480> | ||
1747 | - rdf:type ep-well:WellBore ; | ||
1748 | - ep-core:name "25/08-C-23 B"^^xsd:string ; | ||
1749 | - ep-core:npdCode "25/8-C-23 B"^^xsd:string ; | ||
1750 | - ep-core:npdNumber "6480"^^xsd:string . | ||
1751 | - | ||
1752 | -<https://www.reportinghub.no/ep/data/DailyDrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z> | ||
1753 | - rdf:type ep-activity:DailyDrillingActivity ; | ||
1754 | - ep-activity:finishedAt | ||
1755 | - "2011-04-06T06:00:00.001Z"^^xsd:dateTime ; | ||
1756 | - ep-activity:onRig <https://www.reportinghub.no/ep/data/Rig/280849$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> ; | ||
1757 | - ep-activity:onWell <http://www.reportinghub.no/np/data/npd/Well-25_8-C-23> ; | ||
1758 | - ep-activity:onWellBore | ||
1759 | - <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> ; | ||
1760 | - ep-activity:startedAt | ||
1761 | - "2011-04-05T06:00:00.001Z"^^xsd:dateTime ; | ||
1762 | - ep-core:hasPart <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T14:15:00.001Z$25> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:15:00.001Z$23> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z$22> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:15:00.001Z$27> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:00:00.001Z$26> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T08:30:00.001Z$24> ; | ||
1763 | - ep-core:hasPart | ||
1764 | - [ rdf:type <http://www.reportinghub.no/ep/schema/1.0/activity#FormationIntegrityTest> | ||
1765 | - ] ; | ||
1766 | - ddr:distDrill _:b1 ; | ||
1767 | - ddr:forecast24Hr "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ; | ||
1768 | - ddr:ropCurrent _:b4 ; | ||
1769 | - ddr:sum24Hr "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string . | ||
1770 | - | ||
1771 | -<https://www.reportinghub.no/ep/data/DailyDrillingReport/25_08-C-23_B$2011-04-12T10:47:00.001Z> | ||
1772 | - rdf:type ep-report:NormalDailyDrillingReport , ep-report:DailyDrillingReport ; | ||
1773 | - ep-activity:createdAt | ||
1774 | - "2011-04-12T10:47:00.001Z"^^xsd:dateTime ; | ||
1775 | - ep-activity:reportOn | ||
1776 | - <https://www.reportinghub.no/ep/data/DailyDrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z> ; | ||
1777 | - ep-core:name "25/8-C-23"^^xsd:string . | ||
1778 | - | ||
1779 | -<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z$22> | ||
1780 | - rdf:type ep-actpurp:Drilling--circulatingconditioning , ep-activity:DrillingActivity ; | ||
1781 | - ep-activity:onWellBore | ||
1782 | - <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:15:00.001Z> ; | ||
1783 | - ddr:dTimEnd "2011-04-05T06:15:00.001Z"^^xsd:dateTime ; | ||
1784 | - ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime . | ||
1785 | - | ||
1786 | -<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:15:00.001Z$23> | ||
1787 | - rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ; | ||
1788 | - ep-activity:onWellBore | ||
1789 | - <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:15:00.001Z$2011-04-05T08:30:00.001Z> ; | ||
1790 | - ddr:dTimEnd "2011-04-05T08:30:00.001Z"^^xsd:dateTime ; | ||
1791 | - ddr:dTimStart "2011-04-05T06:15:00.001Z"^^xsd:dateTime . | ||
1792 | - | ||
1793 | -<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T08:30:00.001Z$24> | ||
1794 | - rdf:type ep-actpurp:Drilling--circulatingconditioning , ep-activity:DrillingActivity ; | ||
1795 | - ep-activity:onWellBore | ||
1796 | - <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T08:30:00.001Z$2011-04-05T14:15:00.001Z> ; | ||
1797 | - ddr:dTimEnd "2011-04-05T14:15:00.001Z"^^xsd:dateTime ; | ||
1798 | - ddr:dTimStart "2011-04-05T08:30:00.001Z"^^xsd:dateTime . | ||
1799 | - | ||
1800 | -<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T14:15:00.001Z$25> | ||
1801 | - rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ; | ||
1802 | - ep-activity:onWellBore | ||
1803 | - <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T14:15:00.001Z$2011-04-05T15:00:00.001Z> ; | ||
1804 | - ddr:dTimEnd "2011-04-05T15:00:00.001Z"^^xsd:dateTime ; | ||
1805 | - ddr:dTimStart "2011-04-05T14:15:00.001Z"^^xsd:dateTime . | ||
1806 | - | ||
1807 | -<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:00:00.001Z$26> | ||
1808 | - rdf:type ep-actpurp:Interruption--maintain , ep-activity:DrillingActivity ; | ||
1809 | - ep-activity:onWellBore | ||
1810 | - <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:00:00.001Z$2011-04-05T15:15:00.001Z> ; | ||
1811 | - ddr:dTimEnd "2011-04-05T15:15:00.001Z"^^xsd:dateTime ; | ||
1812 | - ddr:dTimStart "2011-04-05T15:00:00.001Z"^^xsd:dateTime . | ||
1813 | - | ||
1814 | -<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:15:00.001Z$27> | ||
1815 | - rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ; | ||
1816 | - ep-activity:onWellBore | ||
1817 | - <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:15:00.001Z$2011-04-06T06:00:00.001Z> ; | ||
1818 | - ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ; | ||
1819 | - ddr:dTimStart "2011-04-05T15:15:00.001Z"^^xsd:dateTime . | ||
1820 | - | ||
1821 | -<https://www.reportinghub.no/ep/data/Rig/280849> | ||
1822 | - rdf:type ep-fac:Rig ; | ||
1823 | - ep-core:npdCode "280849"^^xsd:string ; | ||
1824 | - ep-core:npdName "Ringhorne"^^xsd:string . | ||
1825 | - | ||
1826 | -<https://www.reportinghub.no/ep/data/Rig/280849$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> | ||
1827 | - rdf:type ep-fac:TemporalPartOfARig ; | ||
1828 | - ep-core:temporalPartOf | ||
1829 | - <https://www.reportinghub.no/ep/data/Rig/280849> . | ||
1830 | - | ||
1831 | -<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> | ||
1832 | - rdf:type ep-well:TemporalPartOfAWellBore ; | ||
1833 | - ep-core:temporalPartOf | ||
1834 | - <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1835 | - ddr:elevKelly _:b2 ; | ||
1836 | - ddr:md _:b3 . | ||
1837 | - | ||
1838 | -<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:15:00.001Z> | ||
1839 | - rdf:type ep-well:TemporalPartOfAWellBore ; | ||
1840 | - ep-core:temporalPartOf | ||
1841 | - <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1842 | - ddr:md _:b5 ; | ||
1843 | - ddr:tvd _:b6 . | ||
1844 | - | ||
1845 | -<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:15:00.001Z$2011-04-05T08:30:00.001Z> | ||
1846 | - rdf:type ep-well:TemporalPartOfAWellBore ; | ||
1847 | - ep-core:temporalPartOf | ||
1848 | - <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1849 | - ddr:md _:b7 ; | ||
1850 | - ddr:tvd _:b8 . | ||
1851 | - | ||
1852 | -<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T08:30:00.001Z$2011-04-05T14:15:00.001Z> | ||
1853 | - rdf:type ep-well:TemporalPartOfAWellBore ; | ||
1854 | - ep-core:temporalPartOf | ||
1855 | - <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1856 | - ddr:md _:b9 ; | ||
1857 | - ddr:tvd _:b10 . | ||
1858 | - | ||
1859 | -<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T14:15:00.001Z$2011-04-05T15:00:00.001Z> | ||
1860 | - rdf:type ep-well:TemporalPartOfAWellBore ; | ||
1861 | - ep-core:temporalPartOf | ||
1862 | - <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1863 | - ddr:md _:b11 ; | ||
1864 | - ddr:tvd _:b12 . | ||
1865 | - | ||
1866 | -<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:00:00.001Z$2011-04-05T15:15:00.001Z> | ||
1867 | - rdf:type ep-well:TemporalPartOfAWellBore ; | ||
1868 | - ep-core:temporalPartOf | ||
1869 | - <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1870 | - ddr:md _:b13 ; | ||
1871 | - ddr:tvd _:b14 . | ||
1872 | - | ||
1873 | -<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:15:00.001Z$2011-04-06T06:00:00.001Z> | ||
1874 | - rdf:type ep-well:TemporalPartOfAWellBore ; | ||
1875 | - ep-core:temporalPartOf | ||
1876 | - <http://www.reportinghub.no/np/data/npd/WellBore-6480> ; | ||
1877 | - ddr:md _:b15 . | ||
1878 | - | ||
1879 | -_:b6 rdf:type ddr:WellVerticalDepthCoord ; | ||
1880 | - dtype:value "1799.94758440832"^^xsd:double ; | ||
1881 | - ddr:uom "m" . | ||
1882 | - | ||
1883 | -_:b5 rdf:type ddr:MeasuredDepthCoord ; | ||
1884 | - dtype:value "6154"^^xsd:double ; | ||
1885 | - ddr:uom "m" . | ||
1886 | - | ||
1887 | -_:b8 rdf:type ddr:WellVerticalDepthCoord ; | ||
1888 | - dtype:value "1799.94559164957"^^xsd:double ; | ||
1889 | - ddr:uom "m" . | ||
1890 | - | ||
1891 | -_:b7 rdf:type ddr:MeasuredDepthCoord ; | ||
1892 | - dtype:value "6162"^^xsd:double ; | ||
1893 | - ddr:uom "m" . | ||
1894 | - | ||
1895 | -_:b10 | ||
1896 | - rdf:type ddr:WellVerticalDepthCoord ; | ||
1897 | - dtype:value "1799.94559164957"^^xsd:double ; | ||
1898 | - ddr:uom "m" . | ||
1899 | - | ||
1900 | -_:b9 rdf:type ddr:MeasuredDepthCoord ; | ||
1901 | - dtype:value "6162"^^xsd:double ; | ||
1902 | - ddr:uom "m" . | ||
1903 | - | ||
1904 | -_:b11 | ||
1905 | - rdf:type ddr:MeasuredDepthCoord ; | ||
1906 | - dtype:value "6169"^^xsd:double ; | ||
1907 | - ddr:uom "m" . | ||
1908 | - | ||
1909 | -_:b12 | ||
1910 | - rdf:type ddr:WellVerticalDepthCoord ; | ||
1911 | - dtype:value "1799.94641821816"^^xsd:double ; | ||
1912 | - ddr:uom "m" . | ||
1913 | - | ||
1914 | -_:b14 | ||
1915 | - rdf:type ddr:WellVerticalDepthCoord ; | ||
1916 | - dtype:value "1799.94641821816"^^xsd:double ; | ||
1917 | - ddr:uom "m" . | ||
1918 | - | ||
1919 | -_:b13 | ||
1920 | - rdf:type ddr:MeasuredDepthCoord ; | ||
1921 | - dtype:value "6169"^^xsd:double ; | ||
1922 | - ddr:uom "m" . | ||
1923 | - | ||
1924 | -_:b15 | ||
1925 | - rdf:type ddr:MeasuredDepthCoord ; | ||
1926 | - dtype:value "6292"^^xsd:double ; | ||
1927 | - ddr:uom "m" . | ||
1928 | - | ||
1929 | -_:b4 rdf:type ddr:VelocityMeasureMetresPerHour ; | ||
1930 | - dtype:value "9.51724137931035"^^xsd:double ; | ||
1931 | - ddr:uom "m/h" . | ||
1932 | - | ||
1933 | -_:b2 rdf:type ddr:WellElevationCoord ; | ||
1934 | - dtype:value "60.2999992370605"^^xsd:double ; | ||
1935 | - ddr:uom "m" . | ||
1936 | - | ||
1937 | -_:b3 rdf:type ddr:MeasuredDepthCoord ; | ||
1938 | - dtype:value "6292"^^xsd:double ; | ||
1939 | - ddr:uom "m" . | ||
1940 | - | ||
1941 | -_:b1 rdf:type ddr:LengthMeasure ; | ||
1942 | - dtype:value "138"^^xsd:double ; | ||
1943 | - ddr:uom "m" . |
... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
3 | # imports: http://purl.org/dc/terms/ | 3 | # imports: http://purl.org/dc/terms/ |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
... | @@ -20,5 +19,5 @@ | ... | @@ -20,5 +19,5 @@ |
20 | 19 | ||
21 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> | 20 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> |
22 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
23 | - owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 22 | + owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
... | @@ -44,7 +43,7 @@ arg:template | ... | @@ -44,7 +43,7 @@ arg:template |
44 | 43 | ||
45 | <http://www.reportinghub.no/swp/ddr> | 44 | <http://www.reportinghub.no/swp/ddr> |
46 | rdf:type owl:Ontology ; | 45 | rdf:type owl:Ontology ; |
47 | - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/spin/ddr-tables> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/spin/rh> ; | 46 | + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/ddr-tables> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/spin/rh> ; |
48 | owl:versionInfo "0.1.0"^^xsd:string . | 47 | owl:versionInfo "0.1.0"^^xsd:string . |
49 | 48 | ||
50 | ddrswp:DailyDrillingReportView | 49 | ddrswp:DailyDrillingReportView |
... | @@ -72,15 +71,15 @@ ddrswp:Table | ... | @@ -72,15 +71,15 @@ ddrswp:Table |
72 | rdfs:subClassOf ui:Element ; | 71 | rdfs:subClassOf ui:Element ; |
73 | spin:constraint | 72 | spin:constraint |
74 | [ rdf:type spl:Argument ; | 73 | [ rdf:type spl:Argument ; |
74 | + rdfs:comment "The SPIN Template to execute."^^xsd:string ; | ||
75 | + spl:predicate arg:template ; | ||
76 | + spl:valueType spin:Template | ||
77 | + ] ; | ||
78 | + spin:constraint | ||
79 | + [ rdf:type spl:Argument ; | ||
75 | rdfs:comment "The report that serves as root of the template."^^xsd:string ; | 80 | rdfs:comment "The report that serves as root of the template."^^xsd:string ; |
76 | spl:optional "true"^^xsd:boolean ; | 81 | spl:optional "true"^^xsd:boolean ; |
77 | spl:predicate arg:report ; | 82 | spl:predicate arg:report ; |
78 | spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> | 83 | spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> |
79 | ] ; | 84 | ] ; |
80 | - spin:constraint | ||
81 | - [ rdf:type spl:Argument ; | ||
82 | - rdfs:comment "The SPIN Template to execute."^^xsd:string ; | ||
83 | - spl:predicate arg:template ; | ||
84 | - spl:valueType spin:Template | ||
85 | - ] ; | ||
86 | ui:prototype <http://www.reportinghub.no/swp/DDRTable.uispin.html> . | 85 | ui:prototype <http://www.reportinghub.no/swp/DDRTable.uispin.html> . | ... | ... |
... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
... | @@ -17,6 +16,7 @@ | ... | @@ -17,6 +16,7 @@ |
17 | @prefix html: <http://uispin.org/html#> . | 16 | @prefix html: <http://uispin.org/html#> . |
18 | @prefix let: <http://uispin.org/let#> . | 17 | @prefix let: <http://uispin.org/let#> . |
19 | @prefix letrs: <http://uispin.org/letrs#> . | 18 | @prefix letrs: <http://uispin.org/letrs#> . |
19 | +@prefix nptswp: <http://www.reportinghub.no/swp/npt#> . | ||
20 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 20 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
21 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 21 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
22 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 22 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
... | @@ -24,7 +24,6 @@ | ... | @@ -24,7 +24,6 @@ |
24 | @prefix spin: <http://spinrdf.org/spin#> . | 24 | @prefix spin: <http://spinrdf.org/spin#> . |
25 | @prefix spl: <http://spinrdf.org/spl#> . | 25 | @prefix spl: <http://spinrdf.org/spl#> . |
26 | @prefix ui: <http://uispin.org/ui#> . | 26 | @prefix ui: <http://uispin.org/ui#> . |
27 | -@prefix nptswp: <http://www.reportinghub.no/swp/npt#> . | ||
28 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 27 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
29 | 28 | ||
30 | arg:startDate | 29 | arg:startDate |
... | @@ -103,54 +102,54 @@ arg:wellBore | ... | @@ -103,54 +102,54 @@ arg:wellBore |
103 | 102 | ||
104 | <http://www.reportinghub.no/swp/npt> | 103 | <http://www.reportinghub.no/swp/npt> |
105 | rdf:type owl:Ontology ; | 104 | rdf:type owl:Ontology ; |
106 | - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/spin/rh> ; | 105 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/spin/rh> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
107 | owl:versionInfo "0.1.0"^^xsd:string . | 106 | owl:versionInfo "0.1.0"^^xsd:string . |
108 | 107 | ||
109 | -nptswp:Table | 108 | +nptswp:NonProductiveTimeReportView |
110 | rdf:type ui:NodeClass ; | 109 | rdf:type ui:NodeClass ; |
111 | - rdfs:comment "An HTML table displaying the results of a given SPIN template for a given npt. The template should also provide rhspin:tableHeaders."^^xsd:string ; | 110 | + rdfs:label "Weekly drilling report view"^^xsd:string ; |
112 | - rdfs:label "Table"^^xsd:string ; | ||
113 | rdfs:subClassOf ui:Element ; | 111 | rdfs:subClassOf ui:Element ; |
114 | spin:constraint | 112 | spin:constraint |
115 | [ rdf:type spl:Argument ; | 113 | [ rdf:type spl:Argument ; |
116 | - rdfs:comment "The SPIN Template to execute."^^xsd:string ; | 114 | + rdfs:comment "The start date of the report to display."^^xsd:string ; |
117 | - spl:predicate arg:template ; | 115 | + spl:predicate arg:startDate ; |
118 | - spl:valueType spin:Template | 116 | + spl:valueType xsd:date |
119 | ] ; | 117 | ] ; |
120 | spin:constraint | 118 | spin:constraint |
121 | [ rdf:type spl:Argument ; | 119 | [ rdf:type spl:Argument ; |
122 | - rdfs:comment "The well bore of the report."^^xsd:string ; | 120 | + rdfs:comment "The well bore."^^xsd:string ; |
123 | spl:predicate arg:wellBore ; | 121 | spl:predicate arg:wellBore ; |
124 | spl:valueType ep-well:WellBore | 122 | spl:valueType ep-well:WellBore |
125 | ] ; | 123 | ] ; |
124 | + ui:headIncludes | ||
125 | + [ rdf:type html:Link ; | ||
126 | + html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; | ||
127 | + html:rel "stylesheet"^^xsd:string ; | ||
128 | + html:type "text/css"^^xsd:string | ||
129 | + ] ; | ||
130 | + ui:prototype <http://www.reportinghub.no/swp/NonProductiveTimeReport.uispin.html> . | ||
131 | + | ||
132 | +nptswp:Table | ||
133 | + rdf:type ui:NodeClass ; | ||
134 | + rdfs:comment "An HTML table displaying the results of a given SPIN template for a given npt. The template should also provide rhspin:tableHeaders."^^xsd:string ; | ||
135 | + rdfs:label "Table"^^xsd:string ; | ||
136 | + rdfs:subClassOf ui:Element ; | ||
126 | spin:constraint | 137 | spin:constraint |
127 | [ rdf:type spl:Argument ; | 138 | [ rdf:type spl:Argument ; |
128 | rdfs:comment "The start date of the report."^^xsd:string ; | 139 | rdfs:comment "The start date of the report."^^xsd:string ; |
129 | spl:predicate arg:startDate ; | 140 | spl:predicate arg:startDate ; |
130 | spl:valueType xsd:date | 141 | spl:valueType xsd:date |
131 | ] ; | 142 | ] ; |
132 | - ui:prototype <http://www.reportinghub.no/swp/NPTTable.uispin.html> . | ||
133 | - | ||
134 | -nptswp:NonProductiveTimeReportView | ||
135 | - rdf:type ui:NodeClass ; | ||
136 | - rdfs:label "Weekly drilling report view"^^xsd:string ; | ||
137 | - rdfs:subClassOf ui:Element ; | ||
138 | spin:constraint | 143 | spin:constraint |
139 | [ rdf:type spl:Argument ; | 144 | [ rdf:type spl:Argument ; |
140 | - rdfs:comment "The well bore."^^xsd:string ; | 145 | + rdfs:comment "The well bore of the report."^^xsd:string ; |
141 | spl:predicate arg:wellBore ; | 146 | spl:predicate arg:wellBore ; |
142 | spl:valueType ep-well:WellBore | 147 | spl:valueType ep-well:WellBore |
143 | ] ; | 148 | ] ; |
144 | spin:constraint | 149 | spin:constraint |
145 | [ rdf:type spl:Argument ; | 150 | [ rdf:type spl:Argument ; |
146 | - rdfs:comment "The start date of the report to display."^^xsd:string ; | 151 | + rdfs:comment "The SPIN Template to execute."^^xsd:string ; |
147 | - spl:predicate arg:startDate ; | 152 | + spl:predicate arg:template ; |
148 | - spl:valueType xsd:date | 153 | + spl:valueType spin:Template |
149 | - ] ; | ||
150 | - ui:headIncludes | ||
151 | - [ rdf:type html:Link ; | ||
152 | - html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; | ||
153 | - html:rel "stylesheet"^^xsd:string ; | ||
154 | - html:type "text/css"^^xsd:string | ||
155 | ] ; | 154 | ] ; |
156 | - ui:prototype <http://www.reportinghub.no/swp/NonProductiveTimeReport.uispin.html> . | 155 | + ui:prototype <http://www.reportinghub.no/swp/NPTTable.uispin.html> . | ... | ... |
... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
... | @@ -103,7 +102,7 @@ arg:wellBore | ... | @@ -103,7 +102,7 @@ arg:wellBore |
103 | 102 | ||
104 | <http://www.reportinghub.no/swp/wdr> | 103 | <http://www.reportinghub.no/swp/wdr> |
105 | rdf:type owl:Ontology ; | 104 | rdf:type owl:Ontology ; |
106 | - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://www.reportinghub.no/spin/rh> ; | 105 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/spin/drilling-tables> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
107 | owl:versionInfo "0.1.0"^^xsd:string . | 106 | owl:versionInfo "0.1.0"^^xsd:string . |
108 | 107 | ||
109 | wdrswp:Table | 108 | wdrswp:Table |
... | @@ -113,9 +112,9 @@ wdrswp:Table | ... | @@ -113,9 +112,9 @@ wdrswp:Table |
113 | rdfs:subClassOf ui:Element ; | 112 | rdfs:subClassOf ui:Element ; |
114 | spin:constraint | 113 | spin:constraint |
115 | [ rdf:type spl:Argument ; | 114 | [ rdf:type spl:Argument ; |
116 | - rdfs:comment "The SPIN Template to execute."^^xsd:string ; | 115 | + rdfs:comment "The start date of the report."^^xsd:string ; |
117 | - spl:predicate arg:template ; | 116 | + spl:predicate arg:startDate ; |
118 | - spl:valueType spin:Template | 117 | + spl:valueType xsd:date |
119 | ] ; | 118 | ] ; |
120 | spin:constraint | 119 | spin:constraint |
121 | [ rdf:type spl:Argument ; | 120 | [ rdf:type spl:Argument ; |
... | @@ -125,9 +124,9 @@ wdrswp:Table | ... | @@ -125,9 +124,9 @@ wdrswp:Table |
125 | ] ; | 124 | ] ; |
126 | spin:constraint | 125 | spin:constraint |
127 | [ rdf:type spl:Argument ; | 126 | [ rdf:type spl:Argument ; |
128 | - rdfs:comment "The start date of the report."^^xsd:string ; | 127 | + rdfs:comment "The SPIN Template to execute."^^xsd:string ; |
129 | - spl:predicate arg:startDate ; | 128 | + spl:predicate arg:template ; |
130 | - spl:valueType xsd:date | 129 | + spl:valueType spin:Template |
131 | ] ; | 130 | ] ; |
132 | ui:prototype <http://www.reportinghub.no/swp/WDRTable.uispin.html> . | 131 | ui:prototype <http://www.reportinghub.no/swp/WDRTable.uispin.html> . |
133 | 132 | ||
... | @@ -137,16 +136,16 @@ wdrswp:WeeklyDrillingReportView | ... | @@ -137,16 +136,16 @@ wdrswp:WeeklyDrillingReportView |
137 | rdfs:subClassOf ui:Element ; | 136 | rdfs:subClassOf ui:Element ; |
138 | spin:constraint | 137 | spin:constraint |
139 | [ rdf:type spl:Argument ; | 138 | [ rdf:type spl:Argument ; |
140 | - rdfs:comment "The well bore."^^xsd:string ; | ||
141 | - spl:predicate arg:wellBore ; | ||
142 | - spl:valueType ep-well:WellBore | ||
143 | - ] ; | ||
144 | - spin:constraint | ||
145 | - [ rdf:type spl:Argument ; | ||
146 | rdfs:comment "The start date of the report to display."^^xsd:string ; | 139 | rdfs:comment "The start date of the report to display."^^xsd:string ; |
147 | spl:predicate arg:startDate ; | 140 | spl:predicate arg:startDate ; |
148 | spl:valueType xsd:date | 141 | spl:valueType xsd:date |
149 | ] ; | 142 | ] ; |
143 | + spin:constraint | ||
144 | + [ rdf:type spl:Argument ; | ||
145 | + rdfs:comment "The well bore."^^xsd:string ; | ||
146 | + spl:predicate arg:wellBore ; | ||
147 | + spl:valueType ep-well:WellBore | ||
148 | + ] ; | ||
150 | ui:headIncludes | 149 | ui:headIncludes |
151 | [ rdf:type html:Link ; | 150 | [ rdf:type html:Link ; |
152 | html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; | 151 | html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment