David Leal

Mapping of witsml:activity element 90% complete

1 -# Saved by TopBraid on Mon Aug 08 10:15:29 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:42 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.1/activity 2 # baseURI: http://www.reportinghub.no/ep/schema/1.1/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/equipment
5 # imports: http://www.linkedmodel.org/1.1/schema/ordered 4 # imports: http://www.linkedmodel.org/1.1/schema/ordered
5 +# imports: http://www.reportinghub.no/ep/schema/equipment
6 # imports: http://www.reportinghub.no/ep/schema/1.1/core 6 # imports: http://www.reportinghub.no/ep/schema/1.1/core
7 # imports: http://www.reportinghub.no/ep/schema/well 7 # imports: http://www.reportinghub.no/ep/schema/well
8 8
9 +@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity#> .
9 @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . 10 @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
10 @prefix owl: <http://www.w3.org/2002/07/owl#> . 11 @prefix owl: <http://www.w3.org/2002/07/owl#> .
11 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -14,7 +15,7 @@ ...@@ -14,7 +15,7 @@
14 15
15 <http://www.reportinghub.no/ep/schema/1.1/activity> 16 <http://www.reportinghub.no/ep/schema/1.1/activity>
16 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.1/core> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 20
20 ep-activity:Activity 21 ep-activity:Activity
...@@ -24,32 +25,32 @@ ep-activity:Activity ...@@ -24,32 +25,32 @@ ep-activity:Activity
24 rdfs:subClassOf 25 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
26 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 27 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
27 - owl:onProperty ep-activity:startedAt 28 + owl:onProperty ep-activity:finishedAt
28 ] ; 29 ] ;
29 rdfs:subClassOf 30 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
31 owl:allValuesFrom ep-activity:Activity ; 32 owl:allValuesFrom ep-activity:Activity ;
32 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 33 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
33 ] ; 34 ] ;
34 rdfs:subClassOf 35 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
36 owl:allValuesFrom ep-activity:Activity ; 37 owl:allValuesFrom ep-activity:Activity ;
37 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 38 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
38 ] ; 39 ] ;
39 rdfs:subClassOf 40 rdfs:subClassOf
40 [ rdf:type owl:Restriction ; 41 [ rdf:type owl:Restriction ;
41 owl:allValuesFrom ep-activity:Activity ; 42 owl:allValuesFrom ep-activity:Activity ;
42 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> 43 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
43 ] ; 44 ] ;
44 rdfs:subClassOf 45 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 46 [ rdf:type owl:Restriction ;
46 owl:allValuesFrom ep-activity:Activity ; 47 owl:allValuesFrom ep-activity:Activity ;
47 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> 48 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
48 ] ; 49 ] ;
49 rdfs:subClassOf 50 rdfs:subClassOf
50 [ rdf:type owl:Restriction ; 51 [ rdf:type owl:Restriction ;
51 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 52 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
52 - owl:onProperty ep-activity:finishedAt 53 + owl:onProperty ep-activity:startedAt
53 ] . 54 ] .
54 55
55 ep-activity:DailyDrillingActivity 56 ep-activity:DailyDrillingActivity
...@@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity ...@@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity
58 rdfs:subClassOf ep-activity:DrillingActivity ; 59 rdfs:subClassOf ep-activity:DrillingActivity ;
59 rdfs:subClassOf 60 rdfs:subClassOf
60 [ rdf:type owl:Restriction ; 61 [ rdf:type owl:Restriction ;
61 - owl:allValuesFrom ep-activity:DrillingActivity ; 62 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
62 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 63 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
63 ] ; 64 ] ;
64 rdfs:subClassOf 65 rdfs:subClassOf
65 [ rdf:type owl:Restriction ; 66 [ rdf:type owl:Restriction ;
66 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 67 + owl:allValuesFrom ep-activity:DrillingActivity ;
67 - owl:onProperty ep-activity:onWellBore 68 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
68 ] ; 69 ] ;
69 rdfs:subClassOf 70 rdfs:subClassOf
70 [ rdf:type owl:Restriction ; 71 [ rdf:type owl:Restriction ;
...@@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity ...@@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity
73 ] ; 74 ] ;
74 rdfs:subClassOf 75 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 76 [ rdf:type owl:Restriction ;
76 - owl:allValuesFrom ep-activity:DrillingActivity ; 77 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
77 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 78 + owl:onProperty ep-activity:onWellBore
78 ] ; 79 ] ;
79 rdfs:subClassOf 80 rdfs:subClassOf
80 [ rdf:type owl:Restriction ; 81 [ rdf:type owl:Restriction ;
81 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 82 + owl:allValuesFrom ep-activity:DrillingActivity ;
82 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 83 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
83 ] . 84 ] .
84 85
85 ep-activity:DailyDrillingReportFinalisationType 86 ep-activity:DailyDrillingReportFinalisationType
...@@ -133,13 +134,13 @@ ep-activity:DrillingActivity ...@@ -133,13 +134,13 @@ ep-activity:DrillingActivity
133 rdfs:subClassOf ep-activity:Activity . 134 rdfs:subClassOf ep-activity:Activity .
134 135
135 ep-activity:FormationIntegrityTest 136 ep-activity:FormationIntegrityTest
136 - rdf:type ep-activity:PressureTestType , owl:Class ; 137 + rdf:type owl:Class , ep-activity:PressureTestType ;
137 rdfs:label "formation integrity test"^^xsd:string ; 138 rdfs:label "formation integrity test"^^xsd:string ;
138 rdfs:subClassOf ep-activity:WellBorePressureTest ; 139 rdfs:subClassOf ep-activity:WellBorePressureTest ;
139 owl:disjointWith ep-activity:LeakOffTest . 140 owl:disjointWith ep-activity:LeakOffTest .
140 141
141 ep-activity:LeakOffTest 142 ep-activity:LeakOffTest
142 - rdf:type ep-activity:PressureTestType , owl:Class ; 143 + rdf:type owl:Class , ep-activity:PressureTestType ;
143 rdfs:label "leak-off test"^^xsd:string ; 144 rdfs:label "leak-off test"^^xsd:string ;
144 rdfs:subClassOf ep-activity:WellBorePressureTest ; 145 rdfs:subClassOf ep-activity:WellBorePressureTest ;
145 owl:disjointWith ep-activity:FormationIntegrityTest . 146 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -175,8 +176,13 @@ ep-activity:OffshoreWellActivity ...@@ -175,8 +176,13 @@ ep-activity:OffshoreWellActivity
175 rdfs:subClassOf ep-activity:OffshoreActivity ; 176 rdfs:subClassOf ep-activity:OffshoreActivity ;
176 rdfs:subClassOf 177 rdfs:subClassOf
177 [ rdf:type owl:Restriction ; 178 [ rdf:type owl:Restriction ;
179 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ;
180 + owl:onProperty ep-activity:onRig
181 + ] ;
182 + rdfs:subClassOf
183 + [ rdf:type owl:Restriction ;
178 owl:cardinality "1"^^xsd:nonNegativeInteger ; 184 owl:cardinality "1"^^xsd:nonNegativeInteger ;
179 - owl:onProperty ep-activity:onWell 185 + owl:onProperty ep-activity:onRig
180 ] ; 186 ] ;
181 rdfs:subClassOf 187 rdfs:subClassOf
182 [ rdf:type owl:Restriction ; 188 [ rdf:type owl:Restriction ;
...@@ -186,12 +192,7 @@ ep-activity:OffshoreWellActivity ...@@ -186,12 +192,7 @@ ep-activity:OffshoreWellActivity
186 rdfs:subClassOf 192 rdfs:subClassOf
187 [ rdf:type owl:Restriction ; 193 [ rdf:type owl:Restriction ;
188 owl:cardinality "1"^^xsd:nonNegativeInteger ; 194 owl:cardinality "1"^^xsd:nonNegativeInteger ;
189 - owl:onProperty ep-activity:onRig 195 + owl:onProperty ep-activity:onWell
190 - ] ;
191 - rdfs:subClassOf
192 - [ rdf:type owl:Restriction ;
193 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ;
194 - owl:onProperty ep-activity:onRig
195 ] . 196 ] .
196 197
197 ep-activity:PressureTestType 198 ep-activity:PressureTestType
...@@ -235,7 +236,7 @@ ep-activity:WellBorePressureTest ...@@ -235,7 +236,7 @@ ep-activity:WellBorePressureTest
235 rdfs:subClassOf ep-activity:Activity . 236 rdfs:subClassOf ep-activity:Activity .
236 237
237 ep-activity:createdAt 238 ep-activity:createdAt
238 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 239 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
239 rdfs:label "created at"^^xsd:string ; 240 rdfs:label "created at"^^xsd:string ;
240 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 241 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
241 242
...@@ -257,7 +258,7 @@ ep-activity:onWell ...@@ -257,7 +258,7 @@ ep-activity:onWell
257 rdfs:label "on well"^^xsd:string . 258 rdfs:label "on well"^^xsd:string .
258 259
259 ep-activity:onWellBore 260 ep-activity:onWellBore
260 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 261 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
261 rdfs:label "on WellBore"^^xsd:string . 262 rdfs:label "on WellBore"^^xsd:string .
262 263
263 ep-activity:reportOn 264 ep-activity:reportOn
...@@ -270,7 +271,7 @@ ep-activity:startedAt ...@@ -270,7 +271,7 @@ ep-activity:startedAt
270 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 271 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
271 272
272 ep-activity:wellBoreDrillingType 273 ep-activity:wellBoreDrillingType
273 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 274 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
274 rdfs:domain ep-activity:DrillingActivity ; 275 rdfs:domain ep-activity:DrillingActivity ;
275 rdfs:label "has sub activity"^^xsd:string ; 276 rdfs:label "has sub activity"^^xsd:string ;
276 rdfs:range ep-activity:WellBoreDrillingType ; 277 rdfs:range ep-activity:WellBoreDrillingType ;
......
1 -# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:14 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/report 2 # baseURI: http://www.reportinghub.no/ep/schema/report
3 # imports: http://www.reportinghub.no/ep/schema/1.1/activity 3 # imports: http://www.reportinghub.no/ep/schema/1.1/activity
4 # imports: http://www.reportinghub.no/ep/schema/1.1/core 4 # imports: http://www.reportinghub.no/ep/schema/1.1/core
......
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 1 +# Saved by TopBraid on Mon Aug 08 17:07:10 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 08 11:10:15 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:37 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 08 11:17:51 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 17:06:00 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/schema/1.1/activity
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 5 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
5 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
6 8
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
10 +@prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
8 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 11 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 12 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -17,7 +20,7 @@ ...@@ -17,7 +20,7 @@
17 20
18 <http://www.reportinghub.no/ep/transform/1.1/normalization> 21 <http://www.reportinghub.no/ep/transform/1.1/normalization>
19 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
20 - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 23 + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/1.1/activity> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 25
23 owl:Thing 26 owl:Thing
......
1 -# Saved by TopBraid on Mon Aug 08 11:17:51 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 17:06:00 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 Sun Aug 07 12:55:41 PDT 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:30 BST 2011
2 # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL 2 # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr 3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity 4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity
......