1Attean::Variable(3) User Contributed Perl Documentation Attean::Variable(3)
2
3
4
6 Attean::Variable - Pattern matching variables
7
9 This document describes Attean::Variable version 0.020
10
12 use v5.14;
13 use Attean;
14 my $term = Attean::Variable->new('name');
15 $term->ntriples_string; # ?name
16
18 The Attean::Variable class represents variables for use in pattern
19 matching. It conforms to the Attean::API::TermOrVariable role.
20
22 "value"
23 "ntriples_string"
24
26 Please report any bugs or feature requests to through the GitHub web
27 interface at <https://github.com/kasei/attean/issues>.
28
31 Gregory Todd Williams "<gwilliams@cpan.org>"
32
34 Copyright (c) 2014--2018 Gregory Todd Williams. This program is free
35 software; you can redistribute it and/or modify it under the same terms
36 as Perl itself.
37
38
39
40perl v5.28.1 2019-01-09 Attean::Variable(3)