Hello Dean; The ApplySPIN module will apply SPIN rules to the triples passed into the module. Therefore you can use ApplyConstruct with replace=true, FilerByConstruct, etc., to define the set of triples you want TopSPIN to run against.
The ApplyConstruct module's replace property could need some explanation here. ApplyConstruct takes the input triples and creates a set of triples as specified in the CONSTRUCT clause of the query. If replace is set to false (the default) the output of the ApplyConstuct module is the union of the input triples and the constructed triples. If replace is set to true, then only the constructed triples are returned. The latter gives you a flexible way of defining a subset of your data for further processing in the script. -- Scott On Oct 28, 9:55 am, Dean Rzonca <[email protected]> wrote: > We are looking for a way to use the ApplyTopSPIN SPARQLMotion module > on only a certain portion of a graph. > > The CheckConstraints module has a selectQuery parameter that allows us > to select only certain resources for constraint checking- is there a > way to do something similar with ApplyTopSPIN? > > Any help is appreciated. > > Thanks, > Dean -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion 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
