|
From: Jason K. <jb...@en...> - 2017-07-01 02:39:59
|
Oh sorry, it was a typo. I tried application/x-turtle also, which does NOT work. With regards, Jason Koh cseweb.ucsd.edu/~jbkoh On Fri, Jun 30, 2017 at 7:38 PM, Bryan Thompson <br...@bl...> wrote: > Glad you figured it out. The supported formats are defined here: > https://wiki.blazegraph.com/wiki/index.php/REST_API#MIME_Types > > Thanks, > Bryan > > On Fri, Jun 30, 2017 at 5:52 PM, Jason Koh <jb...@en...> wrote: > > I tried application/x-turtle also, which does work. > > > > > > With regards, > > Jason Koh > > cseweb.ucsd.edu/~jbkoh > > > > On Fri, Jun 30, 2017 at 5:26 PM, Jason Koh <jb...@en...> wrote: > >> > >> Btw, Build Version=2.1.4 > >> > >> > >> With regards, > >> Jason Koh > >> cseweb.ucsd.edu/~jbkoh > >> > >> On Fri, Jun 30, 2017 at 5:09 PM, Jason Koh <jb...@en...> wrote: > >>> > >>> Hi there, > >>> > >>> Thanks for the great project. I am trying to use this for backend of my > >>> project. Though Blazegraph looks not that active for now, it is the > fastest > >>> SPARQL endpoint in my experiences. > >>> > >>> I am trying to parse my SPARQL query result with Turtle, but Blazegraph > >>> does not return Turtle format but OWL/XML format, that my library > cannot > >>> parse. I specifically did following command: > >>> curl -X POST http://localhost:9999/blazegraph/sparql --data-urlencode > >>> 'query=<queryStr>' -H 'Accept: text/turtle' > >>> I checked that this is correct: > >>> https://jira.blazegraph.com/browse/BLZG-1689 > >>> but it only returns in OWL format. > >>> > >>> Thanks in advance! > >>> > >>> > >>> With regards, > >>> Jason Koh > >>> cseweb.ucsd.edu/~jbkoh > >> > >> > > > > > > ------------------------------------------------------------ > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Bigdata-developers mailing list > > Big...@li... > > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > > |