summaryrefslogtreecommitdiff
path: root/report/report_persistance.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-06-22 16:16:54 +0200
committermguetlein <martin.guetlein@gmail.com>2010-06-22 16:16:54 +0200
commit6c663f3bb95b45d5cb7e356ff6d1913a3e03212c (patch)
treef62a4856fab623ea1a9bad0222f7c60c503d0821 /report/report_persistance.rb
parent2ee258935818fa3dcc9b863216f383969807c191 (diff)
add types to validaiton rdfs
Diffstat (limited to 'report/report_persistance.rb')
-rw-r--r--report/report_persistance.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/report/report_persistance.rb b/report/report_persistance.rb
index 5df0e20..ac430c4 100644
--- a/report/report_persistance.rb
+++ b/report/report_persistance.rb
@@ -207,6 +207,8 @@ module Reports
LITERAL_NAMES = {:created_at => OT["date"] }
OBJECT_PROPERTIES = { :crossvalidation_uris => OT['reportCrossvalidation'], :algorithm_uris => OT['reportAlgorithm'],
:validation_uris => OT['reportValidation'], :model_uris => OT['reportModel'] }
+ OBJECTS = { :crossvalidation_uris => OT['Crossvalidation'], :algorithm_uris => OT['Algorithm'],
+ :validation_uris => OT['Validation'], :model_uris => OT['Model'] }
CLASSES = {}
IGNORE = [ :id, :report_uri ]