From: <tob...@us...> - 2014-04-09 21:29:49
|
Revision: 8098 http://sourceforge.net/p/bigdata/code/8098 Author: tobycraig Date: 2014-04-09 21:29:45 +0000 (Wed, 09 Apr 2014) Log Message: ----------- Fixed other MIME types for loading data Modified Paths: -------------- branches/RDR/bigdata-war/src/html/js/workbench.js Modified: branches/RDR/bigdata-war/src/html/js/workbench.js =================================================================== --- branches/RDR/bigdata-war/src/html/js/workbench.js 2014-04-09 20:55:46 UTC (rev 8097) +++ branches/RDR/bigdata-war/src/html/js/workbench.js 2014-04-09 21:29:45 UTC (rev 8098) @@ -339,14 +339,14 @@ //'xml': 'trix', 'ttl': 'turtle'}; -var rdf_content_types = {'n-quads': 'application/n-quads', +var rdf_content_types = {'n-quads': 'text/x-nquads', 'n-triples': 'text/plain', - 'n3': 'text/n3', + 'n3': 'text/rdf+n3', 'rdf/xml': 'application/rdf+xml', 'json': 'application/sparql-results+json', 'trig': 'application/x-trig', 'trix': 'application/trix', - 'turtle': 'text/turtle'}; + 'turtle': 'application/x-turtle'}; var sparql_update_commands = ['INSERT', 'DELETE']; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |