Gregory Williams > RDF-Trine > RDF::Trine::Node::Resource

Download:
RDF-Trine-0.111.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.111   Source  

NAME ^

RDF::Trine::Node::Resource - RDF Node class for resources

VERSION ^

This document describes RDF::Trine::Node::Resource version 0.111

METHODS ^

new ( $iri, [ $base ] )

Returns a new Resource structure.

uri_value

Returns the URI/IRI value of this resource.

uri ( $uri )

Returns the URI value of this resource, optionally updating the URI.

sse

Returns the SSE string for this resource.

as_string

Returns a string representation of the node.

type

Returns the type string of this node.

equal ( $node )

Returns true if the two nodes are equal, false otherwise.

AUTHOR ^

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

Copyright (c) 2006-2009 Gregory Todd Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.