1RDF::Redland::URINode(3U)ser Contributed Perl DocumentatiRoDnF::Redland::URINode(3)
2
3
4
6 RDF::Redland::URINode - Redland RDF URI Node Class
7
9 use RDF::Redland;
10 my $node1=new RDF::Redland::URINode("http://example.org/");
11
13 This class represents URIs in the RDF graph. See RDF::Redland::Node
14 for the methods on this object.
15
17 new URI
18 Create a new URI node. URI can be either a RDF::Redland::URI
19 object, a perl URI class or a literal string.
20
22 RDF::Redland::Node
23
25 Dave Beckett - http://www.dajobe.org/
26
27
28
29perl v5.32.1 2021-01-27 RDF::Redland::URINode(3)