DELETE {?instance :hasCode ?code}
INSERT {?instance :hasCode ?order}
WHERE {
        ?instance a :SODSContext_Temperature_unit;
                :hasCode ?code;
                :hasOrder ?order.
        FILTER (!bound(?code) || (?code = '') )
 }

This does the INSERT but not the DELETE.  If I remove the DELETE part,
it will Insert.  If I remove the INSERT part, it will delete.  If both
are present, it will only INSERT.

I am using TBC 3.0.1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to