Questions tagged [raptor2]

Raptor is a free software / Open Source C library that provides a set of parsers and serializers

Raptor is a free software / Open Source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax.

6 questions
5
votes
2 answers

Compiling a library (redland) in Cygwin using gcc and using the output in Visual Studio (c++)

I'm currently trying to compile redland (librdf http://librdf.org/) under Windows. According to their website it should build under Windows. As i don't want to spend my time fixing the .sln I thought about compiling librdf (and the necessary…
Steve
  • 433
  • 7
  • 13
1
vote
0 answers

Why can I not match a URI in a sparql query?

I'm writing a sparql query to search in the following rdfxml
CiaranWelsh
  • 7,014
  • 10
  • 53
  • 106
1
vote
0 answers

How to match a relative IRI of a Subject in an RDF triple in SPARQL query language?

I am trying to use SPARQL to match an IRI that is relative to the base. Here's an example snippet of rdf-xml code:
CiaranWelsh
  • 7,014
  • 10
  • 53
  • 106
1
vote
1 answer

Why am I getting `undefined reference to xxx` errors when all libraries and references needed are accounted for?

Essentially I am trying to use the redland rdf libraries but I cannot link to them. When I try a simple basic program which uses the redland libraries I get these errors: /usr/local/lib/librdf.a(rdf_init.o): In function…
CiaranWelsh
  • 7,014
  • 10
  • 53
  • 106
1
vote
1 answer

librdf compiling error, undefined reference to raptor_new_world_internal'

After I installed raptor (librdf.org) successfully, I run g++ test.cpp to compile. But get raptor2.h: No such file or directory. So I copy /usr/include/raptor2/raptor2.h to /usr/include/raptor2.h, and the error above dismiss. But a new error…
finch
  • 107
  • 8
0
votes
2 answers

Why rasqal configuration can't recognize the already raptor library on cygwin?

I am trying to install rasqal 0.9.20 library http://librdf.org/rasqal/ onto a windows 7 machine with cygwin.Earlier i have successfully installed the raptor-2.2.0 library http://librdf.org/raptor/ and i can verify this with the rapper tool was…
curious
  • 1,524
  • 6
  • 21
  • 45