Re: RDF API convergence? was Re: ANNOUNCE: RDF.NET

Alberto Reggiori <alberto.reggiori@jrc.it> writes:

> In RDFStore, I am on the way to implement a Perl TIE interface over
> an local or remote RDF storage.

> I think Jonas Liljegren is aiming to do something similar with WRAF,
> and using the Perl TIE approach it would let the user dive into it
> much more quickly :-)

The interface is largely (resource) object oriented.  The connected
interfaces calculates the resource properties requested.  It could
forward the request to another interface or calculate with some rule.

But I am thinking about using TIE as an interface to collections, as a
way to iterate through a large data set without having to prefetch the
whole thing.

I may use RDFStore as a backend. :-)


-- 
/ Jonas Liljegren

The Wraf project http://www.uxn.nu/wraf/
Sponsored by http://www.rit.se/

Received on Monday, 13 November 2000 17:28:53 UTC