David Price

Start DRP1 transform cleanup

...@@ -38,11 +38,14 @@ transhelp:intervalIdentifier ...@@ -38,11 +38,14 @@ transhelp:intervalIdentifier
38 transhelp:intervalStart 38 transhelp:intervalStart
39 rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 39 rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
40 40
41 +transhelp:label
42 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
43 +
41 transhelp:mapsTo 44 transhelp:mapsTo
42 rdf:type rdf:Property . 45 rdf:type rdf:Property .
43 46
44 transhelp:materialClassMapsToMPREnumeration 47 transhelp:materialClassMapsToMPREnumeration
45 - rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty ; 48 + rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ;
46 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 49 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
47 rdfs:subPropertyOf transhelp:mapsTo . 50 rdfs:subPropertyOf transhelp:mapsTo .
48 51
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
9 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations 9 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations
10 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults 10 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults
11 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest 11 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
12 -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1
13 # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema 12 # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema
14 13
15 @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . 14 @prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> .
...@@ -31,5 +30,5 @@ ...@@ -31,5 +30,5 @@
31 30
32 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> 31 <http://www.reportinghub.no/ep/transform/1.0/dpr/collector>
33 rdf:type owl:Ontology ; 32 rdf:type owl:Ontology ;
34 - owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> ; 33 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
35 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 34 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......