0

I need to process responses of RDF graphs querying with SPARQL, using C/C++ code.

I'm trying to query Wikidata endpoint with SPARQL, using the Rasqal library, but it doesn't work (HTTP 403 problem).

The problem (probably) is in the cURL configuration of Rasqal (last updated - 2014). Querying directly from cURL with command line works succesfully.

I have searched in Github, and have tried with fuseki-c and libsparqlclient, but they aren't deserialization for RDF objects (or triplestore management).

Could you please give information about other libraries to query remote endpoints with SPARQL, and can to manage RDF objects (deserialize rdf+xml)?

Thanks!

[EDIT]

Specifically, I need to replace Apache Jena with a C/C++ library, for queries and deserialization of RDF results.

2
  • Can you elaborate on how fuseki-c doesn't provide serialization for RDF objects? You also mention 'manage RDF objects' at the end of your question; what do you mean by that?
    – Thomas
    Commented Sep 29, 2021 at 15:48
  • @Thomas I've edited the question with more details. I apologize, fuseki-c doesn't provide deserialization, such as Apache Jena. About "manage RDF object", I need to manipulate the triples of the response to Wikidata, like objects (in Apache Jena, ResultSet, Model, RDFNode, etc) to identify patterns. Thanks for your comment! Commented Sep 29, 2021 at 16:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.