1Attean::Blank(3) User Contributed Perl Documentation Attean::Blank(3)
2
3
4
6 Attean::Blank - RDF blank nodes
7
9 This document describes Attean::Blank version 0.030
10
12 use v5.14;
13 use Attean;
14 my $term = Attean::Blank->new('b1');
15 $term->ntriples_string; # _:b1
16
18 The Attean::Blank class represents RDF blank nodes. It conforms to the
19 Attean::API::Blank role.
20
22 This role consumes Attean::API::Blank, which provides the following
23 methods:
24
25 "value"
26
28 Please report any bugs or feature requests to through the GitHub web
29 interface at <https://github.com/kasei/attean/issues>.
30
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.32.1 2021-02-08 Attean::Blank(3)