Raptor RDF Parser and Serializer Library 1.4.17 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Raptor RDF Parser and Serializer Library 1.4.17 (Default branch)
# 1  
Old 03-30-2008
Raptor RDF Parser and Serializer Library 1.4.17 (Default branch)

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. License: GNU Lesser General Public License (LGPL) Changes:
Two new JSON serializers, resource-centric "json" RDF/JSON and triple-centric "json-triples", were added. A new public XML SAX2 API class and error handling structures were added. The I/O Stream class was updated to support reading. Several new API methods were added in other classes. Many other fixes and portability and resilience improvements were made.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RDF::Trine::Parser::ShorthandRDF(3pm)			User Contributed Perl Documentation		     RDF::Trine::Parser::ShorthandRDF(3pm)

NAME
RDF::Trine::Parser::ShorthandRDF - Shorthand RDF Parser SYNOPSIS
use RDF::Trine::Parser; my $parser = RDF::Trine::Parser->new( 'ShorthandRDF' ); $parser->parse_into_model( $base_uri, $data, $model ); DESCRIPTION
ShorthandRDF is an extension of N3 syntax. It's currently defined at <http://esw.w3.org/ShorthandRDF>. METHODS
This package exposes the same methods as RDF::Trine::Parser::Notation3. SEE ALSO
RDF::TriN3, RDF::Trine::Parser::Notation3. <http://esw.w3.org/ShorthandRDF>. AUTHOR
Toby Inkster "<tobyink@cpan.org>" Based on RDF::Trine::Parser::Turtle by Gregory Todd Williams. COPYRIGHT AND LICENCE
Copyright (c) 2006-2010 Gregory Todd Williams. Copyright (c) 2010-2011 Toby Inkster. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-10-22 RDF::Trine::Parser::ShorthandRDF(3pm)