1Attean::API::Quad(3) User Contributed Perl Documentation Attean::API::Quad(3)
2
3
4
6 Attean::API::Quad - Role representing quads
7
9 This document describes Attean::API::Quad version 0.030
10
12 use v5.14;
13 use Attean;
14
16 This is a Moo role representing quads.
17
19 This role consumes Attean::API::QuadPattern, Attean::API::TripleOrQuad,
20 Attean::API::QuadOrQuadPattern and Attean::API::Binding, which provide
21 the following methods:
22
23 "mapping"
24 "variables"
25 "values"
26 "value"
27 "tuples_string"
28 "as_string"
29 "apply_map"
30
32 "subject"
33 "predicate"
34 "object"
35 "graph"
36
38 Please report any bugs or feature requests to through the GitHub web
39 interface at <https://github.com/kasei/attean/issues>.
40
43 Gregory Todd Williams "<gwilliams@cpan.org>"
44
46 Copyright (c) 2014--2020 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.34.0 2021-07-22 Attean::API::Quad(3)