From: naudts g. <nau...@ya...> - 2004-10-20 11:24:18
|
Hallo, I want to add something concerning "embedded rules". E.g. {{:a :b :c}=>{:d :e :f}} => {:g :h :i}. In Lambda-Prolog these rules are treated as follows: the system adds {:a :b :c} to the axiom list as a temporary axiom. Then the system tries to proof {:d :e :f} i.e. this triple becomes a query(goal). If {:d :e :f} is proved then {:g :h :i} is considered being proved also ( = having value true). The temporary axiom {:a :b :c} is deleted from the axioms list. CWM apparently does not do this. I did not implement this in RDFEngine because I do not consider it to be very usefull. It is however 'valid' N3. Jos uses this format for his proof formats. I don't know what interpretation Euler gives to the rule mentioned higher. Greetings, Guido. --- "antonio.lopez" <ant...@pt...> wrote: > Hello all. > > Sorry Jos last two messages were meant to be sent to > the list, it wasn't > private at all :( > I re-send them just to keep track. > > 1º) The question about how parser should > interpret this N3 > expression, what the set of triples generated by > the parser should be. > Whether this triples are just :s :p :o > or {} implies parser has to reify them. > > 2º) Yes , we were not sure but it looked like. > But as we tell you before our test cases will be > yours and this is taken > from : > > http://cvs.sourceforge.net/viewcvs.py/eulersharp/2004/02swap/testCases/gedcom-relations.n3?rev=1.1&view=auto > > > > line 75. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide > on ITManagersJournal > Use IT products in your business? Tell us what you > think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! > Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Eulermoz-developers mailing list > Eul...@li... > https://lists.sourceforge.net/lists/listinfo/eulermoz-developers > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com |