David Leal

Bug fix for well test data

...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 15 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 17 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; 18 + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 transhelp:buildRdlURI 21 transhelp:buildRdlURI
...@@ -44,15 +44,15 @@ transhelp:derivedFrom ...@@ -44,15 +44,15 @@ transhelp:derivedFrom
44 rdf:type owl:ObjectProperty . 44 rdf:type owl:ObjectProperty .
45 45
46 transhelp:domainOfPropertyMapsToMPREnumeration 46 transhelp:domainOfPropertyMapsToMPREnumeration
47 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 47 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
48 rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ; 48 rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ;
49 rdfs:subPropertyOf transhelp:mapsTo . 49 rdfs:subPropertyOf transhelp:mapsTo .
50 50
51 transhelp:facilityIdentifier 51 transhelp:facilityIdentifier
52 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 52 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
53 53
54 transhelp:flowingStateMapsToMPREnumeration 54 transhelp:flowingStateMapsToMPREnumeration
55 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 55 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
56 rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ; 56 rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ;
57 rdfs:subPropertyOf transhelp:mapsTo . 57 rdfs:subPropertyOf transhelp:mapsTo .
58 58
...@@ -74,25 +74,25 @@ transhelp:hasEquivalentInRDL ...@@ -74,25 +74,25 @@ transhelp:hasEquivalentInRDL
74 rdfs:label "has equivalent in RDL"^^xsd:string . 74 rdfs:label "has equivalent in RDL"^^xsd:string .
75 75
76 transhelp:interval 76 transhelp:interval
77 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 77 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
78 78
79 transhelp:intervalEnd 79 transhelp:intervalEnd
80 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 80 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
81 81
82 transhelp:intervalIdentifier 82 transhelp:intervalIdentifier
83 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 83 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
84 84
85 transhelp:intervalStart 85 transhelp:intervalStart
86 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 86 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
87 87
88 transhelp:label 88 transhelp:label
89 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 89 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
90 90
91 transhelp:mapsTo 91 transhelp:mapsTo
92 rdf:type rdf:Property . 92 rdf:type rdf:Property .
93 93
94 transhelp:materialClassMapsToMPREnumeration 94 transhelp:materialClassMapsToMPREnumeration
95 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 95 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
96 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 96 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
97 rdfs:subPropertyOf transhelp:mapsTo . 97 rdfs:subPropertyOf transhelp:mapsTo .
98 98
...@@ -100,25 +100,28 @@ transhelp:necessaryIntervalString ...@@ -100,25 +100,28 @@ transhelp:necessaryIntervalString
100 rdf:type owl:DatatypeProperty . 100 rdf:type owl:DatatypeProperty .
101 101
102 transhelp:nominalInstant 102 transhelp:nominalInstant
103 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 103 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
104 104
105 transhelp:propertyMapsToMPREnumeration 105 transhelp:propertyMapsToMPREnumeration
106 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 106 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
107 rdfs:label "property maps to MPR enumeration"^^xsd:string ; 107 rdfs:label "property maps to MPR enumeration"^^xsd:string ;
108 rdfs:subPropertyOf transhelp:mapsTo . 108 rdfs:subPropertyOf transhelp:mapsTo .
109 109
110 transhelp:quantitySpaceMapsToClassOfScale 110 transhelp:quantitySpaceMapsToClassOfScale
111 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ; 111 + rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ;
112 rdfs:label "quantity space maps to class of scale"^^xsd:string ; 112 rdfs:label "quantity space maps to class of scale"^^xsd:string ;
113 rdfs:subPropertyOf transhelp:mapsTo . 113 rdfs:subPropertyOf transhelp:mapsTo .
114 114
115 transhelp:rangeOfPropertyMapsToMPREnumeration 115 transhelp:rangeOfPropertyMapsToMPREnumeration
116 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 116 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
117 rdfs:label "range of property maps to MPR enumeration"^^xsd:string ; 117 rdfs:label "range of property maps to MPR enumeration"^^xsd:string ;
118 rdfs:subPropertyOf transhelp:mapsTo . 118 rdfs:subPropertyOf transhelp:mapsTo .
119 119
120 +transhelp:reportedOn
121 + rdf:type owl:ObjectProperty .
122 +
120 transhelp:scaleMapsToMPREnumeration 123 transhelp:scaleMapsToMPREnumeration
121 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 124 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
122 rdfs:label "scale maps to MPR enumeration"^^xsd:string ; 125 rdfs:label "scale maps to MPR enumeration"^^xsd:string ;
123 rdfs:subPropertyOf transhelp:mapsTo . 126 rdfs:subPropertyOf transhelp:mapsTo .
124 127
......