amalgame/commit

give new manual evaluation graphs also status amalgame:reference

authorJacco van Ossenbruggen
Tue Jul 8 18:21:58 2014 +0200
committerJacco van Ossenbruggen
Tue Jul 8 18:33:49 2014 +0200
commit7e0a452cd446a7b880fedcb63587197eb14b2fce
tree4e81ec8bbcdede387b262b7251088904ba9dbc4b
parentae71eace47f9b39c26cdaa21baec1b767a4e83fa
Diff style: patch stat
diff --git a/lib/amalgame/ag_evaluation.pl b/lib/amalgame/ag_evaluation.pl
index 9cf31a8..e021191 100644
--- a/lib/amalgame/ag_evaluation.pl
+++ b/lib/amalgame/ag_evaluation.pl
@@ -37,8 +37,7 @@ create_evaluation_graph(Strategy, Mapping, EvalGraph) :-
 	rdf_assert(EvalGraph, rdfs:label,   literal('Evaluation results'),    Strategy),
 	rdf_assert(EvalGraph, amalgame:wasGeneratedBy, EvalProcess,           Strategy),
 
-	% defaults to final status so it gets saved by default:
-	rdf_assert(EvalGraph, amalgame:status, amalgame:final, Strategy),
+	rdf_assert(EvalGraph, amalgame:status, amalgame:reference, Strategy),
 
 	(   setting(amalgame:reference_alignment, mapping)
 	->  format(atom(Comment), 'Manual evaluation of ~p', [Mapping]),