Hi Holger, thanks for your fast reply. My question was if it is possible to identify the rule, the current sparql-rule is stored to. Rules are stored as blank nodes and have no URIs, so it is not possible to identify a rule to access its structure from other rules. Is that correct? The intention is to link a statement to the rule by which it has been inferred.
Am Donnerstag, 14. März 2013 23:09:49 UTC+1 schrieb Holger Knublauch: > > Hi developer, > > spin:rules typically don't have a URI. If you mean the URI of the > current context instance then this is available via ?this. You can also > find the class of ?this by adding a clause such as > > ?this a ?type . > > into the WHERE clause of your rule. > > If this doesn't answer your question, please clarify. > > Thanks > Holger > > > > On 3/15/2013 7:39, developer wrote: > > Hi, > > > > is introspection possible in SPIN? I'm looking for a way to access the > > uri of the spin:Rule the current SPARQL-Construct-Rule is stored to. > > > > thanks and greetings > > -- > > -- 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] <javascript:> > > To unsubscribe from this group, send email to > > [email protected] <javascript:> > > 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] <javascript:>. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- -- 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.
