The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Copyright (c) 2006-2010 Gregory Todd Williams.

Copyright (c) 2010 Toby Inkster.

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.