RDF::Service::Resource
Calls new(undef, $id)
.
Calls new(undet, undef, $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
Jonas Liljegren <jonas@paranormal.se>
http://jonas.liljegren.org/myself/en/
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.
Comments and bug reports should go to rdf@uxn.nu.
Stefan Andersson <stefan@uxn.nu>