> > This is not a rhetorical question. Can anyone explain to me what the > motivation is for (e.g.) forbidding nesting of expressions? > Intuitively, a statement like > > (if (wins Bush election2000) (not (recounted election2000))) > Thank you for asking this so clearly. Wish I knew :) Many RDF implementations permit this in one form or another. In SiRPAC a statement is a resource, so can be the subject of another statement. The Jena API permits the same thing a bit more explicitly: graph.addProperty(new Statement(s,p,o), property, object); We think we know how to implement this efficiently. Not a great help with a clean model though. Brian McBride HPLabsReceived on Wednesday, 6 December 2000 02:26:03 GMT
This archive was generated by hypermail 2.2.0+W3C0.50 : Wednesday, 11 January 2006 15:19:04 GMT