1RDF::Redland::URINode(3U)ser Contributed Perl DocumentatiRoDnF::Redland::URINode(3)
2
3
4

NAME

6       RDF::Redland::URINode - Redland RDF URI Node Class
7

SYNOPSIS

9         use RDF::Redland;
10         my $node1=new RDF::Redland::URINode("http://example.org/");
11

DESCRIPTION

13       This class represents URIs in the RDF graph.  See RDF::Redland::Node
14       for the methods on this object.
15

CONSTRUCTOR

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

SEE ALSO

22       RDF::Redland::Node
23

AUTHOR

25       Dave Beckett - http://www.dajobe.org/
26
27
28
29perl v5.30.0                      2019-07-26          RDF::Redland::URINode(3)
Impressum