1RDF::Trine::Node::BlankU(s3e)r Contributed Perl DocumentaRtDiFo:n:Trine::Node::Blank(3)
2
3
4
6 RDF::Trine::Node::Blank - RDF Node class for blank nodes
7
9 This document describes RDF::Trine::Node::Blank version 1.019
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Trine::Node class.
14
15 "new ( $name )"
16 Returns a new Blank structure.
17
18 "blank_identifier"
19 Returns the identifier of the blank node.
20
21 "value"
22 Returns the blank identifier.
23
24 "sse"
25 Returns the SSE string for this blank node.
26
27 "as_ntriples"
28 Returns the node in a string form suitable for NTriples
29 serialization.
30
31 "as_string"
32 Returns a string representation of the node.
33
34 "type"
35 Returns the type string of this node.
36
37 "equal ( $node )"
38 Returns true if the two nodes are equal, false otherwise.
39
41 Please report any bugs or feature requests to through the GitHub web
42 interface at <https://github.com/kasei/perlrdf/issues>.
43
45 Gregory Todd Williams "<gwilliams@cpan.org>"
46
48 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
49 software; you can redistribute it and/or modify it under the same terms
50 as Perl itself.
51
52
53
54perl v5.32.1 2021-01-27 RDF::Trine::Node::Blank(3)