1AtteanX::Parser::NTriplUesse(r3)Contributed Perl DocumenAttatteiaonnX::Parser::NTriples(3)
2
3
4
6 AtteanX::Parser::NTriples - N-Triples Parser
7
9 This document describes AtteanX::Parser::NTriples version 0.030
10
12 use Attean;
13 my $parser = Attean->get_parser('NTriples')->new();
14 $parser->parse_cb_from_io( $fh );
15
17 ...
18
20 "canonical_media_type"
21 Returns the canonical media type for N-Triples:
22 application/n-triples.
23
24 "media_types"
25 Returns a list of media types that may be parsed with the N-Triples
26 parser: application/n-triples.
27
28 "file_extensions"
29 Returns a list of file extensions that may be parsed with the
30 parser.
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--2020 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.32.1 2021-02-08 AtteanX::Parser::NTriples(3)