-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
<http://tmql4j.topicmapslab.de/#_insert_expressions>
gives the following example:
# add a reification to the first association played by each person topic
INSERT ''' { $p << players } ~ reifier '''
WHERE $p ISA person
I wonder how this example works, since you're assigning the same reifier (a
constant) to multiple associations.
Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 10:10