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

NAME

6       Attean::API::Term - RDF Terms
7

VERSION

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

DESCRIPTION

12       The Attean::API::Term role defines a common API for all RDF terms.
13

REQUIRED METHODS

15       The following methods are required by the Attean::API::Term role:
16
17       "value"
18           Returns the term's value string.
19
20       "ntriples_string"
21           Returns an N-Triples-compatible string serialization.
22

METHODS

24       This role provides default implementations of the following methods:
25
26       "as_string"
27           Returns a string serialization of the term.
28
29       "ebv"
30           Returns true if the term has a true SPARQL "effective boolean
31           value", false otherwise.
32

BUGS

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

SEE ALSO

AUTHOR

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