Showing
20 changed files
with
100 additions
and
91 deletions
1 | -# Saved by TopBraid on Thu Aug 04 15:10:03 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 |
2 | -# baseURI: http://www.reportinghub.no/ep/schema/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.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 | 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/activity#> . | ||
10 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | 9 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . |
11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
15 | 14 | ||
16 | -<http://www.reportinghub.no/ep/schema/activity> | 15 | +<http://www.reportinghub.no/ep/schema/1.1/activity> |
17 | rdf:type owl:Ontology ; | 16 | 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> ; | 17 | 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 . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
... | @@ -25,32 +24,32 @@ ep-activity:Activity | ... | @@ -25,32 +24,32 @@ ep-activity:Activity |
25 | rdfs:subClassOf | 24 | rdfs:subClassOf |
26 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
27 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 26 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
28 | - owl:onProperty ep-activity:startedAt | 27 | + owl:onProperty ep-activity:finishedAt |
29 | ] ; | 28 | ] ; |
30 | rdfs:subClassOf | 29 | rdfs:subClassOf |
31 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
32 | owl:allValuesFrom ep-activity:Activity ; | 31 | owl:allValuesFrom ep-activity:Activity ; |
33 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 32 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
34 | ] ; | 33 | ] ; |
35 | rdfs:subClassOf | 34 | rdfs:subClassOf |
36 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
37 | owl:allValuesFrom ep-activity:Activity ; | 36 | owl:allValuesFrom ep-activity:Activity ; |
38 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 37 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
39 | ] ; | 38 | ] ; |
40 | rdfs:subClassOf | 39 | rdfs:subClassOf |
41 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
42 | owl:allValuesFrom ep-activity:Activity ; | 41 | owl:allValuesFrom ep-activity:Activity ; |
43 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 42 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
44 | ] ; | 43 | ] ; |
45 | rdfs:subClassOf | 44 | rdfs:subClassOf |
46 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
47 | owl:allValuesFrom ep-activity:Activity ; | 46 | owl:allValuesFrom ep-activity:Activity ; |
48 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 47 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
49 | ] ; | 48 | ] ; |
50 | rdfs:subClassOf | 49 | rdfs:subClassOf |
51 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
52 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 51 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
53 | - owl:onProperty ep-activity:finishedAt | 52 | + owl:onProperty ep-activity:startedAt |
54 | ] . | 53 | ] . |
55 | 54 | ||
56 | ep-activity:DailyDrillingActivity | 55 | ep-activity:DailyDrillingActivity |
... | @@ -59,23 +58,23 @@ ep-activity:DailyDrillingActivity | ... | @@ -59,23 +58,23 @@ ep-activity:DailyDrillingActivity |
59 | rdfs:subClassOf ep-activity:DrillingActivity ; | 58 | rdfs:subClassOf ep-activity:DrillingActivity ; |
60 | rdfs:subClassOf | 59 | rdfs:subClassOf |
61 | [ rdf:type owl:Restriction ; | 60 | [ rdf:type owl:Restriction ; |
62 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 61 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
63 | - owl:onProperty ep-activity:onWellBore | 62 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
64 | ] ; | 63 | ] ; |
65 | rdfs:subClassOf | 64 | rdfs:subClassOf |
66 | [ rdf:type owl:Restriction ; | 65 | [ rdf:type owl:Restriction ; |
67 | owl:allValuesFrom ep-activity:DrillingActivity ; | 66 | owl:allValuesFrom ep-activity:DrillingActivity ; |
68 | - owl:onProperty ep-activity:hasSubActivity | 67 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
69 | ] ; | 68 | ] ; |
70 | rdfs:subClassOf | 69 | rdfs:subClassOf |
71 | [ rdf:type owl:Restriction ; | 70 | [ rdf:type owl:Restriction ; |
72 | owl:allValuesFrom ep-activity:DrillingActivity ; | 71 | owl:allValuesFrom ep-activity:DrillingActivity ; |
73 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 72 | + owl:onProperty ep-activity:hasSubActivity |
74 | ] ; | 73 | ] ; |
75 | rdfs:subClassOf | 74 | rdfs:subClassOf |
76 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
77 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 76 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
78 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 77 | + owl:onProperty ep-activity:onWellBore |
79 | ] ; | 78 | ] ; |
80 | rdfs:subClassOf | 79 | rdfs:subClassOf |
81 | [ rdf:type owl:Restriction ; | 80 | [ rdf:type owl:Restriction ; |
... | @@ -171,8 +170,8 @@ ep-activity:OffshoreWellActivity | ... | @@ -171,8 +170,8 @@ ep-activity:OffshoreWellActivity |
171 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 170 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
172 | rdfs:subClassOf | 171 | rdfs:subClassOf |
173 | [ rdf:type owl:Restriction ; | 172 | [ rdf:type owl:Restriction ; |
174 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 173 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ; |
175 | - owl:onProperty ep-activity:onWell | 174 | + owl:onProperty ep-activity:onRig |
176 | ] ; | 175 | ] ; |
177 | rdfs:subClassOf | 176 | rdfs:subClassOf |
178 | [ rdf:type owl:Restriction ; | 177 | [ rdf:type owl:Restriction ; |
... | @@ -181,8 +180,8 @@ ep-activity:OffshoreWellActivity | ... | @@ -181,8 +180,8 @@ ep-activity:OffshoreWellActivity |
181 | ] ; | 180 | ] ; |
182 | rdfs:subClassOf | 181 | rdfs:subClassOf |
183 | [ rdf:type owl:Restriction ; | 182 | [ rdf:type owl:Restriction ; |
184 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ; | 183 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
185 | - owl:onProperty ep-activity:onRig | 184 | + owl:onProperty ep-activity:onWell |
186 | ] ; | 185 | ] ; |
187 | rdfs:subClassOf | 186 | rdfs:subClassOf |
188 | [ rdf:type owl:Restriction ; | 187 | [ rdf:type owl:Restriction ; |
... | @@ -226,7 +225,7 @@ ep-activity:WellBorePressureTest | ... | @@ -226,7 +225,7 @@ ep-activity:WellBorePressureTest |
226 | rdfs:subClassOf ep-activity:Activity . | 225 | rdfs:subClassOf ep-activity:Activity . |
227 | 226 | ||
228 | ep-activity:createdAt | 227 | ep-activity:createdAt |
229 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 228 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
230 | rdfs:label "created at"^^xsd:string ; | 229 | rdfs:label "created at"^^xsd:string ; |
231 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 230 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
232 | 231 | ||
... | @@ -248,7 +247,7 @@ ep-activity:onWell | ... | @@ -248,7 +247,7 @@ ep-activity:onWell |
248 | rdfs:label "on well"^^xsd:string . | 247 | rdfs:label "on well"^^xsd:string . |
249 | 248 | ||
250 | ep-activity:onWellBore | 249 | ep-activity:onWellBore |
251 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 250 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
252 | rdfs:label "on WellBore"^^xsd:string . | 251 | rdfs:label "on WellBore"^^xsd:string . |
253 | 252 | ||
254 | ep-activity:reportOn | 253 | ep-activity:reportOn | ... | ... |
1 | -# Saved by TopBraid on Thu Aug 04 15:07:45 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/core |
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.1/activity | ||
4 | # imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | 5 | # imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL |
5 | 6 | ||
6 | @prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | 7 | @prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . |
... | @@ -13,7 +14,7 @@ | ... | @@ -13,7 +14,7 @@ |
13 | 14 | ||
14 | <http://www.reportinghub.no/ep/schema/1.1/core> | 15 | <http://www.reportinghub.no/ep/schema/1.1/core> |
15 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
16 | - owl:imports <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.linkedmodel.org/1.2/schema/vaem> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> ; |
17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
18 | 19 | ||
19 | ep-core:basisFor | 20 | ep-core:basisFor |
... | @@ -21,7 +22,7 @@ ep-core:basisFor | ... | @@ -21,7 +22,7 @@ ep-core:basisFor |
21 | rdfs:label "basis for"^^xsd:string . | 22 | rdfs:label "basis for"^^xsd:string . |
22 | 23 | ||
23 | ep-core:derivedFrom | 24 | ep-core:derivedFrom |
24 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 25 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
25 | rdfs:label "derived from"^^xsd:string . | 26 | rdfs:label "derived from"^^xsd:string . |
26 | 27 | ||
27 | ep-core:hasPart | 28 | ep-core:hasPart | ... | ... |
1 | -# Saved by TopBraid on Sat Aug 06 12:19:24 PDT 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1.1/ddr | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1.1/ddr |
3 | # imports: http://www.energistics.org/schemas/abstract | 3 | # imports: http://www.energistics.org/schemas/abstract |
4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
4 | # imports: http://www.reportinghub.no/ep/schema/report | 5 | # imports: http://www.reportinghub.no/ep/schema/report |
5 | # imports: http://www.reportinghub.no/ep/schema/equipment | 6 | # 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/1.1/core |
7 | # imports: http://www.linkedmodel.org/schema/dtype | 8 | # imports: http://www.linkedmodel.org/schema/dtype |
8 | # imports: http://www.linkedmodel.org/schema/vaem | 9 | # imports: http://www.linkedmodel.org/schema/vaem |
9 | # imports: http://www.reportinghub.no/ep/schema/well | 10 | # imports: http://www.reportinghub.no/ep/schema/well |
10 | -# imports: http://www.reportinghub.no/ep/schema/activity | ||
11 | 11 | ||
12 | @prefix WITSML_drillReport_profiled_schema_2011_01_29: <file:///www.reportinghub.no/input/WITSML_drillReport_profiled_schema_2011_01_29.xsd#> . | 12 | @prefix WITSML_drillReport_profiled_schema_2011_01_29: <file:///www.reportinghub.no/input/WITSML_drillReport_profiled_schema_2011_01_29.xsd#> . |
13 | @prefix abstract: <http://www.energistics.org/schemas/abstract#> . | 13 | @prefix abstract: <http://www.energistics.org/schemas/abstract#> . |
... | @@ -31,7 +31,7 @@ abstract:AbstractObject | ... | @@ -31,7 +31,7 @@ abstract:AbstractObject |
31 | <http://www.reportinghub.no/ep/schema/1.1.1/ddr> | 31 | <http://www.reportinghub.no/ep/schema/1.1.1/ddr> |
32 | rdf:type owl:Ontology ; | 32 | rdf:type owl:Ontology ; |
33 | dc:description "WITSML - Daily Drillling Report - Norwegian Profile"^^xsd:string ; | 33 | dc:description "WITSML - Daily Drillling Report - Norwegian Profile"^^xsd:string ; |
34 | - owl:imports <http://www.reportinghub.no/ep/schema/activity> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.energistics.org/schemas/abstract> , <http://www.reportinghub.no/ep/schema/1.1/core> , <http://www.linkedmodel.org/schema/dtype> , <http://www.reportinghub.no/ep/schema/report> , <http://www.linkedmodel.org/schema/vaem> , <http://www.reportinghub.no/ep/schema/well> ; | 34 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.energistics.org/schemas/abstract> , <http://www.reportinghub.no/ep/schema/1.1/core> , <http://www.linkedmodel.org/schema/dtype> , <http://www.reportinghub.no/ep/schema/report> , <http://www.linkedmodel.org/schema/vaem> , <http://www.reportinghub.no/ep/schema/well> ; |
35 | owl:versionInfo "Created with TopBraid Composer from the XML Schema http://www.witsml.org/schemas/1series"^^xsd:string . | 35 | owl:versionInfo "Created with TopBraid Composer from the XML Schema http://www.witsml.org/schemas/1series"^^xsd:string . |
36 | 36 | ||
37 | ddr:ACNPD_Enumeration | 37 | ddr:ACNPD_Enumeration | ... | ... |
1 | -# Saved by TopBraid on Thu Aug 04 13:47:58 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/equipment | 2 | # baseURI: http://www.reportinghub.no/ep/schema/equipment |
3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
4 | 5 | ||
5 | @prefix : <http://www.reportinghub.no/ep/schema/equipment#> . | 6 | @prefix : <http://www.reportinghub.no/ep/schema/equipment#> . |
... | @@ -11,7 +12,7 @@ | ... | @@ -11,7 +12,7 @@ |
11 | 12 | ||
12 | <http://www.reportinghub.no/ep/schema/equipment> | 13 | <http://www.reportinghub.no/ep/schema/equipment> |
13 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; |
15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | 17 | ||
17 | ep-eqt:Equipment | 18 | ep-eqt:Equipment | ... | ... |
1 | -# Saved by TopBraid on Thu Aug 04 14:54:00 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 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/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
4 | 5 | ||
5 | @prefix : <http://www.reportinghub.no/ep/schema/report#> . | 6 | @prefix : <http://www.reportinghub.no/ep/schema/report#> . |
... | @@ -11,7 +12,7 @@ | ... | @@ -11,7 +12,7 @@ |
11 | 12 | ||
12 | <http://www.reportinghub.no/ep/schema/report> | 13 | <http://www.reportinghub.no/ep/schema/report> |
13 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; |
15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | 17 | ||
17 | ep-report:DailyDrillingReport | 18 | ep-report:DailyDrillingReport | ... | ... |
1 | -# Saved by TopBraid on Thu Aug 04 14:29:37 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/well |
3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
4 | 5 | ||
5 | @prefix : <http://www.reportinghub.no/ep/schema/well#> . | 6 | @prefix : <http://www.reportinghub.no/ep/schema/well#> . |
... | @@ -11,7 +12,7 @@ | ... | @@ -11,7 +12,7 @@ |
11 | 12 | ||
12 | <http://www.reportinghub.no/ep/schema/well> | 13 | <http://www.reportinghub.no/ep/schema/well> |
13 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; |
15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | 17 | ||
17 | ep-well:AllOrPartOfTheLifeOfAWellBore | 18 | ep-well:AllOrPartOfTheLifeOfAWellBore |
... | @@ -29,13 +30,13 @@ ep-well:Well | ... | @@ -29,13 +30,13 @@ ep-well:Well |
29 | rdfs:subClassOf owl:Thing ; | 30 | rdfs:subClassOf owl:Thing ; |
30 | rdfs:subClassOf | 31 | rdfs:subClassOf |
31 | [ rdf:type owl:Restriction ; | 32 | [ rdf:type owl:Restriction ; |
32 | - owl:allValuesFrom ep-well:WellBore ; | 33 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
33 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 34 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
34 | ] ; | 35 | ] ; |
35 | rdfs:subClassOf | 36 | rdfs:subClassOf |
36 | [ rdf:type owl:Restriction ; | 37 | [ rdf:type owl:Restriction ; |
37 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 38 | + owl:allValuesFrom ep-well:WellBore ; |
38 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 39 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
39 | ] . | 40 | ] . |
40 | 41 | ||
41 | ep-well:WellBore | 42 | ep-well:WellBore | ... | ... |
1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints | 2 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints |
2 | -# imports: http://spinrdf.org/spin | ||
3 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
4 | # 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 | ||
5 | +# imports: http://www.reportinghub.no/1.1/schema/npd | ||
6 | +# imports: http://spinrdf.org/spin | ||
5 | 7 | ||
6 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . | 8 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . |
7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
... | @@ -35,7 +37,7 @@ | ... | @@ -35,7 +37,7 @@ |
35 | 37 | ||
36 | <http://www.reportinghub.no/ep/spin/ddr-constraints> | 38 | <http://www.reportinghub.no/ep/spin/ddr-constraints> |
37 | rdf:type owl:Ontology ; | 39 | rdf:type owl:Ontology ; |
38 | - owl:imports <http://www.reportinghub.no/1.1/schema/npd> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://spinrdf.org/spin> ; | 40 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.reportinghub.no/1.1/schema/npd> ; |
39 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 41 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
40 | 42 | ||
41 | _:b2 sp:varName "wellBore"^^xsd:string . | 43 | _:b2 sp:varName "wellBore"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Thu Aug 04 16:06:56 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
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://spinrdf.org/spin | 5 | # imports: http://spinrdf.org/spin |
5 | 6 | ||
6 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 7 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
... | @@ -17,7 +18,7 @@ | ... | @@ -17,7 +18,7 @@ |
17 | 18 | ||
18 | <http://www.reportinghub.no/ep/spin/1.1/lib> | 19 | <http://www.reportinghub.no/ep/spin/1.1/lib> |
19 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
20 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ; | 21 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://spinrdf.org/spin> ; |
21 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
22 | 23 | ||
23 | ep-spin-lib:Function | 24 | ep-spin-lib:Function |
... | @@ -108,12 +109,12 @@ ep-spin-lib:buildURI | ... | @@ -108,12 +109,12 @@ ep-spin-lib:buildURI |
108 | ] ; | 109 | ] ; |
109 | spin:constraint | 110 | spin:constraint |
110 | [ rdf:type spl:Argument ; | 111 | [ rdf:type spl:Argument ; |
111 | - spl:predicate sp:arg2 ; | 112 | + spl:predicate sp:arg1 ; |
112 | spl:valueType xsd:string | 113 | spl:valueType xsd:string |
113 | ] ; | 114 | ] ; |
114 | spin:constraint | 115 | spin:constraint |
115 | [ rdf:type spl:Argument ; | 116 | [ rdf:type spl:Argument ; |
116 | - spl:predicate sp:arg1 ; | 117 | + spl:predicate sp:arg2 ; |
117 | spl:valueType xsd:string | 118 | spl:valueType xsd:string |
118 | ] . | 119 | ] . |
119 | 120 | ||
... | @@ -282,13 +283,13 @@ ep-spin-lib:selectPressureTestType | ... | @@ -282,13 +283,13 @@ ep-spin-lib:selectPressureTestType |
282 | sp:arg1 spin:_arg1 ; | 283 | sp:arg1 spin:_arg1 ; |
283 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#PT_formationintegritytest> | 284 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#PT_formationintegritytest> |
284 | ] ; | 285 | ] ; |
285 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#FormationIntegrityTest> ; | 286 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#FormationIntegrityTest> ; |
286 | sp:arg3 [ rdf:type smf:if ; | 287 | sp:arg3 [ rdf:type smf:if ; |
287 | sp:arg1 [ rdf:type sp:eq ; | 288 | sp:arg1 [ rdf:type sp:eq ; |
288 | sp:arg1 spin:_arg1 ; | 289 | sp:arg1 spin:_arg1 ; |
289 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#PT_leakofftest> | 290 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#PT_leakofftest> |
290 | ] ; | 291 | ] ; |
291 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#LeakOffTest> | 292 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#LeakOffTest> |
292 | ] | 293 | ] |
293 | ] ; | 294 | ] ; |
294 | sp:variable _:b17 | 295 | sp:variable _:b17 |
... | @@ -309,37 +310,37 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -309,37 +310,37 @@ ep-spin-lib:selectWellBoreDrillingType |
309 | sp:arg1 spin:_arg1 ; | 310 | sp:arg1 spin:_arg1 ; |
310 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_bypass> | 311 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_bypass> |
311 | ] ; | 312 | ] ; |
312 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-bypass> ; | 313 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#Drill-bypass> ; |
313 | sp:arg3 [ rdf:type smf:if ; | 314 | sp:arg3 [ rdf:type smf:if ; |
314 | sp:arg1 [ rdf:type sp:eq ; | 315 | sp:arg1 [ rdf:type sp:eq ; |
315 | sp:arg1 spin:_arg1 ; | 316 | sp:arg1 spin:_arg1 ; |
316 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_initial> | 317 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_initial> |
317 | ] ; | 318 | ] ; |
318 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-initial> ; | 319 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#Drill-initial> ; |
319 | sp:arg3 [ rdf:type smf:if ; | 320 | sp:arg3 [ rdf:type smf:if ; |
320 | sp:arg1 [ rdf:type sp:eq ; | 321 | sp:arg1 [ rdf:type sp:eq ; |
321 | sp:arg1 spin:_arg1 ; | 322 | sp:arg1 spin:_arg1 ; |
322 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_redrill> | 323 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_redrill> |
323 | ] ; | 324 | ] ; |
324 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-redrill> ; | 325 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#Drill-redrill> ; |
325 | sp:arg3 [ rdf:type smf:if ; | 326 | sp:arg3 [ rdf:type smf:if ; |
326 | sp:arg1 [ rdf:type sp:eq ; | 327 | sp:arg1 [ rdf:type sp:eq ; |
327 | sp:arg1 spin:_arg1 ; | 328 | sp:arg1 spin:_arg1 ; |
328 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_reentry> | 329 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_reentry> |
329 | ] ; | 330 | ] ; |
330 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-re-entry> ; | 331 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#Drill-re-entry> ; |
331 | sp:arg3 [ rdf:type smf:if ; | 332 | sp:arg3 [ rdf:type smf:if ; |
332 | sp:arg1 [ rdf:type sp:eq ; | 333 | sp:arg1 [ rdf:type sp:eq ; |
333 | sp:arg1 spin:_arg1 ; | 334 | sp:arg1 spin:_arg1 ; |
334 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_respud> | 335 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_respud> |
335 | ] ; | 336 | ] ; |
336 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-re-spud> ; | 337 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#Drill-re-spud> ; |
337 | sp:arg3 [ rdf:type smf:if ; | 338 | sp:arg3 [ rdf:type smf:if ; |
338 | sp:arg1 [ rdf:type sp:eq ; | 339 | sp:arg1 [ rdf:type sp:eq ; |
339 | sp:arg1 spin:_arg1 ; | 340 | sp:arg1 spin:_arg1 ; |
340 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_sidetrack> | 341 | sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#W_sidetrack> |
341 | ] ; | 342 | ] ; |
342 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Drill-sidetrack> | 343 | + sp:arg2 <http://www.reportinghub.no/ep/schema/1.1/activity#Drill-sidetrack> |
343 | ] | 344 | ] |
344 | ] | 345 | ] |
345 | ] | 346 | ] |
... | @@ -350,47 +351,47 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -350,47 +351,47 @@ ep-spin-lib:selectWellBoreDrillingType |
350 | ]) | 351 | ]) |
351 | ] . | 352 | ] . |
352 | 353 | ||
353 | -_:b16 | 354 | +_:b1 sp:varName "uri"^^xsd:string . |
354 | - sp:varName "dailyDrillingReportType"^^xsd:string . | ||
355 | 355 | ||
356 | -_:b18 | 356 | +_:b2 sp:varName "uri"^^xsd:string . |
357 | - sp:varName "wellBoreDrillingType"^^xsd:string . | ||
358 | 357 | ||
359 | -_:b17 | 358 | +_:b3 sp:varName "uri"^^xsd:string . |
360 | - sp:varName "pressureTestType"^^xsd:string . | ||
361 | 359 | ||
362 | -_:b15 | 360 | +_:b4 sp:varName "uri"^^xsd:string . |
363 | - sp:varName "t4"^^xsd:string . | ||
364 | 361 | ||
365 | -_:b14 | 362 | +_:b5 sp:varName "uri"^^xsd:string . |
366 | - sp:varName "t3"^^xsd:string . | ||
367 | 363 | ||
368 | -_:b13 | 364 | +_:b6 sp:varName "uri"^^xsd:string . |
369 | - sp:varName "t2"^^xsd:string . | ||
370 | 365 | ||
371 | -_:b12 | 366 | +_:b7 sp:varName "normalizedStr"^^xsd:string . |
372 | - sp:varName "t1"^^xsd:string . | ||
373 | 367 | ||
374 | -_:b11 | 368 | +_:b8 sp:varName "s1"^^xsd:string . |
375 | - sp:varName "t0b"^^xsd:string . | 369 | + |
370 | +_:b9 sp:varName "s2"^^xsd:string . | ||
376 | 371 | ||
377 | _:b10 | 372 | _:b10 |
378 | sp:varName "t0a"^^xsd:string . | 373 | sp:varName "t0a"^^xsd:string . |
379 | 374 | ||
380 | -_:b9 sp:varName "s2"^^xsd:string . | 375 | +_:b11 |
381 | - | 376 | + sp:varName "t0b"^^xsd:string . |
382 | -_:b8 sp:varName "s1"^^xsd:string . | ||
383 | 377 | ||
384 | -_:b7 sp:varName "normalizedStr"^^xsd:string . | 378 | +_:b12 |
379 | + sp:varName "t1"^^xsd:string . | ||
385 | 380 | ||
386 | -_:b6 sp:varName "uri"^^xsd:string . | 381 | +_:b13 |
382 | + sp:varName "t2"^^xsd:string . | ||
387 | 383 | ||
388 | -_:b5 sp:varName "uri"^^xsd:string . | 384 | +_:b14 |
385 | + sp:varName "t3"^^xsd:string . | ||
389 | 386 | ||
390 | -_:b4 sp:varName "uri"^^xsd:string . | 387 | +_:b15 |
388 | + sp:varName "t4"^^xsd:string . | ||
391 | 389 | ||
392 | -_:b3 sp:varName "uri"^^xsd:string . | 390 | +_:b16 |
391 | + sp:varName "dailyDrillingReportType"^^xsd:string . | ||
393 | 392 | ||
394 | -_:b2 sp:varName "uri"^^xsd:string . | 393 | +_:b17 |
394 | + sp:varName "pressureTestType"^^xsd:string . | ||
395 | 395 | ||
396 | -_:b1 sp:varName "uri"^^xsd:string . | 396 | +_:b18 |
397 | + sp:varName "wellBoreDrillingType"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Thu Aug 04 16:06:56 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 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#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Sun Aug 07 12:37:53 PDT 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:57:52 PDT 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#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Thu Aug 04 16:09:10 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 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 Thu Aug 04 14:25:22 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:56:22 PDT 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: file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity |
4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
5 | # imports: http://www.reportinghub.no/ep/schema/report | 5 | # imports: http://www.reportinghub.no/ep/schema/report |
6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
7 | # imports: http://www.reportinghub.no/ep/schema/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/equipment |
8 | # imports: http://spinrdf.org/spin | 8 | # imports: http://spinrdf.org/spin |
9 | -# imports: http://www.reportinghub.no/ep/schema/activity | ||
10 | # imports: http://www.reportinghub.no/ep/schema/well | 9 | # imports: http://www.reportinghub.no/ep/schema/well |
11 | 10 | ||
12 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 11 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
... | @@ -20,5 +19,5 @@ | ... | @@ -20,5 +19,5 @@ |
20 | 19 | ||
21 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 20 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
22 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
23 | - owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/schema/activity> , <http://spinrdf.org/spin> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/equipment> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/equipment> ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Thu Aug 04 14:29:43 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 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://purl.org/dc/elements/1.1/ | 5 | # imports: http://purl.org/dc/elements/1.1/ |
5 | # imports: http://www.w3.org/2004/02/skos/core | 6 | # imports: http://www.w3.org/2004/02/skos/core |
6 | # imports: http://www.reportinghub.no/ep/schema/report | 7 | # imports: http://www.reportinghub.no/ep/schema/report |
... | @@ -8,7 +9,6 @@ | ... | @@ -8,7 +9,6 @@ |
8 | # imports: http://www.reportinghub.no/ep/schema/equipment | 9 | # imports: http://www.reportinghub.no/ep/schema/equipment |
9 | # imports: http://purl.org/dc/terms/ | 10 | # imports: http://purl.org/dc/terms/ |
10 | # imports: http://www.reportinghub.no/ep/schema/well | 11 | # imports: http://www.reportinghub.no/ep/schema/well |
11 | -# imports: http://www.reportinghub.no/ep/schema/activity | ||
12 | 12 | ||
13 | @prefix : <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | 13 | @prefix : <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . |
14 | @prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> . | 14 | @prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> . |
... | @@ -23,5 +23,5 @@ | ... | @@ -23,5 +23,5 @@ |
23 | 23 | ||
24 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> | 24 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> |
25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
26 | - owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/activity> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/iso15926/nativeOWL> ; | 26 | + owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; |
27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 | ||
1 | # baseURI: http://www.reportinghub.no/swp/ddr | 2 | # baseURI: http://www.reportinghub.no/swp/ddr |
2 | -# imports: http://uispin.org/tui | ||
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 | ||
5 | +# imports: http://uispin.org/tui | ||
4 | 6 | ||
5 | @prefix : <http://www.reportinghub.no/swp/ddr#> . | 7 | @prefix : <http://www.reportinghub.no/swp/ddr#> . |
6 | @prefix let: <http://uispin.org/let#> . | 8 | @prefix let: <http://uispin.org/let#> . |
... | @@ -19,5 +21,5 @@ | ... | @@ -19,5 +21,5 @@ |
19 | 21 | ||
20 | <http://www.reportinghub.no/swp/ddr> | 22 | <http://www.reportinghub.no/swp/ddr> |
21 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
22 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://uispin.org/tui> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ; |
23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment