Showing
20 changed files
with
1222 additions
and
1211 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 | -# baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints |
| 3 | -# imports: http://www.reportinghub.no/1.1/schema/npd | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| 5 | - | 5 | +# imports: http://www.reportinghub.no/1.1/schema/npd |
| 6 | -@prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . | 6 | +# imports: http://spinrdf.org/spin |
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | + |
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . |
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 10 | -@prefix sp: <http://spinrdf.org/sp#> . | 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 11 | -@prefix spin: <http://spinrdf.org/spin#> . | 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 12 | -@prefix spl: <http://spinrdf.org/spl#> . | 12 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 13 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 14 | - | 14 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 15 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 16 | - spin:constraint | 16 | + |
| 17 | - [ rdf:type sp:Ask ; | 17 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 18 | - rdfs:comment "Unregistered well bore name"^^xsd:string ; | 18 | + spin:constraint |
| 19 | - sp:where ([ sp:object _:b1 ; | 19 | + [ rdf:type sp:Ask ; |
| 20 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 20 | + rdfs:comment "Unregistered well bore name"^^xsd:string ; |
| 21 | - sp:subject spin:_this | 21 | + sp:where ([ sp:object _:b1 ; |
| 22 | - ] [ rdf:type sp:NamedGraph ; | 22 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 23 | - sp:elements ([ rdf:type sp:NotExists ; | 23 | + sp:subject spin:_this |
| 24 | - sp:elements ([ sp:object _:b1 ; | 24 | + ] [ rdf:type sp:NamedGraph ; |
| 25 | - sp:predicate <http://www.reportinghub.no/schema/npd#name> ; | 25 | + sp:elements ([ rdf:type sp:NotExists ; |
| 26 | - sp:subject _:b2 | 26 | + sp:elements ([ sp:object _:b1 ; |
| 27 | - ] [ sp:object <http://www.reportinghub.no/schema/npd#WellBore> ; | 27 | + sp:predicate <http://www.reportinghub.no/schema/npd#name> ; |
| 28 | - sp:predicate rdf:type ; | 28 | + sp:subject _:b2 |
| 29 | - sp:subject _:b2 | 29 | + ] [ sp:object <http://www.reportinghub.no/schema/npd#WellBore> ; |
| 30 | - ]) | 30 | + sp:predicate rdf:type ; |
| 31 | - ]) ; | 31 | + sp:subject _:b2 |
| 32 | - sp:graphNameNode <https://www.reportinghub.no/ep/data/npd> | 32 | + ]) |
| 33 | - ]) | 33 | + ]) ; |
| 34 | - ] . | 34 | + sp:graphNameNode <https://www.reportinghub.no/ep/data/npd> |
| 35 | - | 35 | + ]) |
| 36 | -<http://www.reportinghub.no/ep/spin/ddr-constraints> | 36 | + ] . |
| 37 | - rdf:type owl:Ontology ; | 37 | + |
| 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> ; | 38 | +<http://www.reportinghub.no/ep/spin/ddr-constraints> |
| 39 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 39 | + rdf:type owl:Ontology ; |
| 40 | - | 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> ; |
| 41 | -_:b2 sp:varName "wellBore"^^xsd:string . | 41 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 42 | - | 42 | + |
| 43 | -_:b1 sp:varName "nameWellbore"^^xsd:string . | 43 | +_:b2 sp:varName "wellBore"^^xsd:string . |
| 44 | + | ||
| 45 | +_:b1 sp:varName "nameWellbore"^^xsd:string . | ... | ... |
| 1 | -# baseURI: null | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 |
| 2 | - | 2 | +# baseURI: null |
| 3 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 3 | + |
| 4 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | 4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
| 5 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | 5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . |
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . |
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 9 | -@prefix visual: <http://topbraid.org/visual#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix visual: <http://topbraid.org/visual#> . |
| 11 | - | 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | -[] rdf:type inference:Configuration ; | 12 | + |
| 13 | - composite:child | 13 | +[] rdf:type inference:Configuration ; |
| 14 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | + composite:child |
| 15 | - composite:index "0"^^xsd:int | 15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 16 | - ] . | 16 | + composite:index "0"^^xsd:int |
| 17 | + ] . | ... | ... |
| 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#> . | ... | ... |
| 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: http://www.reportinghub.no/ep/transform/1.1/ddr | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 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 | # imports: http://topbraid.org/sxml | 6 | # imports: http://topbraid.org/sxml |
| 6 | 7 | ||
| ... | @@ -32,7 +33,7 @@ ddr:Cs_activity | ... | @@ -32,7 +33,7 @@ ddr:Cs_activity |
| 32 | sxml:element "witsml:activity"^^xsd:string . | 33 | sxml:element "witsml:activity"^^xsd:string . |
| 33 | 34 | ||
| 34 | ddr:Cs_alias | 35 | ddr:Cs_alias |
| 35 | - sxml:element "witsml:rigAlias"^^xsd:string , "witsml:alias" . | 36 | + sxml:element "witsml:alias" , "witsml:rigAlias"^^xsd:string . |
| 36 | 37 | ||
| 37 | ddr:Cs_bitRecord | 38 | ddr:Cs_bitRecord |
| 38 | sxml:element "witsml:bitRecord" . | 39 | sxml:element "witsml:bitRecord" . |
| ... | @@ -80,7 +81,7 @@ ddr:Cs_drillReportPorePressure | ... | @@ -80,7 +81,7 @@ ddr:Cs_drillReportPorePressure |
| 80 | sxml:element "witsml:drillReportPorePressure" . | 81 | sxml:element "witsml:drillReportPorePressure" . |
| 81 | 82 | ||
| 82 | ddr:Cs_drillReportStatusInfo | 83 | ddr:Cs_drillReportStatusInfo |
| 83 | - sxml:element "witsml:statusInfo"^^xsd:string , "witsml:drillReportStatusInfo" . | 84 | + sxml:element "witsml:drillReportStatusInfo" , "witsml:statusInfo"^^xsd:string . |
| 84 | 85 | ||
| 85 | ddr:Cs_drillReportStratInfo | 86 | ddr:Cs_drillReportStratInfo |
| 86 | sxml:element "witsml:drillReportStratInfo" . | 87 | sxml:element "witsml:drillReportStratInfo" . |
| ... | @@ -116,7 +117,7 @@ ddr:Cs_refWellWellboreRig | ... | @@ -116,7 +117,7 @@ ddr:Cs_refWellWellboreRig |
| 116 | sxml:element "witsml:refWellWellboreRig" . | 117 | sxml:element "witsml:refWellWellboreRig" . |
| 117 | 118 | ||
| 118 | ddr:Cs_wellAlias | 119 | ddr:Cs_wellAlias |
| 119 | - sxml:element "witsml:wellAlias" , "witsml:wellboreAlias"^^xsd:string . | 120 | + sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias" . |
| 120 | 121 | ||
| 121 | ddr:Cs_wellCRS | 122 | ddr:Cs_wellCRS |
| 122 | sxml:element "witsml:wellCRS" . | 123 | sxml:element "witsml:wellCRS" . |
| ... | @@ -133,7 +134,7 @@ ddr:Obj_drillReport | ... | @@ -133,7 +134,7 @@ ddr:Obj_drillReport |
| 133 | ddr:Thing | 134 | ddr:Thing |
| 134 | spin:rule | 135 | spin:rule |
| 135 | [ rdf:type sp:Construct ; | 136 | [ rdf:type sp:Construct ; |
| 136 | - rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ; | 137 | + rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ; |
| 137 | sp:templates ([ sp:object _:b1 ; | 138 | sp:templates ([ sp:object _:b1 ; |
| 138 | sp:predicate _:b2 ; | 139 | sp:predicate _:b2 ; |
| 139 | sp:subject spin:_this | 140 | sp:subject spin:_this |
| ... | @@ -168,22 +169,20 @@ ddr:Thing | ... | @@ -168,22 +169,20 @@ ddr:Thing |
| 168 | ]) | 169 | ]) |
| 169 | ] [ rdf:type sp:Bind ; | 170 | ] [ rdf:type sp:Bind ; |
| 170 | sp:expression | 171 | sp:expression |
| 171 | - [ rdf:type smf:titleCase ; | 172 | + [ rdf:type afn:localname ; |
| 172 | - sp:arg1 [ rdf:type afn:localname ; | 173 | + sp:arg1 _:b5 |
| 173 | - sp:arg1 _:b5 | ||
| 174 | - ] | ||
| 175 | ] ; | 174 | ] ; |
| 176 | sp:variable _:b6 | 175 | sp:variable _:b6 |
| 177 | ] [ rdf:type sp:Bind ; | 176 | ] [ rdf:type sp:Bind ; |
| 178 | sp:expression | 177 | sp:expression |
| 179 | [ rdf:type smf:buildURI ; | 178 | [ rdf:type smf:buildURI ; |
| 180 | sp:arg1 [ rdf:type fn:concat ; | 179 | sp:arg1 [ rdf:type fn:concat ; |
| 181 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; | 180 | + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; |
| 182 | sp:arg2 _:b6 | 181 | sp:arg2 _:b6 |
| 183 | ] | 182 | ] |
| 184 | ] ; | 183 | ] ; |
| 185 | sp:variable _:b2 | 184 | sp:variable _:b2 |
| 186 | - ] [ sp:object owl:ObjectProperty ; | 185 | + ] [ sp:object owl:DatatypeProperty ; |
| 187 | sp:predicate rdf:type ; | 186 | sp:predicate rdf:type ; |
| 188 | sp:subject _:b2 | 187 | sp:subject _:b2 |
| 189 | ] [ sp:object _:b2 ; | 188 | ] [ sp:object _:b2 ; |
| ... | @@ -192,194 +191,191 @@ ddr:Thing | ... | @@ -192,194 +191,191 @@ ddr:Thing |
| 192 | ] [ sp:object _:b8 ; | 191 | ] [ sp:object _:b8 ; |
| 193 | sp:predicate owl:allValuesFrom ; | 192 | sp:predicate owl:allValuesFrom ; |
| 194 | sp:subject _:b7 | 193 | sp:subject _:b7 |
| 195 | - ] [ sp:object _:b9 ; | ||
| 196 | - sp:predicate rdf:type ; | ||
| 197 | - sp:subject spin:_this | ||
| 198 | ] [ rdf:type sp:TriplePath ; | 194 | ] [ rdf:type sp:TriplePath ; |
| 199 | - sp:object _:b7 ; | 195 | + sp:object xsd:string ; |
| 200 | sp:path [ rdf:type sp:ModPath ; | 196 | sp:path [ rdf:type sp:ModPath ; |
| 201 | sp:modMax -2 ; | 197 | sp:modMax -2 ; |
| 202 | sp:modMin 0 ; | 198 | sp:modMin 0 ; |
| 203 | sp:subPath rdfs:subClassOf | 199 | sp:subPath rdfs:subClassOf |
| 204 | ] ; | 200 | ] ; |
| 201 | + sp:subject _:b8 | ||
| 202 | + ] [ sp:object _:b9 ; | ||
| 203 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 204 | + sp:subject _:b4 | ||
| 205 | + ] [ sp:object sxml:TextNode ; | ||
| 206 | + sp:predicate rdf:type ; | ||
| 205 | sp:subject _:b9 | 207 | sp:subject _:b9 |
| 208 | + ] [ sp:object _:b1 ; | ||
| 209 | + sp:predicate sxml:text ; | ||
| 210 | + sp:subject _:b9 | ||
| 211 | + ] [ sp:object _:b10 ; | ||
| 212 | + sp:predicate rdf:type ; | ||
| 213 | + sp:subject spin:_this | ||
| 206 | ] [ rdf:type sp:TriplePath ; | 214 | ] [ rdf:type sp:TriplePath ; |
| 207 | - sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ; | 215 | + sp:object _:b7 ; |
| 208 | sp:path [ rdf:type sp:ModPath ; | 216 | sp:path [ rdf:type sp:ModPath ; |
| 209 | sp:modMax -2 ; | 217 | sp:modMax -2 ; |
| 210 | sp:modMin 0 ; | 218 | sp:modMin 0 ; |
| 211 | sp:subPath rdfs:subClassOf | 219 | sp:subPath rdfs:subClassOf |
| 212 | ] ; | 220 | ] ; |
| 213 | - sp:subject _:b8 | ||
| 214 | - ] [ sp:object _:b10 ; | ||
| 215 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 216 | - sp:subject _:b4 | ||
| 217 | - ] [ sp:object sxml:TextNode ; | ||
| 218 | - sp:predicate rdf:type ; | ||
| 219 | - sp:subject _:b10 | ||
| 220 | - ] [ sp:object _:b11 ; | ||
| 221 | - sp:predicate sxml:text ; | ||
| 222 | sp:subject _:b10 | 221 | sp:subject _:b10 |
| 223 | - ] [ sp:object _:b8 ; | ||
| 224 | - sp:predicate rdf:type ; | ||
| 225 | - sp:subject _:b1 | ||
| 226 | - ] [ sp:object _:b11 ; | ||
| 227 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 228 | - sp:subject _:b1 | ||
| 229 | ]) | 222 | ]) |
| 230 | ] ; | 223 | ] ; |
| 231 | spin:rule | 224 | spin:rule |
| 232 | [ rdf:type sp:Construct ; | 225 | [ rdf:type sp:Construct ; |
| 233 | - rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ; | 226 | + rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ; |
| 234 | - sp:templates ([ sp:object _:b12 ; | 227 | + sp:templates ([ sp:object _:b11 ; |
| 235 | - sp:predicate rdf:type ; | 228 | + sp:predicate _:b12 ; |
| 236 | - sp:subject _:b13 | ||
| 237 | - ] [ sp:object _:b14 ; | ||
| 238 | - sp:predicate ddr:uom ; | ||
| 239 | - sp:subject _:b13 | ||
| 240 | - ] [ sp:object _:b15 ; | ||
| 241 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 242 | - sp:subject _:b13 | ||
| 243 | - ] [ sp:object _:b13 ; | ||
| 244 | - sp:predicate _:b16 ; | ||
| 245 | sp:subject spin:_this | 229 | sp:subject spin:_this |
| 246 | ] [ sp:object rdf:Statement ; | 230 | ] [ sp:object rdf:Statement ; |
| 247 | sp:predicate rdf:type ; | 231 | sp:predicate rdf:type ; |
| 248 | - sp:subject _:b17 | 232 | + sp:subject _:b13 |
| 249 | ] [ sp:object spin:_this ; | 233 | ] [ sp:object spin:_this ; |
| 250 | sp:predicate rdf:subject ; | 234 | sp:predicate rdf:subject ; |
| 251 | - sp:subject _:b17 | 235 | + sp:subject _:b13 |
| 252 | - ] [ sp:object _:b16 ; | 236 | + ] [ sp:object _:b12 ; |
| 253 | sp:predicate rdf:predicate ; | 237 | sp:predicate rdf:predicate ; |
| 254 | - sp:subject _:b17 | 238 | + sp:subject _:b13 |
| 255 | - ] [ sp:object _:b15 ; | 239 | + ] [ sp:object _:b11 ; |
| 256 | sp:predicate rdf:object ; | 240 | sp:predicate rdf:object ; |
| 257 | - sp:subject _:b17 | 241 | + sp:subject _:b13 |
| 258 | - ] [ sp:object _:b17 ; | 242 | + ] [ sp:object _:b13 ; |
| 259 | sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | 243 | sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; |
| 260 | - sp:subject _:b18 | 244 | + sp:subject _:b14 |
| 261 | ]) ; | 245 | ]) ; |
| 262 | - sp:where ([ sp:object _:b18 ; | 246 | + sp:where ([ sp:object _:b14 ; |
| 263 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | 247 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; |
| 264 | sp:subject spin:_this | 248 | sp:subject spin:_this |
| 265 | - ] [ sp:object _:b19 ; | 249 | + ] [ sp:object _:b15 ; |
| 266 | sp:predicate rdf:type ; | 250 | sp:predicate rdf:type ; |
| 267 | - sp:subject _:b18 | 251 | + sp:subject _:b14 |
| 268 | - ] [ sp:object _:b14 ; | ||
| 269 | - sp:predicate ddr:uom ; | ||
| 270 | - sp:subject _:b18 | ||
| 271 | ] [ rdf:type sp:NotExists ; | 252 | ] [ rdf:type sp:NotExists ; |
| 272 | sp:elements ([ sp:object | 253 | sp:elements ([ sp:object |
| 273 | - [ sp:varName "aNode"^^xsd:string | 254 | + [ sp:varName "uom"^^xsd:string |
| 274 | ] ; | 255 | ] ; |
| 275 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | 256 | + sp:predicate ddr:uom ; |
| 276 | - sp:subject _:b18 | 257 | + sp:subject _:b14 |
| 277 | ]) | 258 | ]) |
| 278 | ] [ rdf:type sp:Bind ; | 259 | ] [ rdf:type sp:Bind ; |
| 279 | sp:expression | 260 | sp:expression |
| 280 | [ rdf:type afn:localname ; | 261 | [ rdf:type afn:localname ; |
| 281 | - sp:arg1 _:b19 | 262 | + sp:arg1 _:b15 |
| 282 | ] ; | 263 | ] ; |
| 283 | - sp:variable _:b20 | 264 | + sp:variable _:b16 |
| 284 | ] [ rdf:type sp:Bind ; | 265 | ] [ rdf:type sp:Bind ; |
| 285 | sp:expression | 266 | sp:expression |
| 286 | [ rdf:type smf:buildURI ; | 267 | [ rdf:type smf:buildURI ; |
| 287 | sp:arg1 [ rdf:type fn:concat ; | 268 | sp:arg1 [ rdf:type fn:concat ; |
| 288 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; | 269 | + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; |
| 289 | - sp:arg2 [ rdf:type smf:titleCase ; | 270 | + sp:arg2 _:b16 |
| 290 | - sp:arg1 _:b20 | ||
| 291 | - ] | ||
| 292 | ] | 271 | ] |
| 293 | ] ; | 272 | ] ; |
| 294 | - sp:variable _:b16 | 273 | + sp:variable _:b12 |
| 295 | - ] [ sp:object owl:ObjectProperty ; | 274 | + ] [ sp:object owl:DatatypeProperty ; |
| 296 | sp:predicate rdf:type ; | 275 | sp:predicate rdf:type ; |
| 297 | - sp:subject _:b16 | 276 | + sp:subject _:b12 |
| 298 | - ] [ sp:object _:b16 ; | ||
| 299 | - sp:predicate owl:onProperty ; | ||
| 300 | - sp:subject _:b21 | ||
| 301 | ] [ sp:object _:b12 ; | 277 | ] [ sp:object _:b12 ; |
| 278 | + sp:predicate owl:onProperty ; | ||
| 279 | + sp:subject _:b17 | ||
| 280 | + ] [ sp:object _:b18 ; | ||
| 302 | sp:predicate owl:allValuesFrom ; | 281 | sp:predicate owl:allValuesFrom ; |
| 303 | - sp:subject _:b21 | 282 | + sp:subject _:b17 |
| 304 | - ] [ sp:object _:b22 ; | ||
| 305 | - sp:predicate rdf:type ; | ||
| 306 | - sp:subject spin:_this | ||
| 307 | ] [ rdf:type sp:TriplePath ; | 283 | ] [ rdf:type sp:TriplePath ; |
| 308 | - sp:object _:b21 ; | 284 | + sp:object xsd:dateTime ; |
| 309 | sp:path [ rdf:type sp:ModPath ; | 285 | sp:path [ rdf:type sp:ModPath ; |
| 310 | sp:modMax -2 ; | 286 | sp:modMax -2 ; |
| 311 | sp:modMin 0 ; | 287 | sp:modMin 0 ; |
| 312 | sp:subPath rdfs:subClassOf | 288 | sp:subPath rdfs:subClassOf |
| 313 | ] ; | 289 | ] ; |
| 314 | - sp:subject _:b22 | ||
| 315 | - ] [ sp:object _:b23 ; | ||
| 316 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 317 | sp:subject _:b18 | 290 | sp:subject _:b18 |
| 291 | + ] [ sp:object _:b19 ; | ||
| 292 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 293 | + sp:subject _:b14 | ||
| 318 | ] [ sp:object sxml:TextNode ; | 294 | ] [ sp:object sxml:TextNode ; |
| 319 | sp:predicate rdf:type ; | 295 | sp:predicate rdf:type ; |
| 320 | - sp:subject _:b23 | 296 | + sp:subject _:b19 |
| 321 | - ] [ sp:object _:b24 ; | 297 | + ] [ sp:object _:b20 ; |
| 322 | sp:predicate sxml:text ; | 298 | sp:predicate sxml:text ; |
| 323 | - sp:subject _:b23 | 299 | + sp:subject _:b19 |
| 300 | + ] [ sp:object _:b21 ; | ||
| 301 | + sp:predicate rdf:type ; | ||
| 302 | + sp:subject spin:_this | ||
| 303 | + ] [ rdf:type sp:TriplePath ; | ||
| 304 | + sp:object _:b17 ; | ||
| 305 | + sp:path [ rdf:type sp:ModPath ; | ||
| 306 | + sp:modMax -2 ; | ||
| 307 | + sp:modMin 0 ; | ||
| 308 | + sp:subPath rdfs:subClassOf | ||
| 309 | + ] ; | ||
| 310 | + sp:subject _:b21 | ||
| 324 | ] [ rdf:type sp:Bind ; | 311 | ] [ rdf:type sp:Bind ; |
| 325 | sp:expression | 312 | sp:expression |
| 326 | - [ rdf:type xsd:double ; | 313 | + [ rdf:type xsd:dateTime ; |
| 327 | - sp:arg1 _:b24 | 314 | + sp:arg1 _:b20 |
| 328 | ] ; | 315 | ] ; |
| 329 | - sp:variable _:b15 | 316 | + sp:variable _:b11 |
| 330 | ]) | 317 | ]) |
| 331 | ] ; | 318 | ] ; |
| 332 | spin:rule | 319 | spin:rule |
| 333 | [ rdf:type sp:Construct ; | 320 | [ rdf:type sp:Construct ; |
| 334 | rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ; | 321 | rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ; |
| 335 | - sp:templates ([ sp:object _:b25 ; | 322 | + sp:templates ([ sp:object _:b22 ; |
| 336 | - sp:predicate _:b26 ; | 323 | + sp:predicate _:b23 ; |
| 337 | sp:subject spin:_this | 324 | sp:subject spin:_this |
| 338 | ] [ sp:object rdf:Statement ; | 325 | ] [ sp:object rdf:Statement ; |
| 339 | sp:predicate rdf:type ; | 326 | sp:predicate rdf:type ; |
| 340 | - sp:subject _:b27 | 327 | + sp:subject _:b24 |
| 341 | ] [ sp:object spin:_this ; | 328 | ] [ sp:object spin:_this ; |
| 342 | sp:predicate rdf:subject ; | 329 | sp:predicate rdf:subject ; |
| 343 | - sp:subject _:b27 | 330 | + sp:subject _:b24 |
| 344 | - ] [ sp:object _:b26 ; | 331 | + ] [ sp:object _:b23 ; |
| 345 | sp:predicate rdf:predicate ; | 332 | sp:predicate rdf:predicate ; |
| 346 | - sp:subject _:b27 | 333 | + sp:subject _:b24 |
| 347 | - ] [ sp:object _:b25 ; | 334 | + ] [ sp:object _:b22 ; |
| 348 | sp:predicate rdf:object ; | 335 | sp:predicate rdf:object ; |
| 349 | - sp:subject _:b27 | 336 | + sp:subject _:b24 |
| 350 | - ] [ sp:object _:b27 ; | 337 | + ] [ sp:object _:b24 ; |
| 351 | sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | 338 | sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; |
| 352 | - sp:subject _:b25 | 339 | + sp:subject _:b22 |
| 353 | ]) ; | 340 | ]) ; |
| 354 | - sp:where ([ sp:object _:b28 ; | 341 | + sp:where ([ sp:object _:b25 ; |
| 355 | sp:predicate owl:allValuesFrom ; | 342 | sp:predicate owl:allValuesFrom ; |
| 356 | - sp:subject _:b29 | 343 | + sp:subject _:b26 |
| 357 | - ] [ sp:object _:b26 ; | 344 | + ] [ sp:object _:b23 ; |
| 358 | sp:predicate owl:onProperty ; | 345 | sp:predicate owl:onProperty ; |
| 359 | - sp:subject _:b29 | 346 | + sp:subject _:b26 |
| 360 | - ] [ sp:object _:b28 ; | ||
| 361 | - sp:predicate rdf:type ; | ||
| 362 | - sp:subject _:b25 | ||
| 363 | ] [ sp:object _:b25 ; | 347 | ] [ sp:object _:b25 ; |
| 348 | + sp:predicate rdf:type ; | ||
| 349 | + sp:subject _:b22 | ||
| 350 | + ] [ sp:object _:b22 ; | ||
| 364 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | 351 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; |
| 365 | sp:subject spin:_this | 352 | sp:subject spin:_this |
| 366 | - ] [ sp:object _:b30 ; | 353 | + ] [ sp:object _:b27 ; |
| 367 | sp:predicate rdf:type ; | 354 | sp:predicate rdf:type ; |
| 368 | sp:subject spin:_this | 355 | sp:subject spin:_this |
| 369 | ] [ rdf:type sp:TriplePath ; | 356 | ] [ rdf:type sp:TriplePath ; |
| 370 | - sp:object _:b29 ; | 357 | + sp:object _:b26 ; |
| 371 | sp:path [ rdf:type sp:ModPath ; | 358 | sp:path [ rdf:type sp:ModPath ; |
| 372 | sp:modMax -2 ; | 359 | sp:modMax -2 ; |
| 373 | sp:modMin 0 ; | 360 | sp:modMin 0 ; |
| 374 | sp:subPath rdfs:subClassOf | 361 | sp:subPath rdfs:subClassOf |
| 375 | ] ; | 362 | ] ; |
| 376 | - sp:subject _:b30 | 363 | + sp:subject _:b27 |
| 377 | ]) | 364 | ]) |
| 378 | ] ; | 365 | ] ; |
| 379 | spin:rule | 366 | spin:rule |
| 380 | [ rdf:type sp:Construct ; | 367 | [ rdf:type sp:Construct ; |
| 381 | - rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ; | 368 | + rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ; |
| 382 | - sp:templates ([ sp:object _:b31 ; | 369 | + sp:templates ([ sp:object _:b28 ; |
| 370 | + sp:predicate rdf:type ; | ||
| 371 | + sp:subject _:b29 | ||
| 372 | + ] [ sp:object _:b30 ; | ||
| 373 | + sp:predicate ddr:uom ; | ||
| 374 | + sp:subject _:b29 | ||
| 375 | + ] [ sp:object _:b31 ; | ||
| 376 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 377 | + sp:subject _:b29 | ||
| 378 | + ] [ sp:object _:b29 ; | ||
| 383 | sp:predicate _:b32 ; | 379 | sp:predicate _:b32 ; |
| 384 | sp:subject spin:_this | 380 | sp:subject spin:_this |
| 385 | ] [ sp:object rdf:Statement ; | 381 | ] [ sp:object rdf:Statement ; |
| ... | @@ -404,11 +400,14 @@ ddr:Thing | ... | @@ -404,11 +400,14 @@ ddr:Thing |
| 404 | ] [ sp:object _:b35 ; | 400 | ] [ sp:object _:b35 ; |
| 405 | sp:predicate rdf:type ; | 401 | sp:predicate rdf:type ; |
| 406 | sp:subject _:b34 | 402 | sp:subject _:b34 |
| 403 | + ] [ sp:object _:b30 ; | ||
| 404 | + sp:predicate ddr:uom ; | ||
| 405 | + sp:subject _:b34 | ||
| 407 | ] [ rdf:type sp:NotExists ; | 406 | ] [ rdf:type sp:NotExists ; |
| 408 | sp:elements ([ sp:object | 407 | sp:elements ([ sp:object |
| 409 | - [ sp:varName "uom"^^xsd:string | 408 | + [ sp:varName "aNode"^^xsd:string |
| 410 | ] ; | 409 | ] ; |
| 411 | - sp:predicate ddr:uom ; | 410 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; |
| 412 | sp:subject _:b34 | 411 | sp:subject _:b34 |
| 413 | ]) | 412 | ]) |
| 414 | ] [ rdf:type sp:Bind ; | 413 | ] [ rdf:type sp:Bind ; |
| ... | @@ -421,22 +420,27 @@ ddr:Thing | ... | @@ -421,22 +420,27 @@ ddr:Thing |
| 421 | sp:expression | 420 | sp:expression |
| 422 | [ rdf:type smf:buildURI ; | 421 | [ rdf:type smf:buildURI ; |
| 423 | sp:arg1 [ rdf:type fn:concat ; | 422 | sp:arg1 [ rdf:type fn:concat ; |
| 424 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; | 423 | + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; |
| 425 | - sp:arg2 _:b36 | 424 | + sp:arg2 [ rdf:type smf:titleCase ; |
| 425 | + sp:arg1 _:b36 | ||
| 426 | + ] | ||
| 426 | ] | 427 | ] |
| 427 | ] ; | 428 | ] ; |
| 428 | sp:variable _:b32 | 429 | sp:variable _:b32 |
| 429 | - ] [ sp:object owl:DatatypeProperty ; | 430 | + ] [ sp:object owl:ObjectProperty ; |
| 430 | sp:predicate rdf:type ; | 431 | sp:predicate rdf:type ; |
| 431 | sp:subject _:b32 | 432 | sp:subject _:b32 |
| 432 | ] [ sp:object _:b32 ; | 433 | ] [ sp:object _:b32 ; |
| 433 | sp:predicate owl:onProperty ; | 434 | sp:predicate owl:onProperty ; |
| 434 | sp:subject _:b37 | 435 | sp:subject _:b37 |
| 435 | - ] [ sp:object _:b38 ; | 436 | + ] [ sp:object _:b28 ; |
| 436 | sp:predicate owl:allValuesFrom ; | 437 | sp:predicate owl:allValuesFrom ; |
| 437 | sp:subject _:b37 | 438 | sp:subject _:b37 |
| 439 | + ] [ sp:object _:b38 ; | ||
| 440 | + sp:predicate rdf:type ; | ||
| 441 | + sp:subject spin:_this | ||
| 438 | ] [ rdf:type sp:TriplePath ; | 442 | ] [ rdf:type sp:TriplePath ; |
| 439 | - sp:object xsd:dateTime ; | 443 | + sp:object _:b37 ; |
| 440 | sp:path [ rdf:type sp:ModPath ; | 444 | sp:path [ rdf:type sp:ModPath ; |
| 441 | sp:modMax -2 ; | 445 | sp:modMax -2 ; |
| 442 | sp:modMin 0 ; | 446 | sp:modMin 0 ; |
| ... | @@ -452,20 +456,9 @@ ddr:Thing | ... | @@ -452,20 +456,9 @@ ddr:Thing |
| 452 | ] [ sp:object _:b40 ; | 456 | ] [ sp:object _:b40 ; |
| 453 | sp:predicate sxml:text ; | 457 | sp:predicate sxml:text ; |
| 454 | sp:subject _:b39 | 458 | sp:subject _:b39 |
| 455 | - ] [ sp:object _:b41 ; | ||
| 456 | - sp:predicate rdf:type ; | ||
| 457 | - sp:subject spin:_this | ||
| 458 | - ] [ rdf:type sp:TriplePath ; | ||
| 459 | - sp:object _:b37 ; | ||
| 460 | - sp:path [ rdf:type sp:ModPath ; | ||
| 461 | - sp:modMax -2 ; | ||
| 462 | - sp:modMin 0 ; | ||
| 463 | - sp:subPath rdfs:subClassOf | ||
| 464 | - ] ; | ||
| 465 | - sp:subject _:b41 | ||
| 466 | ] [ rdf:type sp:Bind ; | 459 | ] [ rdf:type sp:Bind ; |
| 467 | sp:expression | 460 | sp:expression |
| 468 | - [ rdf:type xsd:dateTime ; | 461 | + [ rdf:type xsd:double ; |
| 469 | sp:arg1 _:b40 | 462 | sp:arg1 _:b40 |
| 470 | ] ; | 463 | ] ; |
| 471 | sp:variable _:b31 | 464 | sp:variable _:b31 |
| ... | @@ -473,91 +466,99 @@ ddr:Thing | ... | @@ -473,91 +466,99 @@ ddr:Thing |
| 473 | ] ; | 466 | ] ; |
| 474 | spin:rule | 467 | spin:rule |
| 475 | [ rdf:type sp:Construct ; | 468 | [ rdf:type sp:Construct ; |
| 476 | - rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ; | 469 | + rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ; |
| 477 | - sp:templates ([ sp:object _:b42 ; | 470 | + sp:templates ([ sp:object _:b41 ; |
| 478 | - sp:predicate _:b43 ; | 471 | + sp:predicate _:b42 ; |
| 479 | sp:subject spin:_this | 472 | sp:subject spin:_this |
| 480 | ] [ sp:object rdf:Statement ; | 473 | ] [ sp:object rdf:Statement ; |
| 481 | sp:predicate rdf:type ; | 474 | sp:predicate rdf:type ; |
| 482 | - sp:subject _:b44 | 475 | + sp:subject _:b43 |
| 483 | ] [ sp:object spin:_this ; | 476 | ] [ sp:object spin:_this ; |
| 484 | sp:predicate rdf:subject ; | 477 | sp:predicate rdf:subject ; |
| 485 | - sp:subject _:b44 | 478 | + sp:subject _:b43 |
| 486 | - ] [ sp:object _:b43 ; | ||
| 487 | - sp:predicate rdf:predicate ; | ||
| 488 | - sp:subject _:b44 | ||
| 489 | ] [ sp:object _:b42 ; | 479 | ] [ sp:object _:b42 ; |
| 480 | + sp:predicate rdf:predicate ; | ||
| 481 | + sp:subject _:b43 | ||
| 482 | + ] [ sp:object _:b41 ; | ||
| 490 | sp:predicate rdf:object ; | 483 | sp:predicate rdf:object ; |
| 491 | - sp:subject _:b44 | 484 | + sp:subject _:b43 |
| 492 | - ] [ sp:object _:b44 ; | 485 | + ] [ sp:object _:b43 ; |
| 493 | sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | 486 | sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; |
| 494 | - sp:subject _:b45 | 487 | + sp:subject _:b44 |
| 495 | ]) ; | 488 | ]) ; |
| 496 | - sp:where ([ sp:object _:b45 ; | 489 | + sp:where ([ sp:object _:b44 ; |
| 497 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | 490 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; |
| 498 | sp:subject spin:_this | 491 | sp:subject spin:_this |
| 499 | - ] [ sp:object _:b46 ; | 492 | + ] [ sp:object _:b45 ; |
| 500 | sp:predicate rdf:type ; | 493 | sp:predicate rdf:type ; |
| 501 | - sp:subject _:b45 | 494 | + sp:subject _:b44 |
| 502 | ] [ rdf:type sp:NotExists ; | 495 | ] [ rdf:type sp:NotExists ; |
| 503 | sp:elements ([ sp:object | 496 | sp:elements ([ sp:object |
| 504 | [ sp:varName "uom"^^xsd:string | 497 | [ sp:varName "uom"^^xsd:string |
| 505 | ] ; | 498 | ] ; |
| 506 | sp:predicate ddr:uom ; | 499 | sp:predicate ddr:uom ; |
| 507 | - sp:subject _:b45 | 500 | + sp:subject _:b44 |
| 508 | ]) | 501 | ]) |
| 509 | ] [ rdf:type sp:Bind ; | 502 | ] [ rdf:type sp:Bind ; |
| 510 | sp:expression | 503 | sp:expression |
| 511 | - [ rdf:type afn:localname ; | 504 | + [ rdf:type smf:titleCase ; |
| 512 | - sp:arg1 _:b46 | 505 | + sp:arg1 [ rdf:type afn:localname ; |
| 506 | + sp:arg1 _:b45 | ||
| 507 | + ] | ||
| 513 | ] ; | 508 | ] ; |
| 514 | - sp:variable _:b47 | 509 | + sp:variable _:b46 |
| 515 | ] [ rdf:type sp:Bind ; | 510 | ] [ rdf:type sp:Bind ; |
| 516 | sp:expression | 511 | sp:expression |
| 517 | [ rdf:type smf:buildURI ; | 512 | [ rdf:type smf:buildURI ; |
| 518 | sp:arg1 [ rdf:type fn:concat ; | 513 | sp:arg1 [ rdf:type fn:concat ; |
| 519 | - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; | 514 | + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; |
| 520 | - sp:arg2 _:b47 | 515 | + sp:arg2 _:b46 |
| 521 | ] | 516 | ] |
| 522 | ] ; | 517 | ] ; |
| 523 | - sp:variable _:b43 | 518 | + sp:variable _:b42 |
| 524 | - ] [ sp:object owl:DatatypeProperty ; | 519 | + ] [ sp:object owl:ObjectProperty ; |
| 525 | sp:predicate rdf:type ; | 520 | sp:predicate rdf:type ; |
| 526 | - sp:subject _:b43 | 521 | + sp:subject _:b42 |
| 527 | - ] [ sp:object _:b43 ; | 522 | + ] [ sp:object _:b42 ; |
| 528 | sp:predicate owl:onProperty ; | 523 | sp:predicate owl:onProperty ; |
| 529 | - sp:subject _:b48 | 524 | + sp:subject _:b47 |
| 530 | - ] [ sp:object _:b49 ; | 525 | + ] [ sp:object _:b48 ; |
| 531 | sp:predicate owl:allValuesFrom ; | 526 | sp:predicate owl:allValuesFrom ; |
| 532 | - sp:subject _:b48 | 527 | + sp:subject _:b47 |
| 528 | + ] [ sp:object _:b49 ; | ||
| 529 | + sp:predicate rdf:type ; | ||
| 530 | + sp:subject spin:_this | ||
| 533 | ] [ rdf:type sp:TriplePath ; | 531 | ] [ rdf:type sp:TriplePath ; |
| 534 | - sp:object xsd:string ; | 532 | + sp:object _:b47 ; |
| 535 | sp:path [ rdf:type sp:ModPath ; | 533 | sp:path [ rdf:type sp:ModPath ; |
| 536 | sp:modMax -2 ; | 534 | sp:modMax -2 ; |
| 537 | sp:modMin 0 ; | 535 | sp:modMin 0 ; |
| 538 | sp:subPath rdfs:subClassOf | 536 | sp:subPath rdfs:subClassOf |
| 539 | ] ; | 537 | ] ; |
| 540 | sp:subject _:b49 | 538 | sp:subject _:b49 |
| 539 | + ] [ rdf:type sp:TriplePath ; | ||
| 540 | + sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ; | ||
| 541 | + sp:path [ rdf:type sp:ModPath ; | ||
| 542 | + sp:modMax -2 ; | ||
| 543 | + sp:modMin 0 ; | ||
| 544 | + sp:subPath rdfs:subClassOf | ||
| 545 | + ] ; | ||
| 546 | + sp:subject _:b48 | ||
| 541 | ] [ sp:object _:b50 ; | 547 | ] [ sp:object _:b50 ; |
| 542 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | 548 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; |
| 543 | - sp:subject _:b45 | 549 | + sp:subject _:b44 |
| 544 | ] [ sp:object sxml:TextNode ; | 550 | ] [ sp:object sxml:TextNode ; |
| 545 | sp:predicate rdf:type ; | 551 | sp:predicate rdf:type ; |
| 546 | sp:subject _:b50 | 552 | sp:subject _:b50 |
| 547 | - ] [ sp:object _:b42 ; | 553 | + ] [ sp:object _:b51 ; |
| 548 | sp:predicate sxml:text ; | 554 | sp:predicate sxml:text ; |
| 549 | sp:subject _:b50 | 555 | sp:subject _:b50 |
| 550 | - ] [ sp:object _:b51 ; | 556 | + ] [ sp:object _:b48 ; |
| 551 | sp:predicate rdf:type ; | 557 | sp:predicate rdf:type ; |
| 552 | - sp:subject spin:_this | 558 | + sp:subject _:b41 |
| 553 | - ] [ rdf:type sp:TriplePath ; | 559 | + ] [ sp:object _:b51 ; |
| 554 | - sp:object _:b48 ; | 560 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 555 | - sp:path [ rdf:type sp:ModPath ; | 561 | + sp:subject _:b41 |
| 556 | - sp:modMax -2 ; | ||
| 557 | - sp:modMin 0 ; | ||
| 558 | - sp:subPath rdfs:subClassOf | ||
| 559 | - ] ; | ||
| 560 | - sp:subject _:b51 | ||
| 561 | ]) | 562 | ]) |
| 562 | ] . | 563 | ] . |
| 563 | 564 | ||
| ... | @@ -574,284 +575,284 @@ ddr:version | ... | @@ -574,284 +575,284 @@ ddr:version |
| 574 | 575 | ||
| 575 | <http://www.reportinghub.no/ep/transform/1.1/ddr> | 576 | <http://www.reportinghub.no/ep/transform/1.1/ddr> |
| 576 | rdf:type owl:Ontology ; | 577 | rdf:type owl:Ontology ; |
| 577 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://topbraid.org/sxml> , <http://spinrdf.org/spin> ; | 578 | + owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; |
| 578 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 579 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 579 | 580 | ||
| 580 | owl:Thing | 581 | owl:Thing |
| 581 | spin:query | 582 | spin:query |
| 582 | [ rdf:type sp:Select ; | 583 | [ rdf:type sp:Select ; |
| 583 | - sp:resultVariables (_:b52 _:b53 _:b54 _:b55) ; | 584 | + sp:where ([ sp:object |
| 585 | + [ sp:varName "p"^^xsd:string | ||
| 586 | + ] ; | ||
| 587 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 588 | + sp:subject _:b52 | ||
| 589 | + ] [ rdf:type sp:NotExists ; | ||
| 590 | + sp:elements ([ sp:object | ||
| 591 | + [ sp:varName "b"^^xsd:string | ||
| 592 | + ] ; | ||
| 593 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
| 594 | + sp:subject _:b52 | ||
| 595 | + ]) | ||
| 596 | + ]) | ||
| 597 | + ] ; | ||
| 598 | + spin:query | ||
| 599 | + [ rdf:type sp:Select ; | ||
| 600 | + sp:resultVariables (_:b53 _:b54 _:b55 _:b56) ; | ||
| 601 | + sp:where ([ sp:object _:b56 ; | ||
| 602 | + sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; | ||
| 603 | + sp:subject _:b55 | ||
| 604 | + ] [ sp:object _:b55 ; | ||
| 605 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 606 | + sp:subject _:b54 | ||
| 607 | + ] [ rdf:type sp:Union ; | ||
| 608 | + sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ; | ||
| 609 | + sp:predicate rdf:type ; | ||
| 610 | + sp:subject _:b54 | ||
| 611 | + ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ; | ||
| 612 | + sp:predicate rdf:type ; | ||
| 613 | + sp:subject _:b54 | ||
| 614 | + ])) | ||
| 615 | + ] [ sp:object _:b54 ; | ||
| 616 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 617 | + sp:subject _:b53 | ||
| 618 | + ]) | ||
| 619 | + ] ; | ||
| 620 | + spin:query | ||
| 621 | + [ rdf:type sp:Select ; | ||
| 622 | + sp:resultVariables (_:b57 _:b58 _:b59 _:b60) ; | ||
| 584 | sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ; | 623 | sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ; |
| 585 | sp:predicate rdf:type ; | 624 | sp:predicate rdf:type ; |
| 586 | - sp:subject _:b56 | 625 | + sp:subject _:b61 |
| 587 | ] [ rdf:type sp:TriplePath ; | 626 | ] [ rdf:type sp:TriplePath ; |
| 588 | - sp:object _:b57 ; | 627 | + sp:object _:b62 ; |
| 589 | sp:path [ rdf:type sp:ModPath ; | 628 | sp:path [ rdf:type sp:ModPath ; |
| 590 | sp:modMax -2 ; | 629 | sp:modMax -2 ; |
| 591 | sp:modMin 0 ; | 630 | sp:modMin 0 ; |
| 592 | sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child> | 631 | sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child> |
| 593 | ] ; | 632 | ] ; |
| 594 | - sp:subject _:b56 | 633 | + sp:subject _:b61 |
| 595 | - ] [ sp:object _:b58 ; | 634 | + ] [ sp:object _:b63 ; |
| 596 | sp:predicate <http://topbraid.org/sxsd#name> ; | 635 | sp:predicate <http://topbraid.org/sxsd#name> ; |
| 597 | - sp:subject _:b56 | 636 | + sp:subject _:b61 |
| 598 | - ] [ sp:object _:b55 ; | 637 | + ] [ sp:object _:b60 ; |
| 599 | sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; | 638 | sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; |
| 600 | - sp:subject _:b57 | 639 | + sp:subject _:b62 |
| 601 | - ] [ sp:object _:b59 ; | 640 | + ] [ sp:object _:b64 ; |
| 602 | sp:predicate <http://topbraid.org/sxsd#name> ; | 641 | sp:predicate <http://topbraid.org/sxsd#name> ; |
| 603 | - sp:subject _:b57 | 642 | + sp:subject _:b62 |
| 604 | ] [ rdf:type sp:Bind ; | 643 | ] [ rdf:type sp:Bind ; |
| 605 | sp:expression | 644 | sp:expression |
| 606 | [ rdf:type spif:titleCase ; | 645 | [ rdf:type spif:titleCase ; |
| 607 | - sp:arg1 _:b59 | 646 | + sp:arg1 _:b64 |
| 608 | ] ; | 647 | ] ; |
| 609 | - sp:variable _:b60 | 648 | + sp:variable _:b65 |
| 610 | ] [ rdf:type sp:Bind ; | 649 | ] [ rdf:type sp:Bind ; |
| 611 | sp:expression | 650 | sp:expression |
| 612 | [ rdf:type smf:buildURI ; | 651 | [ rdf:type smf:buildURI ; |
| 613 | sp:arg1 [ rdf:type fn:concat ; | 652 | sp:arg1 [ rdf:type fn:concat ; |
| 614 | sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; | 653 | sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; |
| 615 | - sp:arg2 _:b60 | 654 | + sp:arg2 _:b65 |
| 616 | ] | 655 | ] |
| 617 | ] ; | 656 | ] ; |
| 618 | - sp:variable _:b54 | 657 | + sp:variable _:b59 |
| 619 | ] [ rdf:type sp:Bind ; | 658 | ] [ rdf:type sp:Bind ; |
| 620 | sp:expression | 659 | sp:expression |
| 621 | [ rdf:type spif:titleCase ; | 660 | [ rdf:type spif:titleCase ; |
| 622 | - sp:arg1 _:b58 ; | 661 | + sp:arg1 _:b63 ; |
| 623 | sp:arg2 "[a-z]s" | 662 | sp:arg2 "[a-z]s" |
| 624 | ] ; | 663 | ] ; |
| 625 | - sp:variable _:b61 | 664 | + sp:variable _:b66 |
| 626 | ] [ rdf:type sp:Bind ; | 665 | ] [ rdf:type sp:Bind ; |
| 627 | sp:expression | 666 | sp:expression |
| 628 | [ rdf:type smf:buildURI ; | 667 | [ rdf:type smf:buildURI ; |
| 629 | sp:arg1 [ rdf:type fn:concat ; | 668 | sp:arg1 [ rdf:type fn:concat ; |
| 630 | sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; | 669 | sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; |
| 631 | - sp:arg2 _:b61 | 670 | + sp:arg2 _:b66 |
| 632 | ] | 671 | ] |
| 633 | ] ; | 672 | ] ; |
| 634 | - sp:variable _:b53 | 673 | + sp:variable _:b58 |
| 635 | ] [ rdf:type sp:Bind ; | 674 | ] [ rdf:type sp:Bind ; |
| 636 | sp:expression | 675 | sp:expression |
| 637 | [ rdf:type smf:buildURI ; | 676 | [ rdf:type smf:buildURI ; |
| 638 | sp:arg1 [ rdf:type fn:concat ; | 677 | sp:arg1 [ rdf:type fn:concat ; |
| 639 | sp:arg1 "http://www.reportinghub.no/map/ddr#" ; | 678 | sp:arg1 "http://www.reportinghub.no/map/ddr#" ; |
| 640 | - sp:arg2 _:b61 ; | 679 | + sp:arg2 _:b66 ; |
| 641 | sp:arg3 "-has" ; | 680 | sp:arg3 "-has" ; |
| 642 | - sp:arg4 _:b60 | 681 | + sp:arg4 _:b65 |
| 643 | ] | 682 | ] |
| 644 | ] ; | 683 | ] ; |
| 645 | - sp:variable _:b52 | 684 | + sp:variable _:b57 |
| 646 | - ]) | ||
| 647 | - ] ; | ||
| 648 | - spin:query | ||
| 649 | - [ rdf:type sp:Select ; | ||
| 650 | - sp:resultVariables (_:b62 _:b63 _:b64 _:b65) ; | ||
| 651 | - sp:where ([ sp:object _:b65 ; | ||
| 652 | - sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; | ||
| 653 | - sp:subject _:b64 | ||
| 654 | - ] [ sp:object _:b64 ; | ||
| 655 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 656 | - sp:subject _:b63 | ||
| 657 | - ] [ rdf:type sp:Union ; | ||
| 658 | - sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ; | ||
| 659 | - sp:predicate rdf:type ; | ||
| 660 | - sp:subject _:b63 | ||
| 661 | - ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ; | ||
| 662 | - sp:predicate rdf:type ; | ||
| 663 | - sp:subject _:b63 | ||
| 664 | - ])) | ||
| 665 | - ] [ sp:object _:b63 ; | ||
| 666 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 667 | - sp:subject _:b62 | ||
| 668 | - ]) | ||
| 669 | - ] ; | ||
| 670 | - spin:query | ||
| 671 | - [ rdf:type sp:Select ; | ||
| 672 | - sp:where ([ sp:object | ||
| 673 | - [ sp:varName "p"^^xsd:string | ||
| 674 | - ] ; | ||
| 675 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; | ||
| 676 | - sp:subject _:b66 | ||
| 677 | - ] [ rdf:type sp:NotExists ; | ||
| 678 | - sp:elements ([ sp:object | ||
| 679 | - [ sp:varName "b"^^xsd:string | ||
| 680 | - ] ; | ||
| 681 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; | ||
| 682 | - sp:subject _:b66 | ||
| 683 | - ]) | ||
| 684 | ]) | 685 | ]) |
| 685 | ] . | 686 | ] . |
| 686 | 687 | ||
| 687 | -_:b19 | 688 | +_:b41 |
| 688 | - sp:varName "childType"^^xsd:string . | 689 | + sp:varName "enumeratedValue"^^xsd:string . |
| 689 | 690 | ||
| 690 | -_:b21 | 691 | +_:b42 |
| 691 | - sp:varName "allValuesRestriction"^^xsd:string . | 692 | + sp:varName "opnameU"^^xsd:string . |
| 692 | 693 | ||
| 693 | -_:b18 | 694 | +_:b44 |
| 694 | sp:varName "child"^^xsd:string . | 695 | sp:varName "child"^^xsd:string . |
| 695 | 696 | ||
| 696 | -_:b16 | 697 | +_:b45 |
| 697 | - sp:varName "opnameU"^^xsd:string . | 698 | + sp:varName "childType"^^xsd:string . |
| 698 | 699 | ||
| 699 | -_:b15 | 700 | +_:b46 |
| 700 | - sp:varName "value"^^xsd:string . | 701 | + sp:varName "childLocalName"^^xsd:string . |
| 701 | 702 | ||
| 702 | -_:b14 | 703 | +_:b47 |
| 703 | - sp:varName "uom"^^xsd:string . | 704 | + sp:varName "valuesRestriction"^^xsd:string . |
| 704 | 705 | ||
| 705 | -_:b12 | 706 | +_:b48 |
| 706 | sp:varName "rangeU"^^xsd:string . | 707 | sp:varName "rangeU"^^xsd:string . |
| 707 | 708 | ||
| 708 | -_:b30 | 709 | +_:b49 |
| 709 | sp:varName "instType"^^xsd:string . | 710 | sp:varName "instType"^^xsd:string . |
| 710 | 711 | ||
| 711 | -_:b29 | 712 | +_:b50 |
| 712 | - sp:varName "valuesRestriction"^^xsd:string . | 713 | + sp:varName "textNode"^^xsd:string . |
| 713 | - | ||
| 714 | -_:b28 | ||
| 715 | - sp:varName "childType"^^xsd:string . | ||
| 716 | - | ||
| 717 | -_:b26 | ||
| 718 | - sp:varName "formalProperty"^^xsd:string . | ||
| 719 | - | ||
| 720 | -_:b25 | ||
| 721 | - sp:varName "child"^^xsd:string . | ||
| 722 | - | ||
| 723 | -_:b41 | ||
| 724 | - sp:varName "instType"^^xsd:string . | ||
| 725 | 714 | ||
| 726 | -_:b40 | 715 | +_:b51 |
| 727 | sp:varName "text"^^xsd:string . | 716 | sp:varName "text"^^xsd:string . |
| 728 | 717 | ||
| 729 | -_:b39 | 718 | +_:b28 |
| 730 | - sp:varName "textNode"^^xsd:string . | 719 | + sp:varName "rangeU"^^xsd:string . |
| 731 | - | ||
| 732 | -_:b38 | ||
| 733 | - sp:varName "rangeType"^^xsd:string . | ||
| 734 | 720 | ||
| 735 | -_:b37 | 721 | +_:b30 |
| 736 | - sp:varName "valuesRestriction"^^xsd:string . | 722 | + sp:varName "uom"^^xsd:string . |
| 737 | 723 | ||
| 738 | -_:b36 | 724 | +_:b31 |
| 739 | - sp:varName "childLocalName"^^xsd:string . | 725 | + sp:varName "value"^^xsd:string . |
| 740 | 726 | ||
| 741 | -_:b35 | 727 | +_:b32 |
| 742 | - sp:varName "childType"^^xsd:string . | 728 | + sp:varName "opnameU"^^xsd:string . |
| 743 | 729 | ||
| 744 | _:b34 | 730 | _:b34 |
| 745 | sp:varName "child"^^xsd:string . | 731 | sp:varName "child"^^xsd:string . |
| 746 | 732 | ||
| 747 | -_:b32 | 733 | +_:b35 |
| 748 | - sp:varName "dtpnameU"^^xsd:string . | 734 | + sp:varName "childType"^^xsd:string . |
| 749 | - | ||
| 750 | -_:b31 | ||
| 751 | - sp:varName "dateTime"^^xsd:string . | ||
| 752 | 735 | ||
| 753 | -_:b20 | 736 | +_:b36 |
| 754 | sp:varName "childLocalName"^^xsd:string . | 737 | sp:varName "childLocalName"^^xsd:string . |
| 755 | 738 | ||
| 756 | -_:b4 sp:varName "child"^^xsd:string . | 739 | +_:b37 |
| 757 | - | 740 | + sp:varName "allValuesRestriction"^^xsd:string . |
| 758 | -_:b5 sp:varName "childType"^^xsd:string . | ||
| 759 | 741 | ||
| 760 | -_:b6 sp:varName "childLocalName"^^xsd:string . | 742 | +_:b38 |
| 743 | + sp:varName "instType"^^xsd:string . | ||
| 761 | 744 | ||
| 762 | -_:b2 sp:varName "opnameU"^^xsd:string . | 745 | +_:b39 |
| 746 | + sp:varName "textNode"^^xsd:string . | ||
| 763 | 747 | ||
| 764 | -_:b7 sp:varName "valuesRestriction"^^xsd:string . | 748 | +_:b40 |
| 749 | + sp:varName "text"^^xsd:string . | ||
| 765 | 750 | ||
| 766 | -_:b8 sp:varName "rangeU"^^xsd:string . | 751 | +_:b22 |
| 752 | + sp:varName "child"^^xsd:string . | ||
| 767 | 753 | ||
| 768 | -_:b9 sp:varName "instType"^^xsd:string . | 754 | +_:b23 |
| 755 | + sp:varName "formalProperty"^^xsd:string . | ||
| 769 | 756 | ||
| 770 | -_:b10 | 757 | +_:b25 |
| 771 | - sp:varName "textNode"^^xsd:string . | 758 | + sp:varName "childType"^^xsd:string . |
| 772 | 759 | ||
| 773 | -_:b11 | 760 | +_:b26 |
| 774 | - sp:varName "text"^^xsd:string . | 761 | + sp:varName "valuesRestriction"^^xsd:string . |
| 775 | 762 | ||
| 776 | -_:b1 sp:varName "enumeratedValue"^^xsd:string . | 763 | +_:b27 |
| 764 | + sp:varName "instType"^^xsd:string . | ||
| 777 | 765 | ||
| 778 | -_:b42 | 766 | +_:b11 |
| 779 | - sp:varName "text"^^xsd:string . | 767 | + sp:varName "dateTime"^^xsd:string . |
| 780 | 768 | ||
| 781 | -_:b43 | 769 | +_:b12 |
| 782 | sp:varName "dtpnameU"^^xsd:string . | 770 | sp:varName "dtpnameU"^^xsd:string . |
| 783 | 771 | ||
| 784 | -_:b45 | 772 | +_:b14 |
| 785 | sp:varName "child"^^xsd:string . | 773 | sp:varName "child"^^xsd:string . |
| 786 | 774 | ||
| 787 | -_:b46 | 775 | +_:b15 |
| 788 | sp:varName "childType"^^xsd:string . | 776 | sp:varName "childType"^^xsd:string . |
| 789 | 777 | ||
| 790 | -_:b47 | 778 | +_:b16 |
| 791 | sp:varName "childLocalName"^^xsd:string . | 779 | sp:varName "childLocalName"^^xsd:string . |
| 792 | 780 | ||
| 793 | -_:b48 | 781 | +_:b17 |
| 794 | sp:varName "valuesRestriction"^^xsd:string . | 782 | sp:varName "valuesRestriction"^^xsd:string . |
| 795 | 783 | ||
| 796 | -_:b49 | 784 | +_:b18 |
| 797 | sp:varName "rangeType"^^xsd:string . | 785 | sp:varName "rangeType"^^xsd:string . |
| 798 | 786 | ||
| 799 | -_:b50 | 787 | +_:b19 |
| 800 | sp:varName "textNode"^^xsd:string . | 788 | sp:varName "textNode"^^xsd:string . |
| 801 | 789 | ||
| 802 | -_:b22 | 790 | +_:b20 |
| 803 | - sp:varName "instType"^^xsd:string . | 791 | + sp:varName "text"^^xsd:string . |
| 804 | 792 | ||
| 805 | -_:b51 | 793 | +_:b21 |
| 806 | sp:varName "instType"^^xsd:string . | 794 | sp:varName "instType"^^xsd:string . |
| 807 | 795 | ||
| 808 | -_:b66 | 796 | +_:b1 sp:varName "text"^^xsd:string . |
| 809 | - sp:varName "c"^^xsd:string . | ||
| 810 | 797 | ||
| 811 | -_:b62 | 798 | +_:b2 sp:varName "dtpnameU"^^xsd:string . |
| 812 | - sp:varName "pp"^^xsd:string . | ||
| 813 | 799 | ||
| 814 | -_:b63 | 800 | +_:b4 sp:varName "child"^^xsd:string . |
| 815 | - sp:varName "p"^^xsd:string . | ||
| 816 | 801 | ||
| 817 | -_:b64 | 802 | +_:b5 sp:varName "childType"^^xsd:string . |
| 818 | - sp:varName "s"^^xsd:string . | ||
| 819 | 803 | ||
| 820 | -_:b65 | 804 | +_:b6 sp:varName "childLocalName"^^xsd:string . |
| 821 | - sp:varName "e"^^xsd:string . | ||
| 822 | 805 | ||
| 823 | -_:b52 | 806 | +_:b7 sp:varName "valuesRestriction"^^xsd:string . |
| 807 | + | ||
| 808 | +_:b8 sp:varName "rangeType"^^xsd:string . | ||
| 809 | + | ||
| 810 | +_:b9 sp:varName "textNode"^^xsd:string . | ||
| 811 | + | ||
| 812 | +_:b10 | ||
| 813 | + sp:varName "instType"^^xsd:string . | ||
| 814 | + | ||
| 815 | +_:b57 | ||
| 824 | sp:varName "ddrCPU"^^xsd:string . | 816 | sp:varName "ddrCPU"^^xsd:string . |
| 825 | 817 | ||
| 826 | -_:b53 | 818 | +_:b58 |
| 827 | sp:varName "ddrCU"^^xsd:string . | 819 | sp:varName "ddrCU"^^xsd:string . |
| 828 | 820 | ||
| 829 | -_:b54 | 821 | +_:b59 |
| 830 | sp:varName "ddrPU"^^xsd:string . | 822 | sp:varName "ddrPU"^^xsd:string . |
| 831 | 823 | ||
| 832 | -_:b55 | 824 | +_:b60 |
| 833 | sp:varName "mre"^^xsd:string . | 825 | sp:varName "mre"^^xsd:string . |
| 834 | 826 | ||
| 835 | -_:b56 | 827 | +_:b61 |
| 836 | sp:varName "s"^^xsd:string . | 828 | sp:varName "s"^^xsd:string . |
| 837 | 829 | ||
| 838 | -_:b57 | 830 | +_:b62 |
| 839 | sp:varName "c"^^xsd:string . | 831 | sp:varName "c"^^xsd:string . |
| 840 | 832 | ||
| 841 | -_:b58 | 833 | +_:b63 |
| 842 | sp:varName "name"^^xsd:string . | 834 | sp:varName "name"^^xsd:string . |
| 843 | 835 | ||
| 844 | -_:b59 | 836 | +_:b64 |
| 845 | sp:varName "pname"^^xsd:string . | 837 | sp:varName "pname"^^xsd:string . |
| 846 | 838 | ||
| 847 | -_:b60 | 839 | +_:b65 |
| 848 | sp:varName "tcpname"^^xsd:string . | 840 | sp:varName "tcpname"^^xsd:string . |
| 849 | 841 | ||
| 850 | -_:b61 | 842 | +_:b66 |
| 851 | sp:varName "tcname"^^xsd:string . | 843 | sp:varName "tcname"^^xsd:string . |
| 852 | 844 | ||
| 853 | -_:b23 | 845 | +_:b53 |
| 854 | - sp:varName "textNode"^^xsd:string . | 846 | + sp:varName "pp"^^xsd:string . |
| 855 | 847 | ||
| 856 | -_:b24 | 848 | +_:b54 |
| 857 | - sp:varName "text"^^xsd:string . | 849 | + sp:varName "p"^^xsd:string . |
| 850 | + | ||
| 851 | +_:b55 | ||
| 852 | + sp:varName "s"^^xsd:string . | ||
| 853 | + | ||
| 854 | +_:b56 | ||
| 855 | + sp:varName "e"^^xsd:string . | ||
| 856 | + | ||
| 857 | +_:b52 | ||
| 858 | + sp:varName "c"^^xsd:string . | ... | ... |
| 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#> . | ... | ... |
| 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: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 5 | # imports: http://www.reportinghub.no/ep/schema/report | 6 | # imports: http://www.reportinghub.no/ep/schema/report |
| 6 | # imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | 7 | # imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL |
| 7 | # imports: http://www.reportinghub.no/ep/schema/equipment | 8 | # imports: http://www.reportinghub.no/ep/schema/equipment |
| 8 | # imports: http://spinrdf.org/spin | 9 | # imports: http://spinrdf.org/spin |
| 9 | -# imports: http://www.reportinghub.no/ep/schema/activity | ||
| 10 | # imports: http://www.reportinghub.no/ep/schema/well | 10 | # imports: http://www.reportinghub.no/ep/schema/well |
| 11 | 11 | ||
| 12 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . | 12 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . |
| ... | @@ -28,37 +28,30 @@ | ... | @@ -28,37 +28,30 @@ |
| 28 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 28 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 29 | spin:rule | 29 | spin:rule |
| 30 | [ rdf:type sp:Construct ; | 30 | [ rdf:type sp:Construct ; |
| 31 | - rdfs:comment """STEP 103 | 31 | + rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; |
| 32 | -Classify a DailyDrillingReport"""^^xsd:string ; | ||
| 33 | sp:templates ([ sp:object _:b1 ; | 32 | sp:templates ([ sp:object _:b1 ; |
| 34 | - sp:predicate rdf:type ; | 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#finishedAt> ; |
| 35 | sp:subject _:b2 | 34 | sp:subject _:b2 |
| 36 | ]) ; | 35 | ]) ; |
| 37 | sp:where ([ sp:object _:b3 ; | 36 | sp:where ([ sp:object _:b3 ; |
| 38 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 37 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 39 | sp:subject spin:_this | 38 | sp:subject spin:_this |
| 40 | ] [ sp:object _:b4 ; | 39 | ] [ sp:object _:b4 ; |
| 41 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 42 | sp:subject spin:_this | 41 | sp:subject spin:_this |
| 43 | - ] [ sp:object _:b5 ; | 42 | + ] [ sp:object _:b1 ; |
| 44 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasVersionKind> ; | 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; |
| 45 | sp:subject spin:_this | 44 | sp:subject spin:_this |
| 46 | ] [ rdf:type sp:Bind ; | 45 | ] [ rdf:type sp:Bind ; |
| 47 | sp:expression | 46 | sp:expression |
| 48 | - [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
| 49 | - sp:arg1 _:b5 | ||
| 50 | - ] ; | ||
| 51 | - sp:variable _:b1 | ||
| 52 | - ] [ rdf:type sp:Bind ; | ||
| 53 | - sp:expression | ||
| 54 | [ rdf:type ep-spin-lib:normalizeString ; | 47 | [ rdf:type ep-spin-lib:normalizeString ; |
| 55 | sp:arg1 _:b3 | 48 | sp:arg1 _:b3 |
| 56 | ] ; | 49 | ] ; |
| 57 | - sp:variable _:b6 | 50 | + sp:variable _:b5 |
| 58 | ] [ rdf:type sp:Bind ; | 51 | ] [ rdf:type sp:Bind ; |
| 59 | sp:expression | 52 | sp:expression |
| 60 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 53 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 61 | - sp:arg1 _:b6 ; | 54 | + sp:arg1 _:b5 ; |
| 62 | sp:arg2 _:b4 | 55 | sp:arg2 _:b4 |
| 63 | ] ; | 56 | ] ; |
| 64 | sp:variable _:b2 | 57 | sp:variable _:b2 |
| ... | @@ -66,243 +59,250 @@ Classify a DailyDrillingReport"""^^xsd:string ; | ... | @@ -66,243 +59,250 @@ Classify a DailyDrillingReport"""^^xsd:string ; |
| 66 | ] ; | 59 | ] ; |
| 67 | spin:rule | 60 | spin:rule |
| 68 | [ rdf:type sp:Construct ; | 61 | [ rdf:type sp:Construct ; |
| 69 | - rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore | 62 | + rdfs:comment "STEP 104 Create Well"^^xsd:string ; |
| 70 | -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | 63 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 71 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 72 | - sp:predicate rdf:type ; | ||
| 73 | - sp:subject _:b7 | ||
| 74 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 75 | - sp:predicate rdf:type ; | ||
| 76 | - sp:subject _:b8 | ||
| 77 | - ] [ sp:object _:b8 ; | ||
| 78 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; | ||
| 79 | - sp:subject _:b7 | ||
| 80 | - ] [ sp:object _:b9 ; | ||
| 81 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; | ||
| 82 | - sp:subject _:b7 | ||
| 83 | - ] [ sp:object _:b10 ; | ||
| 84 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 85 | - sp:subject _:b8 | ||
| 86 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 87 | - sp:predicate rdf:type ; | ||
| 88 | - sp:subject _:b11 | ||
| 89 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 90 | sp:predicate rdf:type ; | 64 | sp:predicate rdf:type ; |
| 91 | - sp:subject _:b12 | 65 | + sp:subject _:b6 |
| 92 | - ] [ sp:object _:b12 ; | 66 | + ] [ sp:object _:b7 ; |
| 93 | - sp:predicate iso15926:temporalPartOf ; | ||
| 94 | - sp:subject _:b11 | ||
| 95 | - ] [ sp:object _:b13 ; | ||
| 96 | sp:predicate rdfs:label ; | 67 | sp:predicate rdfs:label ; |
| 97 | - sp:subject _:b12 | 68 | + sp:subject _:b6 |
| 98 | - ] [ sp:object _:b11 ; | 69 | + ] [ sp:object _:b6 ; |
| 99 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 70 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWell> ; |
| 100 | sp:subject _:b8 | 71 | sp:subject _:b8 |
| 72 | + ] [ sp:object _:b9 ; | ||
| 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 74 | + sp:subject _:b6 | ||
| 101 | ]) ; | 75 | ]) ; |
| 102 | - sp:where ([ sp:object _:b13 ; | 76 | + sp:where ([ sp:object _:b10 ; |
| 103 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 77 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 104 | sp:subject spin:_this | 78 | sp:subject spin:_this |
| 105 | - ] [ sp:object _:b10 ; | 79 | + ] [ sp:object _:b7 ; |
| 80 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; | ||
| 81 | + sp:subject spin:_this | ||
| 82 | + ] [ sp:object _:b11 ; | ||
| 106 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 83 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 107 | sp:subject spin:_this | 84 | sp:subject spin:_this |
| 108 | ] [ sp:object _:b9 ; | 85 | ] [ sp:object _:b9 ; |
| 109 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 110 | - sp:subject spin:_this | 87 | + sp:subject _:b8 |
| 111 | ] [ rdf:type sp:Bind ; | 88 | ] [ rdf:type sp:Bind ; |
| 112 | sp:expression | 89 | sp:expression |
| 113 | [ rdf:type ep-spin-lib:normalizeString ; | 90 | [ rdf:type ep-spin-lib:normalizeString ; |
| 114 | - sp:arg1 _:b13 | 91 | + sp:arg1 _:b10 |
| 115 | ] ; | 92 | ] ; |
| 116 | - sp:variable _:b14 | 93 | + sp:variable _:b12 |
| 117 | - ] [ rdf:type sp:Bind ; | ||
| 118 | - sp:expression | ||
| 119 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 120 | - sp:arg1 _:b14 ; | ||
| 121 | - sp:arg2 _:b9 | ||
| 122 | - ] ; | ||
| 123 | - sp:variable _:b7 | ||
| 124 | ] [ rdf:type sp:Bind ; | 94 | ] [ rdf:type sp:Bind ; |
| 125 | sp:expression | 95 | sp:expression |
| 126 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 96 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 127 | - sp:arg1 _:b14 ; | 97 | + sp:arg1 _:b12 ; |
| 128 | - sp:arg2 _:b10 | 98 | + sp:arg2 _:b11 |
| 129 | ] ; | 99 | ] ; |
| 130 | sp:variable _:b8 | 100 | sp:variable _:b8 |
| 131 | ] [ rdf:type sp:Bind ; | 101 | ] [ rdf:type sp:Bind ; |
| 132 | sp:expression | 102 | sp:expression |
| 133 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 103 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 134 | - sp:arg1 _:b14 ; | 104 | + sp:arg1 _:b7 |
| 135 | - sp:arg2 _:b10 | ||
| 136 | ] ; | 105 | ] ; |
| 137 | - sp:variable _:b11 | 106 | + sp:variable _:b13 |
| 138 | ] [ rdf:type sp:Bind ; | 107 | ] [ rdf:type sp:Bind ; |
| 139 | sp:expression | 108 | sp:expression |
| 140 | - [ rdf:type ep-spin-lib:buildWellBoreURI ; | 109 | + [ rdf:type ep-spin-lib:buildWellURI ; |
| 141 | - sp:arg1 _:b14 | 110 | + sp:arg1 _:b13 |
| 142 | ] ; | 111 | ] ; |
| 143 | - sp:variable _:b12 | 112 | + sp:variable _:b6 |
| 144 | ]) | 113 | ]) |
| 145 | ] ; | 114 | ] ; |
| 146 | spin:rule | 115 | spin:rule |
| 147 | [ rdf:type sp:Construct ; | 116 | [ rdf:type sp:Construct ; |
| 148 | - rdfs:comment "STEP 104 Create Well"^^xsd:string ; | 117 | + rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore |
| 149 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | 118 | +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 119 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 120 | + sp:predicate rdf:type ; | ||
| 121 | + sp:subject _:b14 | ||
| 122 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/1.1/activity#DailyDrillingActivity> ; | ||
| 150 | sp:predicate rdf:type ; | 123 | sp:predicate rdf:type ; |
| 151 | sp:subject _:b15 | 124 | sp:subject _:b15 |
| 125 | + ] [ sp:object _:b15 ; | ||
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#reportOn> ; | ||
| 127 | + sp:subject _:b14 | ||
| 152 | ] [ sp:object _:b16 ; | 128 | ] [ sp:object _:b16 ; |
| 153 | - sp:predicate rdfs:label ; | 129 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#createdAt> ; |
| 130 | + sp:subject _:b14 | ||
| 131 | + ] [ sp:object _:b17 ; | ||
| 132 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#startedAt> ; | ||
| 154 | sp:subject _:b15 | 133 | sp:subject _:b15 |
| 155 | - ] [ sp:object _:b15 ; | 134 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
| 156 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 135 | + sp:predicate rdf:type ; |
| 157 | - sp:subject _:b17 | 136 | + sp:subject _:b18 |
| 137 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 138 | + sp:predicate rdf:type ; | ||
| 139 | + sp:subject _:b19 | ||
| 140 | + ] [ sp:object _:b19 ; | ||
| 141 | + sp:predicate iso15926:temporalPartOf ; | ||
| 142 | + sp:subject _:b18 | ||
| 143 | + ] [ sp:object _:b20 ; | ||
| 144 | + sp:predicate rdfs:label ; | ||
| 145 | + sp:subject _:b19 | ||
| 158 | ] [ sp:object _:b18 ; | 146 | ] [ sp:object _:b18 ; |
| 159 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 160 | sp:subject _:b15 | 148 | sp:subject _:b15 |
| 161 | ]) ; | 149 | ]) ; |
| 162 | - sp:where ([ sp:object _:b19 ; | 150 | + sp:where ([ sp:object _:b20 ; |
| 163 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 151 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 164 | sp:subject spin:_this | 152 | sp:subject spin:_this |
| 165 | - ] [ sp:object _:b16 ; | 153 | + ] [ sp:object _:b17 ; |
| 166 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; | ||
| 167 | - sp:subject spin:_this | ||
| 168 | - ] [ sp:object _:b20 ; | ||
| 169 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 154 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 170 | sp:subject spin:_this | 155 | sp:subject spin:_this |
| 171 | - ] [ sp:object _:b18 ; | 156 | + ] [ sp:object _:b16 ; |
| 172 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 157 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 173 | - sp:subject _:b17 | 158 | + sp:subject spin:_this |
| 174 | ] [ rdf:type sp:Bind ; | 159 | ] [ rdf:type sp:Bind ; |
| 175 | sp:expression | 160 | sp:expression |
| 176 | [ rdf:type ep-spin-lib:normalizeString ; | 161 | [ rdf:type ep-spin-lib:normalizeString ; |
| 177 | - sp:arg1 _:b19 | 162 | + sp:arg1 _:b20 |
| 178 | ] ; | 163 | ] ; |
| 179 | sp:variable _:b21 | 164 | sp:variable _:b21 |
| 180 | ] [ rdf:type sp:Bind ; | 165 | ] [ rdf:type sp:Bind ; |
| 181 | sp:expression | 166 | sp:expression |
| 167 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 168 | + sp:arg1 _:b21 ; | ||
| 169 | + sp:arg2 _:b16 | ||
| 170 | + ] ; | ||
| 171 | + sp:variable _:b14 | ||
| 172 | + ] [ rdf:type sp:Bind ; | ||
| 173 | + sp:expression | ||
| 182 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 174 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 183 | sp:arg1 _:b21 ; | 175 | sp:arg1 _:b21 ; |
| 184 | - sp:arg2 _:b20 | 176 | + sp:arg2 _:b17 |
| 185 | ] ; | 177 | ] ; |
| 186 | - sp:variable _:b17 | 178 | + sp:variable _:b15 |
| 187 | ] [ rdf:type sp:Bind ; | 179 | ] [ rdf:type sp:Bind ; |
| 188 | sp:expression | 180 | sp:expression |
| 189 | - [ rdf:type ep-spin-lib:normalizeString ; | 181 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 190 | - sp:arg1 _:b16 | 182 | + sp:arg1 _:b21 ; |
| 183 | + sp:arg2 _:b17 | ||
| 191 | ] ; | 184 | ] ; |
| 192 | - sp:variable _:b22 | 185 | + sp:variable _:b18 |
| 193 | ] [ rdf:type sp:Bind ; | 186 | ] [ rdf:type sp:Bind ; |
| 194 | sp:expression | 187 | sp:expression |
| 195 | - [ rdf:type ep-spin-lib:buildWellURI ; | 188 | + [ rdf:type ep-spin-lib:buildWellBoreURI ; |
| 196 | - sp:arg1 _:b22 | 189 | + sp:arg1 _:b21 |
| 197 | ] ; | 190 | ] ; |
| 198 | - sp:variable _:b15 | 191 | + sp:variable _:b19 |
| 199 | ]) | 192 | ]) |
| 200 | ] ; | 193 | ] ; |
| 201 | spin:rule | 194 | spin:rule |
| 202 | [ rdf:type sp:Construct ; | 195 | [ rdf:type sp:Construct ; |
| 203 | - rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; | 196 | + rdfs:comment """STEP 103 |
| 204 | - sp:templates ([ sp:object _:b23 ; | 197 | +Classify a DailyDrillingReport"""^^xsd:string ; |
| 205 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 198 | + sp:templates ([ sp:object _:b22 ; |
| 206 | - sp:subject _:b24 | 199 | + sp:predicate rdf:type ; |
| 200 | + sp:subject _:b23 | ||
| 207 | ]) ; | 201 | ]) ; |
| 208 | - sp:where ([ sp:object _:b25 ; | 202 | + sp:where ([ sp:object _:b24 ; |
| 209 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 203 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 210 | sp:subject spin:_this | 204 | sp:subject spin:_this |
| 211 | - ] [ sp:object _:b26 ; | 205 | + ] [ sp:object _:b25 ; |
| 212 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 206 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 213 | sp:subject spin:_this | 207 | sp:subject spin:_this |
| 214 | - ] [ sp:object _:b23 ; | 208 | + ] [ sp:object _:b26 ; |
| 215 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | 209 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasVersionKind> ; |
| 216 | sp:subject spin:_this | 210 | sp:subject spin:_this |
| 217 | ] [ rdf:type sp:Bind ; | 211 | ] [ rdf:type sp:Bind ; |
| 218 | sp:expression | 212 | sp:expression |
| 213 | + [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
| 214 | + sp:arg1 _:b26 | ||
| 215 | + ] ; | ||
| 216 | + sp:variable _:b22 | ||
| 217 | + ] [ rdf:type sp:Bind ; | ||
| 218 | + sp:expression | ||
| 219 | [ rdf:type ep-spin-lib:normalizeString ; | 219 | [ rdf:type ep-spin-lib:normalizeString ; |
| 220 | - sp:arg1 _:b25 | 220 | + sp:arg1 _:b24 |
| 221 | ] ; | 221 | ] ; |
| 222 | sp:variable _:b27 | 222 | sp:variable _:b27 |
| 223 | ] [ rdf:type sp:Bind ; | 223 | ] [ rdf:type sp:Bind ; |
| 224 | sp:expression | 224 | sp:expression |
| 225 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 225 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 226 | sp:arg1 _:b27 ; | 226 | sp:arg1 _:b27 ; |
| 227 | - sp:arg2 _:b26 | 227 | + sp:arg2 _:b25 |
| 228 | ] ; | 228 | ] ; |
| 229 | - sp:variable _:b24 | 229 | + sp:variable _:b23 |
| 230 | ]) | 230 | ]) |
| 231 | ] . | 231 | ] . |
| 232 | 232 | ||
| 233 | <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> | 233 | <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> |
| 234 | rdf:type owl:Ontology ; | 234 | rdf:type owl:Ontology ; |
| 235 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | 235 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; |
| 236 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 236 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 237 | 237 | ||
| 238 | -_:b2 sp:varName "dailyDrillingReport"^^xsd:string . | 238 | +_:b22 |
| 239 | + sp:varName "dailyDrillingReportType"^^xsd:string . | ||
| 239 | 240 | ||
| 240 | -_:b6 sp:varName "normalizedWellBoreName"^^xsd:string . | 241 | +_:b23 |
| 242 | + sp:varName "dailyDrillingReport"^^xsd:string . | ||
| 241 | 243 | ||
| 242 | -_:b1 sp:varName "dailyDrillingReportType"^^xsd:string . | 244 | +_:b24 |
| 245 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 243 | 246 | ||
| 244 | -_:b5 sp:varName "versionKind"^^xsd:string . | 247 | +_:b25 |
| 248 | + sp:varName "createDate"^^xsd:string . | ||
| 245 | 249 | ||
| 246 | -_:b4 sp:varName "createDate"^^xsd:string . | 250 | +_:b26 |
| 251 | + sp:varName "versionKind"^^xsd:string . | ||
| 247 | 252 | ||
| 248 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 253 | +_:b27 |
| 254 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 249 | 255 | ||
| 250 | -_:b22 | 256 | +_:b14 |
| 251 | - sp:varName "normalizedWellName"^^xsd:string . | 257 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 252 | 258 | ||
| 253 | -_:b21 | 259 | +_:b15 |
| 254 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 260 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 255 | 261 | ||
| 256 | -_:b20 | 262 | +_:b16 |
| 263 | + sp:varName "createDate"^^xsd:string . | ||
| 264 | + | ||
| 265 | +_:b17 | ||
| 257 | sp:varName "dTimStart"^^xsd:string . | 266 | sp:varName "dTimStart"^^xsd:string . |
| 258 | 267 | ||
| 268 | +_:b18 | ||
| 269 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 270 | + | ||
| 259 | _:b19 | 271 | _:b19 |
| 272 | + sp:varName "wellBore"^^xsd:string . | ||
| 273 | + | ||
| 274 | +_:b20 | ||
| 260 | sp:varName "nameWellBore"^^xsd:string . | 275 | sp:varName "nameWellBore"^^xsd:string . |
| 261 | 276 | ||
| 262 | -_:b18 | 277 | +_:b21 |
| 263 | - sp:varName "wellBore"^^xsd:string . | 278 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 264 | 279 | ||
| 265 | -_:b17 | 280 | +_:b6 sp:varName "well"^^xsd:string . |
| 266 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 267 | 281 | ||
| 268 | -_:b16 | 282 | +_:b7 sp:varName "nameWell"^^xsd:string . |
| 269 | - sp:varName "nameWell"^^xsd:string . | ||
| 270 | 283 | ||
| 271 | -_:b15 | 284 | +_:b8 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 272 | - sp:varName "well"^^xsd:string . | ||
| 273 | 285 | ||
| 274 | -_:b14 | 286 | +_:b9 sp:varName "wellBore"^^xsd:string . |
| 275 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 276 | 287 | ||
| 277 | -_:b13 | 288 | +_:b10 |
| 278 | sp:varName "nameWellBore"^^xsd:string . | 289 | sp:varName "nameWellBore"^^xsd:string . |
| 279 | 290 | ||
| 280 | -_:b12 | ||
| 281 | - sp:varName "wellBore"^^xsd:string . | ||
| 282 | - | ||
| 283 | _:b11 | 291 | _:b11 |
| 284 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 285 | - | ||
| 286 | -_:b10 | ||
| 287 | sp:varName "dTimStart"^^xsd:string . | 292 | sp:varName "dTimStart"^^xsd:string . |
| 288 | 293 | ||
| 289 | -_:b9 sp:varName "createDate"^^xsd:string . | 294 | +_:b12 |
| 295 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 290 | 296 | ||
| 291 | -_:b8 sp:varName "dailyDrillingActivity"^^xsd:string . | 297 | +_:b13 |
| 298 | + sp:varName "normalizedWellName"^^xsd:string . | ||
| 292 | 299 | ||
| 293 | -_:b7 sp:varName "dailyDrillingReport"^^xsd:string . | 300 | +_:b1 sp:varName "dTimEnd"^^xsd:string . |
| 294 | 301 | ||
| 295 | -_:b27 | 302 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 296 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 297 | 303 | ||
| 298 | -_:b26 | 304 | +_:b3 sp:varName "nameWellBore"^^xsd:string . |
| 299 | - sp:varName "dTimStart"^^xsd:string . | ||
| 300 | - | ||
| 301 | -_:b25 | ||
| 302 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 303 | 305 | ||
| 304 | -_:b24 | 306 | +_:b4 sp:varName "dTimStart"^^xsd:string . |
| 305 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 306 | 307 | ||
| 307 | -_:b23 | 308 | +_:b5 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 308 | - sp:varName "dTimEnd"^^xsd:string . | ... | ... |
| 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 . | ... | ... |
| 1 | -# baseURI: null | 1 | +# Saved by TopBraid on Sun Aug 07 12:56:22 PDT 2011 |
| 2 | - | 2 | +# baseURI: null |
| 3 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 3 | + |
| 4 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | 4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
| 5 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | 5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . |
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . |
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 9 | -@prefix visual: <http://topbraid.org/visual#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix visual: <http://topbraid.org/visual#> . |
| 11 | - | 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | -[] rdf:type inference:Configuration ; | 12 | + |
| 13 | - composite:child | 13 | +[] rdf:type inference:Configuration ; |
| 14 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | + composite:child |
| 15 | - <http://spinrdf.org/spin#topSPINOptions> | 15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 16 | - "singlePass" ; | 16 | + <http://spinrdf.org/spin#topSPINOptions> |
| 17 | - composite:index "0"^^xsd:int | 17 | + "singlePass" ; |
| 18 | - ] ; | 18 | + composite:index "0"^^xsd:int |
| 19 | - inference:completeMode | 19 | + ] ; |
| 20 | - "true"^^xsd:boolean . | 20 | + inference:completeMode |
| 21 | + "true"^^xsd:boolean . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 15:55:35 BST 2011 | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 5 | # imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | 6 | # imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL |
| 6 | # imports: http://www.reportinghub.no/ep/schema/report | 7 | # imports: http://www.reportinghub.no/ep/schema/report |
| 7 | # imports: http://www.reportinghub.no/ep/schema/equipment | 8 | # imports: http://www.reportinghub.no/ep/schema/equipment |
| 8 | # imports: http://spinrdf.org/spin | 9 | # imports: http://spinrdf.org/spin |
| 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 : <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . | 12 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . |
| 13 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . | 13 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . |
| ... | @@ -29,711 +29,721 @@ | ... | @@ -29,711 +29,721 @@ |
| 29 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 29 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 30 | spin:rule | 30 | spin:rule |
| 31 | [ rdf:type sp:Construct ; | 31 | [ rdf:type sp:Construct ; |
| 32 | - rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; | 32 | + rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; |
| 33 | sp:templates ([ sp:object _:b1 ; | 33 | sp:templates ([ sp:object _:b1 ; |
| 34 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 34 | + sp:predicate iso15926:hasPart ; |
| 35 | sp:subject _:b2 | 35 | sp:subject _:b2 |
| 36 | + ] [ sp:object _:b3 ; | ||
| 37 | + sp:predicate rdf:type ; | ||
| 38 | + sp:subject _:b1 | ||
| 36 | ]) ; | 39 | ]) ; |
| 37 | - sp:where ([ sp:object _:b3 ; | 40 | + sp:where ([ sp:object _:b4 ; |
| 38 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 39 | sp:subject spin:_this | 42 | sp:subject spin:_this |
| 40 | - ] [ sp:object _:b4 ; | 43 | + ] [ sp:object _:b5 ; |
| 41 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 44 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 42 | sp:subject spin:_this | 45 | sp:subject spin:_this |
| 43 | - ] [ sp:object _:b5 ; | 46 | + ] [ sp:object _:b6 ; |
| 44 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 47 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 45 | sp:subject spin:_this | 48 | sp:subject spin:_this |
| 46 | - ] [ sp:object _:b1 ; | 49 | + ] [ sp:object _:b7 ; |
| 47 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasPresTestType> ; |
| 48 | - sp:subject _:b5 | 51 | + sp:subject _:b6 |
| 52 | + ] [ rdf:type sp:Bind ; | ||
| 53 | + sp:expression | ||
| 54 | + [ rdf:type ep-spin-lib:selectPressureTestType ; | ||
| 55 | + sp:arg1 _:b7 | ||
| 56 | + ] ; | ||
| 57 | + sp:variable _:b3 | ||
| 49 | ] [ rdf:type sp:Bind ; | 58 | ] [ rdf:type sp:Bind ; |
| 50 | sp:expression | 59 | sp:expression |
| 51 | [ rdf:type ep-spin-lib:normalizeString ; | 60 | [ rdf:type ep-spin-lib:normalizeString ; |
| 52 | - sp:arg1 _:b3 | 61 | + sp:arg1 _:b4 |
| 53 | ] ; | 62 | ] ; |
| 54 | - sp:variable _:b6 | 63 | + sp:variable _:b8 |
| 55 | ] [ rdf:type sp:Bind ; | 64 | ] [ rdf:type sp:Bind ; |
| 56 | sp:expression | 65 | sp:expression |
| 57 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 66 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 58 | - sp:arg1 _:b6 ; | 67 | + sp:arg1 _:b8 ; |
| 59 | - sp:arg2 _:b4 | 68 | + sp:arg2 _:b5 |
| 60 | ] ; | 69 | ] ; |
| 61 | sp:variable _:b2 | 70 | sp:variable _:b2 |
| 62 | ]) | 71 | ]) |
| 63 | ] ; | 72 | ] ; |
| 64 | spin:rule | 73 | spin:rule |
| 65 | [ rdf:type sp:Construct ; | 74 | [ rdf:type sp:Construct ; |
| 66 | - rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; | 75 | + rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; |
| 67 | - sp:templates ([ sp:object _:b7 ; | 76 | + sp:templates ([ sp:object _:b9 ; |
| 68 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ; | 77 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; |
| 69 | - sp:subject _:b8 | 78 | + sp:subject _:b10 |
| 70 | ]) ; | 79 | ]) ; |
| 71 | - sp:where ([ sp:object _:b9 ; | 80 | + sp:where ([ sp:object _:b11 ; |
| 72 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 81 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 73 | sp:subject spin:_this | 82 | sp:subject spin:_this |
| 74 | - ] [ sp:object _:b10 ; | 83 | + ] [ sp:object _:b12 ; |
| 75 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 84 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 76 | sp:subject spin:_this | 85 | sp:subject spin:_this |
| 77 | - ] [ sp:object _:b11 ; | 86 | + ] [ sp:object _:b13 ; |
| 78 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 87 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 79 | sp:subject spin:_this | 88 | sp:subject spin:_this |
| 80 | - ] [ sp:object _:b8 ; | 89 | + ] [ sp:object _:b9 ; |
| 81 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; |
| 82 | - sp:subject _:b12 | 91 | + sp:subject _:b13 |
| 83 | - ] [ sp:object _:b7 ; | ||
| 84 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ; | ||
| 85 | - sp:subject _:b11 | ||
| 86 | ] [ rdf:type sp:Bind ; | 92 | ] [ rdf:type sp:Bind ; |
| 87 | sp:expression | 93 | sp:expression |
| 88 | [ rdf:type ep-spin-lib:normalizeString ; | 94 | [ rdf:type ep-spin-lib:normalizeString ; |
| 89 | - sp:arg1 _:b9 | 95 | + sp:arg1 _:b11 |
| 90 | ] ; | 96 | ] ; |
| 91 | - sp:variable _:b13 | 97 | + sp:variable _:b14 |
| 92 | ] [ rdf:type sp:Bind ; | 98 | ] [ rdf:type sp:Bind ; |
| 93 | sp:expression | 99 | sp:expression |
| 94 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 100 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 95 | - sp:arg1 _:b13 ; | 101 | + sp:arg1 _:b14 ; |
| 96 | - sp:arg2 _:b10 | 102 | + sp:arg2 _:b12 |
| 97 | ] ; | 103 | ] ; |
| 98 | - sp:variable _:b12 | 104 | + sp:variable _:b10 |
| 99 | ]) | 105 | ]) |
| 100 | ] ; | 106 | ] ; |
| 101 | spin:rule | 107 | spin:rule |
| 102 | [ rdf:type sp:Construct ; | 108 | [ rdf:type sp:Construct ; |
| 103 | - rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; | 109 | + rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; |
| 104 | - sp:templates ([ sp:object _:b14 ; | 110 | + sp:templates ([ sp:object _:b15 ; |
| 105 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ; | 111 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ; |
| 106 | - sp:subject _:b15 | 112 | + sp:subject _:b16 |
| 107 | ]) ; | 113 | ]) ; |
| 108 | - sp:where ([ sp:object _:b16 ; | 114 | + sp:where ([ sp:object _:b17 ; |
| 109 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 115 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 110 | sp:subject spin:_this | 116 | sp:subject spin:_this |
| 111 | - ] [ sp:object _:b17 ; | 117 | + ] [ sp:object _:b18 ; |
| 112 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 118 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 113 | sp:subject spin:_this | 119 | sp:subject spin:_this |
| 114 | - ] [ sp:object _:b18 ; | 120 | + ] [ sp:object _:b19 ; |
| 115 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 121 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 116 | sp:subject spin:_this | 122 | sp:subject spin:_this |
| 123 | + ] [ sp:object _:b16 ; | ||
| 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 125 | + sp:subject _:b20 | ||
| 117 | ] [ sp:object _:b15 ; | 126 | ] [ sp:object _:b15 ; |
| 118 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 127 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ; |
| 119 | sp:subject _:b19 | 128 | sp:subject _:b19 |
| 120 | - ] [ sp:object _:b14 ; | ||
| 121 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ; | ||
| 122 | - sp:subject _:b18 | ||
| 123 | ] [ rdf:type sp:Bind ; | 129 | ] [ rdf:type sp:Bind ; |
| 124 | sp:expression | 130 | sp:expression |
| 125 | [ rdf:type ep-spin-lib:normalizeString ; | 131 | [ rdf:type ep-spin-lib:normalizeString ; |
| 126 | - sp:arg1 _:b16 | 132 | + sp:arg1 _:b17 |
| 127 | ] ; | 133 | ] ; |
| 128 | - sp:variable _:b20 | 134 | + sp:variable _:b21 |
| 129 | ] [ rdf:type sp:Bind ; | 135 | ] [ rdf:type sp:Bind ; |
| 130 | sp:expression | 136 | sp:expression |
| 131 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 137 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 132 | - sp:arg1 _:b20 ; | 138 | + sp:arg1 _:b21 ; |
| 133 | - sp:arg2 _:b17 | 139 | + sp:arg2 _:b18 |
| 134 | ] ; | 140 | ] ; |
| 135 | - sp:variable _:b19 | 141 | + sp:variable _:b20 |
| 136 | ]) | 142 | ]) |
| 137 | ] ; | 143 | ] ; |
| 138 | spin:rule | 144 | spin:rule |
| 139 | [ rdf:type sp:Construct ; | 145 | [ rdf:type sp:Construct ; |
| 140 | - rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; | 146 | + rdfs:comment "STEP 109 Transfer md"^^xsd:string ; |
| 141 | - sp:templates ([ sp:object _:b21 ; | 147 | + sp:templates ([ sp:object _:b22 ; |
| 142 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ; | 148 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; |
| 143 | - sp:subject _:b22 | 149 | + sp:subject _:b23 |
| 144 | ]) ; | 150 | ]) ; |
| 145 | - sp:where ([ sp:object _:b23 ; | 151 | + sp:where ([ sp:object _:b24 ; |
| 146 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 152 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 147 | sp:subject spin:_this | 153 | sp:subject spin:_this |
| 148 | - ] [ sp:object _:b24 ; | 154 | + ] [ sp:object _:b25 ; |
| 149 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 155 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 150 | sp:subject spin:_this | 156 | sp:subject spin:_this |
| 151 | - ] [ sp:object _:b25 ; | 157 | + ] [ sp:object _:b26 ; |
| 152 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 158 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 153 | sp:subject spin:_this | 159 | sp:subject spin:_this |
| 160 | + ] [ sp:object _:b23 ; | ||
| 161 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 162 | + sp:subject _:b27 | ||
| 154 | ] [ sp:object _:b22 ; | 163 | ] [ sp:object _:b22 ; |
| 155 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 164 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; |
| 156 | sp:subject _:b26 | 165 | sp:subject _:b26 |
| 157 | - ] [ sp:object _:b21 ; | ||
| 158 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ; | ||
| 159 | - sp:subject _:b25 | ||
| 160 | ] [ rdf:type sp:Bind ; | 166 | ] [ rdf:type sp:Bind ; |
| 161 | sp:expression | 167 | sp:expression |
| 162 | [ rdf:type ep-spin-lib:normalizeString ; | 168 | [ rdf:type ep-spin-lib:normalizeString ; |
| 163 | - sp:arg1 _:b23 | 169 | + sp:arg1 _:b24 |
| 164 | ] ; | 170 | ] ; |
| 165 | - sp:variable _:b27 | 171 | + sp:variable _:b28 |
| 166 | ] [ rdf:type sp:Bind ; | 172 | ] [ rdf:type sp:Bind ; |
| 167 | sp:expression | 173 | sp:expression |
| 168 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 174 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 169 | - sp:arg1 _:b27 ; | 175 | + sp:arg1 _:b28 ; |
| 170 | - sp:arg2 _:b24 | 176 | + sp:arg2 _:b25 |
| 171 | ] ; | 177 | ] ; |
| 172 | - sp:variable _:b26 | 178 | + sp:variable _:b27 |
| 173 | ]) | 179 | ]) |
| 174 | ] ; | 180 | ] ; |
| 175 | spin:rule | 181 | spin:rule |
| 176 | [ rdf:type sp:Construct ; | 182 | [ rdf:type sp:Construct ; |
| 177 | - rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; | 183 | + rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; |
| 178 | - sp:templates ([ sp:object _:b28 ; | 184 | + sp:templates ([ sp:object _:b29 ; |
| 179 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ; | 185 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ; |
| 180 | - sp:subject _:b29 | 186 | + sp:subject _:b30 |
| 181 | ]) ; | 187 | ]) ; |
| 182 | - sp:where ([ sp:object _:b30 ; | 188 | + sp:where ([ sp:object _:b31 ; |
| 183 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 189 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 184 | sp:subject spin:_this | 190 | sp:subject spin:_this |
| 185 | - ] [ sp:object _:b31 ; | 191 | + ] [ sp:object _:b32 ; |
| 186 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 192 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 187 | sp:subject spin:_this | 193 | sp:subject spin:_this |
| 188 | - ] [ sp:object | 194 | + ] [ sp:object _:b33 ; |
| 189 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 190 | - ] ; | ||
| 191 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 195 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 192 | sp:subject spin:_this | 196 | sp:subject spin:_this |
| 197 | + ] [ sp:object _:b30 ; | ||
| 198 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 199 | + sp:subject _:b34 | ||
| 193 | ] [ sp:object _:b29 ; | 200 | ] [ sp:object _:b29 ; |
| 194 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 201 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ; |
| 195 | - sp:subject _:b32 | 202 | + sp:subject _:b33 |
| 196 | - ] [ sp:object _:b28 ; | ||
| 197 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ; | ||
| 198 | - sp:subject | ||
| 199 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 200 | - ] | ||
| 201 | ] [ rdf:type sp:Bind ; | 203 | ] [ rdf:type sp:Bind ; |
| 202 | sp:expression | 204 | sp:expression |
| 203 | [ rdf:type ep-spin-lib:normalizeString ; | 205 | [ rdf:type ep-spin-lib:normalizeString ; |
| 204 | - sp:arg1 _:b30 | 206 | + sp:arg1 _:b31 |
| 205 | ] ; | 207 | ] ; |
| 206 | - sp:variable _:b33 | 208 | + sp:variable _:b35 |
| 207 | ] [ rdf:type sp:Bind ; | 209 | ] [ rdf:type sp:Bind ; |
| 208 | sp:expression | 210 | sp:expression |
| 209 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 211 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 210 | - sp:arg1 _:b33 ; | 212 | + sp:arg1 _:b35 ; |
| 211 | - sp:arg2 _:b31 | 213 | + sp:arg2 _:b32 |
| 212 | ] ; | 214 | ] ; |
| 213 | - sp:variable _:b32 | 215 | + sp:variable _:b34 |
| 214 | ]) | 216 | ]) |
| 215 | ] ; | 217 | ] ; |
| 216 | spin:rule | 218 | spin:rule |
| 217 | [ rdf:type sp:Construct ; | 219 | [ rdf:type sp:Construct ; |
| 218 | rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; | 220 | rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; |
| 219 | - sp:templates ([ sp:object _:b34 ; | 221 | + sp:templates ([ sp:object _:b36 ; |
| 220 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ; | 222 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ; |
| 221 | - sp:subject _:b35 | 223 | + sp:subject _:b37 |
| 222 | ]) ; | 224 | ]) ; |
| 223 | - sp:where ([ sp:object _:b36 ; | 225 | + sp:where ([ sp:object _:b38 ; |
| 224 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 226 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 225 | sp:subject spin:_this | 227 | sp:subject spin:_this |
| 226 | - ] [ sp:object _:b37 ; | 228 | + ] [ sp:object _:b39 ; |
| 227 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 229 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 228 | sp:subject spin:_this | 230 | sp:subject spin:_this |
| 229 | - ] [ sp:object _:b38 ; | 231 | + ] [ sp:object _:b40 ; |
| 230 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 232 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 231 | sp:subject spin:_this | 233 | sp:subject spin:_this |
| 232 | - ] [ sp:object _:b35 ; | 234 | + ] [ sp:object _:b37 ; |
| 233 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 235 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 234 | - sp:subject _:b39 | 236 | + sp:subject _:b41 |
| 235 | - ] [ sp:object _:b34 ; | 237 | + ] [ sp:object _:b36 ; |
| 236 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ; | 238 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ; |
| 237 | - sp:subject _:b38 | 239 | + sp:subject _:b40 |
| 238 | ] [ rdf:type sp:Bind ; | 240 | ] [ rdf:type sp:Bind ; |
| 239 | sp:expression | 241 | sp:expression |
| 240 | [ rdf:type ep-spin-lib:normalizeString ; | 242 | [ rdf:type ep-spin-lib:normalizeString ; |
| 241 | - sp:arg1 _:b36 | 243 | + sp:arg1 _:b38 |
| 242 | ] ; | 244 | ] ; |
| 243 | - sp:variable _:b40 | 245 | + sp:variable _:b42 |
| 244 | ] [ rdf:type sp:Bind ; | 246 | ] [ rdf:type sp:Bind ; |
| 245 | sp:expression | 247 | sp:expression |
| 246 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 248 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 247 | - sp:arg1 _:b40 ; | 249 | + sp:arg1 _:b42 ; |
| 248 | - sp:arg2 _:b37 | 250 | + sp:arg2 _:b39 |
| 249 | ] ; | 251 | ] ; |
| 250 | - sp:variable _:b39 | 252 | + sp:variable _:b41 |
| 251 | ]) | 253 | ]) |
| 252 | ] ; | 254 | ] ; |
| 253 | spin:rule | 255 | spin:rule |
| 254 | [ rdf:type sp:Construct ; | 256 | [ rdf:type sp:Construct ; |
| 255 | rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; | 257 | rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; |
| 256 | - sp:templates ([ sp:object _:b41 ; | 258 | + sp:templates ([ sp:object _:b43 ; |
| 257 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ; | 259 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ; |
| 258 | - sp:subject _:b42 | 260 | + sp:subject _:b44 |
| 259 | ]) ; | 261 | ]) ; |
| 260 | - sp:where ([ sp:object _:b43 ; | 262 | + sp:where ([ sp:object _:b45 ; |
| 261 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 263 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 262 | sp:subject spin:_this | 264 | sp:subject spin:_this |
| 263 | - ] [ sp:object _:b44 ; | 265 | + ] [ sp:object _:b46 ; |
| 264 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 266 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 265 | sp:subject spin:_this | 267 | sp:subject spin:_this |
| 266 | - ] [ sp:object _:b45 ; | 268 | + ] [ sp:object _:b47 ; |
| 267 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 269 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 268 | sp:subject spin:_this | 270 | sp:subject spin:_this |
| 269 | - ] [ sp:object _:b42 ; | 271 | + ] [ sp:object _:b44 ; |
| 270 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 272 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 271 | - sp:subject _:b46 | 273 | + sp:subject _:b48 |
| 272 | - ] [ sp:object _:b41 ; | 274 | + ] [ sp:object _:b43 ; |
| 273 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ; | 275 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ; |
| 274 | - sp:subject _:b45 | 276 | + sp:subject _:b47 |
| 275 | ] [ rdf:type sp:Bind ; | 277 | ] [ rdf:type sp:Bind ; |
| 276 | sp:expression | 278 | sp:expression |
| 277 | [ rdf:type ep-spin-lib:normalizeString ; | 279 | [ rdf:type ep-spin-lib:normalizeString ; |
| 278 | - sp:arg1 _:b43 | 280 | + sp:arg1 _:b45 |
| 279 | ] ; | 281 | ] ; |
| 280 | - sp:variable _:b47 | 282 | + sp:variable _:b49 |
| 281 | ] [ rdf:type sp:Bind ; | 283 | ] [ rdf:type sp:Bind ; |
| 282 | sp:expression | 284 | sp:expression |
| 283 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 285 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 284 | - sp:arg1 _:b47 ; | 286 | + sp:arg1 _:b49 ; |
| 285 | - sp:arg2 _:b44 | 287 | + sp:arg2 _:b46 |
| 286 | ] ; | 288 | ] ; |
| 287 | - sp:variable _:b46 | 289 | + sp:variable _:b48 |
| 288 | ]) | 290 | ]) |
| 289 | ] ; | 291 | ] ; |
| 290 | spin:rule | 292 | spin:rule |
| 291 | [ rdf:type sp:Construct ; | 293 | [ rdf:type sp:Construct ; |
| 292 | - rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; | 294 | + rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; |
| 293 | - sp:templates ([ sp:object _:b48 ; | 295 | + sp:templates ([ sp:object _:b50 ; |
| 294 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; | 296 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ; |
| 295 | - sp:subject _:b49 | 297 | + sp:subject _:b51 |
| 296 | ]) ; | 298 | ]) ; |
| 297 | - sp:where ([ sp:object _:b50 ; | 299 | + sp:where ([ sp:object _:b52 ; |
| 298 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 300 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 299 | sp:subject spin:_this | 301 | sp:subject spin:_this |
| 300 | - ] [ sp:object _:b51 ; | 302 | + ] [ sp:object _:b53 ; |
| 301 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 303 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 302 | sp:subject spin:_this | 304 | sp:subject spin:_this |
| 303 | - ] [ sp:object _:b52 ; | 305 | + ] [ sp:object _:b54 ; |
| 304 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 306 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 305 | sp:subject spin:_this | 307 | sp:subject spin:_this |
| 306 | - ] [ sp:object _:b53 ; | 308 | + ] [ sp:object _:b51 ; |
| 307 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTypeWellbore> ; | 309 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 308 | - sp:subject _:b52 | 310 | + sp:subject _:b55 |
| 309 | - ] [ rdf:type sp:Bind ; | 311 | + ] [ sp:object _:b50 ; |
| 310 | - sp:expression | 312 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ; |
| 311 | - [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | 313 | + sp:subject _:b54 |
| 312 | - sp:arg1 _:b53 | ||
| 313 | - ] ; | ||
| 314 | - sp:variable _:b48 | ||
| 315 | ] [ rdf:type sp:Bind ; | 314 | ] [ rdf:type sp:Bind ; |
| 316 | sp:expression | 315 | sp:expression |
| 317 | [ rdf:type ep-spin-lib:normalizeString ; | 316 | [ rdf:type ep-spin-lib:normalizeString ; |
| 318 | - sp:arg1 _:b50 | 317 | + sp:arg1 _:b52 |
| 319 | ] ; | 318 | ] ; |
| 320 | - sp:variable _:b54 | 319 | + sp:variable _:b56 |
| 321 | ] [ rdf:type sp:Bind ; | 320 | ] [ rdf:type sp:Bind ; |
| 322 | sp:expression | 321 | sp:expression |
| 323 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 322 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 324 | - sp:arg1 _:b54 ; | 323 | + sp:arg1 _:b56 ; |
| 325 | - sp:arg2 _:b51 | 324 | + sp:arg2 _:b53 |
| 326 | ] ; | 325 | ] ; |
| 327 | - sp:variable _:b49 | 326 | + sp:variable _:b55 |
| 328 | ]) | 327 | ]) |
| 329 | ] ; | 328 | ] ; |
| 330 | spin:rule | 329 | spin:rule |
| 331 | [ rdf:type sp:Construct ; | 330 | [ rdf:type sp:Construct ; |
| 332 | - rdfs:comment "STEP 109 Transfer md"^^xsd:string ; | 331 | + rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; |
| 333 | - sp:templates ([ sp:object _:b55 ; | 332 | + sp:templates ([ sp:object _:b57 ; |
| 334 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; | 333 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ; |
| 335 | - sp:subject _:b56 | 334 | + sp:subject _:b58 |
| 336 | ]) ; | 335 | ]) ; |
| 337 | - sp:where ([ sp:object _:b57 ; | 336 | + sp:where ([ sp:object _:b59 ; |
| 338 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 337 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 339 | sp:subject spin:_this | 338 | sp:subject spin:_this |
| 340 | - ] [ sp:object _:b58 ; | 339 | + ] [ sp:object _:b60 ; |
| 341 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 340 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 342 | sp:subject spin:_this | 341 | sp:subject spin:_this |
| 343 | - ] [ sp:object _:b59 ; | 342 | + ] [ sp:object _:b61 ; |
| 344 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 343 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 345 | sp:subject spin:_this | 344 | sp:subject spin:_this |
| 346 | - ] [ sp:object _:b56 ; | 345 | + ] [ sp:object _:b58 ; |
| 347 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 346 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 348 | - sp:subject _:b60 | 347 | + sp:subject _:b62 |
| 349 | - ] [ sp:object _:b55 ; | 348 | + ] [ sp:object _:b57 ; |
| 350 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; | 349 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ; |
| 351 | - sp:subject _:b59 | 350 | + sp:subject _:b61 |
| 352 | ] [ rdf:type sp:Bind ; | 351 | ] [ rdf:type sp:Bind ; |
| 353 | sp:expression | 352 | sp:expression |
| 354 | [ rdf:type ep-spin-lib:normalizeString ; | 353 | [ rdf:type ep-spin-lib:normalizeString ; |
| 355 | - sp:arg1 _:b57 | 354 | + sp:arg1 _:b59 |
| 356 | ] ; | 355 | ] ; |
| 357 | - sp:variable _:b61 | 356 | + sp:variable _:b63 |
| 358 | ] [ rdf:type sp:Bind ; | 357 | ] [ rdf:type sp:Bind ; |
| 359 | sp:expression | 358 | sp:expression |
| 360 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 359 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 361 | - sp:arg1 _:b61 ; | 360 | + sp:arg1 _:b63 ; |
| 362 | - sp:arg2 _:b58 | 361 | + sp:arg2 _:b60 |
| 363 | ] ; | 362 | ] ; |
| 364 | - sp:variable _:b60 | 363 | + sp:variable _:b62 |
| 365 | ]) | 364 | ]) |
| 366 | ] ; | 365 | ] ; |
| 367 | spin:rule | 366 | spin:rule |
| 368 | [ rdf:type sp:Construct ; | 367 | [ rdf:type sp:Construct ; |
| 369 | - rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; | 368 | + rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; |
| 370 | - sp:templates ([ sp:object _:b62 ; | 369 | + sp:templates ([ sp:object _:b64 ; |
| 371 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ; | 370 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ; |
| 372 | - sp:subject _:b63 | 371 | + sp:subject _:b65 |
| 373 | ]) ; | 372 | ]) ; |
| 374 | - sp:where ([ sp:object _:b64 ; | 373 | + sp:where ([ sp:object _:b66 ; |
| 375 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 374 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 376 | sp:subject spin:_this | 375 | sp:subject spin:_this |
| 377 | - ] [ sp:object _:b65 ; | 376 | + ] [ sp:object _:b67 ; |
| 378 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 377 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 379 | sp:subject spin:_this | 378 | sp:subject spin:_this |
| 380 | - ] [ sp:object _:b66 ; | 379 | + ] [ sp:object _:b68 ; |
| 381 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 380 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 382 | sp:subject spin:_this | 381 | sp:subject spin:_this |
| 383 | - ] [ sp:object _:b63 ; | 382 | + ] [ sp:object _:b65 ; |
| 384 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 383 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 385 | - sp:subject _:b67 | 384 | + sp:subject _:b69 |
| 386 | - ] [ sp:object _:b62 ; | 385 | + ] [ sp:object _:b64 ; |
| 387 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ; | 386 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ; |
| 388 | - sp:subject _:b66 | 387 | + sp:subject _:b68 |
| 389 | ] [ rdf:type sp:Bind ; | 388 | ] [ rdf:type sp:Bind ; |
| 390 | sp:expression | 389 | sp:expression |
| 391 | [ rdf:type ep-spin-lib:normalizeString ; | 390 | [ rdf:type ep-spin-lib:normalizeString ; |
| 392 | - sp:arg1 _:b64 | 391 | + sp:arg1 _:b66 |
| 393 | ] ; | 392 | ] ; |
| 394 | - sp:variable _:b68 | 393 | + sp:variable _:b70 |
| 395 | ] [ rdf:type sp:Bind ; | 394 | ] [ rdf:type sp:Bind ; |
| 396 | sp:expression | 395 | sp:expression |
| 397 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 396 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 398 | - sp:arg1 _:b68 ; | 397 | + sp:arg1 _:b70 ; |
| 399 | - sp:arg2 _:b65 | 398 | + sp:arg2 _:b67 |
| 400 | ] ; | 399 | ] ; |
| 401 | - sp:variable _:b67 | 400 | + sp:variable _:b69 |
| 402 | ]) | 401 | ]) |
| 403 | ] ; | 402 | ] ; |
| 404 | spin:rule | 403 | spin:rule |
| 405 | [ rdf:type sp:Construct ; | 404 | [ rdf:type sp:Construct ; |
| 406 | - rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; | 405 | + rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; |
| 407 | - sp:templates ([ sp:object _:b69 ; | 406 | + sp:templates ([ sp:object _:b71 ; |
| 408 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ; | 407 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ; |
| 409 | - sp:subject _:b70 | 408 | + sp:subject _:b72 |
| 410 | ]) ; | 409 | ]) ; |
| 411 | - sp:where ([ sp:object _:b71 ; | 410 | + sp:where ([ sp:object _:b73 ; |
| 412 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 411 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 413 | sp:subject spin:_this | 412 | sp:subject spin:_this |
| 414 | - ] [ sp:object _:b72 ; | 413 | + ] [ sp:object _:b74 ; |
| 415 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 414 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 416 | sp:subject spin:_this | 415 | sp:subject spin:_this |
| 417 | - ] [ sp:object _:b73 ; | 416 | + ] [ sp:object _:b75 ; |
| 418 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 417 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 419 | sp:subject spin:_this | 418 | sp:subject spin:_this |
| 420 | - ] [ sp:object _:b70 ; | 419 | + ] [ sp:object _:b72 ; |
| 421 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 420 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 422 | - sp:subject _:b74 | 421 | + sp:subject _:b76 |
| 423 | - ] [ sp:object _:b69 ; | 422 | + ] [ sp:object _:b71 ; |
| 424 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ; | 423 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ; |
| 425 | - sp:subject _:b73 | 424 | + sp:subject _:b75 |
| 426 | ] [ rdf:type sp:Bind ; | 425 | ] [ rdf:type sp:Bind ; |
| 427 | sp:expression | 426 | sp:expression |
| 428 | [ rdf:type ep-spin-lib:normalizeString ; | 427 | [ rdf:type ep-spin-lib:normalizeString ; |
| 429 | - sp:arg1 _:b71 | 428 | + sp:arg1 _:b73 |
| 430 | ] ; | 429 | ] ; |
| 431 | - sp:variable _:b75 | 430 | + sp:variable _:b77 |
| 432 | ] [ rdf:type sp:Bind ; | 431 | ] [ rdf:type sp:Bind ; |
| 433 | sp:expression | 432 | sp:expression |
| 434 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 433 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 435 | - sp:arg1 _:b75 ; | 434 | + sp:arg1 _:b77 ; |
| 436 | - sp:arg2 _:b72 | 435 | + sp:arg2 _:b74 |
| 437 | ] ; | 436 | ] ; |
| 438 | - sp:variable _:b74 | 437 | + sp:variable _:b76 |
| 439 | ]) | 438 | ]) |
| 440 | ] ; | 439 | ] ; |
| 441 | spin:rule | 440 | spin:rule |
| 442 | [ rdf:type sp:Construct ; | 441 | [ rdf:type sp:Construct ; |
| 443 | - rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; | 442 | + rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; |
| 444 | - sp:templates ([ sp:object _:b76 ; | 443 | + sp:templates ([ sp:object _:b78 ; |
| 445 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ; | 444 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ; |
| 446 | - sp:subject _:b77 | 445 | + sp:subject _:b79 |
| 447 | ]) ; | 446 | ]) ; |
| 448 | - sp:where ([ sp:object _:b78 ; | 447 | + sp:where ([ sp:object _:b80 ; |
| 449 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 448 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 450 | sp:subject spin:_this | 449 | sp:subject spin:_this |
| 451 | - ] [ sp:object _:b79 ; | 450 | + ] [ sp:object _:b81 ; |
| 452 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 451 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 453 | sp:subject spin:_this | 452 | sp:subject spin:_this |
| 454 | - ] [ sp:object _:b80 ; | 453 | + ] [ sp:object _:b82 ; |
| 455 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 454 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 456 | sp:subject spin:_this | 455 | sp:subject spin:_this |
| 457 | - ] [ sp:object _:b77 ; | 456 | + ] [ sp:object _:b79 ; |
| 458 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 457 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 459 | - sp:subject _:b81 | 458 | + sp:subject _:b83 |
| 460 | - ] [ sp:object _:b76 ; | 459 | + ] [ sp:object _:b78 ; |
| 461 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ; | 460 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ; |
| 462 | - sp:subject _:b80 | 461 | + sp:subject _:b82 |
| 463 | ] [ rdf:type sp:Bind ; | 462 | ] [ rdf:type sp:Bind ; |
| 464 | sp:expression | 463 | sp:expression |
| 465 | [ rdf:type ep-spin-lib:normalizeString ; | 464 | [ rdf:type ep-spin-lib:normalizeString ; |
| 466 | - sp:arg1 _:b78 | 465 | + sp:arg1 _:b80 |
| 467 | ] ; | 466 | ] ; |
| 468 | - sp:variable _:b82 | 467 | + sp:variable _:b84 |
| 469 | ] [ rdf:type sp:Bind ; | 468 | ] [ rdf:type sp:Bind ; |
| 470 | sp:expression | 469 | sp:expression |
| 471 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 470 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 472 | - sp:arg1 _:b82 ; | 471 | + sp:arg1 _:b84 ; |
| 473 | - sp:arg2 _:b79 | 472 | + sp:arg2 _:b81 |
| 474 | ] ; | 473 | ] ; |
| 475 | - sp:variable _:b81 | 474 | + sp:variable _:b83 |
| 476 | ]) | 475 | ]) |
| 477 | ] ; | 476 | ] ; |
| 478 | spin:rule | 477 | spin:rule |
| 479 | [ rdf:type sp:Construct ; | 478 | [ rdf:type sp:Construct ; |
| 480 | - rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; | 479 | + rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; |
| 481 | - sp:templates ([ sp:object _:b83 ; | 480 | + sp:templates ([ sp:object _:b85 ; |
| 482 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 481 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; |
| 483 | - sp:subject _:b84 | 482 | + sp:subject _:b86 |
| 484 | ]) ; | 483 | ]) ; |
| 485 | - sp:where ([ sp:object _:b85 ; | 484 | + sp:where ([ sp:object _:b87 ; |
| 486 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 485 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 487 | sp:subject spin:_this | 486 | sp:subject spin:_this |
| 488 | - ] [ sp:object _:b86 ; | 487 | + ] [ sp:object _:b88 ; |
| 489 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 488 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 490 | sp:subject spin:_this | 489 | sp:subject spin:_this |
| 491 | - ] [ sp:object _:b87 ; | 490 | + ] [ sp:object _:b89 ; |
| 492 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 491 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 493 | sp:subject spin:_this | 492 | sp:subject spin:_this |
| 494 | - ] [ sp:object _:b83 ; | 493 | + ] [ sp:object _:b85 ; |
| 495 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 494 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; |
| 496 | - sp:subject _:b87 | 495 | + sp:subject _:b89 |
| 497 | ] [ rdf:type sp:Bind ; | 496 | ] [ rdf:type sp:Bind ; |
| 498 | sp:expression | 497 | sp:expression |
| 499 | [ rdf:type ep-spin-lib:normalizeString ; | 498 | [ rdf:type ep-spin-lib:normalizeString ; |
| 500 | - sp:arg1 _:b85 | 499 | + sp:arg1 _:b87 |
| 501 | ] ; | 500 | ] ; |
| 502 | - sp:variable _:b88 | 501 | + sp:variable _:b90 |
| 503 | ] [ rdf:type sp:Bind ; | 502 | ] [ rdf:type sp:Bind ; |
| 504 | sp:expression | 503 | sp:expression |
| 505 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 504 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 506 | - sp:arg1 _:b88 ; | 505 | + sp:arg1 _:b90 ; |
| 507 | - sp:arg2 _:b86 | 506 | + sp:arg2 _:b88 |
| 508 | ] ; | 507 | ] ; |
| 509 | - sp:variable _:b84 | 508 | + sp:variable _:b86 |
| 510 | ]) | 509 | ]) |
| 511 | ] ; | 510 | ] ; |
| 512 | spin:rule | 511 | spin:rule |
| 513 | [ rdf:type sp:Construct ; | 512 | [ rdf:type sp:Construct ; |
| 514 | - rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; | 513 | + rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; |
| 515 | - sp:templates ([ sp:object _:b89 ; | 514 | + sp:templates ([ sp:object _:b91 ; |
| 516 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ; | 515 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ; |
| 517 | - sp:subject _:b90 | 516 | + sp:subject _:b92 |
| 518 | ]) ; | 517 | ]) ; |
| 519 | - sp:where ([ sp:object _:b91 ; | 518 | + sp:where ([ sp:object _:b93 ; |
| 520 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 519 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 521 | sp:subject spin:_this | 520 | sp:subject spin:_this |
| 522 | - ] [ sp:object _:b92 ; | 521 | + ] [ sp:object _:b94 ; |
| 523 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 522 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 524 | sp:subject spin:_this | 523 | sp:subject spin:_this |
| 525 | - ] [ sp:object _:b93 ; | 524 | + ] [ sp:object _:b95 ; |
| 526 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 525 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 527 | sp:subject spin:_this | 526 | sp:subject spin:_this |
| 528 | - ] [ sp:object _:b90 ; | 527 | + ] [ sp:object _:b92 ; |
| 529 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 528 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 530 | - sp:subject _:b94 | 529 | + sp:subject _:b96 |
| 531 | - ] [ sp:object _:b89 ; | 530 | + ] [ sp:object _:b91 ; |
| 532 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ; | 531 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ; |
| 533 | - sp:subject _:b93 | 532 | + sp:subject _:b95 |
| 534 | ] [ rdf:type sp:Bind ; | 533 | ] [ rdf:type sp:Bind ; |
| 535 | sp:expression | 534 | sp:expression |
| 536 | [ rdf:type ep-spin-lib:normalizeString ; | 535 | [ rdf:type ep-spin-lib:normalizeString ; |
| 537 | - sp:arg1 _:b91 | 536 | + sp:arg1 _:b93 |
| 538 | ] ; | 537 | ] ; |
| 539 | - sp:variable _:b95 | 538 | + sp:variable _:b97 |
| 540 | ] [ rdf:type sp:Bind ; | 539 | ] [ rdf:type sp:Bind ; |
| 541 | sp:expression | 540 | sp:expression |
| 542 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 541 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 543 | - sp:arg1 _:b95 ; | 542 | + sp:arg1 _:b97 ; |
| 544 | - sp:arg2 _:b92 | 543 | + sp:arg2 _:b94 |
| 545 | ] ; | 544 | ] ; |
| 546 | - sp:variable _:b94 | 545 | + sp:variable _:b96 |
| 547 | ]) | 546 | ]) |
| 548 | ] ; | 547 | ] ; |
| 549 | spin:rule | 548 | spin:rule |
| 550 | [ rdf:type sp:Construct ; | 549 | [ rdf:type sp:Construct ; |
| 551 | - rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; | 550 | + rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; |
| 552 | - sp:templates ([ sp:object _:b96 ; | 551 | + sp:templates ([ sp:object _:b98 ; |
| 553 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; | 552 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ; |
| 554 | - sp:subject _:b97 | 553 | + sp:subject _:b99 |
| 555 | ]) ; | 554 | ]) ; |
| 556 | - sp:where ([ sp:object _:b98 ; | 555 | + sp:where ([ sp:object _:b100 ; |
| 557 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 556 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 558 | sp:subject spin:_this | 557 | sp:subject spin:_this |
| 559 | - ] [ sp:object _:b99 ; | 558 | + ] [ sp:object _:b101 ; |
| 560 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 559 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 561 | sp:subject spin:_this | 560 | sp:subject spin:_this |
| 562 | - ] [ sp:object _:b100 ; | 561 | + ] [ sp:object _:b102 ; |
| 563 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 562 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 564 | sp:subject spin:_this | 563 | sp:subject spin:_this |
| 565 | - ] [ sp:object _:b96 ; | 564 | + ] [ sp:object _:b99 ; |
| 566 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; | 565 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 567 | - sp:subject _:b100 | 566 | + sp:subject _:b103 |
| 567 | + ] [ sp:object _:b98 ; | ||
| 568 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ; | ||
| 569 | + sp:subject _:b102 | ||
| 568 | ] [ rdf:type sp:Bind ; | 570 | ] [ rdf:type sp:Bind ; |
| 569 | sp:expression | 571 | sp:expression |
| 570 | [ rdf:type ep-spin-lib:normalizeString ; | 572 | [ rdf:type ep-spin-lib:normalizeString ; |
| 571 | - sp:arg1 _:b98 | 573 | + sp:arg1 _:b100 |
| 572 | ] ; | 574 | ] ; |
| 573 | - sp:variable _:b101 | 575 | + sp:variable _:b104 |
| 574 | ] [ rdf:type sp:Bind ; | 576 | ] [ rdf:type sp:Bind ; |
| 575 | sp:expression | 577 | sp:expression |
| 576 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 578 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 577 | - sp:arg1 _:b101 ; | 579 | + sp:arg1 _:b104 ; |
| 578 | - sp:arg2 _:b99 | 580 | + sp:arg2 _:b101 |
| 579 | ] ; | 581 | ] ; |
| 580 | - sp:variable _:b97 | 582 | + sp:variable _:b103 |
| 581 | ]) | 583 | ]) |
| 582 | ] ; | 584 | ] ; |
| 583 | spin:rule | 585 | spin:rule |
| 584 | [ rdf:type sp:Construct ; | 586 | [ rdf:type sp:Construct ; |
| 585 | - rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; | 587 | + rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; |
| 586 | - sp:templates ([ sp:object _:b102 ; | 588 | + sp:templates ([ sp:object _:b105 ; |
| 587 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ; | 589 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 588 | - sp:subject _:b103 | 590 | + sp:subject _:b106 |
| 589 | ]) ; | 591 | ]) ; |
| 590 | - sp:where ([ sp:object _:b104 ; | 592 | + sp:where ([ sp:object _:b107 ; |
| 591 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 593 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 592 | sp:subject spin:_this | 594 | sp:subject spin:_this |
| 593 | - ] [ sp:object _:b105 ; | 595 | + ] [ sp:object _:b108 ; |
| 594 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 596 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 595 | sp:subject spin:_this | 597 | sp:subject spin:_this |
| 596 | - ] [ sp:object _:b106 ; | 598 | + ] [ sp:object _:b109 ; |
| 597 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 599 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 598 | sp:subject spin:_this | 600 | sp:subject spin:_this |
| 599 | - ] [ sp:object _:b103 ; | 601 | + ] [ sp:object _:b105 ; |
| 600 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 602 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 601 | - sp:subject _:b107 | 603 | + sp:subject _:b109 |
| 602 | - ] [ sp:object _:b102 ; | ||
| 603 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ; | ||
| 604 | - sp:subject _:b106 | ||
| 605 | ] [ rdf:type sp:Bind ; | 604 | ] [ rdf:type sp:Bind ; |
| 606 | sp:expression | 605 | sp:expression |
| 607 | [ rdf:type ep-spin-lib:normalizeString ; | 606 | [ rdf:type ep-spin-lib:normalizeString ; |
| 608 | - sp:arg1 _:b104 | 607 | + sp:arg1 _:b107 |
| 609 | ] ; | 608 | ] ; |
| 610 | - sp:variable _:b108 | 609 | + sp:variable _:b110 |
| 611 | ] [ rdf:type sp:Bind ; | 610 | ] [ rdf:type sp:Bind ; |
| 612 | sp:expression | 611 | sp:expression |
| 613 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 612 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 614 | - sp:arg1 _:b108 ; | 613 | + sp:arg1 _:b110 ; |
| 615 | - sp:arg2 _:b105 | 614 | + sp:arg2 _:b108 |
| 616 | ] ; | 615 | ] ; |
| 617 | - sp:variable _:b107 | 616 | + sp:variable _:b106 |
| 618 | ]) | 617 | ]) |
| 619 | ] ; | 618 | ] ; |
| 620 | spin:rule | 619 | spin:rule |
| 621 | [ rdf:type sp:Construct ; | 620 | [ rdf:type sp:Construct ; |
| 622 | - rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; | 621 | + rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; |
| 623 | - sp:templates ([ sp:object _:b109 ; | 622 | + sp:templates ([ sp:object _:b111 ; |
| 624 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ; | 623 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ; |
| 625 | - sp:subject _:b110 | 624 | + sp:subject _:b112 |
| 626 | ]) ; | 625 | ]) ; |
| 627 | - sp:where ([ sp:object _:b111 ; | 626 | + sp:where ([ sp:object _:b113 ; |
| 628 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 627 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 629 | sp:subject spin:_this | 628 | sp:subject spin:_this |
| 630 | - ] [ sp:object _:b112 ; | 629 | + ] [ sp:object _:b114 ; |
| 631 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 630 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 632 | sp:subject spin:_this | 631 | sp:subject spin:_this |
| 633 | - ] [ sp:object _:b113 ; | 632 | + ] [ sp:object |
| 633 | + [ sp:varName "statusInfo"^^xsd:string | ||
| 634 | + ] ; | ||
| 634 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 635 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 635 | sp:subject spin:_this | 636 | sp:subject spin:_this |
| 636 | - ] [ sp:object _:b110 ; | 637 | + ] [ sp:object _:b112 ; |
| 637 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 638 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 638 | - sp:subject _:b114 | 639 | + sp:subject _:b115 |
| 639 | - ] [ sp:object _:b109 ; | 640 | + ] [ sp:object _:b111 ; |
| 640 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ; | 641 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ; |
| 641 | - sp:subject _:b113 | 642 | + sp:subject |
| 643 | + [ sp:varName "statusInfoddr"^^xsd:string | ||
| 644 | + ] | ||
| 642 | ] [ rdf:type sp:Bind ; | 645 | ] [ rdf:type sp:Bind ; |
| 643 | sp:expression | 646 | sp:expression |
| 644 | [ rdf:type ep-spin-lib:normalizeString ; | 647 | [ rdf:type ep-spin-lib:normalizeString ; |
| 645 | - sp:arg1 _:b111 | 648 | + sp:arg1 _:b113 |
| 646 | ] ; | 649 | ] ; |
| 647 | - sp:variable _:b115 | 650 | + sp:variable _:b116 |
| 648 | ] [ rdf:type sp:Bind ; | 651 | ] [ rdf:type sp:Bind ; |
| 649 | sp:expression | 652 | sp:expression |
| 650 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 653 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 651 | - sp:arg1 _:b115 ; | 654 | + sp:arg1 _:b116 ; |
| 652 | - sp:arg2 _:b112 | 655 | + sp:arg2 _:b114 |
| 653 | ] ; | 656 | ] ; |
| 654 | - sp:variable _:b114 | 657 | + sp:variable _:b115 |
| 655 | ]) | 658 | ]) |
| 656 | ] ; | 659 | ] ; |
| 657 | spin:rule | 660 | spin:rule |
| 658 | [ rdf:type sp:Construct ; | 661 | [ rdf:type sp:Construct ; |
| 659 | - rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; | 662 | + rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; |
| 660 | - sp:templates ([ sp:object _:b116 ; | 663 | + sp:templates ([ sp:object _:b117 ; |
| 661 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; | 664 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ; |
| 662 | - sp:subject _:b117 | 665 | + sp:subject _:b118 |
| 663 | ]) ; | 666 | ]) ; |
| 664 | - sp:where ([ sp:object _:b118 ; | 667 | + sp:where ([ sp:object _:b119 ; |
| 665 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 668 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 666 | sp:subject spin:_this | 669 | sp:subject spin:_this |
| 667 | - ] [ sp:object _:b119 ; | 670 | + ] [ sp:object _:b120 ; |
| 668 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 671 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 669 | sp:subject spin:_this | 672 | sp:subject spin:_this |
| 670 | - ] [ sp:object _:b120 ; | 673 | + ] [ sp:object |
| 674 | + [ sp:varName "statusInfo"^^xsd:string | ||
| 675 | + ] ; | ||
| 671 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 676 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 672 | sp:subject spin:_this | 677 | sp:subject spin:_this |
| 673 | - ] [ sp:object _:b116 ; | 678 | + ] [ sp:object _:b118 ; |
| 674 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; | 679 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 675 | - sp:subject _:b120 | 680 | + sp:subject _:b121 |
| 681 | + ] [ sp:object _:b117 ; | ||
| 682 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ; | ||
| 683 | + sp:subject | ||
| 684 | + [ sp:varName "statusInfoddr"^^xsd:string | ||
| 685 | + ] | ||
| 676 | ] [ rdf:type sp:Bind ; | 686 | ] [ rdf:type sp:Bind ; |
| 677 | sp:expression | 687 | sp:expression |
| 678 | [ rdf:type ep-spin-lib:normalizeString ; | 688 | [ rdf:type ep-spin-lib:normalizeString ; |
| 679 | - sp:arg1 _:b118 | 689 | + sp:arg1 _:b119 |
| 680 | ] ; | 690 | ] ; |
| 681 | - sp:variable _:b121 | 691 | + sp:variable _:b122 |
| 682 | ] [ rdf:type sp:Bind ; | 692 | ] [ rdf:type sp:Bind ; |
| 683 | sp:expression | 693 | sp:expression |
| 684 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 694 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 685 | - sp:arg1 _:b121 ; | 695 | + sp:arg1 _:b122 ; |
| 686 | - sp:arg2 _:b119 | 696 | + sp:arg2 _:b120 |
| 687 | ] ; | 697 | ] ; |
| 688 | - sp:variable _:b117 | 698 | + sp:variable _:b121 |
| 689 | ]) | 699 | ]) |
| 690 | ] ; | 700 | ] ; |
| 691 | spin:rule | 701 | spin:rule |
| 692 | [ rdf:type sp:Construct ; | 702 | [ rdf:type sp:Construct ; |
| 693 | - rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; | 703 | + rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; |
| 694 | - sp:templates ([ sp:object _:b122 ; | 704 | + sp:templates ([ sp:object _:b123 ; |
| 695 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ; | 705 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#wellBoreDrillingType> ; |
| 696 | - sp:subject _:b123 | 706 | + sp:subject _:b124 |
| 697 | ]) ; | 707 | ]) ; |
| 698 | - sp:where ([ sp:object _:b124 ; | 708 | + sp:where ([ sp:object _:b125 ; |
| 699 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 709 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 700 | sp:subject spin:_this | 710 | sp:subject spin:_this |
| 701 | - ] [ sp:object _:b125 ; | 711 | + ] [ sp:object _:b126 ; |
| 702 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 712 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 703 | sp:subject spin:_this | 713 | sp:subject spin:_this |
| 704 | - ] [ sp:object _:b126 ; | 714 | + ] [ sp:object _:b127 ; |
| 705 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 715 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 706 | sp:subject spin:_this | 716 | sp:subject spin:_this |
| 707 | - ] [ sp:object _:b123 ; | 717 | + ] [ sp:object _:b128 ; |
| 708 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 718 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTypeWellbore> ; |
| 709 | sp:subject _:b127 | 719 | sp:subject _:b127 |
| 710 | - ] [ sp:object _:b122 ; | 720 | + ] [ rdf:type sp:Bind ; |
| 711 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ; | 721 | + sp:expression |
| 712 | - sp:subject _:b126 | 722 | + [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; |
| 723 | + sp:arg1 _:b128 | ||
| 724 | + ] ; | ||
| 725 | + sp:variable _:b123 | ||
| 713 | ] [ rdf:type sp:Bind ; | 726 | ] [ rdf:type sp:Bind ; |
| 714 | sp:expression | 727 | sp:expression |
| 715 | [ rdf:type ep-spin-lib:normalizeString ; | 728 | [ rdf:type ep-spin-lib:normalizeString ; |
| 716 | - sp:arg1 _:b124 | 729 | + sp:arg1 _:b125 |
| 717 | ] ; | 730 | ] ; |
| 718 | - sp:variable _:b128 | 731 | + sp:variable _:b129 |
| 719 | ] [ rdf:type sp:Bind ; | 732 | ] [ rdf:type sp:Bind ; |
| 720 | sp:expression | 733 | sp:expression |
| 721 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 734 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 722 | - sp:arg1 _:b128 ; | 735 | + sp:arg1 _:b129 ; |
| 723 | - sp:arg2 _:b125 | 736 | + sp:arg2 _:b126 |
| 724 | ] ; | 737 | ] ; |
| 725 | - sp:variable _:b127 | 738 | + sp:variable _:b124 |
| 726 | ]) | 739 | ]) |
| 727 | ] ; | 740 | ] ; |
| 728 | spin:rule | 741 | spin:rule |
| 729 | [ rdf:type sp:Construct ; | 742 | [ rdf:type sp:Construct ; |
| 730 | - rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; | 743 | + rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; |
| 731 | - sp:templates ([ sp:object _:b129 ; | 744 | + sp:templates ([ sp:object _:b130 ; |
| 732 | - sp:predicate iso15926:hasPart ; | 745 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ; |
| 733 | - sp:subject _:b130 | 746 | + sp:subject _:b131 |
| 734 | - ] [ sp:object _:b131 ; | ||
| 735 | - sp:predicate rdf:type ; | ||
| 736 | - sp:subject _:b129 | ||
| 737 | ]) ; | 747 | ]) ; |
| 738 | sp:where ([ sp:object _:b132 ; | 748 | sp:where ([ sp:object _:b132 ; |
| 739 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 749 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| ... | @@ -744,17 +754,14 @@ | ... | @@ -744,17 +754,14 @@ |
| 744 | ] [ sp:object _:b134 ; | 754 | ] [ sp:object _:b134 ; |
| 745 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 755 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 746 | sp:subject spin:_this | 756 | sp:subject spin:_this |
| 747 | - ] [ sp:object _:b135 ; | 757 | + ] [ sp:object _:b131 ; |
| 748 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasPresTestType> ; | 758 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 759 | + sp:subject _:b135 | ||
| 760 | + ] [ sp:object _:b130 ; | ||
| 761 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ; | ||
| 749 | sp:subject _:b134 | 762 | sp:subject _:b134 |
| 750 | ] [ rdf:type sp:Bind ; | 763 | ] [ rdf:type sp:Bind ; |
| 751 | sp:expression | 764 | sp:expression |
| 752 | - [ rdf:type ep-spin-lib:selectPressureTestType ; | ||
| 753 | - sp:arg1 _:b135 | ||
| 754 | - ] ; | ||
| 755 | - sp:variable _:b131 | ||
| 756 | - ] [ rdf:type sp:Bind ; | ||
| 757 | - sp:expression | ||
| 758 | [ rdf:type ep-spin-lib:normalizeString ; | 765 | [ rdf:type ep-spin-lib:normalizeString ; |
| 759 | sp:arg1 _:b132 | 766 | sp:arg1 _:b132 |
| 760 | ] ; | 767 | ] ; |
| ... | @@ -765,14 +772,14 @@ | ... | @@ -765,14 +772,14 @@ |
| 765 | sp:arg1 _:b136 ; | 772 | sp:arg1 _:b136 ; |
| 766 | sp:arg2 _:b133 | 773 | sp:arg2 _:b133 |
| 767 | ] ; | 774 | ] ; |
| 768 | - sp:variable _:b130 | 775 | + sp:variable _:b135 |
| 769 | ]) | 776 | ]) |
| 770 | ] ; | 777 | ] ; |
| 771 | spin:rule | 778 | spin:rule |
| 772 | [ rdf:type sp:Construct ; | 779 | [ rdf:type sp:Construct ; |
| 773 | - rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; | 780 | + rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; |
| 774 | sp:templates ([ sp:object _:b137 ; | 781 | sp:templates ([ sp:object _:b137 ; |
| 775 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ; | 782 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ; |
| 776 | sp:subject _:b138 | 783 | sp:subject _:b138 |
| 777 | ]) ; | 784 | ]) ; |
| 778 | sp:where ([ sp:object _:b139 ; | 785 | sp:where ([ sp:object _:b139 ; |
| ... | @@ -785,10 +792,10 @@ | ... | @@ -785,10 +792,10 @@ |
| 785 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 792 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 786 | sp:subject spin:_this | 793 | sp:subject spin:_this |
| 787 | ] [ sp:object _:b138 ; | 794 | ] [ sp:object _:b138 ; |
| 788 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 795 | + sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; |
| 789 | sp:subject _:b142 | 796 | sp:subject _:b142 |
| 790 | ] [ sp:object _:b137 ; | 797 | ] [ sp:object _:b137 ; |
| 791 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ; | 798 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ; |
| 792 | sp:subject _:b141 | 799 | sp:subject _:b141 |
| 793 | ] [ rdf:type sp:Bind ; | 800 | ] [ rdf:type sp:Bind ; |
| 794 | sp:expression | 801 | sp:expression |
| ... | @@ -807,9 +814,9 @@ | ... | @@ -807,9 +814,9 @@ |
| 807 | ] ; | 814 | ] ; |
| 808 | spin:rule | 815 | spin:rule |
| 809 | [ rdf:type sp:Construct ; | 816 | [ rdf:type sp:Construct ; |
| 810 | - rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; | 817 | + rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; |
| 811 | sp:templates ([ sp:object _:b144 ; | 818 | sp:templates ([ sp:object _:b144 ; |
| 812 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ; | 819 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 813 | sp:subject _:b145 | 820 | sp:subject _:b145 |
| 814 | ]) ; | 821 | ]) ; |
| 815 | sp:where ([ sp:object _:b146 ; | 822 | sp:where ([ sp:object _:b146 ; |
| ... | @@ -818,19 +825,12 @@ | ... | @@ -818,19 +825,12 @@ |
| 818 | ] [ sp:object _:b147 ; | 825 | ] [ sp:object _:b147 ; |
| 819 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 826 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 820 | sp:subject spin:_this | 827 | sp:subject spin:_this |
| 821 | - ] [ sp:object | 828 | + ] [ sp:object _:b148 ; |
| 822 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 823 | - ] ; | ||
| 824 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 829 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; |
| 825 | sp:subject spin:_this | 830 | sp:subject spin:_this |
| 826 | - ] [ sp:object _:b145 ; | ||
| 827 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 828 | - sp:subject _:b148 | ||
| 829 | ] [ sp:object _:b144 ; | 831 | ] [ sp:object _:b144 ; |
| 830 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ; | 832 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 831 | - sp:subject | 833 | + sp:subject _:b148 |
| 832 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 833 | - ] | ||
| 834 | ] [ rdf:type sp:Bind ; | 834 | ] [ rdf:type sp:Bind ; |
| 835 | sp:expression | 835 | sp:expression |
| 836 | [ rdf:type ep-spin-lib:normalizeString ; | 836 | [ rdf:type ep-spin-lib:normalizeString ; |
| ... | @@ -843,446 +843,447 @@ | ... | @@ -843,446 +843,447 @@ |
| 843 | sp:arg1 _:b149 ; | 843 | sp:arg1 _:b149 ; |
| 844 | sp:arg2 _:b147 | 844 | sp:arg2 _:b147 |
| 845 | ] ; | 845 | ] ; |
| 846 | - sp:variable _:b148 | 846 | + sp:variable _:b145 |
| 847 | ]) | 847 | ]) |
| 848 | ] . | 848 | ] . |
| 849 | 849 | ||
| 850 | <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> | 850 | <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> |
| 851 | rdf:type owl:Ontology ; | 851 | rdf:type owl:Ontology ; |
| 852 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/activity> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> ; | 852 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> ; |
| 853 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 853 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 854 | 854 | ||
| 855 | -_:b50 | 855 | +_:b105 |
| 856 | + sp:varName "sum24Hr"^^xsd:string . | ||
| 857 | + | ||
| 858 | +_:b106 | ||
| 859 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 860 | + | ||
| 861 | +_:b107 | ||
| 856 | sp:varName "nameWellBore"^^xsd:string . | 862 | sp:varName "nameWellBore"^^xsd:string . |
| 857 | 863 | ||
| 858 | -_:b51 | 864 | +_:b108 |
| 859 | sp:varName "dTimStart"^^xsd:string . | 865 | sp:varName "dTimStart"^^xsd:string . |
| 860 | 866 | ||
| 861 | -_:b52 | 867 | +_:b109 |
| 862 | sp:varName "statusInfo"^^xsd:string . | 868 | sp:varName "statusInfo"^^xsd:string . |
| 863 | 869 | ||
| 864 | -_:b53 | 870 | +_:b110 |
| 865 | - sp:varName "typeWellBore"^^xsd:string . | ||
| 866 | - | ||
| 867 | -_:b48 | ||
| 868 | - sp:varName "wellBoreDrillingType"^^xsd:string . | ||
| 869 | - | ||
| 870 | -_:b54 | ||
| 871 | sp:varName "normalizedWellBoreName"^^xsd:string . | 871 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 872 | 872 | ||
| 873 | -_:b49 | 873 | +_:b15 |
| 874 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 874 | + sp:varName "mdDiaPilotPlan"^^xsd:string . |
| 875 | 875 | ||
| 876 | -_:b132 | 876 | +_:b16 |
| 877 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 878 | + | ||
| 879 | +_:b17 | ||
| 877 | sp:varName "nameWellBore"^^xsd:string . | 880 | sp:varName "nameWellBore"^^xsd:string . |
| 878 | 881 | ||
| 879 | -_:b133 | 882 | +_:b18 |
| 880 | sp:varName "dTimStart"^^xsd:string . | 883 | sp:varName "dTimStart"^^xsd:string . |
| 881 | 884 | ||
| 882 | -_:b134 | 885 | +_:b19 |
| 883 | sp:varName "statusInfo"^^xsd:string . | 886 | sp:varName "statusInfo"^^xsd:string . |
| 884 | 887 | ||
| 885 | -_:b135 | 888 | +_:b20 |
| 886 | - sp:varName "presTestType"^^xsd:string . | 889 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 887 | - | ||
| 888 | -_:b131 | ||
| 889 | - sp:varName "pressureTestType"^^xsd:string . | ||
| 890 | 890 | ||
| 891 | -_:b136 | 891 | +_:b21 |
| 892 | sp:varName "normalizedWellBoreName"^^xsd:string . | 892 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 893 | 893 | ||
| 894 | -_:b130 | 894 | +_:b91 |
| 895 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 895 | + sp:varName "tvd"^^xsd:string . |
| 896 | - | ||
| 897 | -_:b7 sp:varName "mdDiaPilotPlan"^^xsd:string . | ||
| 898 | 896 | ||
| 899 | -_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 897 | +_:b92 |
| 898 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 900 | 899 | ||
| 901 | -_:b9 sp:varName "nameWellBore"^^xsd:string . | 900 | +_:b93 |
| 901 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 902 | 902 | ||
| 903 | -_:b10 | 903 | +_:b94 |
| 904 | sp:varName "dTimStart"^^xsd:string . | 904 | sp:varName "dTimStart"^^xsd:string . |
| 905 | 905 | ||
| 906 | -_:b11 | 906 | +_:b95 |
| 907 | sp:varName "statusInfo"^^xsd:string . | 907 | sp:varName "statusInfo"^^xsd:string . |
| 908 | 908 | ||
| 909 | -_:b12 | 909 | +_:b96 |
| 910 | sp:varName "dailyDrillingActivity"^^xsd:string . | 910 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 911 | 911 | ||
| 912 | -_:b13 | 912 | +_:b97 |
| 913 | sp:varName "normalizedWellBoreName"^^xsd:string . | 913 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 914 | 914 | ||
| 915 | -_:b1 sp:varName "sum24Hr"^^xsd:string . | 915 | +_:b137 |
| 916 | - | 916 | + sp:varName "tvdCsgLast"^^xsd:string . |
| 917 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 918 | - | ||
| 919 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | ||
| 920 | - | ||
| 921 | -_:b4 sp:varName "dTimStart"^^xsd:string . | ||
| 922 | - | ||
| 923 | -_:b5 sp:varName "statusInfo"^^xsd:string . | ||
| 924 | - | ||
| 925 | -_:b6 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 926 | - | ||
| 927 | -_:b76 | ||
| 928 | - sp:varName "mdCsgLast"^^xsd:string . | ||
| 929 | 917 | ||
| 930 | -_:b77 | 918 | +_:b138 |
| 931 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 919 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 932 | 920 | ||
| 933 | -_:b78 | 921 | +_:b139 |
| 934 | sp:varName "nameWellBore"^^xsd:string . | 922 | sp:varName "nameWellBore"^^xsd:string . |
| 935 | 923 | ||
| 936 | -_:b79 | 924 | +_:b140 |
| 937 | sp:varName "dTimStart"^^xsd:string . | 925 | sp:varName "dTimStart"^^xsd:string . |
| 938 | 926 | ||
| 939 | -_:b80 | 927 | +_:b141 |
| 940 | sp:varName "statusInfo"^^xsd:string . | 928 | sp:varName "statusInfo"^^xsd:string . |
| 941 | 929 | ||
| 942 | -_:b81 | 930 | +_:b142 |
| 943 | sp:varName "dailyDrillingActivity"^^xsd:string . | 931 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 944 | 932 | ||
| 945 | -_:b82 | 933 | +_:b143 |
| 946 | sp:varName "normalizedWellBoreName"^^xsd:string . | 934 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 947 | 935 | ||
| 948 | -_:b144 | 936 | +_:b117 |
| 949 | - sp:varName "mdPlanned"^^xsd:string . | 937 | + sp:varName "tvdDiaPilotPlan"^^xsd:string . |
| 950 | 938 | ||
| 951 | -_:b145 | 939 | +_:b118 |
| 952 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 940 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 953 | 941 | ||
| 954 | -_:b146 | 942 | +_:b119 |
| 955 | sp:varName "nameWellBore"^^xsd:string . | 943 | sp:varName "nameWellBore"^^xsd:string . |
| 956 | 944 | ||
| 957 | -_:b147 | 945 | +_:b120 |
| 958 | sp:varName "dTimStart"^^xsd:string . | 946 | sp:varName "dTimStart"^^xsd:string . |
| 959 | 947 | ||
| 960 | -_:b148 | 948 | +_:b121 |
| 961 | sp:varName "dailyDrillingActivity"^^xsd:string . | 949 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 962 | 950 | ||
| 963 | -_:b149 | 951 | +_:b122 |
| 964 | sp:varName "normalizedWellBoreName"^^xsd:string . | 952 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 965 | 953 | ||
| 966 | -_:b34 | 954 | +_:b36 |
| 967 | sp:varName "diaHole"^^xsd:string . | 955 | sp:varName "diaHole"^^xsd:string . |
| 968 | 956 | ||
| 969 | -_:b35 | 957 | +_:b37 |
| 970 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 958 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 971 | 959 | ||
| 972 | -_:b36 | 960 | +_:b38 |
| 973 | sp:varName "nameWellBore"^^xsd:string . | 961 | sp:varName "nameWellBore"^^xsd:string . |
| 974 | 962 | ||
| 975 | -_:b37 | 963 | +_:b39 |
| 976 | sp:varName "dTimStart"^^xsd:string . | 964 | sp:varName "dTimStart"^^xsd:string . |
| 977 | 965 | ||
| 978 | -_:b38 | 966 | +_:b40 |
| 979 | sp:varName "statusInfo"^^xsd:string . | 967 | sp:varName "statusInfo"^^xsd:string . |
| 980 | 968 | ||
| 981 | -_:b39 | 969 | +_:b41 |
| 982 | sp:varName "dailyDrillingActivity"^^xsd:string . | 970 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 983 | 971 | ||
| 984 | -_:b40 | 972 | +_:b42 |
| 985 | sp:varName "normalizedWellBoreName"^^xsd:string . | 973 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 986 | 974 | ||
| 987 | -_:b21 | 975 | +_:b43 |
| 988 | - sp:varName "tvdCsgLast"^^xsd:string . | 976 | + sp:varName "diaCsgLast"^^xsd:string . |
| 989 | 977 | ||
| 990 | -_:b22 | 978 | +_:b44 |
| 991 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 979 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 992 | 980 | ||
| 993 | -_:b23 | 981 | +_:b45 |
| 994 | sp:varName "nameWellBore"^^xsd:string . | 982 | sp:varName "nameWellBore"^^xsd:string . |
| 995 | 983 | ||
| 996 | -_:b24 | 984 | +_:b46 |
| 997 | sp:varName "dTimStart"^^xsd:string . | 985 | sp:varName "dTimStart"^^xsd:string . |
| 998 | 986 | ||
| 999 | -_:b25 | 987 | +_:b47 |
| 1000 | sp:varName "statusInfo"^^xsd:string . | 988 | sp:varName "statusInfo"^^xsd:string . |
| 1001 | 989 | ||
| 1002 | -_:b26 | 990 | +_:b48 |
| 1003 | sp:varName "dailyDrillingActivity"^^xsd:string . | 991 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1004 | 992 | ||
| 1005 | -_:b27 | 993 | +_:b49 |
| 1006 | sp:varName "normalizedWellBoreName"^^xsd:string . | 994 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1007 | 995 | ||
| 1008 | -_:b89 | 996 | +_:b123 |
| 1009 | - sp:varName "tvdStrengthForm"^^xsd:string . | 997 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
| 1010 | 998 | ||
| 1011 | -_:b90 | 999 | +_:b124 |
| 1012 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1000 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1013 | 1001 | ||
| 1014 | -_:b91 | 1002 | +_:b125 |
| 1015 | sp:varName "nameWellBore"^^xsd:string . | 1003 | sp:varName "nameWellBore"^^xsd:string . |
| 1016 | 1004 | ||
| 1017 | -_:b92 | 1005 | +_:b126 |
| 1018 | sp:varName "dTimStart"^^xsd:string . | 1006 | sp:varName "dTimStart"^^xsd:string . |
| 1019 | 1007 | ||
| 1020 | -_:b93 | 1008 | +_:b127 |
| 1021 | sp:varName "statusInfo"^^xsd:string . | 1009 | sp:varName "statusInfo"^^xsd:string . |
| 1022 | 1010 | ||
| 1023 | -_:b94 | 1011 | +_:b128 |
| 1024 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1012 | + sp:varName "typeWellBore"^^xsd:string . |
| 1025 | 1013 | ||
| 1026 | -_:b95 | 1014 | +_:b129 |
| 1027 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1015 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1028 | 1016 | ||
| 1029 | -_:b137 | 1017 | +_:b22 |
| 1030 | - sp:varName "mdDiaHoleStart"^^xsd:string . | 1018 | + sp:varName "md"^^xsd:string . |
| 1031 | 1019 | ||
| 1032 | -_:b138 | 1020 | +_:b23 |
| 1033 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1021 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1034 | 1022 | ||
| 1035 | -_:b139 | 1023 | +_:b24 |
| 1036 | sp:varName "nameWellBore"^^xsd:string . | 1024 | sp:varName "nameWellBore"^^xsd:string . |
| 1037 | 1025 | ||
| 1038 | -_:b140 | 1026 | +_:b25 |
| 1039 | sp:varName "dTimStart"^^xsd:string . | 1027 | sp:varName "dTimStart"^^xsd:string . |
| 1040 | 1028 | ||
| 1041 | -_:b141 | 1029 | +_:b26 |
| 1042 | sp:varName "statusInfo"^^xsd:string . | 1030 | sp:varName "statusInfo"^^xsd:string . |
| 1043 | 1031 | ||
| 1044 | -_:b142 | 1032 | +_:b27 |
| 1045 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1033 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1046 | 1034 | ||
| 1047 | -_:b143 | 1035 | +_:b28 |
| 1048 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1036 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1049 | 1037 | ||
| 1050 | -_:b83 | 1038 | +_:b130 |
| 1051 | - sp:varName "forecast24Hr"^^xsd:string . | 1039 | + sp:varName "mdStrengthForm"^^xsd:string . |
| 1052 | 1040 | ||
| 1053 | -_:b84 | 1041 | +_:b131 |
| 1054 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1042 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1055 | 1043 | ||
| 1056 | -_:b85 | 1044 | +_:b132 |
| 1057 | sp:varName "nameWellBore"^^xsd:string . | 1045 | sp:varName "nameWellBore"^^xsd:string . |
| 1058 | 1046 | ||
| 1059 | -_:b86 | 1047 | +_:b133 |
| 1060 | sp:varName "dTimStart"^^xsd:string . | 1048 | sp:varName "dTimStart"^^xsd:string . |
| 1061 | 1049 | ||
| 1062 | -_:b87 | 1050 | +_:b134 |
| 1063 | sp:varName "statusInfo"^^xsd:string . | 1051 | sp:varName "statusInfo"^^xsd:string . |
| 1064 | 1052 | ||
| 1065 | -_:b88 | 1053 | +_:b135 |
| 1054 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1055 | + | ||
| 1056 | +_:b136 | ||
| 1066 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1057 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1067 | 1058 | ||
| 1068 | -_:b96 | 1059 | +_:b64 |
| 1069 | - sp:varName "ropCurrentValue"^^xsd:string . | 1060 | + sp:varName "mdKickoff"^^xsd:string . |
| 1070 | 1061 | ||
| 1071 | -_:b97 | 1062 | +_:b65 |
| 1072 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1063 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1073 | 1064 | ||
| 1074 | -_:b98 | 1065 | +_:b66 |
| 1075 | sp:varName "nameWellBore"^^xsd:string . | 1066 | sp:varName "nameWellBore"^^xsd:string . |
| 1076 | 1067 | ||
| 1077 | -_:b99 | 1068 | +_:b67 |
| 1078 | sp:varName "dTimStart"^^xsd:string . | 1069 | sp:varName "dTimStart"^^xsd:string . |
| 1079 | 1070 | ||
| 1080 | -_:b100 | 1071 | +_:b68 |
| 1081 | sp:varName "statusInfo"^^xsd:string . | 1072 | sp:varName "statusInfo"^^xsd:string . |
| 1082 | 1073 | ||
| 1083 | -_:b101 | 1074 | +_:b69 |
| 1075 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1076 | + | ||
| 1077 | +_:b70 | ||
| 1084 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1078 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1085 | 1079 | ||
| 1086 | -_:b41 | 1080 | +_:b57 |
| 1087 | - sp:varName "diaCsgLast"^^xsd:string . | 1081 | + sp:varName "mdCsgLast"^^xsd:string . |
| 1088 | 1082 | ||
| 1089 | -_:b42 | 1083 | +_:b58 |
| 1090 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1084 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1091 | 1085 | ||
| 1092 | -_:b43 | 1086 | +_:b59 |
| 1093 | sp:varName "nameWellBore"^^xsd:string . | 1087 | sp:varName "nameWellBore"^^xsd:string . |
| 1094 | 1088 | ||
| 1095 | -_:b44 | 1089 | +_:b60 |
| 1096 | sp:varName "dTimStart"^^xsd:string . | 1090 | sp:varName "dTimStart"^^xsd:string . |
| 1097 | 1091 | ||
| 1098 | -_:b45 | 1092 | +_:b61 |
| 1099 | sp:varName "statusInfo"^^xsd:string . | 1093 | sp:varName "statusInfo"^^xsd:string . |
| 1100 | 1094 | ||
| 1101 | -_:b46 | 1095 | +_:b62 |
| 1102 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1096 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1103 | 1097 | ||
| 1104 | -_:b47 | 1098 | +_:b63 |
| 1105 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1099 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1106 | 1100 | ||
| 1107 | -_:b102 | 1101 | +_:b144 |
| 1108 | - sp:varName "elevKelly"^^xsd:string . | 1102 | + sp:varName "forecast24Hr"^^xsd:string . |
| 1109 | 1103 | ||
| 1110 | -_:b103 | 1104 | +_:b145 |
| 1111 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1105 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1112 | 1106 | ||
| 1113 | -_:b104 | 1107 | +_:b146 |
| 1114 | sp:varName "nameWellBore"^^xsd:string . | 1108 | sp:varName "nameWellBore"^^xsd:string . |
| 1115 | 1109 | ||
| 1116 | -_:b105 | 1110 | +_:b147 |
| 1117 | sp:varName "dTimStart"^^xsd:string . | 1111 | sp:varName "dTimStart"^^xsd:string . |
| 1118 | 1112 | ||
| 1119 | -_:b106 | 1113 | +_:b148 |
| 1120 | sp:varName "statusInfo"^^xsd:string . | 1114 | sp:varName "statusInfo"^^xsd:string . |
| 1121 | 1115 | ||
| 1122 | -_:b107 | 1116 | +_:b149 |
| 1123 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1124 | - | ||
| 1125 | -_:b108 | ||
| 1126 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1117 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1127 | 1118 | ||
| 1128 | -_:b122 | 1119 | +_:b98 |
| 1129 | - sp:varName "mdPlugTop"^^xsd:string . | 1120 | + sp:varName "tvdStrengthForm"^^xsd:string . |
| 1130 | 1121 | ||
| 1131 | -_:b123 | 1122 | +_:b99 |
| 1132 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1123 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1133 | 1124 | ||
| 1134 | -_:b124 | 1125 | +_:b100 |
| 1135 | sp:varName "nameWellBore"^^xsd:string . | 1126 | sp:varName "nameWellBore"^^xsd:string . |
| 1136 | 1127 | ||
| 1137 | -_:b125 | 1128 | +_:b101 |
| 1138 | sp:varName "dTimStart"^^xsd:string . | 1129 | sp:varName "dTimStart"^^xsd:string . |
| 1139 | 1130 | ||
| 1140 | -_:b126 | 1131 | +_:b102 |
| 1141 | sp:varName "statusInfo"^^xsd:string . | 1132 | sp:varName "statusInfo"^^xsd:string . |
| 1142 | 1133 | ||
| 1143 | -_:b127 | 1134 | +_:b103 |
| 1144 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1135 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1145 | 1136 | ||
| 1146 | -_:b128 | 1137 | +_:b104 |
| 1147 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1138 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1148 | 1139 | ||
| 1149 | -_:b69 | 1140 | +_:b85 |
| 1150 | - sp:varName "mdKickoff"^^xsd:string . | 1141 | + sp:varName "ropCurrentValue"^^xsd:string . |
| 1151 | 1142 | ||
| 1152 | -_:b70 | 1143 | +_:b86 |
| 1153 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1144 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1154 | 1145 | ||
| 1155 | -_:b71 | 1146 | +_:b87 |
| 1156 | sp:varName "nameWellBore"^^xsd:string . | 1147 | sp:varName "nameWellBore"^^xsd:string . |
| 1157 | 1148 | ||
| 1158 | -_:b72 | 1149 | +_:b88 |
| 1159 | sp:varName "dTimStart"^^xsd:string . | 1150 | sp:varName "dTimStart"^^xsd:string . |
| 1160 | 1151 | ||
| 1161 | -_:b73 | 1152 | +_:b89 |
| 1162 | sp:varName "statusInfo"^^xsd:string . | 1153 | sp:varName "statusInfo"^^xsd:string . |
| 1163 | 1154 | ||
| 1164 | -_:b74 | 1155 | +_:b90 |
| 1165 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1166 | - | ||
| 1167 | -_:b75 | ||
| 1168 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1156 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1169 | 1157 | ||
| 1170 | -_:b62 | 1158 | +_:b50 |
| 1171 | - sp:varName "mdStrengthForm"^^xsd:string . | 1159 | + sp:varName "elevKelly"^^xsd:string . |
| 1172 | 1160 | ||
| 1173 | -_:b63 | 1161 | +_:b51 |
| 1174 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1162 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1175 | 1163 | ||
| 1176 | -_:b64 | 1164 | +_:b52 |
| 1177 | sp:varName "nameWellBore"^^xsd:string . | 1165 | sp:varName "nameWellBore"^^xsd:string . |
| 1178 | 1166 | ||
| 1179 | -_:b65 | 1167 | +_:b53 |
| 1180 | sp:varName "dTimStart"^^xsd:string . | 1168 | sp:varName "dTimStart"^^xsd:string . |
| 1181 | 1169 | ||
| 1182 | -_:b66 | 1170 | +_:b54 |
| 1183 | sp:varName "statusInfo"^^xsd:string . | 1171 | sp:varName "statusInfo"^^xsd:string . |
| 1184 | 1172 | ||
| 1185 | -_:b67 | 1173 | +_:b55 |
| 1186 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1174 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1187 | 1175 | ||
| 1188 | -_:b68 | 1176 | +_:b56 |
| 1189 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1177 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1190 | 1178 | ||
| 1191 | -_:b116 | 1179 | +_:b71 |
| 1192 | - sp:varName "distDrill"^^xsd:string . | 1180 | + sp:varName "strengthForm"^^xsd:string . |
| 1193 | 1181 | ||
| 1194 | -_:b117 | 1182 | +_:b72 |
| 1195 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1183 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1196 | 1184 | ||
| 1197 | -_:b118 | 1185 | +_:b73 |
| 1198 | sp:varName "nameWellBore"^^xsd:string . | 1186 | sp:varName "nameWellBore"^^xsd:string . |
| 1199 | 1187 | ||
| 1200 | -_:b119 | 1188 | +_:b74 |
| 1201 | sp:varName "dTimStart"^^xsd:string . | 1189 | sp:varName "dTimStart"^^xsd:string . |
| 1202 | 1190 | ||
| 1203 | -_:b120 | 1191 | +_:b75 |
| 1204 | sp:varName "statusInfo"^^xsd:string . | 1192 | sp:varName "statusInfo"^^xsd:string . |
| 1205 | 1193 | ||
| 1206 | -_:b121 | 1194 | +_:b76 |
| 1195 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1196 | + | ||
| 1197 | +_:b77 | ||
| 1207 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1198 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1208 | 1199 | ||
| 1209 | -_:b28 | 1200 | +_:b9 sp:varName "distDrill"^^xsd:string . |
| 1210 | - sp:varName "tvdDiaPilotPlan"^^xsd:string . | ||
| 1211 | 1201 | ||
| 1212 | -_:b29 | 1202 | +_:b10 |
| 1213 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1203 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1214 | 1204 | ||
| 1215 | -_:b30 | 1205 | +_:b11 |
| 1216 | sp:varName "nameWellBore"^^xsd:string . | 1206 | sp:varName "nameWellBore"^^xsd:string . |
| 1217 | 1207 | ||
| 1218 | -_:b31 | 1208 | +_:b12 |
| 1219 | sp:varName "dTimStart"^^xsd:string . | 1209 | sp:varName "dTimStart"^^xsd:string . |
| 1220 | 1210 | ||
| 1221 | -_:b32 | 1211 | +_:b13 |
| 1222 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1212 | + sp:varName "statusInfo"^^xsd:string . |
| 1223 | 1213 | ||
| 1224 | -_:b33 | 1214 | +_:b14 |
| 1225 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1215 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1226 | 1216 | ||
| 1227 | -_:b55 | 1217 | +_:b29 |
| 1228 | - sp:varName "md"^^xsd:string . | 1218 | + sp:varName "mdPlugTop"^^xsd:string . |
| 1229 | 1219 | ||
| 1230 | -_:b56 | 1220 | +_:b30 |
| 1231 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1221 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1232 | 1222 | ||
| 1233 | -_:b57 | 1223 | +_:b31 |
| 1234 | sp:varName "nameWellBore"^^xsd:string . | 1224 | sp:varName "nameWellBore"^^xsd:string . |
| 1235 | 1225 | ||
| 1236 | -_:b58 | 1226 | +_:b32 |
| 1237 | sp:varName "dTimStart"^^xsd:string . | 1227 | sp:varName "dTimStart"^^xsd:string . |
| 1238 | 1228 | ||
| 1239 | -_:b59 | 1229 | +_:b33 |
| 1240 | sp:varName "statusInfo"^^xsd:string . | 1230 | sp:varName "statusInfo"^^xsd:string . |
| 1241 | 1231 | ||
| 1242 | -_:b60 | 1232 | +_:b34 |
| 1243 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1233 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1244 | 1234 | ||
| 1245 | -_:b61 | 1235 | +_:b35 |
| 1246 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1236 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1247 | 1237 | ||
| 1248 | -_:b14 | 1238 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1249 | - sp:varName "tvd"^^xsd:string . | ||
| 1250 | 1239 | ||
| 1251 | -_:b15 | 1240 | +_:b3 sp:varName "pressureTestType"^^xsd:string . |
| 1241 | + | ||
| 1242 | +_:b4 sp:varName "nameWellBore"^^xsd:string . | ||
| 1243 | + | ||
| 1244 | +_:b5 sp:varName "dTimStart"^^xsd:string . | ||
| 1245 | + | ||
| 1246 | +_:b6 sp:varName "statusInfo"^^xsd:string . | ||
| 1247 | + | ||
| 1248 | +_:b7 sp:varName "presTestType"^^xsd:string . | ||
| 1249 | + | ||
| 1250 | +_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1251 | + | ||
| 1252 | +_:b78 | ||
| 1253 | + sp:varName "mdDiaHoleStart"^^xsd:string . | ||
| 1254 | + | ||
| 1255 | +_:b79 | ||
| 1252 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1256 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1253 | 1257 | ||
| 1254 | -_:b16 | 1258 | +_:b80 |
| 1255 | sp:varName "nameWellBore"^^xsd:string . | 1259 | sp:varName "nameWellBore"^^xsd:string . |
| 1256 | 1260 | ||
| 1257 | -_:b17 | 1261 | +_:b81 |
| 1258 | sp:varName "dTimStart"^^xsd:string . | 1262 | sp:varName "dTimStart"^^xsd:string . |
| 1259 | 1263 | ||
| 1260 | -_:b18 | 1264 | +_:b82 |
| 1261 | sp:varName "statusInfo"^^xsd:string . | 1265 | sp:varName "statusInfo"^^xsd:string . |
| 1262 | 1266 | ||
| 1263 | -_:b19 | 1267 | +_:b83 |
| 1264 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1268 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1265 | 1269 | ||
| 1266 | -_:b20 | 1270 | +_:b84 |
| 1267 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1271 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1268 | 1272 | ||
| 1269 | -_:b109 | ||
| 1270 | - sp:varName "strengthForm"^^xsd:string . | ||
| 1271 | - | ||
| 1272 | -_:b110 | ||
| 1273 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1274 | - | ||
| 1275 | _:b111 | 1273 | _:b111 |
| 1276 | - sp:varName "nameWellBore"^^xsd:string . | 1274 | + sp:varName "mdPlanned"^^xsd:string . |
| 1277 | 1275 | ||
| 1278 | _:b112 | 1276 | _:b112 |
| 1279 | - sp:varName "dTimStart"^^xsd:string . | 1277 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1280 | 1278 | ||
| 1281 | _:b113 | 1279 | _:b113 |
| 1282 | - sp:varName "statusInfo"^^xsd:string . | 1280 | + sp:varName "nameWellBore"^^xsd:string . |
| 1283 | 1281 | ||
| 1284 | _:b114 | 1282 | _:b114 |
| 1285 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1283 | + sp:varName "dTimStart"^^xsd:string . |
| 1286 | 1284 | ||
| 1287 | _:b115 | 1285 | _:b115 |
| 1286 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1287 | + | ||
| 1288 | +_:b116 | ||
| 1288 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1289 | sp:varName "normalizedWellBoreName"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| 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 | -# baseURI: http://www.reportinghub.no/swp/ddr | 1 | +# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 |
| 2 | -# imports: http://uispin.org/tui | 2 | +# baseURI: http://www.reportinghub.no/swp/ddr |
| 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 | - | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| 5 | -@prefix : <http://www.reportinghub.no/swp/ddr#> . | 5 | +# imports: http://uispin.org/tui |
| 6 | -@prefix let: <http://uispin.org/let#> . | 6 | + |
| 7 | -@prefix letrs: <http://uispin.org/letrs#> . | 7 | +@prefix : <http://www.reportinghub.no/swp/ddr#> . |
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix let: <http://uispin.org/let#> . |
| 9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | +@prefix letrs: <http://uispin.org/letrs#> . |
| 10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | -@prefix sp: <http://spinrdf.org/sp#> . | 11 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 12 | -@prefix spin: <http://spinrdf.org/spin#> . | 12 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 13 | -@prefix spl: <http://spinrdf.org/spl#> . | 13 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 14 | -@prefix ui: <http://uispin.org/ui#> . | 14 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 15 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 16 | - | 16 | +@prefix ui: <http://uispin.org/ui#> . |
| 17 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 18 | - ui:instanceView <http://www.reportinghub.no/swp/Obj_drillReport.uispin.html> . | 18 | + |
| 19 | - | 19 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 20 | -<http://www.reportinghub.no/swp/ddr> | 20 | + ui:instanceView <http://www.reportinghub.no/swp/Obj_drillReport.uispin.html> . |
| 21 | - rdf:type owl:Ontology ; | 21 | + |
| 22 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://uispin.org/tui> ; | 22 | +<http://www.reportinghub.no/swp/ddr> |
| 23 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | + rdf:type owl:Ontology ; |
| 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> ; | ||
| 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment