AtteanX::Parser::Turtle::Token
Token objects used for parsing of Turtle
- Provided by: libattean-perl (Version: 0.012-1)
- Report a bug
Token objects used for parsing of Turtle
This document describes AtteanX::Parser::Turtle::Token version 0.012
use v5.14;
use Attean;
my $term = Attean::Blank->new('b1');
$term->ntriples_string; # _:b1
The AtteanX::Parser::Turtle::Token class represents tokens produced and used during parsing of Turtle.
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/attean/issues>.
<http://www.perlrdf.org/>
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2014--2016 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.