From 1daec5badcff31c591377017b32055aac775dbb7 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 4 Apr 2011 18:46:22 +0200 Subject: OT.isA substituted by RDF.type, identification of feature_types by RDF.type --- lib/error.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/error.rb') diff --git a/lib/error.rb b/lib/error.rb index 7ca9767..b92f2a4 100644 --- a/lib/error.rb +++ b/lib/error.rb @@ -69,7 +69,7 @@ module OpenTox def rdf_content() c = { - RDF.type => OT.ErrorReport, + RDF.type => [OT.ErrorReport], OT.statusCode => @http_code, OT.message => @message, OT.actor => @actor, @@ -96,4 +96,4 @@ class Array end short.join("\n") end -end \ No newline at end of file +end -- cgit v1.2.3