[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: suggestions
[long discussion removed for a while]
> Any thoughts?
Yes, I thought the current practice would be enough because you would
effectively do something like:
Tellable obj1, obj2;
SiRPAC s = new SiRPAC
s.register (obj1);
s.register (obj2);
s.fetchRDF(sURI); // will call assert to obj1 and obj2 as many times as there
are triples
/*
* at this point in execution we know all the triples have been collected
* and passed on to tellable objects
*/
obj1.doSomethingFun();
obj2.doSomethingElse();
Is this useful? I wonder if we are solving the general case with this solution
or just a specific niche-use of RDF? I hope the former...
Janne
--
Janne Saarela | Visiting scientist
Email: jsaarela@w3.org | World Wide Web Consortium http://www.w3.org/