empty symbol list for "@forsome" and "@forall"

View: New views
2 Messages — Rating Filter:   Alert me  

empty symbol list for "@forsome" and "@forall"

by lup :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi,
 
 
universal <- "@forAll" symbol_csl
universal <- "@forAll" symbol_csl
 
symbol_csl <- symbol symbol_csl_tail
symbol_csl <- void
Gives the possibility to have "@forall ." and "@forsome ." declaration
 
But, what is the meaning of @forall and @forsome with an empty symbol list ?
 
Best regards
Luc Peuvrier
 

Re: empty symbol list for "@forsome" and "@forall"

by Tim Berners-Lee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 2009-02 -21, at 10:30, luc peuvrier at home wrote:

Hi,
 
 
universal <- "@forAll" symbol_csl
universal <- "@forAll" symbol_csl
 
symbol_csl <- symbol symbol_csl_tail
symbol_csl <- void
Gives the possibility to have "@forall ." and "@forsome ." declaration
 
But, what is the meaning of @forall and @forsome with an empty symbol list ?


It is the empty meaning. :)

Sometimes it is nice to allow such a thing particularly when generating
N3 from a script.


 
Best regards
Luc Peuvrier