=head1 NAME Attean::API::Blank - Role representing RDF blank terms =head1 VERSION This document describes Attean::API::Blank version 0.035 =head1 SYNOPSIS use v5.14; use Attean; =head1 DESCRIPTION This is a Moo role that Blank RDF terms consume. =head1 ROLES This role consumes the L and L roles. =head1 METHODS This role provides default implementations of the following methods: =over 4 =item C<< ebv >> Returns the boolean value of this term. =item C<< compare( $blank ) >> Returns -1, 0, or 1 if C<< $blank >> is less than, equal to, or greater than the referent based on SPARQL sorting order. =back =head1 BUGS Please report any bugs or feature requests to through the GitHub web interface at L. =head1 SEE ALSO =head1 AUTHOR Gregory Todd Williams C<< >> =head1 COPYRIGHT Copyright (c) 2014--2022 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut