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

NAME

6       Attean::Blank - RDF blank nodes
7

VERSION

9       This document describes Attean::Blank version 0.030
10

SYNOPSIS

12         use v5.14;
13         use Attean;
14         my $term = Attean::Blank->new('b1');
15         $term->ntriples_string; # _:b1
16

DESCRIPTION

18       The Attean::Blank class represents RDF blank nodes.  It conforms to the
19       Attean::API::Blank role.
20

ROLES

22       This role consumes Attean::API::Blank, which provides the following
23       methods:
24
25       "value"
26

BUGS

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

SEE ALSO

AUTHOR

33       Gregory Todd Williams  "<gwilliams@cpan.org>"
34
36       Copyright (c) 2014--2020 Gregory Todd Williams.  This program is free
37       software; you can redistribute it and/or modify it under the same terms
38       as Perl itself.
39
40
41
42perl v5.34.0                      2022-01-20                  Attean::Blank(3)
Impressum