1AtteanX::Parser::RDFXMLU(s3e)r Contributed Perl DocumentaAttitoenanX::Parser::RDFXML(3)
2
3
4
6 AtteanX::Parser::RDFXML - RDF/XML Parser
7
9 This document describes AtteanX::Parser::RDFXML version 0.030
10
12 use Attean;
13 my $parser = Attean->get_parser('RDFXML')->new();
14 $parser->parse_list_from_io( $fh );
15
17 ...
18
20 "canonical_media_type"
21 "media_types"
22 "file_extensions"
23 "bnode_prefix"
24 A string prefix for identifiers generated for blank nodes.
25
27 "canonical_media_type"
28 Returns the canonical media type for SPARQL XML:
29 application/sparql-results+json.
30
31 "media_types"
32 Returns a list of media types that may be parsed with the SPARQL
33 XML parser: application/sparql-results+json.
34
35 "file_extensions"
36 Returns a list of file extensions that may be parsed with the
37 parser.
38
39 "parse_cb_from_io( $fh )"
40 Calls the "$parser->handler" function once for each
41 Attean::API::Binding object that result from parsing the data read
42 from the IO::Handle object $fh.
43
44 "parse_cb_from_bytes( $data )"
45 Calls the "$parser->handler" function once for each
46 Attean::API::Binding object that result from parsing the data read
47 from the UTF-8 encoded byte string $data.
48
50 Please report any bugs or feature requests to through the GitHub web
51 interface at <https://github.com/kasei/perlrdf/issues>.
52
54 Gregory Todd Williams "<gwilliams@cpan.org>"
55
57 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
58 software; you can redistribute it and/or modify it under the same terms
59 as Perl itself.
60
61
62
63perl v5.32.1 2021-02-08 AtteanX::Parser::RDFXML(3)