python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Setting content type in Jena RDFConnection Header
I need to modify the header (specifically the Content-Type) of a request (eg: update) of an RDFConnection object in a Jena transaction. More precisely, I need to add the following Header Content_Type...
BEN ELLEFI
Votes: 0
Answers: 1
Illegal escape sequence value when executing a SPARQL against Jena TDB query via Jena's Java API
I am running an SPARQL* query against Jena's TDB where the result set (DBPedia logs) contains escpace characters. To run the query I use org.apache.jena.query.QueryExecution like the following:
query ...

Greenfish
Votes: 0
Answers: 1
How to migrate code using Apache Jena HttpAuthenticator to Jena 4.3.2?
I want to migrate code using Apache Jena 2.13.0 to 4.3.2.
Using Maven, I changed the dependency to:
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>...
Konrad Höffner
Votes: 0
Answers: 1