1RDF::Trine::Parser::LinUesPerrotCoocnotlr(i3b)uted PerlRDDoFc:u:mTernitnaet:i:oPnarser::LineProtocol(3)
2
3
4

NAME

6       RDF::Trine::Parser::LineProtocol - RDF LineProtocol Parser
7

VERSION

9       This document describes RDF::Trine::Parser::LineProtocol version 1.019
10

SYNOPSIS

12        use RDF::Trine::Parser::LineProtocol;
13        my $serializer = RDF::Trine::Parser::LineProtocol->new();
14

DESCRIPTION

16       The RDF::Trine::Parser::LineProtocol class provides A line-based
17       protocol for querying and updating triple/quad stores.
18

METHODS

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

BUGS

36       Please report any bugs or feature requests to through the GitHub web
37       interface at <https://github.com/kasei/perlrdf/issues>.
38

SEE ALSO

40       <http://afs.github.io/rdf-patch/>
41

AUTHOR

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.32.0                      2020-07-28RDF::Trine::Parser::LineProtocol(3)
Impressum