1RDF::Trine::Node::Nil(3U)ser Contributed Perl DocumentatiRoDnF::Trine::Node::Nil(3)
2
3
4

NAME

6       RDF::Trine::Node::Nil - RDF Node class for the nil node
7

VERSION

9       This document describes RDF::Trine::Node::Nil 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 ()"
16           Returns the nil-valued node.
17
18       "is_nil"
19           Returns true if this object is the nil-valued node.
20
21       "sse"
22           Returns the SSE string for this nil node.
23
24       "as_ntriples"
25           Returns the N-Triples serialization of the nil node's IRI
26           <tag:gwilliams@cpan.org,2010-01-01:RT:NIL>.
27
28       "type"
29           Returns the type string of this node.
30
31       "value"
32           Returns the empty string.
33
34       "equal ( $node )"
35           Returns true if the two nodes are equal, false otherwise.
36

BUGS

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

AUTHOR

42       Gregory Todd Williams  "<gwilliams@cpan.org>"
43
45       Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
46       software; you can redistribute it and/or modify it under the same terms
47       as Perl itself.
48
49
50
51perl v5.30.0                      2019-07-26          RDF::Trine::Node::Nil(3)
Impressum