David Leal

Bug in product volume report temporal parts fixed

...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
11 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 11 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 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 ; 13 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 ;
14 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 16
17 transhelp:derivedFrom 17 transhelp:derivedFrom
18 rdf:type owl:ObjectProperty . 18 rdf:type owl:ObjectProperty .
19 19
20 transhelp:facilityIdentifier 20 transhelp:facilityIdentifier
21 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 21 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
22 22
23 transhelp:forComment 23 transhelp:forComment
24 rdf:type owl:ObjectProperty ; 24 rdf:type owl:ObjectProperty ;
...@@ -29,28 +29,31 @@ transhelp:forComment ...@@ -29,28 +29,31 @@ transhelp:forComment
29 transhelp:hasDerivedText 29 transhelp:hasDerivedText
30 rdf:type owl:DatatypeProperty . 30 rdf:type owl:DatatypeProperty .
31 31
32 +transhelp:interval
33 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
34 +
32 transhelp:intervalEnd 35 transhelp:intervalEnd
33 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 36 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
34 37
35 transhelp:intervalIdentifier 38 transhelp:intervalIdentifier
36 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 39 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
37 40
38 transhelp:intervalStart 41 transhelp:intervalStart
39 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 42 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
40 43
41 transhelp:label 44 transhelp:label
42 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 45 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
43 46
44 transhelp:mapsTo 47 transhelp:mapsTo
45 rdf:type rdf:Property . 48 rdf:type rdf:Property .
46 49
47 transhelp:materialClassMapsToMPREnumeration 50 transhelp:materialClassMapsToMPREnumeration
48 - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; 51 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ;
49 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 52 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
50 rdfs:subPropertyOf transhelp:mapsTo . 53 rdfs:subPropertyOf transhelp:mapsTo .
51 54
52 transhelp:nominalInstant 55 transhelp:nominalInstant
53 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 56 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
54 57
55 transhelp:standardTempPres 58 transhelp:standardTempPres
56 rdf:type rdf:Property ; 59 rdf:type rdf:Property ;
......