RDF::Service::Interface::Base::V01
See the register()
function in order to find out which methods
applies to which namespaces and types.
$module
is the module name (for example
RDF::Service::Interface::Base::V01). $args is the connection args.
A interface resource URI is created by combinding the $module with the
$args to the form of a uri-escaped querystring. $args is a hashref.
All args are used in the resource URI except the key 'passwd' that
should be used for authentication.
Create and returns a model $obj.
This is used to sort a list of classses such that the most specific
class comes first and RDFS:Resource
comes last. The class has the
value of one more than the highest value of the classes this class is
RDFS:subClassOf
.
Return a string with a good designation of the resource. The format and content will depend on the resoruce type and wether a label or namespace is defined. Intended for use in an administration interface.
Return the value of a literal in SCALAR format. Not a referens to a scalar this time.
Return the predicate of the arc.
Return the subject of the arc.
Return the object of the arc.
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.
The RDF community, TBL and Stefan Andersson.