Download List

Projeto Descrição

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.

2010-08-17 14:11
1.9.0

Esta versão beta removidas todas as funções do substituído e typedefs. Todas as funções foram renomeadas para um formato padrão. URIs são internados sem aplicação swappable. Demonstrações agora suportam triplos e quádruplos. O objeto do mundo possui compartilhada log, geração de identificação, descrição e sintaxes. O analisador GRDDL agora salva o estado compartilhado libxslt. Serializers foram adicionados para HTML e N-Quads e parsers foram adicionados para JSON / RDF e JSON / Triplos. Uma árvore AVL-memória API foi adicionada. Vários problemas relatados foram fixados e substanciais melhorias internas foram feitas.
Tags: Major feature enhancements
This beta release removed all deprecated functions and typedefs. All functions were renamed to a standard format. URIs are interned with no swappable implementation. Statements now support triples and quads. The world object owns shared logging, ID generation, and describing syntaxes. The GRDDL parser now saves shared libxslt state. Serializers were added for HTML and N-Quads, and parsers were added for JSON/RDF and JSON/Triples. An AVL-Tree memory API was added. Several reported issues were fixed and substantial internal improvements were made.

2010-01-31 04:06
1.4.21

Analisador RDFa problemas de gerenciamento de buffer foram corrigidos. O analisador Tartaruga e serializador agora usar QNames corretamente conforme exigido pela especificação. O RDF / XML parser agora redefine corretamente para detectar rdf duplicado: identificações. Corrige um bug outras de menor importância e construir foram feitas.
Tags: Bug fixes
RDFa parser buffer management problems were fixed. The Turtle parser and serializer now use QNames correctly as required by the specification. The RDF/XML parser now resets correctly to detect duplicate rdf:IDs. A few other minor bug and build fixes were made.

2009-11-29 20:46
1.4.20

A sintaxe Turtle serialização desempenho foi melhorado. O analisador librdfa RDFa foi actualizado para corrigir datatype vazio, xml: lang, e 1-bugs char prefixos. Um acidente quando o analisador GRDDL relatou erro foi corrigido. Suporte a arquivos grandes para sistemas 32-bit foi ativado. Resiliência Vários outros, a portabilidade dos menores, e correções foram feitas.
Tags: Minor Bug fixes and enhancements
The Turtle syntax serializing performance was improved. The librdfa RDFa parser was updated to fix empty datatype, xml:lang, and 1-char prefixes bugs. A crash when the GRDDL parser reported errors was fixed. Large file support for 32-bit systems was enabled. Several other resilience, minor portability, and bug fixes were made.

2009-07-20 08:15
1.4.19

Muitas melhorias para a sopa tag RSS (RSS e Atom) do analisador e do RSS 1.0 e Atom serializers foram feitas. Várias correções e melhorias foram feitas para o N-Triplos, RDFa e RDF / analisadores XML, e os serializador Tartaruga. A utilização e configuração de funções estáticas libxml foi melhorada para uma melhor compatibilidade. Várias correções de portabilidade Win32 foram feitas. Muitas outras correções, melhorias de resiliência, e as mudanças internas foram feitas.
Tags: Major bugfixes, major changes
Many improvements to the RSS tag soup (RSS and Atom) parser and the RSS 1.0 and Atom serializers were made. Several fixes and improvements were made to the N-Triples, RDFa and RDF/XML parsers, and the Turtle serializer. The use and configuration of static libxml functions was improved for better compatibility. Several Win32 portability fixes were made. Many other fixes, resilience improvements, and internal
changes were made.

2008-06-26 21:37
1.4.18

Um analisador RDFa foi adicionado usando uma versão integrada do librdfa por Manu Sporny da Digital Bazaar. Uma Atom 1.0 (RFC 4287 serializer) com vários parâmetros de saída foi adicionado. A funcionalidade serializador RSS 1.0 foi melhorado e tornado mais resistentes. Vários novos métodos API foram adicionados para qname, serializador, seqüência, classes e gravador de XML. Muitas outras correções e melhorias de resiliência foram feitas.
Tags: Major feature enhancements
An RDFa parser was added using an embedded version of librdfa by Manu Sporny of Digital Bazaar. An Atom 1.0 (RFC 4287) serializer with several output parameters was added. The RSS 1.0 serializer functionality was improved and made more resilient. Several new API methods were added for qname, serializer, sequence, and XML writer classes. Many other fixes and resilience improvements were made.

Project Resources