1Attean::API::Blank(3) User Contributed Perl DocumentationAttean::API::Blank(3)
2
3
4

NAME

6       Attean::API::Blank - Role representing RDF blank terms
7

VERSION

9       This document describes Attean::API::Blank version 0.025
10

SYNOPSIS

12         use v5.14;
13         use Attean;
14

DESCRIPTION

16       This is a Moo role that Blank RDF terms consume.
17

ROLES

19       This role consumes the Attean::API::Term and Attean::API::BlankOrIRI
20       roles.
21

METHODS

23       This role provides default implementations of the following methods:
24
25       "ebv"
26           Returns the boolean value of this term.
27
28       "compare( $blank )"
29           Returns -1, 0, or 1 if $blank is less than, equal to, or greater
30           than the referent based on SPARQL sorting order.
31

BUGS

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

SEE ALSO

AUTHOR

38       Gregory Todd Williams  "<gwilliams@cpan.org>"
39
41       Copyright (c) 2014--2019 Gregory Todd Williams.  This program is free
42       software; you can redistribute it and/or modify it under the same terms
43       as Perl itself.
44
45
46
47perl v5.30.0                      2019-10-31             Attean::API::Blank(3)
Impressum