Removed 1.1 files that were left over in error after renaming
Showing
14 changed files
with
0 additions
and
1074 deletions
1 | -# baseURI: http://www.energistics.org/schemas/abstract | ||
2 | -# imports: http://www.linkedmodel.org/schema/dtype | ||
3 | -# imports: http://www.linkedmodel.org/schema/vaem | ||
4 | - | ||
5 | -@prefix abstract: <http://www.energistics.org/schemas/abstract#> . | ||
6 | -@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
7 | -@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
11 | -@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
12 | -@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> . | ||
13 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
14 | - | ||
15 | -dc:description | ||
16 | - rdfs:label "description"^^xsd:string . | ||
17 | - | ||
18 | -<http://www.energistics.org/schemas/abstract> | ||
19 | - rdf:type owl:Ontology ; | ||
20 | - owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/schema/dtype> ; | ||
21 | - owl:versionInfo "Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"^^xsd:string . | ||
22 | - | ||
23 | -abstract:AbstractContextualObject | ||
24 | - rdf:type owl:Class ; | ||
25 | - rdfs:label "Abstract contextual object"^^xsd:string ; | ||
26 | - rdfs:subClassOf abstract:AbstractObject ; | ||
27 | - dc:description "Substitution group for contextual objects."^^xsd:string . | ||
28 | - | ||
29 | -abstract:AbstractDataObject | ||
30 | - rdf:type owl:Class ; | ||
31 | - rdfs:label "Abstract data object"^^xsd:string ; | ||
32 | - rdfs:subClassOf abstract:AbstractObject ; | ||
33 | - dc:description "Substitution group for normative data objects."^^xsd:string . | ||
34 | - | ||
35 | -abstract:AbstractObject | ||
36 | - rdf:type owl:Class ; | ||
37 | - rdfs:label "Abstract object"^^xsd:string ; | ||
38 | - dc:description """The intended abstract supertype of all schema roots | ||
39 | - that may be a member of a substitution group (whether contextual or data). | ||
40 | - The type of root global elements should be extended from this type and the | ||
41 | - root global element should be declared to be a member of one of the above substitution groups."""^^xsd:string . | ||
42 | - | ||
43 | -skos:prefLabel | ||
44 | - rdf:type owl:AnnotationProperty ; | ||
45 | - rdfs:label "pref label"^^xsd:string . |
1 | -# Saved by TopBraid on Tue Aug 09 15:23:56 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity | ||
3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
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 | ||
7 | -# imports: http://www.reportinghub.no/ep/schema/well | ||
8 | - | ||
9 | -@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity#> . | ||
10 | -@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
14 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
15 | - | ||
16 | -<http://www.reportinghub.no/ep/schema/1.1/activity> | ||
17 | - rdf:type owl:Ontology ; | ||
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> ; | ||
19 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
20 | - | ||
21 | -ep-activity:Activity | ||
22 | - rdf:type owl:Class ; | ||
23 | - rdfs:label "Activity"^^xsd:string ; | ||
24 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
25 | - rdfs:subClassOf | ||
26 | - [ rdf:type owl:Restriction ; | ||
27 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
28 | - owl:onProperty ep-activity:finishedAt | ||
29 | - ] ; | ||
30 | - rdfs:subClassOf | ||
31 | - [ rdf:type owl:Restriction ; | ||
32 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
33 | - owl:onProperty ep-activity:startedAt | ||
34 | - ] ; | ||
35 | - rdfs:subClassOf | ||
36 | - [ rdf:type owl:Restriction ; | ||
37 | - owl:allValuesFrom ep-activity:Activity ; | ||
38 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | ||
39 | - ] ; | ||
40 | - rdfs:subClassOf | ||
41 | - [ rdf:type owl:Restriction ; | ||
42 | - owl:allValuesFrom ep-activity:Activity ; | ||
43 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | ||
44 | - ] ; | ||
45 | - rdfs:subClassOf | ||
46 | - [ rdf:type owl:Restriction ; | ||
47 | - owl:allValuesFrom ep-activity:Activity ; | ||
48 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | ||
49 | - ] ; | ||
50 | - rdfs:subClassOf | ||
51 | - [ rdf:type owl:Restriction ; | ||
52 | - owl:allValuesFrom ep-activity:Activity ; | ||
53 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | ||
54 | - ] . | ||
55 | - | ||
56 | -ep-activity:DailyDrillingActivity | ||
57 | - rdf:type owl:Class ; | ||
58 | - rdfs:label "Daily drilling activity"^^xsd:string ; | ||
59 | - rdfs:subClassOf ep-activity:DrillingActivity ; | ||
60 | - rdfs:subClassOf | ||
61 | - [ rdf:type owl:Restriction ; | ||
62 | - owl:allValuesFrom ep-activity:Activity ; | ||
63 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | ||
64 | - ] ; | ||
65 | - rdfs:subClassOf | ||
66 | - [ rdf:type owl:Restriction ; | ||
67 | - owl:allValuesFrom ep-activity:DrillingActivity ; | ||
68 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | ||
69 | - ] ; | ||
70 | - rdfs:subClassOf | ||
71 | - [ rdf:type owl:Restriction ; | ||
72 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
73 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | ||
74 | - ] ; | ||
75 | - rdfs:subClassOf | ||
76 | - [ rdf:type owl:Restriction ; | ||
77 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | ||
78 | - owl:onProperty ep-activity:onWellBore | ||
79 | - ] ; | ||
80 | - rdfs:subClassOf | ||
81 | - [ rdf:type owl:Restriction ; | ||
82 | - owl:allValuesFrom ep-activity:DrillingActivity ; | ||
83 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | ||
84 | - ] . | ||
85 | - | ||
86 | -ep-activity:DailyDrillingReportFinalisationType | ||
87 | - rdf:type rdfs:Class ; | ||
88 | - rdfs:label "daily drilling report finalisation type"^^xsd:string ; | ||
89 | - rdfs:subClassOf owl:Class . | ||
90 | - | ||
91 | -ep-activity:DailyProductionActivity | ||
92 | - rdf:type owl:Class ; | ||
93 | - rdfs:label "Daily production activity"^^xsd:string ; | ||
94 | - rdfs:subClassOf ep-activity:ProductionActivity ; | ||
95 | - rdfs:subClassOf | ||
96 | - [ rdf:type owl:Restriction ; | ||
97 | - owl:allValuesFrom ep-activity:ProductionActivity ; | ||
98 | - owl:onProperty ep-activity:hasSubActivity | ||
99 | - ] . | ||
100 | - | ||
101 | -ep-activity:Drill-bypass | ||
102 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
103 | - rdfs:label "drill bypass"^^xsd:string ; | ||
104 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
105 | - | ||
106 | -ep-activity:Drill-initial | ||
107 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
108 | - rdfs:label "drill initial"^^xsd:string ; | ||
109 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
110 | - | ||
111 | -ep-activity:Drill-re-entry | ||
112 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
113 | - rdfs:label "drill re-entry"^^xsd:string ; | ||
114 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
115 | - | ||
116 | -ep-activity:Drill-re-spud | ||
117 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
118 | - rdfs:label "drill re-spud"^^xsd:string ; | ||
119 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
120 | - | ||
121 | -ep-activity:Drill-redrill | ||
122 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
123 | - rdfs:label "redrill"^^xsd:string ; | ||
124 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
125 | - | ||
126 | -ep-activity:Drill-sidetrack | ||
127 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
128 | - rdfs:label "drill sidetrack"^^xsd:string ; | ||
129 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
130 | - | ||
131 | -ep-activity:DrillingActivity | ||
132 | - rdf:type owl:Class ; | ||
133 | - rdfs:label "Drilling activity"^^xsd:string ; | ||
134 | - rdfs:subClassOf ep-activity:Activity . | ||
135 | - | ||
136 | -ep-activity:FormationIntegrityTest | ||
137 | - rdf:type owl:Class , ep-activity:PressureTestType ; | ||
138 | - rdfs:label "formation integrity test"^^xsd:string ; | ||
139 | - rdfs:subClassOf ep-activity:WellBorePressureTest ; | ||
140 | - owl:disjointWith ep-activity:LeakOffTest . | ||
141 | - | ||
142 | -ep-activity:LeakOffTest | ||
143 | - rdf:type owl:Class , ep-activity:PressureTestType ; | ||
144 | - rdfs:label "leak-off test"^^xsd:string ; | ||
145 | - rdfs:subClassOf ep-activity:WellBorePressureTest ; | ||
146 | - owl:disjointWith ep-activity:FormationIntegrityTest . | ||
147 | - | ||
148 | -ep-activity:MonthlyDrillingActivity | ||
149 | - rdf:type owl:Class ; | ||
150 | - rdfs:label "Weekly drilling activity"^^xsd:string ; | ||
151 | - rdfs:subClassOf ep-activity:DrillingActivity ; | ||
152 | - rdfs:subClassOf | ||
153 | - [ rdf:type owl:Restriction ; | ||
154 | - owl:allValuesFrom ep-activity:WeeklyDrillingActivity ; | ||
155 | - owl:onProperty ep-activity:hasSubActivity | ||
156 | - ] . | ||
157 | - | ||
158 | -ep-activity:MonthlyProductionActivity | ||
159 | - rdf:type owl:Class ; | ||
160 | - rdfs:label "Monthly production activity"^^xsd:string ; | ||
161 | - rdfs:subClassOf ep-activity:ProductionActivity ; | ||
162 | - rdfs:subClassOf | ||
163 | - [ rdf:type owl:Restriction ; | ||
164 | - owl:allValuesFrom ep-activity:WeeklyProductionActivity ; | ||
165 | - owl:onProperty ep-activity:hasSubActivity | ||
166 | - ] . | ||
167 | - | ||
168 | -ep-activity:OffshoreActivity | ||
169 | - rdf:type owl:Class ; | ||
170 | - rdfs:label "Offshore activity"^^xsd:string ; | ||
171 | - rdfs:subClassOf ep-activity:Activity . | ||
172 | - | ||
173 | -ep-activity:OffshoreWellActivity | ||
174 | - rdf:type owl:Class ; | ||
175 | - rdfs:label "Offshore well activity"^^xsd:string ; | ||
176 | - rdfs:subClassOf ep-activity:OffshoreActivity ; | ||
177 | - rdfs:subClassOf | ||
178 | - [ rdf:type owl:Restriction ; | ||
179 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
180 | - owl:onProperty ep-activity:onWell | ||
181 | - ] ; | ||
182 | - rdfs:subClassOf | ||
183 | - [ rdf:type owl:Restriction ; | ||
184 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
185 | - owl:onProperty ep-activity:onRig | ||
186 | - ] ; | ||
187 | - rdfs:subClassOf | ||
188 | - [ rdf:type owl:Restriction ; | ||
189 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
190 | - owl:onProperty ep-activity:onWell | ||
191 | - ] . | ||
192 | - | ||
193 | -ep-activity:PressureTestType | ||
194 | - rdf:type rdfs:Class ; | ||
195 | - rdfs:label "pressure test type"^^xsd:string ; | ||
196 | - rdfs:subClassOf owl:Class . | ||
197 | - | ||
198 | -ep-activity:ProductionActivity | ||
199 | - rdf:type owl:Class ; | ||
200 | - rdfs:label "Production activity"^^xsd:string ; | ||
201 | - rdfs:subClassOf ep-activity:Activity . | ||
202 | - | ||
203 | -ep-activity:WeeklyDrillingActivity | ||
204 | - rdf:type owl:Class ; | ||
205 | - rdfs:label "Weekly drilling activity"^^xsd:string ; | ||
206 | - rdfs:subClassOf ep-activity:DrillingActivity ; | ||
207 | - rdfs:subClassOf | ||
208 | - [ rdf:type owl:Restriction ; | ||
209 | - owl:allValuesFrom ep-activity:DailyDrillingActivity ; | ||
210 | - owl:onProperty ep-activity:hasSubActivity | ||
211 | - ] . | ||
212 | - | ||
213 | -ep-activity:WeeklyProductionActivity | ||
214 | - rdf:type owl:Class ; | ||
215 | - rdfs:label "Weekly production activity"^^xsd:string ; | ||
216 | - rdfs:subClassOf ep-activity:ProductionActivity ; | ||
217 | - rdfs:subClassOf | ||
218 | - [ rdf:type owl:Restriction ; | ||
219 | - owl:allValuesFrom ep-activity:DailyProductionActivity ; | ||
220 | - owl:onProperty ep-activity:hasSubActivity | ||
221 | - ] . | ||
222 | - | ||
223 | -ep-activity:WellBoreDrillingType | ||
224 | - rdf:type rdfs:Class ; | ||
225 | - rdfs:label "well bore drilling type"^^xsd:string ; | ||
226 | - rdfs:subClassOf owl:Class . | ||
227 | - | ||
228 | -ep-activity:WellBorePressureTest | ||
229 | - rdf:type owl:Class ; | ||
230 | - rdfs:label "well bore pressure test"^^xsd:string ; | ||
231 | - rdfs:subClassOf ep-activity:Activity . | ||
232 | - | ||
233 | -ep-activity:createdAt | ||
234 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
235 | - rdfs:label "created at"^^xsd:string ; | ||
236 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
237 | - | ||
238 | -ep-activity:finishedAt | ||
239 | - rdf:type owl:DatatypeProperty ; | ||
240 | - rdfs:label "finished at"^^xsd:string ; | ||
241 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
242 | - | ||
243 | -ep-activity:hasSubActivity | ||
244 | - rdf:type owl:ObjectProperty ; | ||
245 | - rdfs:label "has sub activity"^^xsd:string . | ||
246 | - | ||
247 | -ep-activity:onRig | ||
248 | - rdf:type owl:ObjectProperty ; | ||
249 | - rdfs:label "on rig"^^xsd:string . | ||
250 | - | ||
251 | -ep-activity:onWell | ||
252 | - rdf:type owl:ObjectProperty ; | ||
253 | - rdfs:label "on well"^^xsd:string . | ||
254 | - | ||
255 | -ep-activity:onWellBore | ||
256 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
257 | - rdfs:label "on WellBore"^^xsd:string . | ||
258 | - | ||
259 | -ep-activity:reportOn | ||
260 | - rdf:type owl:ObjectProperty ; | ||
261 | - rdfs:label "report on"^^xsd:string . | ||
262 | - | ||
263 | -ep-activity:startedAt | ||
264 | - rdf:type owl:DatatypeProperty ; | ||
265 | - rdfs:label "started at"^^xsd:string ; | ||
266 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
267 | - | ||
268 | -ep-activity:wellBoreDrillingType | ||
269 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
270 | - rdfs:domain ep-activity:DrillingActivity ; | ||
271 | - rdfs:label "has sub activity"^^xsd:string ; | ||
272 | - rdfs:range ep-activity:WellBoreDrillingType ; | ||
273 | - rdfs:subPropertyOf rdf:type . | ||
274 | - | ||
275 | -<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | ||
276 | - rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
277 | - | ||
278 | -<http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport> | ||
279 | - rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
280 | - | ||
281 | -<http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport> | ||
282 | - rdf:type ep-activity:DailyDrillingReportFinalisationType . |
1 | -# Saved by TopBraid on Mon Aug 08 15:10:22 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity-purpose | ||
3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
4 | -# imports: http://purl.org/dc/elements/1.1/ | ||
5 | -# imports: http://www.w3.org/2004/02/skos/core | ||
6 | -# imports: http://spinrdf.org/spin | ||
7 | -# imports: http://purl.org/dc/terms/ | ||
8 | - | ||
9 | -@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity-purpose#> . | ||
10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
13 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
14 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
15 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
17 | - | ||
18 | -<http://www.reportinghub.no/ep/schema/1.1/activity-purpose> | ||
19 | - rdf:type owl:Ontology ; | ||
20 | - owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; | ||
21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
22 | - | ||
23 | -:DailyDrillingActivityPurposeType | ||
24 | - rdf:type rdfs:Class ; | ||
25 | - rdfs:label "daily drilling activity purpose type"^^xsd:string ; | ||
26 | - rdfs:subClassOf owl:Class . | ||
27 | - | ||
28 | -:Completion--bopwellheadequipment | ||
29 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
30 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
31 | - | ||
32 | -:Completion--circulatingconditioning | ||
33 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
34 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
35 | - | ||
36 | -:Completion--completionstring | ||
37 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
38 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
39 | - | ||
40 | -:Completion--flow | ||
41 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
42 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
43 | - | ||
44 | -:Completion--hydraulicworkover | ||
45 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
46 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
47 | - | ||
48 | -:Completion--mill | ||
49 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
50 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
51 | - | ||
52 | -:Completion--other | ||
53 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
54 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
55 | - | ||
56 | -:Completion--perforate | ||
57 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
58 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
59 | - | ||
60 | -:Completion--rigupdown | ||
61 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
62 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
63 | - | ||
64 | -:Completion--sandcontrol | ||
65 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
66 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
67 | - | ||
68 | -:Completion--stimulate | ||
69 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
70 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
71 | - | ||
72 | -:Completion--testscsssv | ||
73 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
74 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
75 | - | ||
76 | -:Completion--wait | ||
77 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
78 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
79 | - | ||
80 | -:Completion--wireline | ||
81 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
82 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
83 | - | ||
84 | -:Drilling--bopactivities | ||
85 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
86 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
87 | - | ||
88 | -:Drilling--bopwellheadequipment | ||
89 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
90 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
91 | - | ||
92 | -:Drilling--casing | ||
93 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
94 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
95 | - | ||
96 | -:Drilling--circulatingconditioning | ||
97 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
98 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
99 | - | ||
100 | -:Drilling--drill | ||
101 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
102 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
103 | - | ||
104 | -:Drilling--drive | ||
105 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
106 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
107 | - | ||
108 | -:Drilling--holeopen | ||
109 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
110 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
111 | - | ||
112 | -:Drilling--mill | ||
113 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
114 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
115 | - | ||
116 | -:Drilling--other | ||
117 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
118 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
119 | - | ||
120 | -:Drilling--pressuredetection | ||
121 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
122 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
123 | - | ||
124 | -:Drilling--ream | ||
125 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
126 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
127 | - | ||
128 | -:Drilling--rigupdown | ||
129 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
130 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
131 | - | ||
132 | -:Drilling--survey | ||
133 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
134 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
135 | - | ||
136 | -:Drilling--trip | ||
137 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
138 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
139 | - | ||
140 | -:Drilling--underream | ||
141 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
142 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
143 | - | ||
144 | -:Drilling--wait | ||
145 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
146 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
147 | - | ||
148 | -:Formationevaluation--circulatingconditioning | ||
149 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
150 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
151 | - | ||
152 | -:Formationevaluation--circulationsamples | ||
153 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
154 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
155 | - | ||
156 | -:Formationevaluation--core | ||
157 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
158 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
159 | - | ||
160 | -:Formationevaluation--drillstemtest | ||
161 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
162 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
163 | - | ||
164 | -:Formationevaluation--log | ||
165 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
166 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
167 | - | ||
168 | -:Formationevaluation--other | ||
169 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
170 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
171 | - | ||
172 | -:Formationevaluation--productiontest | ||
173 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
174 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
175 | - | ||
176 | -:Formationevaluation--rftfit | ||
177 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
178 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
179 | - | ||
180 | -:Formationevaluation--rigupdown | ||
181 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
182 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
183 | - | ||
184 | -:Formationevaluation--trip | ||
185 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
186 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
187 | - | ||
188 | -:Formationevaluation--wait | ||
189 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
190 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
191 | - | ||
192 | -:Interruption--fish | ||
193 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
194 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
195 | - | ||
196 | -:Interruption--lostcirculation | ||
197 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
198 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
199 | - | ||
200 | -:Interruption--maintain | ||
201 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
202 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
203 | - | ||
204 | -:Interruption--mill | ||
205 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
206 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
207 | - | ||
208 | -:Interruption--other | ||
209 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
210 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
211 | - | ||
212 | -:Interruption--repair | ||
213 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
214 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
215 | - | ||
216 | -:Interruption--rigupdown | ||
217 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
218 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
219 | - | ||
220 | -:Interruption--sidetrack | ||
221 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
222 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
223 | - | ||
224 | -:Interruption--wait | ||
225 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
226 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
227 | - | ||
228 | -:Interruption--waitingonweather | ||
229 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
230 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
231 | - | ||
232 | -:Interruption--wellcontrol | ||
233 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
234 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
235 | - | ||
236 | -:Moving--anchor | ||
237 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
238 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
239 | - | ||
240 | -:Moving--jack | ||
241 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
242 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
243 | - | ||
244 | -:Moving--position | ||
245 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
246 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
247 | - | ||
248 | -:Moving--skid | ||
249 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
250 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
251 | - | ||
252 | -:Moving--transit | ||
253 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
254 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
255 | - | ||
256 | -:Plugabandon--cementplug | ||
257 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
258 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
259 | - | ||
260 | -:Plugabandon--circulatingconditioning | ||
261 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
262 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
263 | - | ||
264 | -:Plugabandon--cut | ||
265 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
266 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
267 | - | ||
268 | -:Plugabandon--equipmentrecovery | ||
269 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
270 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
271 | - | ||
272 | -:Plugabandon--mechanicalplug | ||
273 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
274 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
275 | - | ||
276 | -:Plugabandon--mill | ||
277 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
278 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
279 | - | ||
280 | -:Plugabandon--other | ||
281 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
282 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
283 | - | ||
284 | -:Plugabandon--perforate | ||
285 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
286 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
287 | - | ||
288 | -:Plugabandon--rigupdown | ||
289 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
290 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
291 | - | ||
292 | -:Plugabandon--squeeze | ||
293 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
294 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
295 | - | ||
296 | -:Plugabandon--trip | ||
297 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
298 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
299 | - | ||
300 | -:Plugabandon--wait | ||
301 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
302 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
303 | - | ||
304 | -:Workover--bopwellheadequipment | ||
305 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
306 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
307 | - | ||
308 | -:Workover--circulatingconditioning | ||
309 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
310 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
311 | - | ||
312 | -:Workover--completionstring | ||
313 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
314 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
315 | - | ||
316 | -:Workover--flow | ||
317 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
318 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
319 | - | ||
320 | -:Workover--hydraulicworkover | ||
321 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
322 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
323 | - | ||
324 | -:Workover--mill | ||
325 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
326 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
327 | - | ||
328 | -:Workover--other | ||
329 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
330 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
331 | - | ||
332 | -:Workover--perforate | ||
333 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
334 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
335 | - | ||
336 | -:Workover--rigupdown | ||
337 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
338 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
339 | - | ||
340 | -:Workover--sandcontrol | ||
341 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
342 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
343 | - | ||
344 | -:Workover--stimulate | ||
345 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
346 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
347 | - | ||
348 | -:Workover--testscsssv | ||
349 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
350 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
351 | - | ||
352 | -:Workover--wait | ||
353 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
354 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . | ||
355 | - | ||
356 | -:Workover--wireline | ||
357 | - rdf:type :DailyDrillingActivityPurposeType ; | ||
358 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> . |
1 | -# Saved by TopBraid on Mon Aug 08 15:10:22 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 09 15:02:54 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/core | ||
3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
4 | - | ||
5 | -@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | ||
6 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
7 | -@prefix ep-core-1.1: <http://www.reportinghub.no/ep/schema/1.1/core#> . | ||
8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | - | ||
13 | -<http://www.reportinghub.no/ep/schema/1.1/core> | ||
14 | - rdf:type owl:Ontology ; | ||
15 | - owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> ; | ||
16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
17 | - | ||
18 | -ep-core:PhysicalObject | ||
19 | - rdf:type owl:Class ; | ||
20 | - rdfs:label "physical object"^^xsd:string ; | ||
21 | - rdfs:subClassOf ep-core:PhysicalThing . | ||
22 | - | ||
23 | -ep-core:PhysicalThing | ||
24 | - rdf:type owl:Class ; | ||
25 | - rdfs:label "physical thing"^^xsd:string ; | ||
26 | - rdfs:subClassOf owl:Thing . | ||
27 | - | ||
28 | -ep-core:basisFor | ||
29 | - rdf:type owl:ObjectProperty ; | ||
30 | - rdfs:label "basis for"^^xsd:string . | ||
31 | - | ||
32 | -ep-core:derivedFrom | ||
33 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | ||
34 | - rdfs:label "derived from"^^xsd:string . | ||
35 | - | ||
36 | -ep-core:hasPart | ||
37 | - rdf:type owl:TransitiveProperty ; | ||
38 | - rdfs:domain ep-core:PhysicalThing ; | ||
39 | - rdfs:label "has part"^^xsd:string ; | ||
40 | - rdfs:range ep-core:PhysicalThing ; | ||
41 | - owl:inverseOf ep-core:partOf . | ||
42 | - | ||
43 | -ep-core:hasTemporalPart | ||
44 | - rdf:type owl:TransitiveProperty ; | ||
45 | - rdfs:domain ep-core:PhysicalThing ; | ||
46 | - rdfs:label "has temporal part"^^xsd:string ; | ||
47 | - rdfs:range ep-core:PhysicalThing ; | ||
48 | - rdfs:subPropertyOf ep-core:hasPart ; | ||
49 | - owl:inverseOf ep-core:partOf . | ||
50 | - | ||
51 | -ep-core:name | ||
52 | - rdf:type owl:DatatypeProperty ; | ||
53 | - rdfs:label "name"^^xsd:string ; | ||
54 | - rdfs:range xsd:string . | ||
55 | - | ||
56 | -ep-core:partOf | ||
57 | - rdf:type owl:TransitiveProperty ; | ||
58 | - rdfs:domain ep-core:PhysicalThing ; | ||
59 | - rdfs:label "part of"^^xsd:string ; | ||
60 | - rdfs:range ep-core:PhysicalThing ; | ||
61 | - owl:inverseOf ep-core:hasPart . | ||
62 | - | ||
63 | -ep-core:temporalPartOf | ||
64 | - rdf:type owl:TransitiveProperty ; | ||
65 | - rdfs:domain ep-core:PhysicalThing ; | ||
66 | - rdfs:label "temporal part of"^^xsd:string ; | ||
67 | - rdfs:range ep-core:PhysicalThing ; | ||
68 | - rdfs:subPropertyOf ep-core:hasPart ; | ||
69 | - owl:inverseOf ep-core:hasTemporalPart . |
This diff could not be displayed because it is too large.
1 | -# Saved by TopBraid on Tue Aug 09 15:41:34 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/equipment | ||
3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
4 | - | ||
5 | -@prefix : <http://www.reportinghub.no/ep/schema/equipment#> . | ||
6 | -@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | - | ||
12 | -<http://www.reportinghub.no/ep/schema/core#PhysicalThing> | ||
13 | - rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | ||
14 | - | ||
15 | -<http://www.reportinghub.no/ep/schema/equipment> | ||
16 | - rdf:type owl:Ontology ; | ||
17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
18 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
19 | - | ||
20 | -ep-eqt:Equipment | ||
21 | - rdf:type owl:Class ; | ||
22 | - rdfs:label "Equipment"^^xsd:string ; | ||
23 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
1 | -# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/facility | ||
3 | -# imports: http://purl.org/dc/elements/1.1/ | ||
4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
5 | -# imports: http://spinrdf.org/spin | ||
6 | -# imports: http://purl.org/dc/terms/ | ||
7 | - | ||
8 | -@prefix : <http://www.reportinghub.no/ep/schema/facility#> . | ||
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/facility> | ||
18 | - rdf:type owl:Ontology ; | ||
19 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://spinrdf.org/spin> ; | ||
20 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
21 | - | ||
22 | -:Facility | ||
23 | - rdf:type owl:Class ; | ||
24 | - rdfs:label "facility"^^xsd:string ; | ||
25 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
26 | - | ||
27 | -:FixedFacility | ||
28 | - rdf:type owl:DeprecatedClass ; | ||
29 | - rdfs:subClassOf :Facility . | ||
30 | - | ||
31 | -:MoveableFacility | ||
32 | - rdf:type owl:Class ; | ||
33 | - rdfs:subClassOf :Facility . | ||
34 | - | ||
35 | -:Rig rdf:type owl:Class ; | ||
36 | - rdfs:subClassOf :Facility . | ||
37 | - | ||
38 | -:SubSurfaceFixedFacility | ||
39 | - rdf:type owl:Class ; | ||
40 | - rdfs:subClassOf :FixedFacility . | ||
41 | - | ||
42 | -:SurfaceFixedFacility | ||
43 | - rdf:type owl:Class ; | ||
44 | - rdfs:subClassOf :FixedFacility . |
1 | -# Saved by TopBraid on Tue Aug 09 14:35:50 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 09 15:32:44 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/organization | ||
3 | -# imports: http://purl.org/dc/elements/1.1/ | ||
4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
5 | -# imports: http://spinrdf.org/spin | ||
6 | - | ||
7 | -@prefix : <http://www.reportinghub.no/ep/schema/organization#> . | ||
8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
11 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
12 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
13 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
14 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
15 | - | ||
16 | -<http://www.reportinghub.no/ep/schema/organization> | ||
17 | - rdf:type owl:Ontology ; | ||
18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://spinrdf.org/spin> ; | ||
19 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
20 | - | ||
21 | -:Company | ||
22 | - rdf:type owl:Class ; | ||
23 | - rdfs:label "company"^^xsd:string ; | ||
24 | - rdfs:subClassOf :Organization . | ||
25 | - | ||
26 | -:Organization | ||
27 | - rdf:type owl:Class ; | ||
28 | - rdfs:label "organization"^^xsd:string ; | ||
29 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
1 | -# Saved by TopBraid on Tue Aug 09 15:32: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 Mon Aug 08 14:39:14 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/report | ||
3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
5 | - | ||
6 | -@prefix : <http://www.reportinghub.no/ep/schema/report#> . | ||
7 | -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | - | ||
13 | -<http://www.reportinghub.no/ep/schema/report> | ||
14 | - rdf:type owl:Ontology ; | ||
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
17 | - | ||
18 | -ep-report:DailyDrillingReport | ||
19 | - rdf:type owl:Class ; | ||
20 | - rdfs:subClassOf ep-report:Report . | ||
21 | - | ||
22 | -ep-report:FinalDailyDrillingReport | ||
23 | - rdf:type owl:Class ; | ||
24 | - rdfs:subClassOf ep-report:DailyDrillingReport . | ||
25 | - | ||
26 | -ep-report:NormalDailyDrillingReport | ||
27 | - rdf:type owl:Class ; | ||
28 | - rdfs:subClassOf ep-report:DailyDrillingReport . | ||
29 | - | ||
30 | -ep-report:PreliminaryDailyDrillingReport | ||
31 | - rdf:type owl:Class ; | ||
32 | - rdfs:subClassOf ep-report:DailyDrillingReport . | ||
33 | - | ||
34 | -ep-report:Report | ||
35 | - rdf:type owl:Class ; | ||
36 | - rdfs:subClassOf owl:Thing . |
1 | -# Saved by TopBraid on Tue Jul 26 01:03:35 CEST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/1.1/schema/epvv | ||
3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
4 | -# imports: http://www.reportinghub.no/1.1/schema/epa | ||
5 | -# imports: http://www.linkedmodel.org/1.0/schema/dtype | ||
6 | -# imports: http://spinrdf.org/spin | ||
7 | - | ||
8 | -@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
9 | -@prefix epvv: <http://www.reportinghub.no/schema/epvv#> . | ||
10 | -@prefix epvv-1.1: <http://www.reportinghub.no/1.1/schema/epvv#> . | ||
11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
14 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
15 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
16 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
18 | - | ||
19 | -<http://www.reportinghub.no/1.1/schema/epvv> | ||
20 | - rdf:type owl:Ontology ; | ||
21 | - owl:imports <http://www.reportinghub.no/1.1/schema/epa> , <http://www.linkedmodel.org/1.0/schema/dtype> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://spinrdf.org/spin> ; | ||
22 | - owl:versionInfo "TBD by RH"^^xsd:string . | ||
23 | - | ||
24 | -epvv:Discrepancy | ||
25 | - rdf:type owl:Class ; | ||
26 | - rdfs:label "Discrepancy"^^xsd:string ; | ||
27 | - rdfs:subClassOf owl:Thing . | ||
28 | - | ||
29 | -epvv:ET_InvalidAttributeValue | ||
30 | - rdf:type epvv:ErrorType ; | ||
31 | - rdfs:label "invalid attribute value"^^xsd:string ; | ||
32 | - dtype:value "invalid attribute value"^^xsd:string . | ||
33 | - | ||
34 | -epvv:ET_InvalidEndTime | ||
35 | - rdf:type epvv:EnumeratedValue ; | ||
36 | - rdfs:label "Invalid end time"^^xsd:string . | ||
37 | - | ||
38 | -epvv:ET_InvalidEnumeratedValue | ||
39 | - rdf:type epvv:ErrorType ; | ||
40 | - rdfs:label "invalid enumerated value"^^xsd:string ; | ||
41 | - dtype:value "invalid enumerated value"^^xsd:string . | ||
42 | - | ||
43 | -epvv:ET_InvalidStartTime | ||
44 | - rdf:type epvv:EnumeratedValue ; | ||
45 | - rdfs:label "Invalid start time"^^xsd:string . | ||
46 | - | ||
47 | -epvv:ET_MissingAttribute | ||
48 | - rdf:type epvv:ErrorType ; | ||
49 | - rdfs:label "missing attribute"^^xsd:string ; | ||
50 | - dtype:value "missing attribute"^^xsd:string . | ||
51 | - | ||
52 | -epvv:ET_TotalTimeLessThanReportingPeriod | ||
53 | - rdf:type epvv:EnumeratedValue ; | ||
54 | - rdfs:label "total time is less than reporting period"^^xsd:string . | ||
55 | - | ||
56 | -epvv:ET_TotalTimeMoreThanReportingPeriod | ||
57 | - rdf:type epvv:EnumeratedValue ; | ||
58 | - rdfs:label "total time is more than reporting period"^^xsd:string . | ||
59 | - | ||
60 | -epvv:EnumeratedValue | ||
61 | - rdf:type owl:Class ; | ||
62 | - rdfs:label "Enumerated value"^^xsd:string ; | ||
63 | - rdfs:subClassOf dtype:EnumeratedValue . | ||
64 | - | ||
65 | -epvv:ErrorType | ||
66 | - rdf:type owl:Class ; | ||
67 | - rdfs:label "Error type"^^xsd:string ; | ||
68 | - rdfs:subClassOf epvv:EnumeratedValue . | ||
69 | - | ||
70 | -epvv:Subject | ||
71 | - rdf:type owl:Class ; | ||
72 | - rdfs:label "Source location"^^xsd:string ; | ||
73 | - rdfs:subClassOf owl:Thing . | ||
74 | - | ||
75 | -epvv:WarningType | ||
76 | - rdf:type owl:Class ; | ||
77 | - rdfs:label "Warning type"^^xsd:string ; | ||
78 | - rdfs:subClassOf epvv:EnumeratedValue . | ||
79 | - | ||
80 | -epvv:hasSubject | ||
81 | - rdf:type owl:ObjectProperty ; | ||
82 | - rdfs:label "has subject"^^xsd:string . | ||
83 | - | ||
84 | -epvv:lineNumber | ||
85 | - rdf:type owl:DatatypeProperty ; | ||
86 | - rdfs:label "line number"^^xsd:string ; | ||
87 | - rdfs:range xsd:integer . |
1 | -# Saved by TopBraid on Tue Aug 09 15:08:18 BST 2011 | ||
2 | -# baseURI: http://www.reportinghub.no/ep/schema/well | ||
3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
4 | - | ||
5 | -@prefix : <http://www.reportinghub.no/ep/schema/well#> . | ||
6 | -@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | - | ||
12 | -<http://www.reportinghub.no/ep/schema/well> | ||
13 | - rdf:type owl:Ontology ; | ||
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
16 | - | ||
17 | -ep-well:AllOrPartOfTheLifeOfAWellBore | ||
18 | - rdf:type owl:Class ; | ||
19 | - rdfs:label "all or part of the life of a well bore"^^xsd:string ; | ||
20 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
21 | - | ||
22 | -ep-well:TemporalPartOfAWellBore | ||
23 | - rdf:type owl:Class ; | ||
24 | - rdfs:label "temporal part of a well bore"^^xsd:string ; | ||
25 | - rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | ||
26 | - | ||
27 | -ep-well:Well | ||
28 | - rdf:type owl:Class ; | ||
29 | - rdfs:label "Well"^^xsd:string ; | ||
30 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
31 | - rdfs:subClassOf | ||
32 | - [ rdf:type owl:Restriction ; | ||
33 | - owl:allValuesFrom ep-well:WellBore ; | ||
34 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | ||
35 | - ] ; | ||
36 | - rdfs:subClassOf | ||
37 | - [ rdf:type owl:Restriction ; | ||
38 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
39 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
40 | - ] . | ||
41 | - | ||
42 | -ep-well:WellBore | ||
43 | - rdf:type owl:Class ; | ||
44 | - rdfs:label "well bore"^^xsd:string ; | ||
45 | - rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore ; | ||
46 | - rdfs:subClassOf | ||
47 | - [ rdf:type owl:Restriction ; | ||
48 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
49 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
50 | - ] . |
-
Please register or login to post a comment