Attempt to fix conflict on DDR .uispin. file
Remove accidentally committed import of XML file into normalization
Showing
8 changed files
with
69 additions
and
64 deletions
| 1 | +# Saved by TopBraid on Thu Aug 11 18:18:26 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity |
| 2 | -# imports: http://www.linkedmodel.org/1.1/schema/ordered | ||
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 7 | +# imports: http://www.linkedmodel.org/1.1/schema/ordered | ||
| 7 | 8 | ||
| 8 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | 9 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . |
| 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -13,7 +14,7 @@ | ... | @@ -13,7 +14,7 @@ |
| 13 | 14 | ||
| 14 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 15 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
| 15 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
| 17 | owl:versionInfo "0.1.0"^^xsd:string . | 18 | owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | 19 | ||
| 19 | ep-activity:Activity | 20 | ep-activity:Activity |
| ... | @@ -22,33 +23,33 @@ ep-activity:Activity | ... | @@ -22,33 +23,33 @@ ep-activity:Activity |
| 22 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 23 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; |
| 23 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 24 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 25 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 26 | + owl:allValuesFrom ep-activity:Activity ; |
| 26 | - owl:onProperty ep-activity:finishedAt | 27 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 27 | ] ; | 28 | ] ; |
| 28 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 30 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 31 | + owl:allValuesFrom ep-activity:Activity ; |
| 31 | - owl:onProperty ep-activity:startedAt | 32 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 32 | ] ; | 33 | ] ; |
| 33 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 35 | owl:allValuesFrom ep-activity:Activity ; | 36 | owl:allValuesFrom ep-activity:Activity ; |
| 36 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 37 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 37 | ] ; | 38 | ] ; |
| 38 | rdfs:subClassOf | 39 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
| 40 | owl:allValuesFrom ep-activity:Activity ; | 41 | owl:allValuesFrom ep-activity:Activity ; |
| 41 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 42 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 42 | ] ; | 43 | ] ; |
| 43 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 44 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 45 | - owl:allValuesFrom ep-activity:Activity ; | 46 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 46 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 47 | + owl:onProperty ep-activity:startedAt |
| 47 | ] ; | 48 | ] ; |
| 48 | rdfs:subClassOf | 49 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
| 50 | - owl:allValuesFrom ep-activity:Activity ; | 51 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 51 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 52 | + owl:onProperty ep-activity:finishedAt |
| 52 | ] . | 53 | ] . |
| 53 | 54 | ||
| 54 | ep-activity:DailyDrillingActivity | 55 | ep-activity:DailyDrillingActivity |
| ... | @@ -57,13 +58,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -57,13 +58,13 @@ ep-activity:DailyDrillingActivity |
| 57 | rdfs:subClassOf ep-activity:DrillingActivity ; | 58 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 58 | rdfs:subClassOf | 59 | rdfs:subClassOf |
| 59 | [ rdf:type owl:Restriction ; | 60 | [ rdf:type owl:Restriction ; |
| 60 | - owl:allValuesFrom ep-activity:Activity ; | 61 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 61 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 62 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 62 | ] ; | 63 | ] ; |
| 63 | rdfs:subClassOf | 64 | rdfs:subClassOf |
| 64 | [ rdf:type owl:Restriction ; | 65 | [ rdf:type owl:Restriction ; |
| 65 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 66 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 66 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 67 | + owl:onProperty ep-activity:onWellBore |
| 67 | ] ; | 68 | ] ; |
| 68 | rdfs:subClassOf | 69 | rdfs:subClassOf |
| 69 | [ rdf:type owl:Restriction ; | 70 | [ rdf:type owl:Restriction ; |
| ... | @@ -72,20 +73,15 @@ ep-activity:DailyDrillingActivity | ... | @@ -72,20 +73,15 @@ ep-activity:DailyDrillingActivity |
| 72 | ] ; | 73 | ] ; |
| 73 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 74 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 75 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 76 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 76 | - owl:onProperty ep-activity:onWellBore | 77 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 77 | ] ; | 78 | ] ; |
| 78 | rdfs:subClassOf | 79 | rdfs:subClassOf |
| 79 | [ rdf:type owl:Restriction ; | 80 | [ rdf:type owl:Restriction ; |
| 80 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 81 | + owl:allValuesFrom ep-activity:Activity ; |
| 81 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 82 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
| 82 | ] . | 83 | ] . |
| 83 | 84 | ||
| 84 | -ep-activity:DailyDrillingReportFinalisationType | ||
| 85 | - rdf:type rdfs:Class ; | ||
| 86 | - rdfs:label "daily drilling report finalisation type"^^xsd:string ; | ||
| 87 | - rdfs:subClassOf owl:Class . | ||
| 88 | - | ||
| 89 | ep-activity:DailyProductionActivity | 85 | ep-activity:DailyProductionActivity |
| 90 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
| 91 | rdfs:label "Daily production activity"^^xsd:string ; | 87 | rdfs:label "Daily production activity"^^xsd:string ; |
| ... | @@ -132,13 +128,13 @@ ep-activity:DrillingActivity | ... | @@ -132,13 +128,13 @@ ep-activity:DrillingActivity |
| 132 | rdfs:subClassOf ep-activity:Activity . | 128 | rdfs:subClassOf ep-activity:Activity . |
| 133 | 129 | ||
| 134 | ep-activity:FormationIntegrityTest | 130 | ep-activity:FormationIntegrityTest |
| 135 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 131 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 136 | rdfs:label "formation integrity test"^^xsd:string ; | 132 | rdfs:label "formation integrity test"^^xsd:string ; |
| 137 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 133 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 138 | owl:disjointWith ep-activity:LeakOffTest . | 134 | owl:disjointWith ep-activity:LeakOffTest . |
| 139 | 135 | ||
| 140 | ep-activity:LeakOffTest | 136 | ep-activity:LeakOffTest |
| 141 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 137 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 142 | rdfs:label "leak-off test"^^xsd:string ; | 138 | rdfs:label "leak-off test"^^xsd:string ; |
| 143 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 139 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 144 | owl:disjointWith ep-activity:FormationIntegrityTest . | 140 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -174,7 +170,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -174,7 +170,7 @@ ep-activity:OffshoreWellActivity |
| 174 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 170 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 175 | rdfs:subClassOf | 171 | rdfs:subClassOf |
| 176 | [ rdf:type owl:Restriction ; | 172 | [ rdf:type owl:Restriction ; |
| 177 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 173 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 178 | owl:onProperty ep-activity:onWell | 174 | owl:onProperty ep-activity:onWell |
| 179 | ] ; | 175 | ] ; |
| 180 | rdfs:subClassOf | 176 | rdfs:subClassOf |
| ... | @@ -184,7 +180,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -184,7 +180,7 @@ ep-activity:OffshoreWellActivity |
| 184 | ] ; | 180 | ] ; |
| 185 | rdfs:subClassOf | 181 | rdfs:subClassOf |
| 186 | [ rdf:type owl:Restriction ; | 182 | [ rdf:type owl:Restriction ; |
| 187 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 183 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 188 | owl:onProperty ep-activity:onWell | 184 | owl:onProperty ep-activity:onWell |
| 189 | ] . | 185 | ] . |
| 190 | 186 | ||
| ... | @@ -229,7 +225,7 @@ ep-activity:WellBorePressureTest | ... | @@ -229,7 +225,7 @@ ep-activity:WellBorePressureTest |
| 229 | rdfs:subClassOf ep-activity:Activity . | 225 | rdfs:subClassOf ep-activity:Activity . |
| 230 | 226 | ||
| 231 | ep-activity:createdAt | 227 | ep-activity:createdAt |
| 232 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 228 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 233 | rdfs:label "created at"^^xsd:string ; | 229 | rdfs:label "created at"^^xsd:string ; |
| 234 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 230 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 235 | 231 | ||
| ... | @@ -251,7 +247,7 @@ ep-activity:onWell | ... | @@ -251,7 +247,7 @@ ep-activity:onWell |
| 251 | rdfs:label "on well"^^xsd:string . | 247 | rdfs:label "on well"^^xsd:string . |
| 252 | 248 | ||
| 253 | ep-activity:onWellBore | 249 | ep-activity:onWellBore |
| 254 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 250 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 255 | rdfs:label "on WellBore"^^xsd:string . | 251 | rdfs:label "on WellBore"^^xsd:string . |
| 256 | 252 | ||
| 257 | ep-activity:reportOn | 253 | ep-activity:reportOn |
| ... | @@ -264,7 +260,7 @@ ep-activity:startedAt | ... | @@ -264,7 +260,7 @@ ep-activity:startedAt |
| 264 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 260 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 265 | 261 | ||
| 266 | ep-activity:wellBoreDrillingType | 262 | ep-activity:wellBoreDrillingType |
| 267 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 263 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 268 | rdfs:domain ep-activity:DrillingActivity ; | 264 | rdfs:domain ep-activity:DrillingActivity ; |
| 269 | rdfs:label "has sub activity"^^xsd:string ; | 265 | rdfs:label "has sub activity"^^xsd:string ; |
| 270 | rdfs:range ep-activity:WellBoreDrillingType ; | 266 | rdfs:range ep-activity:WellBoreDrillingType ; | ... | ... |
| 1 | +# Saved by TopBraid on Thu Aug 11 18:17:22 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 6 | 7 | ||
| 7 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | 8 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -12,23 +13,27 @@ | ... | @@ -12,23 +13,27 @@ |
| 12 | 13 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/report> | 14 | <http://www.reportinghub.no/ep/schema/1.0/report> |
| 14 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 16 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 17 | 18 | ||
| 18 | ep-report:DailyDrillingReport | 19 | ep-report:DailyDrillingReport |
| 19 | rdf:type owl:Class ; | 20 | rdf:type owl:Class ; |
| 20 | rdfs:subClassOf ep-report:Report . | 21 | rdfs:subClassOf ep-report:Report . |
| 21 | 22 | ||
| 22 | -ep-report:FinalDailyDrillingReport | 23 | +ep-report:DailyDrillingReportFinalisationType |
| 23 | rdf:type owl:Class ; | 24 | rdf:type owl:Class ; |
| 25 | + rdfs:subClassOf owl:Class . | ||
| 26 | + | ||
| 27 | +ep-report:FinalDailyDrillingReport | ||
| 28 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | ||
| 24 | rdfs:subClassOf ep-report:DailyDrillingReport . | 29 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 25 | 30 | ||
| 26 | ep-report:NormalDailyDrillingReport | 31 | ep-report:NormalDailyDrillingReport |
| 27 | - rdf:type owl:Class ; | 32 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 28 | rdfs:subClassOf ep-report:DailyDrillingReport . | 33 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 29 | 34 | ||
| 30 | ep-report:PreliminaryDailyDrillingReport | 35 | ep-report:PreliminaryDailyDrillingReport |
| 31 | - rdf:type owl:Class ; | 36 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 32 | rdfs:subClassOf ep-report:DailyDrillingReport . | 37 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 33 | 38 | ||
| 34 | ep-report:Report | 39 | ep-report:Report | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 10 14:09:07 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 2 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
| 4 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
| 5 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | ||
| 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 5 | +# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
| 6 | +# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | ||
| 7 | +# imports: http://www.reportinghub.no/swp/ddr | ||
| 8 | 8 | ||
| 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
| 10 | +@prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . | ||
| 10 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 11 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | @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#> . |
| ... | @@ -21,7 +22,7 @@ | ... | @@ -21,7 +22,7 @@ |
| 21 | 22 | ||
| 22 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 23 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
| 23 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
| 24 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> ; | 25 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/swp/ddr> ; |
| 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | 27 | ||
| 27 | owl:Thing | 28 | owl:Thing |
| ... | @@ -62,8 +63,8 @@ owl:Thing | ... | @@ -62,8 +63,8 @@ owl:Thing |
| 62 | ]) | 63 | ]) |
| 63 | ] . | 64 | ] . |
| 64 | 65 | ||
| 65 | -_:b1 sp:varName "oldLabel"^^xsd:string . | 66 | +_:b3 sp:varName "newLabel"^^xsd:string . |
| 66 | 67 | ||
| 67 | _:b2 sp:varName "p"^^xsd:string . | 68 | _:b2 sp:varName "p"^^xsd:string . |
| 68 | 69 | ||
| 69 | -_:b3 sp:varName "newLabel"^^xsd:string . | 70 | +_:b1 sp:varName "oldLabel"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Wed Aug 10 18:50:05 PDT 2011 | 1 | +# Saved by TopBraid on Wed Aug 10 23:13:45 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#> . | ... | ... |
| ... | @@ -13,14 +13,14 @@ | ... | @@ -13,14 +13,14 @@ |
| 13 | <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> | 13 | <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> |
| 14 | <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> | 14 | <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> |
| 15 | <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> | 15 | <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> |
| 16 | - <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{ spl:object(?this, ???) }" /> | 16 | + <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:elevKelly) }" /> |
| 17 | <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> | 17 | <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> |
| 18 | <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> | 18 | <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> |
| 19 | <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> | 19 | <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> |
| 20 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdKickoff) }" /> | 20 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdKickoff) }" /> |
| 21 | - <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdPlugTop) }" /> | 21 | + <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdPlugTop) }" /> |
| 22 | - <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{ spl:object(?activity, ???) }" /> | 22 | + <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= spl:object(?activity, ddr:ropCurrent) }" /> |
| 23 | - <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{ spl:object(?this, ???) }" /> | 23 | + <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{# SELECT ui:label(?pressureTestType) WHERE { ?activity ep-core:hasPart/rdf:type ?pressureTestType . ?pressureTestType a ep-activity:PressureTestType} }" /> |
| 24 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" /> | 24 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" /> |
| 25 | <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> | 25 | <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> |
| 26 | <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdCsgLast) }" /> | 26 | <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdCsgLast) }" /> |
| ... | @@ -28,21 +28,21 @@ | ... | @@ -28,21 +28,21 @@ |
| 28 | <td class="ddrSummaryRight"> | 28 | <td class="ddrSummaryRight"> |
| 29 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?activity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?activity, ep-activity:finishedAt))) }" /> | 29 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?activity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?activity, ep-activity:finishedAt))) }" /> |
| 30 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" /> | 30 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" /> |
| 31 | - <rhswp:NameValuePair arg:name="Created date:" arg:value="{= spl:object(?this, ep-activity:createdAt) }" /> | 31 | + <rhswp:NameValuePair arg:name="Created date:" arg:value="{= ui:label(spl:object(?this, ep-activity:createdAt)) }" /> |
| 32 | <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> | 32 | <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> |
| 33 | <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> | 33 | <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> |
| 34 | <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> | 34 | <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> |
| 35 | <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> | 35 | <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> |
| 36 | <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> | 36 | <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> |
| 37 | - <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{ spl:object(?this, ???) }" /> | 37 | + <rhswp:NameValuePair arg:name="Temperature degC:" arg:value="{ spl:object(?this, ???) }" /> |
| 38 | <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> | 38 | <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> |
| 39 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?activity, ddr:tvdKickoff) }" /> | 39 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?onWellBore, ddr:tvdKickoff) }" /> |
| 40 | - <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvd) }" /> | 40 | + <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:tvd) }" /> |
| 41 | <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?activity, ddr:distDrill) }" /> | 41 | <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?activity, ddr:distDrill) }" /> |
| 42 | <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdDiaHoleStart) }" /> | 42 | <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdDiaHoleStart) }" /> |
| 43 | - <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdStrengthForm) }" /> | 43 | + <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:tvdStrengthForm) }" /> |
| 44 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> | 44 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
| 45 | - <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdCsgLast) }" /> | 45 | + <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdCsgLast) }" /> |
| 46 | </td> | 46 | </td> |
| 47 | </tr></table> | 47 | </tr></table> |
| 48 | </ui:group> | 48 | </ui:group> | ... | ... |
| 1 | +# Saved by TopBraid on Thu Aug 11 15:40:02 BST 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.0/organization |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 10 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
| 11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
| 12 | +# imports: http://uispin.org/tui | ||
| 9 | 13 | ||
| 10 | @prefix : <http://www.reportinghub.no/swp/ddr#> . | 14 | @prefix : <http://www.reportinghub.no/swp/ddr#> . |
| 11 | @prefix let: <http://uispin.org/let#> . | 15 | @prefix let: <http://uispin.org/let#> . |
| ... | @@ -24,5 +28,5 @@ | ... | @@ -24,5 +28,5 @@ |
| 24 | 28 | ||
| 25 | <http://www.reportinghub.no/swp/ddr> | 29 | <http://www.reportinghub.no/swp/ddr> |
| 26 | rdf:type owl:Ontology ; | 30 | rdf:type owl:Ontology ; |
| 27 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> ; | 31 | + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; |
| 28 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 32 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment