David Leal

Duplicate ProductionReport bug fixed

...@@ -48,7 +48,7 @@ sp:if ...@@ -48,7 +48,7 @@ sp:if
48 48
49 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> 49 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
50 rdf:type owl:Ontology ; 50 rdf:type owl:Ontology ;
51 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; 51 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ;
52 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 52 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
53 53
54 ep-mpr-spin-lib:Function 54 ep-mpr-spin-lib:Function
...@@ -117,9 +117,7 @@ arg2 is the interval identifier"""^^xsd:string ; ...@@ -117,9 +117,7 @@ arg2 is the interval identifier"""^^xsd:string ;
117 sp:arg1 spin:_arg1 117 sp:arg1 spin:_arg1
118 ] ; 118 ] ;
119 sp:arg2 "$" ; 119 sp:arg2 "$" ;
120 - sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; 120 + sp:arg3 spin:_arg2
121 - sp:arg1 spin:_arg2
122 - ]
123 ] 121 ]
124 ] ; 122 ] ;
125 sp:variable 123 sp:variable
......