I have a query which I'm using in a BindBySelect. The select stmt is
below ...
SELECT ?addConstruct
WHERE {
LET (?addConstruct := <http://www.owl-ontologies.com/
UtilityFunctions#get{?customFunctionName}AddWhere()>) .
}
I have a variable whose value I need to "plug" into the function name
so as to call the correct function.
For example ...
If the ?customFunctionName contains "XYZ" I need to call spin function
getXYZAddWhere() and
if the ?customFunctionName contains "123" I need to call spin function
get123AddWhere() ... and so on.
Any suggestions?
Barb
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---