NAME¶
Attean::Literal - RDF Literals
VERSION¶
This document describes Attean::Literal version 0.021
DESCRIPTION¶
The Attean::Literal class represents RDF literals. It conforms to the
Attean::API::Literal role.
ATTRIBUTES¶
The following attributes exist:
- "value"
- "language"
- "datatype"
METHODS¶
- "has_language"
- Returns true if the literal has a language tag, false otherwise.
- "true"
- The xsd:true term.
- "false"
- The xsd:false term.
AUTHOR¶
Gregory Todd Williams
"<gwilliams@cpan.org>"
COPYRIGHT¶
Copyright (c) 2014--2018 Gregory Todd Williams. This program is free software;
you can redistribute it and/or modify it under the same terms as Perl itself.