Download List

Descripción del Proyecto

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

Se actualizaron todos los analizadores y serializadores para utilizar el URI de formato W3C como su principal URI (los antiguos son alias). El analizador de N-Quads fue fijado para manejar un contexto opcional/gráfico URI para que pueden leer todos N-Triples demasiado. El serializador de tortuga ahora utiliza el tipo MIME de texto oficial y tortuga. Se agregaron algunas adicionales UTF-8 y snprintf funciones de utilidad. El llbrary ya no necesita matemáticas funciones trunc, lround y redonda (o vinculación con libm). Corrige varios estilo de código interno y se hicieron limpiezas.
Tags: Minor Bug fixes and enhancements
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.

2011-06-02 16:55
2.0.3

Un archivo de cabecera raptor2.h fue agregado para ayudar a evitar conflictos cuando rapaces V1 también está presente. Se realizaron mejoras en la Tortuga / analizador TRIG para analizar documentos de mayor tamaño. Varias otras correcciones se hicieron.
Tags: Minor Bug fixes and enhancements
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.

2011-03-21 11:51
2.0.1

El serializador N-Quads se fijó a la salida del nombre del gráfico correctamente, y el interior del analizador RDFa construido con librdfa se ha actualizado para prefijo de sus símbolos por lo que ahora se pueden vincular con la librdfa estándar.
Tags: Minor bugfixes
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.

2011-01-13 16:10
2.0.0

Este es estable, la liberación apoyo incluye algunos pequeños cambios en el API en la última beta y una solución para un problema.
Tags: Major feature enhancements
This is stable, supported release includes some minor API changes over the last beta and a fix for one issue.

2010-12-02 16:11
1.9.1

La secuencia de comandos de V1 a V2 actualización se ha mejorado. raptor_new_world () se han añadido controles para asegurarse de que la cabecera Raptor y la biblioteca son consistentes. Los constructores se han actualizado para garantizar que el puntero del mundo es de V2 Raptor. Un programa de análisis de N-Quads se añadió. Un par de llamadas API otros se agregan y se quitan.
Tags: Minor feature enhancements
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.

Project Resources