Woody, you can create a reification statement with the following
query:
CONSTRUCT
{ ?rRsc a rdf:Statement .
?rRsc rdf:object ?obj .
?rRsc rdf:predicate ?pred .
?rRsc rdf:subject ?subject
}
WHERE
{...}
The easy way would be to add this into your script with an
ApplyConstruct module.
If you really want to do a plugin, there is information at:
http://www.topquadrant.com/resources/composer_dev_guide.html
-- Scott
On Jul 10, 12:23 am, Woody <[email protected]> wrote:
> Hi,
>
> I want to create reification statement in SPARQLMotion script and then
> query them out. Can you tell me how I can do this? Is there any build-
> in module supports this requirement?
>
> If there isn't, I want to develop my own SPARQLMotion plugins to do
> so. Is it doable or not?
>
> Many thanks,
> Woody
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---