1Attean::API::Triple(3)User Contributed Perl DocumentationAttean::API::Triple(3)
2
3
4
6 Attean::API::Triple - Role representing triples
7
9 This document describes Attean::API::Triple version 0.030
10
12 use v5.14;
13 use Attean;
14
16 This is a Moo role representing triples.
17
19 This role consumes Attean::API::TriplePattern,
20 Attean::API::TripleOrQuad, Attean::API::TripleOrQuadPattern and
21 Attean::API::Binding, which provide the following methods:
22
23 "mapping"
24 "variables"
25 "values"
26 "value"
27 "tuples_string"
28 "as_string"
29 "as_quad_pattern"
30 "apply_map"
31
33 "as_quad( $graph )"
34 Returns an Attean::Quad object with the referent's subject,
35 predicate, and object, and the supplied $graph.
36
37 "subject"
38 "predicate"
39 "object"
40
42 Please report any bugs or feature requests to through the GitHub web
43 interface at <https://github.com/kasei/attean/issues>.
44
47 Gregory Todd Williams "<gwilliams@cpan.org>"
48
50 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
51 software; you can redistribute it and/or modify it under the same terms
52 as Perl itself.
53
54
55
56perl v5.32.1 2021-02-08 Attean::API::Triple(3)