1Attean::API::Variable(3U)ser Contributed Perl DocumentatiAotntean::API::Variable(3)
2
3
4
6 Attean::API::Variable - Role representing term variables
7
9 This document describes Attean::API::Variable version 0.030
10
12 use v5.14;
13 use Attean;
14
16 This is a Moo role representing variables that may be used in triple
17 and quad patterns.
18
20 This role consumes Attean::API::TermOrVariable.
21
23 "as_string"
24 Returns a SPARQL-like string serialization of the variable.
25
27 Please report any bugs or feature requests to through the GitHub web
28 interface at <https://github.com/kasei/attean/issues>.
29
32 Gregory Todd Williams "<gwilliams@cpan.org>"
33
35 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
36 software; you can redistribute it and/or modify it under the same terms
37 as Perl itself.
38
39
40
41perl v5.32.1 2021-02-08 Attean::API::Variable(3)