Extending SPARQLMotion is also easy and could be closer to what you might need (although I believe the ApplyConstruct statement is what you really want to use).
See http://www.topquadrant.com/products/SPARQLMotion_docs/SPARQLMotion_ex_userdefined.html Perhaps the best alternative is to create a SPIN function, see: http://composing-the-semantic-web.blogspot.com/2009/01/understanding-spin-functions.html -- Scott On Jul 10, 8:51 am, Scott Henninger <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
