1Attean::Variable(3)   User Contributed Perl Documentation  Attean::Variable(3)
2
3
4

NAME

6       Attean::Variable - Pattern matching variables
7

VERSION

9       This document describes Attean::Variable version 0.030
10

SYNOPSIS

12         use v5.14;
13         use Attean;
14         my $term = Attean::Variable->new('name');
15         $term->ntriples_string; # ?name
16

DESCRIPTION

18       The Attean::Variable class represents variables for use in pattern
19       matching.  It conforms to the Attean::API::TermOrVariable role.
20

ATTRIBUTES

22       "value"
23       "ntriples_string"
24

BUGS

26       Please report any bugs or feature requests to through the GitHub web
27       interface at <https://github.com/kasei/attean/issues>.
28

SEE ALSO

AUTHOR

31       Gregory Todd Williams  "<gwilliams@cpan.org>"
32
34       Copyright (c) 2014--2020 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.34.0                      2022-01-20               Attean::Variable(3)
Impressum