logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Toby Inkster  "<tobyink@cpan.org>"

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

Bugs

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

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.

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.40.1                                       2025-08-12              RDF::Trine::Parser::ShorthandRDF(3pm)

Name

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

See Also

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

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

Synopsis

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

See Also