NAME

AtteanX::SPARQL::Token - Token objects used for parsing and serializing SPARQL

VERSION

This document describes AtteanX::SPARQL::Token version 0.009

SYNOPSIS

use v5.14;
use Attean;
my $term = Attean::Blank->new('b1');
$term->ntriples_string; # _:b1

DESCRIPTION

The AtteanX::SPARQL::Token class represents tokens produced and used during parsing and serializing of SPARQL.

METHODS

value

Returns the token value.

fast_constructor ( $type, $start_line, $start_col, $line, $col, \@args )

Returns a new token object.

BUGS

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

SEE ALSO

http://www.perlrdf.org/

AUTHOR

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT

Copyright (c) 2014 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.