1RDF::Trine::Parser::NQuUasdesr(3C)ontributed Perl DocumeRnDtFa:t:iTornine::Parser::NQuads(3)
2
3
4
6 RDF::Trine::Parser::NQuads - N-Quads Parser
7
9 This document describes RDF::Trine::Parser::NQuads version 1.019
10
12 use RDF::Trine::Parser;
13 my $parser = RDF::Trine::Parser->new( 'nquads' );
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
23 "parse_into_model ( $base_uri, $data, $model )"
24 Parses the bytes in $data, using the given $base_uri. For each RDF
25 triple or quad parsed, will call "$model->add_statement( $statement
26 )".
27
29 Please report any bugs or feature requests to through the GitHub web
30 interface at <https://github.com/kasei/perlrdf/issues>.
31
33 Gregory Todd Williams "<gwilliams@cpan.org>"
34
36 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
37 software; you can redistribute it and/or modify it under the same terms
38 as Perl itself.
39
40
41
42perl v5.34.0 2021-07-22 RDF::Trine::Parser::NQuads(3)