1RDF::Query::Node::BlankU(s3e)r Contributed Perl DocumentaRtDiFo:n:Query::Node::Blank(3)
2
3
4
6 RDF::Query::Node::Blank - RDF Node class for blank nodes
7
9 This document describes RDF::Query::Node::Blank version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Node and RDF::Trine::Node::Blank classes.
14
15 "new ( [ $name ] )"
16 Returns a new Blank node object. If $name is supplied, it will be
17 used as the blank node identifier. Otherwise a time-based
18 identifier will be generated and used.
19
20 "as_sparql"
21 Returns the SPARQL string for this node.
22
23 "as_hash"
24 Returns the query as a nested set of plain data structures (no
25 objects).
26
27 "make_distinguished_variable"
28 Returns a new variable based on this blank node.
29
31 Gregory Todd Williams <gwilliams@cpan.org>
32
33
34
35perl v5.34.0 2021-07-22 RDF::Query::Node::Blank(3)