1RDF::Trine::Parser::TriUGs(e3r)Contributed Perl DocumentRaDtFi:o:nTrine::Parser::TriG(3)
2
3
4
6 RDF::Trine::Parser::TriG - TriG RDF Parser
7
9 This document describes RDF::Trine::Parser::TriG version 1.019
10
12 use RDF::Trine::Parser;
13 my $parser = RDF::Trine::Parser->new( 'trig' );
14 $parser->parse_into_model( $base_uri, $data, $model );
15
17 ...
18
20 Beyond the methods documented below, this class inherits methods from
21 the RDF::Trine::Parser class.
22
24 Please report any bugs or feature requests to through the GitHub web
25 interface at <https://github.com/kasei/perlrdf/issues>.
26
28 <http://www4.wiwiss.fu-berlin.de/bizer/TriG/>
29
31 Gregory Todd Williams "<gwilliams@cpan.org>"
32
34 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
35 software; you can redistribute it and/or modify it under the same terms
36 as Perl itself.
37
38
39
40perl v5.38.0 2023-07-21 RDF::Trine::Parser::TriG(3)