1Attean::API::Term(3) User Contributed Perl Documentation Attean::API::Term(3)
2
3
4
6 Attean::API::Term - RDF Terms
7
9 This document describes Attean::API::Term version 0.030
10
12 The Attean::API::Term role defines a common API for all RDF terms.
13
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
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
34 Please report any bugs or feature requests to through the GitHub web
35 interface at <https://github.com/kasei/attean/issues>.
36
39 Gregory Todd Williams "<gwilliams@cpan.org>"
40
42 Copyright (c) 2014--2020 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.34.0 2022-01-20 Attean::API::Term(3)