1RDF::Trine::Parser::LinUesPerrotCoocnotlr(i3b)uted PerlRDDoFc:u:mTernitnaet:i:oPnarser::LineProtocol(3)
2
3
4
6 RDF::Trine::Parser::LineProtocol - RDF LineProtocol Parser
7
9 This document describes RDF::Trine::Parser::LineProtocol version 1.019
10
12 use RDF::Trine::Parser::LineProtocol;
13 my $serializer = RDF::Trine::Parser::LineProtocol->new();
14
16 The RDF::Trine::Parser::LineProtocol class provides A line-based
17 protocol for querying and updating triple/quad stores.
18
20 "handle_op ( $op, $handler, $lineno )"
21 Handles the RDF::Trine::Parser::RDFPatch::Op operation object. For
22 'A'dd operations, the $handler callback is called with the RDF
23 statement. Otherwise an exception is thrown.
24
25 "parse_line ( $line, $base )"
26 Parses the Line Protocol string $line and returns the corresponding
27 RDF::Trine::Parser::RDFPatch::Op object.
28
29 "execute_line ( $line, $model, $out )"
30 Parses the Line Protocol string $line and executes the parsed
31 operation using the supplied $model. If the operation returns
32 results (in the case of a Query operation), they are printed to the
33 $out file handle.
34
36 Please report any bugs or feature requests to through the GitHub web
37 interface at <https://github.com/kasei/perlrdf/issues>.
38
40 <http://afs.github.io/rdf-patch/>
41
43 Gregory Todd Williams "<gwilliams@cpan.org>"
44
46 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
47 software; you can redistribute it and/or modify it under the same terms
48 as Perl itself.
49
50
51
52perl v5.28.0 2018-01-05RDF::Trine::Parser::LineProtocol(3)