I have a use case where I'm processing a bunch of IDs from a relational
database. For each ID, I must determine the class for which it is an
instance by using a regex filter.
I've setup a "helper" class that defines (via instances) a number of
processing parameters that are used to parse the ID and construct
instances, etc...
In an instance of the helper class, I store the URI of of a SPIN function
that is to be used, for example, to parse the ID into the relevant parts.
example: help:instance1 help:idParser pgspin:parseID1
My question is:
Is it possible to use a variable to hold the URI for a SPIN function and
still execute the function including the ability to pass arguments to the
function?
Here's how I was thinking about this:
SELECT *
WHERE {
?x a help:IDHelper .
?x help:idParser ?parser .
BIND (?parser("ID1234567") as ?parsedID)
}
Thanks in advance for your help,
Tim
--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary
Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
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-users?hl=en
---
You received this message because you are subscribed to the Google Groups
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.