1AtteanX::Parser::NTupleUss(e3r)Contributed Perl DocumentAatttieoannX::Parser::NTuples(3)
2
3
4
6 AtteanX::Parser::NTuples - Shared functionality for N-Triples and
7 N-Quads parsers
8
10 This document describes AtteanX::Parser::NTuples version 0.033
11
13 use Attean;
14
16 This module provides a base class for RDF formats N-Triples and
17 N-Quads.
18
20 parse_term_from_bytes( $bytes )
21 Parses the given $bytes and returns a corresponding
22 Attean::API::Term object.
23
24 parse_iter_from_bytes( $data )
25 Returns an iterator of Attean::API::Binding objects that result
26 from parsing the data read from the UTF-8 encoded byte string
27 $data.
28
29 parse_iter_from_io( $fh )
30 Returns an iterator of Attean::API::Binding objects that result
31 from parsing the data read from the IO::Handle object $fh.
32
34 Please report any bugs or feature requests to through the GitHub web
35 interface at <https://github.com/kasei/perlrdf/issues>.
36
38 Gregory Todd Williams "<gwilliams@cpan.org>"
39
41 Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
42 software; you can redistribute it and/or modify it under the same terms
43 as Perl itself.
44
45
46
47perl v5.36.0 2023-01-19 AtteanX::Parser::NTuples(3)