David Leal

Some progress on the HTML browser, but I am finding it difficult to

debug, and currently it is not working properly.
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity 1 +# Saved by TopBraid on Thu Aug 11 18:18:26 BST 2011
2 -# imports: http://www.linkedmodel.org/1.1/schema/ordered 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
3 -# imports: http://www.linkedmodel.org/1.2/schema/vaem 3 +# imports: http://www.linkedmodel.org/1.2/schema/vaem
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/well 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
7 - 7 +# imports: http://www.linkedmodel.org/1.1/schema/ordered
8 -@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . 8 +
9 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 9 +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
10 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
11 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 12 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
13 - 13 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 -<http://www.reportinghub.no/ep/schema/1.0/activity> 14 +
15 - rdf:type owl:Ontology ; 15 +<http://www.reportinghub.no/ep/schema/1.0/activity>
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 16 + rdf:type owl:Ontology ;
17 - owl:versionInfo "0.1.0"^^xsd:string . 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
18 - 18 + owl:versionInfo "0.1.0"^^xsd:string .
19 -ep-activity:Activity 19 +
20 - rdf:type owl:Class ; 20 +ep-activity:Activity
21 - rdfs:label "Activity"^^xsd:string ; 21 + rdf:type owl:Class ;
22 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; 22 + rdfs:label "Activity"^^xsd:string ;
23 - rdfs:subClassOf 23 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
24 - [ rdf:type owl:Restriction ; 24 + rdfs:subClassOf
25 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 25 + [ rdf:type owl:Restriction ;
26 - owl:onProperty ep-activity:finishedAt 26 + owl:allValuesFrom ep-activity:Activity ;
27 - ] ; 27 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
28 - rdfs:subClassOf 28 + ] ;
29 - [ rdf:type owl:Restriction ; 29 + rdfs:subClassOf
30 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 30 + [ rdf:type owl:Restriction ;
31 - owl:onProperty ep-activity:startedAt 31 + owl:allValuesFrom ep-activity:Activity ;
32 - ] ; 32 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
33 - rdfs:subClassOf 33 + ] ;
34 - [ rdf:type owl:Restriction ; 34 + rdfs:subClassOf
35 - owl:allValuesFrom ep-activity:Activity ; 35 + [ rdf:type owl:Restriction ;
36 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> 36 + owl:allValuesFrom ep-activity:Activity ;
37 - ] ; 37 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
38 - rdfs:subClassOf 38 + ] ;
39 - [ rdf:type owl:Restriction ; 39 + rdfs:subClassOf
40 - owl:allValuesFrom ep-activity:Activity ; 40 + [ rdf:type owl:Restriction ;
41 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> 41 + owl:allValuesFrom ep-activity:Activity ;
42 - ] ; 42 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
43 - rdfs:subClassOf 43 + ] ;
44 - [ rdf:type owl:Restriction ; 44 + rdfs:subClassOf
45 - owl:allValuesFrom ep-activity:Activity ; 45 + [ rdf:type owl:Restriction ;
46 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 46 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
47 - ] ; 47 + owl:onProperty ep-activity:startedAt
48 - rdfs:subClassOf 48 + ] ;
49 - [ rdf:type owl:Restriction ; 49 + rdfs:subClassOf
50 - owl:allValuesFrom ep-activity:Activity ; 50 + [ rdf:type owl:Restriction ;
51 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 51 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
52 - ] . 52 + owl:onProperty ep-activity:finishedAt
53 - 53 + ] .
54 -ep-activity:DailyDrillingActivity 54 +
55 - rdf:type owl:Class ; 55 +ep-activity:DailyDrillingActivity
56 - rdfs:label "Daily drilling activity"^^xsd:string ; 56 + rdf:type owl:Class ;
57 - rdfs:subClassOf ep-activity:DrillingActivity ; 57 + rdfs:label "Daily drilling activity"^^xsd:string ;
58 - rdfs:subClassOf 58 + rdfs:subClassOf ep-activity:DrillingActivity ;
59 - [ rdf:type owl:Restriction ; 59 + rdfs:subClassOf
60 - owl:allValuesFrom ep-activity:Activity ; 60 + [ rdf:type owl:Restriction ;
61 - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> 61 + owl:allValuesFrom ep-activity:DrillingActivity ;
62 - ] ; 62 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
63 - rdfs:subClassOf 63 + ] ;
64 - [ rdf:type owl:Restriction ; 64 + rdfs:subClassOf
65 - owl:allValuesFrom ep-activity:DrillingActivity ; 65 + [ rdf:type owl:Restriction ;
66 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 66 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
67 - ] ; 67 + owl:onProperty ep-activity:onWellBore
68 - rdfs:subClassOf 68 + ] ;
69 - [ rdf:type owl:Restriction ; 69 + rdfs:subClassOf
70 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 70 + [ rdf:type owl:Restriction ;
71 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 71 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
72 - ] ; 72 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
73 - rdfs:subClassOf 73 + ] ;
74 - [ rdf:type owl:Restriction ; 74 + rdfs:subClassOf
75 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 75 + [ rdf:type owl:Restriction ;
76 - owl:onProperty ep-activity:onWellBore 76 + owl:allValuesFrom ep-activity:DrillingActivity ;
77 - ] ; 77 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
78 - rdfs:subClassOf 78 + ] ;
79 - [ rdf:type owl:Restriction ; 79 + rdfs:subClassOf
80 - owl:allValuesFrom ep-activity:DrillingActivity ; 80 + [ rdf:type owl:Restriction ;
81 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 81 + owl:allValuesFrom ep-activity:Activity ;
82 - ] . 82 + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
83 - 83 + ] .
84 -ep-activity:DailyDrillingReportFinalisationType 84 +
85 - rdf:type rdfs:Class ; 85 +ep-activity:DailyProductionActivity
86 - rdfs:label "daily drilling report finalisation type"^^xsd:string ; 86 + rdf:type owl:Class ;
87 - rdfs:subClassOf owl:Class . 87 + rdfs:label "Daily production activity"^^xsd:string ;
88 - 88 + rdfs:subClassOf ep-activity:ProductionActivity ;
89 -ep-activity:DailyProductionActivity 89 + rdfs:subClassOf
90 - rdf:type owl:Class ; 90 + [ rdf:type owl:Restriction ;
91 - rdfs:label "Daily production activity"^^xsd:string ; 91 + owl:allValuesFrom ep-activity:ProductionActivity ;
92 - rdfs:subClassOf ep-activity:ProductionActivity ; 92 + owl:onProperty ep-activity:hasSubActivity
93 - rdfs:subClassOf 93 + ] .
94 - [ rdf:type owl:Restriction ; 94 +
95 - owl:allValuesFrom ep-activity:ProductionActivity ; 95 +ep-activity:Drill-bypass
96 - owl:onProperty ep-activity:hasSubActivity 96 + rdf:type ep-activity:WellBoreDrillingType ;
97 - ] . 97 + rdfs:label "drill bypass"^^xsd:string ;
98 - 98 + rdfs:subClassOf ep-activity:DrillingActivity .
99 -ep-activity:Drill-bypass 99 +
100 - rdf:type ep-activity:WellBoreDrillingType ; 100 +ep-activity:Drill-initial
101 - rdfs:label "drill bypass"^^xsd:string ; 101 + rdf:type ep-activity:WellBoreDrillingType ;
102 - rdfs:subClassOf ep-activity:DrillingActivity . 102 + rdfs:label "drill initial"^^xsd:string ;
103 - 103 + rdfs:subClassOf ep-activity:DrillingActivity .
104 -ep-activity:Drill-initial 104 +
105 - rdf:type ep-activity:WellBoreDrillingType ; 105 +ep-activity:Drill-re-entry
106 - rdfs:label "drill initial"^^xsd:string ; 106 + rdf:type ep-activity:WellBoreDrillingType ;
107 - rdfs:subClassOf ep-activity:DrillingActivity . 107 + rdfs:label "drill re-entry"^^xsd:string ;
108 - 108 + rdfs:subClassOf ep-activity:DrillingActivity .
109 -ep-activity:Drill-re-entry 109 +
110 - rdf:type ep-activity:WellBoreDrillingType ; 110 +ep-activity:Drill-re-spud
111 - rdfs:label "drill re-entry"^^xsd:string ; 111 + rdf:type ep-activity:WellBoreDrillingType ;
112 - rdfs:subClassOf ep-activity:DrillingActivity . 112 + rdfs:label "drill re-spud"^^xsd:string ;
113 - 113 + rdfs:subClassOf ep-activity:DrillingActivity .
114 -ep-activity:Drill-re-spud 114 +
115 - rdf:type ep-activity:WellBoreDrillingType ; 115 +ep-activity:Drill-redrill
116 - rdfs:label "drill re-spud"^^xsd:string ; 116 + rdf:type ep-activity:WellBoreDrillingType ;
117 - rdfs:subClassOf ep-activity:DrillingActivity . 117 + rdfs:label "redrill"^^xsd:string ;
118 - 118 + rdfs:subClassOf ep-activity:DrillingActivity .
119 -ep-activity:Drill-redrill 119 +
120 - rdf:type ep-activity:WellBoreDrillingType ; 120 +ep-activity:Drill-sidetrack
121 - rdfs:label "redrill"^^xsd:string ; 121 + rdf:type ep-activity:WellBoreDrillingType ;
122 - rdfs:subClassOf ep-activity:DrillingActivity . 122 + rdfs:label "drill sidetrack"^^xsd:string ;
123 - 123 + rdfs:subClassOf ep-activity:DrillingActivity .
124 -ep-activity:Drill-sidetrack 124 +
125 - rdf:type ep-activity:WellBoreDrillingType ; 125 +ep-activity:DrillingActivity
126 - rdfs:label "drill sidetrack"^^xsd:string ; 126 + rdf:type owl:Class ;
127 - rdfs:subClassOf ep-activity:DrillingActivity . 127 + rdfs:label "Drilling activity"^^xsd:string ;
128 - 128 + rdfs:subClassOf ep-activity:Activity .
129 -ep-activity:DrillingActivity 129 +
130 - rdf:type owl:Class ; 130 +ep-activity:FormationIntegrityTest
131 - rdfs:label "Drilling activity"^^xsd:string ; 131 + rdf:type ep-activity:PressureTestType , owl:Class ;
132 - rdfs:subClassOf ep-activity:Activity . 132 + rdfs:label "formation integrity test"^^xsd:string ;
133 - 133 + rdfs:subClassOf ep-activity:WellBorePressureTest ;
134 -ep-activity:FormationIntegrityTest 134 + owl:disjointWith ep-activity:LeakOffTest .
135 - rdf:type owl:Class , ep-activity:PressureTestType ; 135 +
136 - rdfs:label "formation integrity test"^^xsd:string ; 136 +ep-activity:LeakOffTest
137 - rdfs:subClassOf ep-activity:WellBorePressureTest ; 137 + rdf:type ep-activity:PressureTestType , owl:Class ;
138 - owl:disjointWith ep-activity:LeakOffTest . 138 + rdfs:label "leak-off test"^^xsd:string ;
139 - 139 + rdfs:subClassOf ep-activity:WellBorePressureTest ;
140 -ep-activity:LeakOffTest 140 + owl:disjointWith ep-activity:FormationIntegrityTest .
141 - rdf:type owl:Class , ep-activity:PressureTestType ; 141 +
142 - rdfs:label "leak-off test"^^xsd:string ; 142 +ep-activity:MonthlyDrillingActivity
143 - rdfs:subClassOf ep-activity:WellBorePressureTest ; 143 + rdf:type owl:Class ;
144 - owl:disjointWith ep-activity:FormationIntegrityTest . 144 + rdfs:label "Weekly drilling activity"^^xsd:string ;
145 - 145 + rdfs:subClassOf ep-activity:DrillingActivity ;
146 -ep-activity:MonthlyDrillingActivity 146 + rdfs:subClassOf
147 - rdf:type owl:Class ; 147 + [ rdf:type owl:Restriction ;
148 - rdfs:label "Weekly drilling activity"^^xsd:string ; 148 + owl:allValuesFrom ep-activity:WeeklyDrillingActivity ;
149 - rdfs:subClassOf ep-activity:DrillingActivity ; 149 + owl:onProperty ep-activity:hasSubActivity
150 - rdfs:subClassOf 150 + ] .
151 - [ rdf:type owl:Restriction ; 151 +
152 - owl:allValuesFrom ep-activity:WeeklyDrillingActivity ; 152 +ep-activity:MonthlyProductionActivity
153 - owl:onProperty ep-activity:hasSubActivity 153 + rdf:type owl:Class ;
154 - ] . 154 + rdfs:label "Monthly production activity"^^xsd:string ;
155 - 155 + rdfs:subClassOf ep-activity:ProductionActivity ;
156 -ep-activity:MonthlyProductionActivity 156 + rdfs:subClassOf
157 - rdf:type owl:Class ; 157 + [ rdf:type owl:Restriction ;
158 - rdfs:label "Monthly production activity"^^xsd:string ; 158 + owl:allValuesFrom ep-activity:WeeklyProductionActivity ;
159 - rdfs:subClassOf ep-activity:ProductionActivity ; 159 + owl:onProperty ep-activity:hasSubActivity
160 - rdfs:subClassOf 160 + ] .
161 - [ rdf:type owl:Restriction ; 161 +
162 - owl:allValuesFrom ep-activity:WeeklyProductionActivity ; 162 +ep-activity:OffshoreActivity
163 - owl:onProperty ep-activity:hasSubActivity 163 + rdf:type owl:Class ;
164 - ] . 164 + rdfs:label "Offshore activity"^^xsd:string ;
165 - 165 + rdfs:subClassOf ep-activity:Activity .
166 -ep-activity:OffshoreActivity 166 +
167 - rdf:type owl:Class ; 167 +ep-activity:OffshoreWellActivity
168 - rdfs:label "Offshore activity"^^xsd:string ; 168 + rdf:type owl:Class ;
169 - rdfs:subClassOf ep-activity:Activity . 169 + rdfs:label "Offshore well activity"^^xsd:string ;
170 - 170 + rdfs:subClassOf ep-activity:OffshoreActivity ;
171 -ep-activity:OffshoreWellActivity 171 + rdfs:subClassOf
172 - rdf:type owl:Class ; 172 + [ rdf:type owl:Restriction ;
173 - rdfs:label "Offshore well activity"^^xsd:string ; 173 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
174 - rdfs:subClassOf ep-activity:OffshoreActivity ; 174 + owl:onProperty ep-activity:onWell
175 - rdfs:subClassOf 175 + ] ;
176 - [ rdf:type owl:Restriction ; 176 + rdfs:subClassOf
177 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 177 + [ rdf:type owl:Restriction ;
178 - owl:onProperty ep-activity:onWell 178 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
179 - ] ; 179 + owl:onProperty ep-activity:onRig
180 - rdfs:subClassOf 180 + ] ;
181 - [ rdf:type owl:Restriction ; 181 + rdfs:subClassOf
182 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 182 + [ rdf:type owl:Restriction ;
183 - owl:onProperty ep-activity:onRig 183 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
184 - ] ; 184 + owl:onProperty ep-activity:onWell
185 - rdfs:subClassOf 185 + ] .
186 - [ rdf:type owl:Restriction ; 186 +
187 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 187 +ep-activity:PressureTestType
188 - owl:onProperty ep-activity:onWell 188 + rdf:type rdfs:Class ;
189 - ] . 189 + rdfs:label "pressure test type"^^xsd:string ;
190 - 190 + rdfs:subClassOf owl:Class .
191 -ep-activity:PressureTestType 191 +
192 - rdf:type rdfs:Class ; 192 +ep-activity:ProductionActivity
193 - rdfs:label "pressure test type"^^xsd:string ; 193 + rdf:type owl:Class ;
194 - rdfs:subClassOf owl:Class . 194 + rdfs:label "Production activity"^^xsd:string ;
195 - 195 + rdfs:subClassOf ep-activity:Activity .
196 -ep-activity:ProductionActivity 196 +
197 - rdf:type owl:Class ; 197 +ep-activity:WeeklyDrillingActivity
198 - rdfs:label "Production activity"^^xsd:string ; 198 + rdf:type owl:Class ;
199 - rdfs:subClassOf ep-activity:Activity . 199 + rdfs:label "Weekly drilling activity"^^xsd:string ;
200 - 200 + rdfs:subClassOf ep-activity:DrillingActivity ;
201 -ep-activity:WeeklyDrillingActivity 201 + rdfs:subClassOf
202 - rdf:type owl:Class ; 202 + [ rdf:type owl:Restriction ;
203 - rdfs:label "Weekly drilling activity"^^xsd:string ; 203 + owl:allValuesFrom ep-activity:DailyDrillingActivity ;
204 - rdfs:subClassOf ep-activity:DrillingActivity ; 204 + owl:onProperty ep-activity:hasSubActivity
205 - rdfs:subClassOf 205 + ] .
206 - [ rdf:type owl:Restriction ; 206 +
207 - owl:allValuesFrom ep-activity:DailyDrillingActivity ; 207 +ep-activity:WeeklyProductionActivity
208 - owl:onProperty ep-activity:hasSubActivity 208 + rdf:type owl:Class ;
209 - ] . 209 + rdfs:label "Weekly production activity"^^xsd:string ;
210 - 210 + rdfs:subClassOf ep-activity:ProductionActivity ;
211 -ep-activity:WeeklyProductionActivity 211 + rdfs:subClassOf
212 - rdf:type owl:Class ; 212 + [ rdf:type owl:Restriction ;
213 - rdfs:label "Weekly production activity"^^xsd:string ; 213 + owl:allValuesFrom ep-activity:DailyProductionActivity ;
214 - rdfs:subClassOf ep-activity:ProductionActivity ; 214 + owl:onProperty ep-activity:hasSubActivity
215 - rdfs:subClassOf 215 + ] .
216 - [ rdf:type owl:Restriction ; 216 +
217 - owl:allValuesFrom ep-activity:DailyProductionActivity ; 217 +ep-activity:WellBoreDrillingType
218 - owl:onProperty ep-activity:hasSubActivity 218 + rdf:type rdfs:Class ;
219 - ] . 219 + rdfs:label "well bore drilling type"^^xsd:string ;
220 - 220 + rdfs:subClassOf owl:Class .
221 -ep-activity:WellBoreDrillingType 221 +
222 - rdf:type rdfs:Class ; 222 +ep-activity:WellBorePressureTest
223 - rdfs:label "well bore drilling type"^^xsd:string ; 223 + rdf:type owl:Class ;
224 - rdfs:subClassOf owl:Class . 224 + rdfs:label "well bore pressure test"^^xsd:string ;
225 - 225 + rdfs:subClassOf ep-activity:Activity .
226 -ep-activity:WellBorePressureTest 226 +
227 - rdf:type owl:Class ; 227 +ep-activity:createdAt
228 - rdfs:label "well bore pressure test"^^xsd:string ; 228 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
229 - rdfs:subClassOf ep-activity:Activity . 229 + rdfs:label "created at"^^xsd:string ;
230 - 230 + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
231 -ep-activity:createdAt 231 +
232 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 232 +ep-activity:finishedAt
233 - rdfs:label "created at"^^xsd:string ; 233 + rdf:type owl:DatatypeProperty ;
234 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 234 + rdfs:label "finished at"^^xsd:string ;
235 - 235 + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
236 -ep-activity:finishedAt 236 +
237 - rdf:type owl:DatatypeProperty ; 237 +ep-activity:hasSubActivity
238 - rdfs:label "finished at"^^xsd:string ; 238 + rdf:type owl:ObjectProperty ;
239 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 239 + rdfs:label "has sub activity"^^xsd:string .
240 - 240 +
241 -ep-activity:hasSubActivity 241 +ep-activity:onRig
242 - rdf:type owl:ObjectProperty ; 242 + rdf:type owl:ObjectProperty ;
243 - rdfs:label "has sub activity"^^xsd:string . 243 + rdfs:label "on rig"^^xsd:string .
244 - 244 +
245 -ep-activity:onRig 245 +ep-activity:onWell
246 - rdf:type owl:ObjectProperty ; 246 + rdf:type owl:ObjectProperty ;
247 - rdfs:label "on rig"^^xsd:string . 247 + rdfs:label "on well"^^xsd:string .
248 - 248 +
249 -ep-activity:onWell 249 +ep-activity:onWellBore
250 - rdf:type owl:ObjectProperty ; 250 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
251 - rdfs:label "on well"^^xsd:string . 251 + rdfs:label "on WellBore"^^xsd:string .
252 - 252 +
253 -ep-activity:onWellBore 253 +ep-activity:reportOn
254 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 254 + rdf:type owl:ObjectProperty ;
255 - rdfs:label "on WellBore"^^xsd:string . 255 + rdfs:label "report on"^^xsd:string .
256 - 256 +
257 -ep-activity:reportOn 257 +ep-activity:startedAt
258 - rdf:type owl:ObjectProperty ; 258 + rdf:type owl:DatatypeProperty ;
259 - rdfs:label "report on"^^xsd:string . 259 + rdfs:label "started at"^^xsd:string ;
260 - 260 + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
261 -ep-activity:startedAt 261 +
262 - rdf:type owl:DatatypeProperty ; 262 +ep-activity:wellBoreDrillingType
263 - rdfs:label "started at"^^xsd:string ; 263 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
264 - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 264 + rdfs:domain ep-activity:DrillingActivity ;
265 - 265 + rdfs:label "has sub activity"^^xsd:string ;
266 -ep-activity:wellBoreDrillingType 266 + rdfs:range ep-activity:WellBoreDrillingType ;
267 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 267 + rdfs:subPropertyOf rdf:type .
268 - rdfs:domain ep-activity:DrillingActivity ;
269 - rdfs:label "has sub activity"^^xsd:string ;
270 - rdfs:range ep-activity:WellBoreDrillingType ;
271 - rdfs:subPropertyOf rdf:type .
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/report 1 +# Saved by TopBraid on Thu Aug 11 18:17:22 BST 2011
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/report
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/well 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
6 - 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . 7 +
8 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 8 +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
9 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 - 12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 -<http://www.reportinghub.no/ep/schema/1.0/report> 13 +
14 - rdf:type owl:Ontology ; 14 +<http://www.reportinghub.no/ep/schema/1.0/report>
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <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/activity> ; 15 + rdf:type owl:Ontology ;
16 - owl:versionInfo "0.1.0"^^xsd:string . 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
17 - 17 + owl:versionInfo "0.1.0"^^xsd:string .
18 -ep-report:DailyDrillingReport 18 +
19 - rdf:type owl:Class ; 19 +ep-report:DailyDrillingReport
20 - rdfs:subClassOf ep-report:Report . 20 + rdf:type owl:Class ;
21 - 21 + rdfs:subClassOf ep-report:Report .
22 -ep-report:FinalDailyDrillingReport 22 +
23 - rdf:type owl:Class ; 23 +ep-report:DailyDrillingReportFinalisationType
24 - rdfs:subClassOf ep-report:DailyDrillingReport . 24 + rdf:type owl:Class ;
25 - 25 + rdfs:subClassOf owl:Class .
26 -ep-report:NormalDailyDrillingReport 26 +
27 - rdf:type owl:Class ; 27 +ep-report:FinalDailyDrillingReport
28 - rdfs:subClassOf ep-report:DailyDrillingReport . 28 + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
29 - 29 + rdfs:subClassOf ep-report:DailyDrillingReport .
30 -ep-report:PreliminaryDailyDrillingReport 30 +
31 - rdf:type owl:Class ; 31 +ep-report:NormalDailyDrillingReport
32 - rdfs:subClassOf ep-report:DailyDrillingReport . 32 + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
33 - 33 + rdfs:subClassOf ep-report:DailyDrillingReport .
34 -ep-report:Report 34 +
35 - rdf:type owl:Class ; 35 +ep-report:PreliminaryDailyDrillingReport
36 - rdfs:subClassOf owl:Thing . 36 + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
37 + rdfs:subClassOf ep-report:DailyDrillingReport .
38 +
39 +ep-report:Report
40 + rdf:type owl:Class ;
41 + rdfs:subClassOf owl:Thing .
......
1 -# Saved by TopBraid on Wed Aug 10 14:09:07 BST 2011 1 +# Saved by TopBraid on Thu Aug 11 15:48:53 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 3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
5 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo 4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
5 +# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
6 +# imports: file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml
7 +# imports: http://www.reportinghub.no/swp/ddr
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
8 10
9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . 11 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
12 +@prefix ddr1: <http://www.reportinghub.no/swp/ddr#> .
10 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 13 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 14 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 15 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -21,7 +24,7 @@ ...@@ -21,7 +24,7 @@
21 24
22 <http://www.reportinghub.no/ep/transform/1.1/normalization> 25 <http://www.reportinghub.no/ep/transform/1.1/normalization>
23 rdf:type owl:Ontology ; 26 rdf:type owl:Ontology ;
24 - owl:imports <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> ; 27 + owl:imports <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 28 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 29
27 owl:Thing 30 owl:Thing
......
1 -# Saved by TopBraid on Wed Aug 10 14:09:07 BST 2011 1 +# Saved by TopBraid on Thu Aug 11 15:48:53 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 -<html let:activity="{= spl:object(?this, ep-activity:reportOn) }" 1 +<html
2 - let:onWellBore="{# SELECT ?onWellBore WHERE { ?this ep-activity:reportOn/ep-activity:onWellBore ?onWellBore } }" 2 +let:dailyDrillingReport="{= ?this }"
3 - let:report="{= ?this }"> 3 +let:dailyDrillingActivity="{= spl:object(?dailyDrillingReport, ep-activity:reportOn) }"
4 - <head> 4 +let:temporalPartOfAWellBore="{# SELECT ?temporalPartOfAWellBore WHERE { ?dailyDrillingReport ep-activity:reportOn/ep-activity:onWellBore ?temporalPartOfAWellBore } }"
5 - <link rel="stylesheet" type="text/css" href="lib/rh/ddr.css" /> 5 +>
6 - </head> 6 +<head>
7 - <body let:wellBore="{= spl:object(?onWellBore, ep-core:temporalPartOf) }"> 7 +<link rel="stylesheet" type="text/css" href="lib/rh/ddr.css" />
8 - <h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1> 8 +</head>
9 - <div>End time: {= ui:label(spl:object(?activity, ep-activity:finishedAt)) }</div> 9 +<body
10 - <hr /> 10 +let:wellBore="{= spl:object(?temporalPartOfAWellBore, ep-core:temporalPartOf) }"
11 - <table><tr> 11 +let:status="{# SELECT ?status WHERE { ?dailyDrillingReport rdf:type ?status . ?status rdf:type ep-report:DailyDrillingReportFinalisationType} }"
12 +>
13 +<!--
14 +let:pressureTestType="{# SELECT ?pressureTestType WHERE { ?dailyDrillingActivity ep-core:hasPart ?pressureTest . ?pressureTest rdf:type ?pressureTestType . ?pressureTestType rdf:type ep-activity:PressureTestType} }"
15 +-->
16 +
17 +<h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1>
18 +<div>End time: {= ui:label(spl:object(?dailyDrillingActivity, ep-activity:finishedAt)) }</div>
19 +<hr />
20 +
21 +<table><tr>
12 <td class="ddrSummaryLeft"> 22 <td class="ddrSummaryLeft">
13 <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" /> 23 <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" />
14 <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{= rhspin:npdName(?wellBore) }" /> 24 <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{= rhspin:npdName(?wellBore) }" />
15 - <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(spl:object(?this, rdf:type)) }" /> 25 + <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(?status) }" />
16 <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> 26 <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" />
17 <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> 27 <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" />
18 <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> 28 <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" />
19 - <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{ spl:object(?this, ???) }" /> 29 +<!-- <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:elevKelly) }}" />
20 - <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> 30 + <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" />
21 <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> 31 <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" />
22 <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> 32 <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" />
23 - <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdKickoff) }" /> 33 + <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdKickoff) }" />
24 - <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdPlugTop) }" /> 34 + <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdPlugTop) }" />
25 - <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{ spl:object(?activity, ???) }" /> 35 + <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:ropCurrent) }" />
26 - <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{ spl:object(?this, ???) }" /> 36 + <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{= ui:label(?pressureTestType) }" />
27 - <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" /> 37 + <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdStrengthForm) }" />
28 <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> 38 <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" />
29 - <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdCsgLast) }" /> 39 + <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:tvdCsgLast) }" />
30 </td> 40 </td>
31 - <td class="ddrSummaryRight"> 41 + <td class="ddrSummaryRight">
32 - <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?activity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?activity, ep-activity:finishedAt))) }" /> 42 + <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?dailyDrillingActivity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?dailyDrillingActivity, ep-activity:finishedAt))) }" />
33 <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" /> 43 <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" />
34 - <rhswp:NameValuePair arg:name="Created date:" arg:value="{= spl:object(?this, ep-activity:createdAt) }" /> 44 + <rhswp:NameValuePair arg:name="Created date:" arg:value="{= ui:label(spl:object(?dailyDrillingReport, ep-activity:createdAt)) }" />
35 <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> 45 <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" />
36 <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> 46 <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" />
37 <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> 47 <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" />
38 <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> 48 <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" />
39 <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> 49 <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" />
40 - <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{ spl:object(?this, ???) }" /> 50 + <rhswp:NameValuePair arg:name="Temperature degC:" arg:value="{ spl:object(?this, ???) }" />
41 <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> 51 <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" />
42 - <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?activity, ddr:tvdKickoff) }" /> 52 + <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:tvdKickoff) }" />
43 - <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvd) }" /> 53 + <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:tvd) }" />
44 - <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?activity, ddr:distDrill) }" /> 54 + <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:distDrill) }" />
45 - <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdDiaHoleStart) }" /> 55 + <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:mdDiaHoleStart) }" />
46 - <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdStrengthForm) }" /> 56 + <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:tvdStrengthForm) }" />
47 <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> 57 <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" />
48 - <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdCsgLast) }" /> 58 + <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdCsgLast) }" />
49 - </td> 59 + --> </td>
50 - </tr></table> 60 + </tr></table>
61 +
51 </body> 62 </body>
52 </html> 63 </html>
......
1 -# baseURI: http://www.reportinghub.no/swp/ddr 1 +# Saved by TopBraid on Thu Aug 11 15:40:02 BST 2011
2 -# imports: http://uispin.org/tui 2 +# baseURI: http://www.reportinghub.no/swp/ddr
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment 6 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/report 7 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/well 8 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
9 - 9 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
10 -@prefix : <http://www.reportinghub.no/swp/ddr#> . 10 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
11 -@prefix let: <http://uispin.org/let#> . 11 +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
12 -@prefix letrs: <http://uispin.org/letrs#> . 12 +# imports: http://uispin.org/tui
13 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 13 +
14 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 +@prefix : <http://www.reportinghub.no/swp/ddr#> .
15 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 +@prefix let: <http://uispin.org/let#> .
16 -@prefix sp: <http://spinrdf.org/sp#> . 16 +@prefix letrs: <http://uispin.org/letrs#> .
17 -@prefix spin: <http://spinrdf.org/spin#> . 17 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
18 -@prefix spl: <http://spinrdf.org/spl#> . 18 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
19 -@prefix ui: <http://uispin.org/ui#> . 19 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
20 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 20 +@prefix sp: <http://spinrdf.org/sp#> .
21 - 21 +@prefix spin: <http://spinrdf.org/spin#> .
22 -<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> 22 +@prefix spl: <http://spinrdf.org/spl#> .
23 - ui:instanceView <http://www.reportinghub.no/swp/DailyDrillingReport.uispin.html> . 23 +@prefix ui: <http://uispin.org/ui#> .
24 - 24 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
25 -<http://www.reportinghub.no/swp/ddr> 25 +
26 - rdf:type owl:Ontology ; 26 +<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
27 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> ; 27 + ui:instanceView <http://www.reportinghub.no/swp/DailyDrillingReport.uispin.html> .
28 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 28 +
29 +<http://www.reportinghub.no/swp/ddr>
30 + rdf:type owl:Ontology ;
31 + 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/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
32 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......