myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3142] branches/wf4ever/app: removed local ttl ex


From: noreply
Subject: [myexperiment-hackers] [3142] branches/wf4ever/app: removed local ttl extension as it was confusing raptor
Date: Mon, 8 Oct 2012 12:08:15 +0000 (UTC)

Revision
3142
Author
dgc
Date
2012-10-08 12:08:14 +0000 (Mon, 08 Oct 2012)

Log Message

removed local ttl extension as it was confusing raptor

Modified Paths

Diff

Modified: branches/wf4ever/app/models/research_object.rb (3141 => 3142)


--- branches/wf4ever/app/models/research_object.rb	2012-10-04 10:47:20 UTC (rev 3141)
+++ branches/wf4ever/app/models/research_object.rb	2012-10-08 12:08:14 UTC (rev 3142)
@@ -75,7 +75,7 @@
 
     # create RDF graph
 
-    manifest_name = "tmp/graph.#{Process.pid}.ttl"
+    manifest_name = "tmp/graph.#{Process.pid}"
 
     File.open(manifest_name, "w") do |f|
       f.write(content_blob.data)

Modified: branches/wf4ever/app/views/research_objects/show.rhtml (3141 => 3142)


--- branches/wf4ever/app/views/research_objects/show.rhtml	2012-10-04 10:47:20 UTC (rev 3141)
+++ branches/wf4ever/app/views/research_objects/show.rhtml	2012-10-08 12:08:14 UTC (rev 3142)
@@ -28,7 +28,7 @@
   </tr>
 
   <tr>
-    <td>annotations count</td>
+    <td>RDF statement count</td>
     <td><%= @contributable.annotations.length -%></td>
   </tr>
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]