DOKK / manpages / debian 12 / librdf-trin3-perl / RDF::Trine::Parser::ShorthandRDF.3pm.en
RDF::Trine::Parser::ShorthandRDF(3pm) User Contributed Perl Documentation RDF::Trine::Parser::ShorthandRDF(3pm)

RDF::Trine::Parser::ShorthandRDF - Shorthand RDF Parser

 use RDF::Trine::Parser;
 my $parser     = RDF::Trine::Parser->new( 'ShorthandRDF' );
 $parser->parse_into_model( $base_uri, $data, $model );

ShorthandRDF is an extension of N3 syntax. It's currently defined at <http://esw.w3.org/ShorthandRDF>.

This package exposes the same methods as RDF::Trine::Parser::Notation3.

Please report any bugs to <http://rt.cpan.org/Dist/Display.html?Queue=RDF-TriN3>.

RDF::TriN3, RDF::Trine::Parser::Pretdsl, RDF::Trine::Parser::Notation3.

<http://esw.w3.org/ShorthandRDF>.

Toby Inkster "<tobyink@cpan.org>"

Based on RDF::Trine::Parser::Turtle by Gregory Todd Williams.

Copyright (c) 2006-2010 Gregory Todd Williams.

Copyright (c) 2010-2012 Toby Inkster.

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

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.

2022-06-17 perl v5.34.0