Building a SPARQL Endpoint #3776
Unanswered
miroslavliska
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Hi @miroslavliska you might want to have a look at the spring-boot component that is in 4.0.0-M2 release. Maybe you could test it out for us? |
Beta Was this translation helpful? Give feedback.
5 replies
-
@JervenBolleman, some day i have to compare my solution with your newest one. I was using a very early version of yours and apopted it for my problem. Currently it's in rdf-pub as an apache-camel endpoint: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear sirs,
I am trying to create a SPARQL Endpoint on top of our RDF database and I am using rdf4j (It is the first knowledge graph for our (Slovakian) government). https://github.com/datova-kancelaria/znalosti.gov.sk
What I don't know to implement is to return TupleQueryResult in various formats, such as TupleQueryResultFormat supports. However, I haven't found any examples fit for this situation.
However, this only returns BindgindNames and not the values

May I please ask you, how to use this code together with the TupleQueryResultFormat, in order to get CSV output for example?
I found for instance these examples
https://www.programcreek.com/java-api-examples/?api=org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
but none fits my code - I mean to simply return selected format with TupleQueryResultFormat.
thank you all for the guidance
Beta Was this translation helpful? Give feedback.
All reactions