fixes to the rss thing
[mir.git] / source / mir / rss / RDFResource.java
index 254f099..dbc3ddd 100755 (executable)
@@ -63,6 +63,6 @@ public class RDFResource {
   }
 
   public String toString() {
-    return rdfClass + " ("+identifier+")";
+    return rdfClass + " ("+identifier+") + ["+properties+"]";
   }
 }
\ No newline at end of file