Rit::Base::Literal::URL
Represents an URL (or URI). This is a wrapper for URI that redirects calls to that class. It's extended as a Rit::Base::Literal::String.
$this->new( $value, $valtype )
$this->parse( $value, $valtype )
$this->new_from_db( $value, $valtype )
Assumes that the value from DB is correct
Used by most get/set wrapper methods
Updated the arc
Returns a unique predictable id representing this object
$n->literal()
The literal value that this object represents.
$lit->loc
Just returns the plain string
Make it a plain value. Safer than using ->literal, since it also works for Undef objects.
Used by query get/set wrapper methods
Updated the arc
Rit::Base::Literal, Rit::Base::Resource, Rit::Base::Arc, Rit::Base::Pred, Rit::Base::Search