RDF::TRINE::PARSER::SHORTHANDRDF(3PM) - Linux man page online | Library functions
Shorthand RDF Parser.
Chapter
2013-09-18
RDF::Trine::Parser::ShorthandRDUsermContributed Perl DocumenRDF::Trine::Parser::ShorthandRDF(3pm)
@cpan.org>"
Based on RDF::Trine::Parser::Turtle by Gregory Todd Williams.
perl v5.18.2 2013-09-18 RDF::Trine::Parser::ShorthandRDF(3pm)
NAME
RDF::Trine::Parser::ShorthandRDF - Shorthand RDF ParserSYNOPSIS
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.BUGS
Please report any bugs to <http://rt.cpan.org/Dist/Display.html?Queue=RDF-TriN3>.SEE ALSO
RDF::TriN3, RDF::Trine::Parser::Pretdsl, RDF::Trine::Parser::Notation3. <http://esw.w3.org/ShorthandRDF>.AUTHOR
Toby Inkster "<