1RDF::Trine::Serializer:U:sTeSrV(C3o)ntributed Perl DocumReDnFt:a:tTiroinne::Serializer::TSV(3)
2
3
4
6 RDF::Trine::Serializer::TSV - TSV Serializer
7
9 This document describes RDF::Trine::Store version 1.019
10
12 use RDF::Trine::Serializer::TSV;
13 my $serializer = RDF::Trine::Serializer::TSV->new();
14
16 The RDF::Trine::Serializer::TSV class provides an API for serializing
17 RDF graphs to the TSV syntax.
18
20 Beyond the methods documented below, this class inherits methods from
21 the RDF::Trine::Serializer class.
22
23 "new"
24 Returns a new TSV serializer object.
25
26 "serialize_model_to_file ( $fh, $model )"
27 Serializes the $model to TSV, printing the results to the supplied
28 filehandle "<$fh">.
29
30 "serialize_model_to_string ( $model )"
31 Serializes the $model to TSV, returning the result as a string.
32
33 "serialize_iterator_to_file ( $file, $iter )"
34 Serializes the iterator to TSV, printing the results to the
35 supplied filehandle "<$fh">.
36
37 "serialize_iterator_to_string ( $iter )"
38 Serializes the iterator to TSV, returning the result as a string.
39
40 "result_as_string ( $result, \@names )"
41 Returns a string with the bound terms of the given
42 RDF::Trine::VariableBindings corresponding to the given @names
43 serialized in N-Triples format, separated by tab characters.
44
45 "statement_as_string ( $st )"
46 Returns a string with the nodes of the given RDF::Trine::Statement
47 serialized in N-Triples format, separated by tab characters.
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 <http://www.w3.org/TR/rdf-testcases/#ntriples>
55
57 Gregory Todd Williams "<gwilliams@cpan.org>"
58
60 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
61 software; you can redistribute it and/or modify it under the same terms
62 as Perl itself.
63
64
65
66perl v5.34.0 2022-01-21 RDF::Trine::Serializer::TSV(3)