Download List

Project Description

Raptor is a C library providing a set of parsers and
serializers for Resource Description Framework (RDF) triples by parsing syntaxes into RDF triples and serializing triples into a syntax. The parsers support RDF/XML, N-Triples, GRDDL, and Turtle, and via RSS tag soup: XML RSS, Atom 0.3, and Atom 1.0. The serializers support
RDF/XML (3 flavours), Turtle, DOT, N-Triples, RSS 1.0, and Atom 1.0. Raptor handles RDF/XML as used by RDF applications such as RSS 1.0, FOAF, DOAP, Dublin Core, and OWL. It can use either expat or libxml2 for XML parsing, libcurl when available for URI retrieval, and is portable to many POSIX systems.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-15 13:22
2.0.5

All parsers and serializers were updated to use the W3C Format URIs as their primary URI (the old ones are aliases). The N-Quads parser was fixed to handle an optional context/graph URI so it can read all N-Triples too. The Turtle serializer now uses the official text/turtle MIME type. Some additional UTF-8 and snprintf utility functions were added. The llbrary no longer needs math functions trunc, lround, and round (or linking with libm). Several internal code style fixes and cleanups were made.
Tags: Minor Bug fixes and enhancements

2011-06-02 16:55
2.0.3

A raptor2.h header file was added to help avoid conflicts when raptor V1 is also present. Improvements were made to the Turtle / TRiG parser for parsing larger documents. Several other fixes were made.
Tags: Minor Bug fixes and enhancements

2011-03-21 11:51
2.0.1

The N-Quads serializer was fixed to output the graph name correctly, and the internal RDFa parser built with librdfa was updated to prefix its symbols so it can now be linked with the standard librdfa.
Tags: Minor bugfixes

2011-01-13 16:10
2.0.0

This is stable, supported release includes some minor API changes over the last beta and a fix for one issue.
Tags: Major feature enhancements

2010-12-02 16:11
1.9.1

The V1 to V2 upgrading script was improved. raptor_new_world() checks were added to make sure the Raptor header and library are consistent. The constructors were updated to ensure that the world pointer is from Raptor V2. An N-Quads parser was added. A few other API calls were added and removed.
Tags: Minor feature enhancements

Project Resources