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

NAME

6       Attean::API::IRI - Role representing RDF IRI terms
7

VERSION

9       This document describes Attean::API::IRI version 0.030
10

SYNOPSIS

12         use v5.14;
13         use Attean;
14

DESCRIPTION

16       This is a Moo role that IRI 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( $iri )"
29           Returns -1, 0, or 1 if $iri is less than, equal to, or greater than
30           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--2020 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.34.0                      2022-01-20               Attean::API::IRI(3)
Impressum