NAME

RDF::Service::Resource

PRIVATE METHODS

new_by_id( $id )

Calls new(undef, $id).

new_with_ids( $ids )

Calls new(undet, undef, $ids).

new( $uri, $id, $ids )

This is both a constructor and a clone method.

Should be called with either $uri or it's corresponding $id. $ids will be cloned from the calling object or taking from supplied argument. An undefined $ids is only accepted under system bootstrap (RUNLEVEL 0).

Returns a resource object. Aka node.

  IDS    = $ids || $proto->[IDS]
  URI    = $uri
  ID     = $id

AUTHOR

Jonas Liljegren <jonas@paranormal.se>

  http://jonas.liljegren.org/myself/en/

COPYRIGHT

Copyright (C) 2000-2001 Jonas Liljegren. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SUPPORT

Comments and bug reports should go to rdf@uxn.nu.

CREDITS

Stefan Andersson <stefan@uxn.nu>

SEE ALSO

Wraf

Context objects

Sessions

RDF::Service