raptor icon indicating copy to clipboard operation
raptor copied to clipboard

Redland Raptor RDF syntax library

Results 15 raptor issues
Sort by recently updated
recently updated
newest added

With is pullrequest Dockerfiles are added that could be used to build official docker images. Thank you: https://github.com/dajobe/raptor/issues/47#issuecomment-1041587883

raptor2 provides a library and depends on a few other libraries on it's own (like libxml2). Some downstream projects are not very careful to include all the needed libraries from...

Hi! I'm packaging raptor for Arch Linux. Would it be possible to create a new release for this project? The last one is from 2014 and there are [CVEs](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=raptor) for...

Rapper with turtle output generates a line of length 35679 in one of my files, which is not ideal for version control. This happens when there are many objects for...

Hi! I'm packaging raptor for Arch Linux. To be able to run tests I have to remove *man* files from the test setup unfortunately: ``` diff -ruN a/tests/rdfxml/Makefile.am b/tests/rdfxml/Makefile.am ---...

Ubuntu 20.04 checked that all listed dependencies installed followed instructions to build from source no errors seen, until the make step ``` make >output.txt ar: `u' modifier ignored since `D'...

Thanks for the answer to https://github.com/dajobe/raptor/issues/45 @dajobe Happy to see those libraries are available! I could indeed install it with `apt install libraptor2-0` But how do we know about it?...

Rapper supports Turtle 1.1 in input but I do not see the output option to export in the format Turtle 1.1. I use: `rapper -i rdfxml -o turtle test.rdf` What...

## Input file list.nt ```nt _:genid1 . _:genid1 _:genid2 . _:genid2 . _:genid2 . ``` ## Validation ```bash $ rapper -i ntriples -c list.nt rapper: Parsing URI file:///home/konrad/tmp/list.nt with parser...

GitHub does not render README.html. This pull request deletes the old README.html and adds a Markdown conversion that is displayed properly by GitHub.