From: <ant...@4c...> - 2004-08-27 15:05:59
|
Hallo all. We've commited a new example at http://cvs.sourceforge.net/viewcvs.py/eulermoz/eulermoz/tests/prolog/ It's basically the same test Joss did but : a) Facts and rules are XML-RDF.(cities.rdf and rules.rdf) b) It's XUL based. Although nice it's not what we should achive. RDF is loaded as XML into a RDFDatasource an then serialized as a string (rules are written as literals) That transformation is a waste of resources and for sure is not the idea. Actually we are working on a N3 scanner to really allow inference directly against RDFDatasources. Will keep you informed ;-) Cheers Antonio |