David Leal

New transforms added

Showing 31 changed files with 758 additions and 92 deletions
1 -# Saved by TopBraid on Wed Aug 10 13:54:55 BST 2011 1 +# Saved by TopBraid on Mon Aug 22 17:03:23 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core
3 # imports: http://www.linkedmodel.org/1.2/schema/vaem 3 # imports: http://www.linkedmodel.org/1.2/schema/vaem
4 4
...@@ -25,7 +25,7 @@ ep-core:PhysicalThing ...@@ -25,7 +25,7 @@ ep-core:PhysicalThing
25 rdfs:subClassOf owl:Thing . 25 rdfs:subClassOf owl:Thing .
26 26
27 ep-core:apiName 27 ep-core:apiName
28 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 28 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
29 rdfs:label "API name"^^xsd:string ; 29 rdfs:label "API name"^^xsd:string ;
30 rdfs:range xsd:string ; 30 rdfs:range xsd:string ;
31 rdfs:subPropertyOf ep-core:name . 31 rdfs:subPropertyOf ep-core:name .
...@@ -35,11 +35,11 @@ ep-core:basisFor ...@@ -35,11 +35,11 @@ ep-core:basisFor
35 rdfs:label "basis for"^^xsd:string . 35 rdfs:label "basis for"^^xsd:string .
36 36
37 ep-core:derivedFrom 37 ep-core:derivedFrom
38 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 38 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
39 rdfs:label "derived from"^^xsd:string . 39 rdfs:label "derived from"^^xsd:string .
40 40
41 ep-core:dtiName 41 ep-core:dtiName
42 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 42 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
43 rdfs:label "DTI name"^^xsd:string ; 43 rdfs:label "DTI name"^^xsd:string ;
44 rdfs:range xsd:string ; 44 rdfs:range xsd:string ;
45 rdfs:subPropertyOf ep-core:name . 45 rdfs:subPropertyOf ep-core:name .
...@@ -59,8 +59,13 @@ ep-core:hasTemporalPart ...@@ -59,8 +59,13 @@ ep-core:hasTemporalPart
59 rdfs:subPropertyOf ep-core:hasPart ; 59 rdfs:subPropertyOf ep-core:hasPart ;
60 owl:inverseOf ep-core:partOf . 60 owl:inverseOf ep-core:partOf .
61 61
62 +ep-core:hasVolume
63 + rdf:type owl:FunctionalProperty ;
64 + rdfs:domain ep-core:PhysicalThing ;
65 + rdfs:label "has volume"^^xsd:string .
66 +
62 ep-core:localFieldName 67 ep-core:localFieldName
63 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 68 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
64 rdfs:label "local field name"^^xsd:string ; 69 rdfs:label "local field name"^^xsd:string ;
65 rdfs:range xsd:string ; 70 rdfs:range xsd:string ;
66 rdfs:subPropertyOf ep-core:name . 71 rdfs:subPropertyOf ep-core:name .
...@@ -71,19 +76,19 @@ ep-core:name ...@@ -71,19 +76,19 @@ ep-core:name
71 rdfs:range xsd:string . 76 rdfs:range xsd:string .
72 77
73 ep-core:npdCode 78 ep-core:npdCode
74 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 79 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
75 rdfs:label "NPD code"^^xsd:string ; 80 rdfs:label "NPD code"^^xsd:string ;
76 rdfs:range xsd:string ; 81 rdfs:range xsd:string ;
77 rdfs:subPropertyOf ep-core:name . 82 rdfs:subPropertyOf ep-core:name .
78 83
79 ep-core:npdName 84 ep-core:npdName
80 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 85 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
81 rdfs:label "NPD name"^^xsd:string ; 86 rdfs:label "NPD name"^^xsd:string ;
82 rdfs:range xsd:string ; 87 rdfs:range xsd:string ;
83 rdfs:subPropertyOf ep-core:name . 88 rdfs:subPropertyOf ep-core:name .
84 89
85 ep-core:npdNumber 90 ep-core:npdNumber
86 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 91 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
87 rdfs:label "NPD number"^^xsd:string ; 92 rdfs:label "NPD number"^^xsd:string ;
88 rdfs:range xsd:string ; 93 rdfs:range xsd:string ;
89 rdfs:subPropertyOf ep-core:name . 94 rdfs:subPropertyOf ep-core:name .
...@@ -96,7 +101,7 @@ ep-core:partOf ...@@ -96,7 +101,7 @@ ep-core:partOf
96 owl:inverseOf ep-core:hasPart . 101 owl:inverseOf ep-core:hasPart .
97 102
98 ep-core:prospectName 103 ep-core:prospectName
99 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 104 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
100 rdfs:label "prospect name"^^xsd:string ; 105 rdfs:label "prospect name"^^xsd:string ;
101 rdfs:range xsd:string ; 106 rdfs:range xsd:string ;
102 rdfs:subPropertyOf ep-core:name . 107 rdfs:subPropertyOf ep-core:name .
......
1 -# Saved by TopBraid on Wed Aug 17 12:15:49 BST 2011 1 +# Saved by TopBraid on Wed Aug 24 15:52:55 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 4
...@@ -21,16 +21,104 @@ ...@@ -21,16 +21,104 @@
21 <http://www.reportinghub.no/ep/schema/core#PhysicalThing> 21 <http://www.reportinghub.no/ep/schema/core#PhysicalThing>
22 rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . 22 rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
23 23
24 +ep-eqt:Casing
25 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
26 + rdfs:label "casing"^^xsd:string ;
27 + rdfs:subClassOf ep-eqt:CasingLinerTubing ;
28 + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner .
29 +
30 +ep-eqt:CasingLinerTubing
31 + rdf:type owl:Class ;
32 + rdfs:label "casing/liner/tubing"^^xsd:string ;
33 + rdfs:subClassOf ep-eqt:Equipment .
34 +
35 +ep-eqt:CasingLinerTubingType
36 + rdf:type rdfs:Class ;
37 + rdfs:label "casing/liner/tubing type"^^xsd:string ;
38 + rdfs:subClassOf owl:Class .
39 +
40 +ep-eqt:CasingType
41 + rdf:type rdfs:Class ;
42 + rdfs:label "casing type"^^xsd:string ;
43 + rdfs:subClassOf owl:Class .
44 +
45 +ep-eqt:ChokeValve
46 + rdf:type owl:Class ;
47 + rdfs:label "choke valve"^^xsd:string ;
48 + rdfs:subClassOf ep-eqt:Equipment .
49 +
50 +ep-eqt:DrillBit
51 + rdf:type owl:Class ;
52 + rdfs:label "drill bit"^^xsd:string ;
53 + rdfs:subClassOf ep-eqt:Equipment .
54 +
24 ep-eqt:Equipment 55 ep-eqt:Equipment
25 rdf:type owl:Class ; 56 rdf:type owl:Class ;
26 rdfs:label "Equipment"^^xsd:string ; 57 rdfs:label "Equipment"^^xsd:string ;
27 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . 58 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
28 59
60 +ep-eqt:InnerBarrel
61 + rdf:type owl:Class ;
62 + rdfs:label "inner barrel"^^xsd:string ;
63 + rdfs:subClassOf ep-eqt:Equipment .
64 +
65 +ep-eqt:InnerBarrel-aluminum
66 + rdf:type owl:Class ;
67 + rdfs:label "inner barrel - aluminum"^^xsd:string ;
68 + rdfs:subClassOf ep-eqt:InnerBarrel ;
69 + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass .
70 +
71 +ep-eqt:InnerBarrel-fiberglass
72 + rdf:type owl:Class ;
73 + rdfs:label "inner barrel - fiberglass"^^xsd:string ;
74 + rdfs:subClassOf ep-eqt:InnerBarrel ;
75 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel .
76 +
77 +ep-eqt:InnerBarrel-gel
78 + rdf:type owl:Class ;
79 + rdfs:label "inner barrel - gel"^^xsd:string ;
80 + rdfs:subClassOf ep-eqt:InnerBarrel ;
81 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .
82 +
83 +ep-eqt:IntermediateCasing
84 + rdf:type owl:Class , ep-eqt:CasingType ;
85 + rdfs:label "intermediate casing"^^xsd:string ;
86 + rdfs:subClassOf ep-eqt:Casing ;
87 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
88 +
89 +ep-eqt:Liner
90 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
91 + rdfs:label "liner"^^xsd:string ;
92 + rdfs:subClassOf ep-eqt:CasingLinerTubing ;
93 + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing .
94 +
95 +ep-eqt:ProductionCasing
96 + rdf:type owl:Class , ep-eqt:CasingType ;
97 + rdfs:label "production casing"^^xsd:string ;
98 + rdfs:subClassOf ep-eqt:Casing ;
99 + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing .
100 +
29 ep-eqt:TemporalPartOfEquipment 101 ep-eqt:TemporalPartOfEquipment
30 rdf:type owl:Class ; 102 rdf:type owl:Class ;
31 rdfs:label "temporal part of equipment"^^xsd:string ; 103 rdfs:label "temporal part of equipment"^^xsd:string ;
32 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . 104 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
33 105
106 +ep-eqt:TopCasing
107 + rdf:type ep-eqt:CasingType , owl:Class ;
108 + rdfs:label "top casing"^^xsd:string ;
109 + rdfs:subClassOf ep-eqt:Casing ;
110 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing .
111 +
112 +ep-eqt:Tubing
113 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
114 + rdfs:label "liner"^^xsd:string ;
115 + rdfs:subClassOf ep-eqt:CasingLinerTubing ;
116 + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing ;
117 + owl:equivalentClass
118 + [ rdf:type owl:Class ;
119 + owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing)
120 + ] .
121 +
34 ep-eqt:WellBoreLoggingTool 122 ep-eqt:WellBoreLoggingTool
35 rdf:type owl:Class ; 123 rdf:type owl:Class ;
36 rdfs:label "well bore logging tool"^^xsd:string ; 124 rdfs:label "well bore logging tool"^^xsd:string ;
......
1 -# Saved by TopBraid on Wed Aug 17 12:39:33 BST 2011 1 +# Saved by TopBraid on Wed Aug 24 19:45:29 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
4 5
5 @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . 6 @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -10,7 +11,7 @@ ...@@ -10,7 +11,7 @@
10 11
11 <http://www.reportinghub.no/ep/schema/1.0/well> 12 <http://www.reportinghub.no/ep/schema/1.0/well>
12 rdf:type owl:Ontology ; 13 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 owl:versionInfo "0.1.0"^^xsd:string . 15 owl:versionInfo "0.1.0"^^xsd:string .
15 16
16 ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore 17 ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore
...@@ -23,24 +24,92 @@ ep-well:AllOrPartOfTheLifeOfAWellBore ...@@ -23,24 +24,92 @@ ep-well:AllOrPartOfTheLifeOfAWellBore
23 rdfs:label "all or part of the life of a well bore"^^xsd:string ; 24 rdfs:label "all or part of the life of a well bore"^^xsd:string ;
24 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 25 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
25 26
27 +ep-well:CasingString
28 + rdf:type owl:Class ;
29 + rdfs:label "casing string"^^xsd:string ;
30 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
31 +
32 +ep-well:CementingFluid
33 + rdf:type owl:Class ;
34 + rdfs:label "cementing fluid"^^xsd:string ;
35 + rdfs:subClassOf ep-well:Fluid .
36 +
37 +ep-well:CementingFluidType
38 + rdf:type ep-well:CementingFluidType , rdfs:Class ;
39 + rdfs:label "cementing fluid type"^^xsd:string ;
40 + rdfs:subClassOf rdfs:Class .
41 +
42 +ep-well:Condensate
43 + rdf:type owl:Class , ep-well:FluidComponentType ;
44 + rdfs:label "condensate"^^xsd:string ;
45 + rdfs:subClassOf ep-well:Fluid .
46 +
47 +ep-well:Filtrate
48 + rdf:type ep-well:FluidComponentType , owl:Class ;
49 + rdfs:label "filtrate"^^xsd:string ;
50 + rdfs:subClassOf ep-well:Fluid .
51 +
52 +ep-well:Fluid
53 + rdf:type owl:Class ;
54 + rdfs:label "fluid component"^^xsd:string ;
55 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
56 +
57 +ep-well:FluidComponentType
58 + rdf:type rdfs:Class ;
59 + rdfs:label "fluid component type"^^xsd:string ;
60 + rdfs:subClassOf owl:Class .
61 +
62 +ep-well:Gas
63 + rdf:type owl:Class , ep-well:FluidComponentType ;
64 + rdfs:label "gas"^^xsd:string ;
65 + rdfs:subClassOf ep-well:Fluid .
66 +
26 ep-well:HphtWellBore 67 ep-well:HphtWellBore
27 - rdf:type owl:Class , ep-well:WellBoreHphtType ; 68 + rdf:type ep-well:WellBoreHphtType , owl:Class ;
28 rdfs:label "high pressure high temperature well bore"^^xsd:string ; 69 rdfs:label "high pressure high temperature well bore"^^xsd:string ;
29 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 70 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
30 owl:disjointWith ep-well:NotHphtWellBore . 71 owl:disjointWith ep-well:NotHphtWellBore .
31 72
32 ep-well:LeakyWellBore 73 ep-well:LeakyWellBore
33 - rdf:type ep-well:WellBoreTightnessType , owl:Class ; 74 + rdf:type owl:Class , ep-well:WellBoreTightnessType ;
34 rdfs:label "leaky well bore"^^xsd:string ; 75 rdfs:label "leaky well bore"^^xsd:string ;
35 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 76 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
36 owl:disjointWith ep-well:TightWellBore . 77 owl:disjointWith ep-well:TightWellBore .
37 78
79 +ep-well:Mud
80 + rdf:type ep-well:CementingFluidType , owl:Class ;
81 + rdfs:label "mud"^^xsd:string ;
82 + rdfs:subClassOf ep-well:CementingFluid ;
83 + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer .
84 +
38 ep-well:NotHphtWellBore 85 ep-well:NotHphtWellBore
39 - rdf:type owl:Class , ep-well:WellBoreHphtType ; 86 + rdf:type ep-well:WellBoreHphtType , owl:Class ;
40 rdfs:label "not high pressure high temperature well bore"^^xsd:string ; 87 rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
41 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 88 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
42 owl:disjointWith ep-well:HphtWellBore . 89 owl:disjointWith ep-well:HphtWellBore .
43 90
91 +ep-well:Oil
92 + rdf:type ep-well:FluidComponentType , owl:Class ;
93 + rdfs:label "oil"^^xsd:string ;
94 + rdfs:subClassOf ep-well:Fluid .
95 +
96 +ep-well:RecoveredCore
97 + rdf:type owl:Class ;
98 + rdfs:label "recovered core"^^xsd:string ;
99 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
100 +
101 +ep-well:Slurry
102 + rdf:type ep-well:CementingFluidType , owl:Class ;
103 + rdfs:label "slurry"^^xsd:string ;
104 + rdfs:subClassOf ep-well:CementingFluid ;
105 + owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud .
106 +
107 +ep-well:Spacer
108 + rdf:type ep-well:CementingFluidType , owl:Class ;
109 + rdfs:label "spacer"^^xsd:string ;
110 + rdfs:subClassOf ep-well:CementingFluid ;
111 + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud .
112 +
44 ep-well:SpatialPartOfAWellBore 113 ep-well:SpatialPartOfAWellBore
45 rdf:type owl:Class ; 114 rdf:type owl:Class ;
46 rdfs:label "spatial part of a well bore"^^xsd:string ; 115 rdfs:label "spatial part of a well bore"^^xsd:string ;
...@@ -57,24 +126,35 @@ ep-well:TemporalPartOfAWellBore ...@@ -57,24 +126,35 @@ ep-well:TemporalPartOfAWellBore
57 rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . 126 rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore .
58 127
59 ep-well:TightWellBore 128 ep-well:TightWellBore
60 - rdf:type ep-well:WellBoreTightnessType , owl:Class ; 129 + rdf:type owl:Class , ep-well:WellBoreTightnessType ;
61 rdfs:label "tight well bore"^^xsd:string ; 130 rdfs:label "tight well bore"^^xsd:string ;
62 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 131 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
63 owl:disjointWith ep-well:LeakyWellBore . 132 owl:disjointWith ep-well:LeakyWellBore .
64 133
134 +ep-well:Wash
135 + rdf:type owl:Class ;
136 + rdfs:label "wash"^^xsd:string ;
137 + rdfs:subClassOf ep-well:CementingFluid ;
138 + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud .
139 +
140 +ep-well:Water
141 + rdf:type owl:Class , ep-well:FluidComponentType ;
142 + rdfs:label "water"^^xsd:string ;
143 + rdfs:subClassOf ep-well:Fluid .
144 +
65 ep-well:Well 145 ep-well:Well
66 rdf:type owl:Class ; 146 rdf:type owl:Class ;
67 rdfs:label "Well"^^xsd:string ; 147 rdfs:label "Well"^^xsd:string ;
68 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 148 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
69 rdfs:subClassOf 149 rdfs:subClassOf
70 [ rdf:type owl:Restriction ; 150 [ rdf:type owl:Restriction ;
71 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 151 + owl:allValuesFrom ep-well:WellBore ;
72 - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> 152 + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
73 ] ; 153 ] ;
74 rdfs:subClassOf 154 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 155 [ rdf:type owl:Restriction ;
76 - owl:allValuesFrom ep-well:WellBore ; 156 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
77 - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> 157 + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
78 ] . 158 ] .
79 159
80 ep-well:WellBore 160 ep-well:WellBore
...@@ -108,3 +188,15 @@ ep-well:WellBoreTightnessType ...@@ -108,3 +188,15 @@ ep-well:WellBoreTightnessType
108 rdf:type rdfs:Class ; 188 rdf:type rdfs:Class ;
109 rdfs:label "well bore tightness type"^^xsd:string ; 189 rdfs:label "well bore tightness type"^^xsd:string ;
110 rdfs:subClassOf owl:Class . 190 rdfs:subClassOf owl:Class .
191 +
192 +ep-well:dominantComponent
193 + rdf:type owl:ObjectProperty ;
194 + rdfs:domain ep-well:Fluid ;
195 + rdfs:label "dominant component"^^xsd:string ;
196 + rdfs:range ep-well:FluidComponentType .
197 +
198 +ep-well:hasBarrel
199 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
200 + rdfs:domain ep-well:RecoveredCore ;
201 + rdfs:label "has barrel"^^xsd:string ;
202 + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> .
......
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Wed Aug 17 16:38:03 BST 2011 1 +# Saved by TopBraid on Wed Aug 24 20:07:27 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Wed Aug 24 15:40:23 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 + composite:index "0"^^xsd:int
17 + ] .
1 +# Saved by TopBraid on Wed Aug 24 20:24:31 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 + composite:index "0"^^xsd:int
17 + ] .
1 +# Saved by TopBraid on Tue Aug 23 20:39:28 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 + composite:index "0"^^xsd:int
17 + ] .
1 +# Saved by TopBraid on Mon Aug 22 14:33:44 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 + composite:index "0"^^xsd:int
17 + ] .
1 -# Saved by TopBraid on Tue Aug 16 15:54:55 BST 2011 1 +# Saved by TopBraid on Tue Aug 23 16:05:01 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Mon Aug 22 17:05:07 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 + composite:index "0"^^xsd:int
17 + ] .
1 +# Saved by TopBraid on Wed Aug 24 13:32:40 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 + composite:index "0"^^xsd:int
17 + ] .
1 -# Saved by TopBraid on Thu Aug 18 23:41:38 BST 2011 1 +# Saved by TopBraid on Wed Aug 24 20:13:09 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
3 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo 3 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
5 -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo 4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
7 -# imports: http://www.reportinghub.no/swp/ddr
8 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation 5 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
6 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
8 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
12 -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
13 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo 10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo
11 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
12 +# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
13 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
14 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
15 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
16 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
17 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo
18 +# imports: http://www.reportinghub.no/swp/ddr
19 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
20 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
21 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
22 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
14 23
15 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . 24 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
25 +@prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> .
26 +@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
27 +@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
28 +@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
16 @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . 29 @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> .
17 @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . 30 @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
18 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 31 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
32 +@prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> .
33 +@prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> .
19 @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . 34 @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> .
20 @prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . 35 @prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> .
21 @prefix owl: <http://www.w3.org/2002/07/owl#> . 36 @prefix owl: <http://www.w3.org/2002/07/owl#> .
37 +@prefix perfInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> .
22 @prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . 38 @prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> .
23 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 39 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
24 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 40 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -26,14 +42,16 @@ ...@@ -26,14 +42,16 @@
26 @prefix sp: <http://spinrdf.org/sp#> . 42 @prefix sp: <http://spinrdf.org/sp#> .
27 @prefix spin: <http://spinrdf.org/spin#> . 43 @prefix spin: <http://spinrdf.org/spin#> .
28 @prefix spl: <http://spinrdf.org/spl#> . 44 @prefix spl: <http://spinrdf.org/spl#> .
45 +@prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> .
29 @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . 46 @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> .
30 @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . 47 @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> .
48 +@prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> .
31 @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . 49 @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> .
32 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 50 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
33 51
34 <http://www.reportinghub.no/ep/transform/1.1/normalization> 52 <http://www.reportinghub.no/ep/transform/1.1/normalization>
35 rdf:type owl:Ontology ; 53 rdf:type owl:Ontology ;
36 - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> ; 54 + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> ;
37 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 55 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
38 56
39 owl:Thing 57 owl:Thing
...@@ -74,8 +92,8 @@ owl:Thing ...@@ -74,8 +92,8 @@ owl:Thing
74 ]) 92 ])
75 ] . 93 ] .
76 94
77 -_:b3 sp:varName "newLabel"^^xsd:string . 95 +_:b1 sp:varName "oldLabel"^^xsd:string .
78 96
79 _:b2 sp:varName "p"^^xsd:string . 97 _:b2 sp:varName "p"^^xsd:string .
80 98
81 -_:b1 sp:varName "oldLabel"^^xsd:string . 99 +_:b3 sp:varName "newLabel"^^xsd:string .
......
1 -# Saved by TopBraid on Thu Aug 18 23:41:38 BST 2011 1 +# Saved by TopBraid on Wed Aug 24 20:13:09 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Wed Aug 24 12:41:02 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
3 +# imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
5 +# imports: http://spinrdf.org/spin
6 +
7 +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> .
8 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spin: <http://spinrdf.org/spin#> .
14 +@prefix spl: <http://spinrdf.org/spl#> .
15 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 +
17 +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
18 + spin:rule
19 + [ rdf:type sp:Construct ;
20 + rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ;
21 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ;
22 + sp:predicate rdf:type ;
23 + sp:subject _:b1
24 + ] [ sp:object _:b1 ;
25 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
26 + sp:subject _:b2
27 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ;
28 + sp:predicate rdf:type ;
29 + sp:subject _:b3
30 + ] [ sp:object _:b4 ;
31 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
32 + sp:subject _:b3
33 + ] [ sp:object _:b3 ;
34 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
35 + sp:subject _:b1
36 + ] [ sp:object _:b5 ;
37 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
38 + sp:subject _:b1
39 + ] [ sp:object _:b6 ;
40 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
41 + sp:subject _:b1
42 + ] [ sp:object _:b7 ;
43 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
44 + sp:subject _:b3
45 + ] [ sp:object _:b8 ;
46 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ;
47 + sp:subject _:b3
48 + ] [ sp:object _:b9 ;
49 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ;
50 + sp:subject _:b3
51 + ] [ sp:object _:b10 ;
52 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ;
53 + sp:subject _:b3
54 + ]) ;
55 + sp:where ([ sp:object _:b11 ;
56 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
57 + sp:subject spin:_this
58 + ] [ sp:object _:b12 ;
59 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
60 + sp:subject spin:_this
61 + ] [ sp:object _:b13 ;
62 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#perfInfo> ;
63 + sp:subject spin:_this
64 + ] [ sp:object _:b14 ;
65 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
66 + sp:subject _:b13
67 + ] [ sp:object _:b5 ;
68 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimOpen> ;
69 + sp:subject _:b13
70 + ] [ sp:object _:b4 ;
71 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
72 + sp:subject _:b2
73 + ] [ sp:object _:b7 ;
74 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
75 + sp:subject _:b13
76 + ] [ sp:object _:b9 ;
77 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ;
78 + sp:subject _:b13
79 + ] [ rdf:type sp:Optional ;
80 + sp:elements ([ sp:object _:b6 ;
81 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimClose> ;
82 + sp:subject _:b13
83 + ] [ sp:object _:b8 ;
84 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ;
85 + sp:subject _:b13
86 + ] [ sp:object _:b10 ;
87 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ;
88 + sp:subject _:b13
89 + ])
90 + ] [ rdf:type sp:Bind ;
91 + sp:expression
92 + [ rdf:type ep-spin-lib:normalizeString ;
93 + sp:arg1 _:b11
94 + ] ;
95 + sp:variable _:b15
96 + ] [ rdf:type sp:Bind ;
97 + sp:expression
98 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
99 + sp:arg1 _:b15 ;
100 + sp:arg2 _:b12
101 + ] ;
102 + sp:variable _:b2
103 + ] [ rdf:type sp:Bind ;
104 + sp:expression
105 + [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ;
106 + sp:arg1 _:b15 ;
107 + sp:arg2 _:b14
108 + ] ;
109 + sp:variable _:b1
110 + ] [ rdf:type sp:Bind ;
111 + sp:expression
112 + [ rdf:type ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI ;
113 + sp:arg1 _:b15 ;
114 + sp:arg2 _:b14
115 + ] ;
116 + sp:variable _:b3
117 + ])
118 + ] .
119 +
120 +<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo>
121 + rdf:type owl:Ontology ;
122 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
123 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
124 +
125 +_:b11
126 + sp:varName "nameWellBore"^^xsd:string .
127 +
128 +_:b12
129 + sp:varName "dTimStart"^^xsd:string .
130 +
131 +_:b13
132 + sp:varName "perfInfo"^^xsd:string .
133 +
134 +_:b14
135 + sp:varName "index"^^xsd:string .
136 +
137 +_:b5 sp:varName "dTimOpen"^^xsd:string .
138 +
139 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
140 +
141 +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
142 +
143 +_:b7 sp:varName "mdTop"^^xsd:string .
144 +
145 +_:b9 sp:varName "mdBottom"^^xsd:string .
146 +
147 +_:b6 sp:varName "dTimClose"^^xsd:string .
148 +
149 +_:b8 sp:varName "tvdTop"^^xsd:string .
150 +
151 +_:b10
152 + sp:varName "tvdBottom"^^xsd:string .
153 +
154 +_:b15
155 + sp:varName "normalizedWellBoreName"^^xsd:string .
156 +
157 +_:b1 sp:varName "openPerforationInterval"^^xsd:string .
158 +
159 +_:b3 sp:varName "perforationIntervalPartOfAWellBore"^^xsd:string .
1 +# Saved by TopBraid on Wed Aug 24 12:41:02 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 + composite:index "0"^^xsd:int
17 + ] .
1 +# Saved by TopBraid on Tue Aug 23 10:49:30 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
3 +# imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
5 +# imports: http://spinrdf.org/spin
6 +
7 +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> .
8 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spin: <http://spinrdf.org/spin#> .
14 +@prefix spl: <http://spinrdf.org/spl#> .
15 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 +
17 +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
18 + spin:rule
19 + [ rdf:type sp:Construct ;
20 + rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ;
21 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ;
22 + sp:predicate rdf:type ;
23 + sp:subject _:b1
24 + ] [ sp:object _:b1 ;
25 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
26 + sp:subject _:b2
27 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
28 + sp:predicate rdf:type ;
29 + sp:subject _:b3
30 + ] [ sp:object _:b4 ;
31 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
32 + sp:subject _:b3
33 + ] [ sp:object _:b3 ;
34 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
35 + sp:subject _:b1
36 + ] [ sp:object _:b5 ;
37 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
38 + sp:subject _:b1
39 + ] [ sp:object _:b6 ;
40 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
41 + sp:subject _:b3
42 + ] [ sp:object _:b7 ;
43 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ;
44 + sp:subject _:b3
45 + ] [ sp:object _:b8 ;
46 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#stratigraphyDescription> ;
47 + sp:subject _:b1
48 + ]) ;
49 + sp:where ([ sp:object _:b9 ;
50 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
51 + sp:subject spin:_this
52 + ] [ sp:object _:b10 ;
53 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
54 + sp:subject spin:_this
55 + ] [ sp:object _:b11 ;
56 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#stratInfo> ;
57 + sp:subject spin:_this
58 + ] [ sp:object _:b12 ;
59 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
60 + sp:subject _:b11
61 + ] [ sp:object _:b5 ;
62 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ;
63 + sp:subject _:b11
64 + ] [ sp:object
65 + [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
66 + ] ;
67 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
68 + sp:subject _:b2
69 + ] [ sp:object _:b4 ;
70 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
71 + sp:subject
72 + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
73 + ]
74 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
75 + sp:predicate rdf:type ;
76 + sp:subject _:b4
77 + ] [ sp:object _:b6 ;
78 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
79 + sp:subject _:b11
80 + ] [ rdf:type sp:Optional ;
81 + sp:elements ([ sp:object _:b7 ;
82 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ;
83 + sp:subject _:b11
84 + ])
85 + ] [ sp:object _:b8 ;
86 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ;
87 + sp:subject _:b11
88 + ] [ rdf:type sp:Bind ;
89 + sp:expression
90 + [ rdf:type ep-spin-lib:normalizeString ;
91 + sp:arg1 _:b9
92 + ] ;
93 + sp:variable _:b13
94 + ] [ rdf:type sp:Bind ;
95 + sp:expression
96 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
97 + sp:arg1 _:b13 ;
98 + sp:arg2 _:b10
99 + ] ;
100 + sp:variable _:b2
101 + ] [ rdf:type sp:Bind ;
102 + sp:expression
103 + [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ;
104 + sp:arg1 _:b13 ;
105 + sp:arg2 _:b12
106 + ] ;
107 + sp:variable _:b1
108 + ] [ rdf:type sp:Bind ;
109 + sp:expression
110 + [ rdf:type ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI ;
111 + sp:arg1 _:b13 ;
112 + sp:arg2 _:b12
113 + ] ;
114 + sp:variable _:b3
115 + ])
116 + ] .
117 +
118 +<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo>
119 + rdf:type owl:Ontology ;
120 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
121 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
122 +
123 +_:b9 sp:varName "nameWellBore"^^xsd:string .
124 +
125 +_:b10
126 + sp:varName "dTimStart"^^xsd:string .
127 +
128 +_:b11
129 + sp:varName "stratInfo"^^xsd:string .
130 +
131 +_:b12
132 + sp:varName "index"^^xsd:string .
133 +
134 +_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string .
135 +
136 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
137 +
138 +_:b4 sp:varName "wellBore"^^xsd:string .
139 +
140 +_:b6 sp:varName "mdTop"^^xsd:string .
141 +
142 +_:b7 sp:varName "tvdTop"^^xsd:string .
143 +
144 +_:b8 sp:varName "description"^^xsd:string .
145 +
146 +_:b13
147 + sp:varName "normalizedWellBoreName"^^xsd:string .
148 +
149 +_:b1 sp:varName "preliminaryZonation"^^xsd:string .
150 +
151 +_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string .
1 +# Saved by TopBraid on Tue Aug 23 10:49:30 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 + composite:index "0"^^xsd:int
17 + ] .
1 -# Saved by TopBraid on Sat Aug 13 16:51:24 BST 2011 1 +# Saved by TopBraid on Tue Aug 23 09:12:12 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 20 <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
21 spin:rule 21 spin:rule
22 [ rdf:type sp:Construct ; 22 [ rdf:type sp:Construct ;
23 - rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ; 23 + rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ;
24 sp:templates ([ sp:object _:b1 ; 24 sp:templates ([ sp:object _:b1 ;
25 sp:predicate _:b2 ; 25 sp:predicate _:b2 ;
26 sp:subject _:b3 26 sp:subject _:b3
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
32 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 32 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
33 sp:subject spin:_this 33 sp:subject spin:_this
34 ] [ sp:object _:b6 ; 34 ] [ sp:object _:b6 ;
35 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreAlias> ; 35 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellAlias> ;
36 sp:subject spin:_this 36 sp:subject spin:_this
37 ] [ sp:object _:b1 ; 37 ] [ sp:object _:b1 ;
38 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ;
...@@ -40,25 +40,22 @@ ...@@ -40,25 +40,22 @@
40 ] [ sp:object _:b7 ; 40 ] [ sp:object _:b7 ;
41 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ; 41 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ;
42 sp:subject _:b6 42 sp:subject _:b6
43 - ] [ sp:object _:b8 ;
44 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
45 - sp:subject _:b9
46 ] [ sp:object _:b3 ; 43 ] [ sp:object _:b3 ;
47 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 44 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
48 sp:subject _:b8 45 sp:subject _:b8
49 ] [ rdf:type sp:Bind ; 46 ] [ rdf:type sp:Bind ;
50 sp:expression 47 sp:expression
51 [ rdf:type ep-spin-lib:normalizeString ; 48 [ rdf:type ep-spin-lib:normalizeString ;
52 sp:arg1 _:b4 49 sp:arg1 _:b4
53 ] ; 50 ] ;
54 - sp:variable _:b10 51 + sp:variable _:b9
55 ] [ rdf:type sp:Bind ; 52 ] [ rdf:type sp:Bind ;
56 sp:expression 53 sp:expression
57 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 54 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
58 - sp:arg1 _:b10 ; 55 + sp:arg1 _:b9 ;
59 sp:arg2 _:b5 56 sp:arg2 _:b5
60 ] ; 57 ] ;
61 - sp:variable _:b9 58 + sp:variable _:b8
62 ] [ rdf:type sp:Bind ; 59 ] [ rdf:type sp:Bind ;
63 sp:expression 60 sp:expression
64 [ rdf:type ep-spin-lib:selectLabelOfSystem ; 61 [ rdf:type ep-spin-lib:selectLabelOfSystem ;
...@@ -69,111 +66,114 @@ ...@@ -69,111 +66,114 @@
69 ] ; 66 ] ;
70 spin:rule 67 spin:rule
71 [ rdf:type sp:Construct ; 68 [ rdf:type sp:Construct ;
72 - rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ; 69 + rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ;
73 - sp:templates ([ sp:object _:b11 ; 70 + sp:templates ([ sp:object _:b10 ;
74 - sp:predicate _:b12 ; 71 + sp:predicate _:b11 ;
75 - sp:subject _:b13 72 + sp:subject _:b12
76 ]) ; 73 ]) ;
77 - sp:where ([ sp:object _:b14 ; 74 + sp:where ([ sp:object _:b13 ;
78 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 75 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
79 sp:subject spin:_this 76 sp:subject spin:_this
80 - ] [ sp:object _:b15 ; 77 + ] [ sp:object _:b14 ;
81 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 78 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
82 sp:subject spin:_this 79 sp:subject spin:_this
83 - ] [ sp:object _:b16 ; 80 + ] [ sp:object _:b15 ;
84 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellAlias> ; 81 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreAlias> ;
85 sp:subject spin:_this 82 sp:subject spin:_this
86 - ] [ sp:object _:b11 ; 83 + ] [ sp:object _:b10 ;
87 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; 84 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ;
88 - sp:subject _:b16 85 + sp:subject _:b15
89 - ] [ sp:object _:b17 ; 86 + ] [ sp:object _:b16 ;
90 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ; 87 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ;
91 - sp:subject _:b16 88 + sp:subject _:b15
92 - ] [ sp:object _:b13 ; 89 + ] [ sp:object _:b17 ;
93 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; 90 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
94 sp:subject _:b18 91 sp:subject _:b18
92 + ] [ sp:object _:b12 ;
93 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
94 + sp:subject _:b17
95 ] [ rdf:type sp:Bind ; 95 ] [ rdf:type sp:Bind ;
96 sp:expression 96 sp:expression
97 [ rdf:type ep-spin-lib:normalizeString ; 97 [ rdf:type ep-spin-lib:normalizeString ;
98 - sp:arg1 _:b14 98 + sp:arg1 _:b13
99 ] ; 99 ] ;
100 sp:variable _:b19 100 sp:variable _:b19
101 ] [ rdf:type sp:Bind ; 101 ] [ rdf:type sp:Bind ;
102 sp:expression 102 sp:expression
103 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 103 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
104 sp:arg1 _:b19 ; 104 sp:arg1 _:b19 ;
105 - sp:arg2 _:b15 105 + sp:arg2 _:b14
106 ] ; 106 ] ;
107 sp:variable _:b18 107 sp:variable _:b18
108 ] [ rdf:type sp:Bind ; 108 ] [ rdf:type sp:Bind ;
109 sp:expression 109 sp:expression
110 [ rdf:type ep-spin-lib:selectLabelOfSystem ; 110 [ rdf:type ep-spin-lib:selectLabelOfSystem ;
111 - sp:arg1 _:b17 111 + sp:arg1 _:b16
112 ] ; 112 ] ;
113 - sp:variable _:b12 113 + sp:variable _:b11
114 ]) 114 ])
115 ] . 115 ] .
116 116
117 <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> 117 <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias>
118 rdf:type owl:Ontology ; 118 rdf:type owl:Ontology ;
119 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; 119 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ;
120 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 120 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
121 121
122 -[] rdf:type sp:Modify . 122 +[] rdf:type smf:regex .
123 +
124 +[] rdf:type smf:trim .
123 125
124 [] rdf:type fn:starts-with . 126 [] rdf:type fn:starts-with .
125 127
126 -[] rdf:type smf:trim . 128 +[] rdf:type sp:Modify .
127 129
128 -[] rdf:type smf:regex . 130 +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string .
129 131
130 -_:b14 132 +_:b8 sp:varName "dailyDrillingActivity"^^xsd:string .
131 - sp:varName "nameWellBore"^^xsd:string .
132 133
133 -_:b15 134 +_:b7 sp:varName "namingSystem"^^xsd:string .
134 - sp:varName "dTimStart"^^xsd:string .
135 135
136 -_:b16 136 +_:b6 sp:varName "wellAlias"^^xsd:string .
137 - sp:varName "wellAlias"^^xsd:string .
138 137
139 -_:b11 138 +_:b5 sp:varName "dTimStart"^^xsd:string .
140 - sp:varName "name"^^xsd:string .
141 139
142 -_:b17 140 +_:b4 sp:varName "nameWellBore"^^xsd:string .
143 - sp:varName "namingSystem"^^xsd:string .
144 141
145 -_:b18 142 +_:b3 sp:varName "well"^^xsd:string .
146 - sp:varName "dailyDrillingActivity"^^xsd:string .
147 143
148 -_:b13 144 +_:b2 sp:varName "labelOfSystem"^^xsd:string .
149 - sp:varName "well"^^xsd:string . 145 +
146 +_:b1 sp:varName "name"^^xsd:string .
150 147
151 _:b19 148 _:b19
152 sp:varName "normalizedWellBoreName"^^xsd:string . 149 sp:varName "normalizedWellBoreName"^^xsd:string .
153 150
154 -_:b12 151 +_:b18
155 - sp:varName "labelOfSystem"^^xsd:string . 152 + sp:varName "dailyDrillingActivity"^^xsd:string .
156 -
157 -_:b4 sp:varName "nameWellBore"^^xsd:string .
158 153
159 -_:b5 sp:varName "dTimStart"^^xsd:string . 154 +_:b17
155 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
160 156
161 -_:b6 sp:varName "wellBoreAlias"^^xsd:string . 157 +_:b16
158 + sp:varName "namingSystem"^^xsd:string .
162 159
163 -_:b1 sp:varName "name"^^xsd:string . 160 +_:b15
161 + sp:varName "wellBoreAlias"^^xsd:string .
164 162
165 -_:b7 sp:varName "namingSystem"^^xsd:string . 163 +_:b14
164 + sp:varName "dTimStart"^^xsd:string .
166 165
167 -_:b9 sp:varName "dailyDrillingActivity"^^xsd:string . 166 +_:b13
167 + sp:varName "nameWellBore"^^xsd:string .
168 168
169 -_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string . 169 +_:b12
170 + sp:varName "wellBore"^^xsd:string .
170 171
171 -_:b3 sp:varName "wellBore"^^xsd:string . 172 +_:b11
173 + sp:varName "labelOfSystem"^^xsd:string .
172 174
173 _:b10 175 _:b10
174 - sp:varName "normalizedWellBoreName"^^xsd:string . 176 + sp:varName "name"^^xsd:string .
175 -
176 -_:b2 sp:varName "labelOfSystem"^^xsd:string .
177 177
178 ([]) . 178 ([]) .
179 179
......
1 +# Saved by TopBraid on Mon Aug 22 12:56:53 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 + composite:index "0"^^xsd:int
17 + ] .