1AtteanX::Parser::NQuadsU(s3e)r Contributed Perl DocumentaAttitoenanX::Parser::NQuads(3)
2
3
4
6 AtteanX::Parser::NQuads - N-Quads Parser
7
9 This document describes AtteanX::Parser::NQuads version 0.025
10
12 use Attean;
13 my $parser = Attean->get_parser('NQuads')->new();
14 $parser->parse_cb_from_io( $fh );
15
17 ...
18
20 "canonical_media_type"
21 Returns the canonical media type for N-Quads: application/n-quads.
22
23 "media_types"
24 Returns a list of media types that may be parsed with the N-Triples
25 parser: application/n-quads.
26
27 "file_extensions"
28 Returns a list of file extensions that may be parsed with the
29 parser.
30
32 Please report any bugs or feature requests to through the GitHub web
33 interface at <https://github.com/kasei/perlrdf/issues>.
34
36 Gregory Todd Williams "<gwilliams@cpan.org>"
37
39 Copyright (c) 2014--2019 Gregory Todd Williams. This program is free
40 software; you can redistribute it and/or modify it under the same terms
41 as Perl itself.
42
43
44
45perl v5.30.1 2020-01-29 AtteanX::Parser::NQuads(3)