You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
What I'm trying to do is to integrate your SPARQL endpoint in our LinkedDataFragments server.
Is it possible to get a turtle, n3, or n-triples response from your endpoint? Seems like mime types in Accept-Header are ignored. The 'format' parameter only accepts xml and json. The only way I get some triple based response is with a construct query.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi,
Can I ask which kind of query are you running? I think a CONSTRUCT one, but just to be extra sure.
Another alternative would be to use directly the data available in the dumps (http://opencitations.net/download), that are in JSON-LD and would prevent the direct use of SPARQL.
Using the dumps is not an alternative for me. I don't know if you are familiar with LinkedDataFragements. But @RubenVerborghServer.js offers the possibility to integrate a SPARQL endpoint as a remote resource.
Hi!
What I'm trying to do is to integrate your SPARQL endpoint in our LinkedDataFragments server.
Is it possible to get a turtle, n3, or n-triples response from your endpoint? Seems like mime types in Accept-Header are ignored. The 'format' parameter only accepts xml and json. The only way I get some triple based response is with a construct query.
Cheers!
The text was updated successfully, but these errors were encountered: