1RDF::Trine::Node::BlankU(s3e)r Contributed Perl DocumentaRtDiFo:n:Trine::Node::Blank(3)
2
3
4

NAME

6       RDF::Trine::Node::Blank - RDF Node class for blank nodes
7

VERSION

9       This document describes RDF::Trine::Node::Blank version 1.019
10

METHODS

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

BUGS

41       Please report any bugs or feature requests to through the GitHub web
42       interface at <https://github.com/kasei/perlrdf/issues>.
43

AUTHOR

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.0                      2020-07-28        RDF::Trine::Node::Blank(3)
Impressum