1AtteanX::Parser::SPARQLUTsSeVr(3C)ontributed Perl DocumeAntttaetainoXn::Parser::SPARQLTSV(3)
2
3
4
6 AtteanX::Parser::SPARQLTSV - SPARQL Results TSV Parser
7
9 This document describes AtteanX::Parser::SPARQLTSV version 0.033
10
12 use Attean;
13
15 ...
16
18 "canonical_media_type"
19 "media_types"
20 "file_extensions"
21
23 parse_iter_from_bytes( $data )
24 Returns an iterator of Attean::API::Binding objects that result
25 from parsing the data read from the UTF-8 encoded byte string
26 $data.
27
28 parse_iter_from_io( $fh )
29 Returns an iterator of Attean::API::Binding objects that result
30 from parsing the data read from the IO::Handle object $fh.
31
33 Please report any bugs or feature requests to through the GitHub web
34 interface at <https://github.com/kasei/perlrdf/issues>.
35
37 Gregory Todd Williams "<gwilliams@cpan.org>"
38
40 Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
41 software; you can redistribute it and/or modify it under the same terms
42 as Perl itself.
43
44
45
46perl v5.36.0 2023-01-19 AtteanX::Parser::SPARQLTSV(3)