1Attean::API::QuadPatterUns(e3r)Contributed Perl DocumentAatttieoann::API::QuadPattern(3)
2
3
4
6 Attean::API::QuadPattern - Role representing quad patterns
7
9 This document describes Attean::API::QuadPattern version 0.030
10
12 use v5.14;
13 use Attean;
14
16 This is a Moo role representing quad patterns.
17
19 This role consumes Attean::API::TripleOrQuadPattern and
20 Attean::API::Binding, which provide the following methods:
21
22 "mapping"
23 "values"
24 "tuples_string"
25 "as_string"
26
28 "variables"
29 Returns the list of variable names: "qw(subject predicate object
30 graph)".
31
32 "value( $key )"
33 Returns the Attean::API::Term value bound to the variable named
34 $key (which must be present in the "variables" list), undef
35 otherwise.
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.32.1 2021-02-08 Attean::API::QuadPattern(3)