In developing a simple test case I used the kennedys.ttl file, selected and 
loaded kennedys:AlfredTucker from the Instances view.  Then applied in the 
SPARQL view:

INSERT {
  ?this rdfs:label ?name
}
WHERE {
  ?this kennedys:name ?name
}

which had the effect of adding the rdfs:label to _every_ instance with a 
kennedys:name -as if ?this were treated as just a regular variable.  This 
is a different problem from the one that I originally experienced, but 
indicated that something is amiss with ?this .

-- 
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 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

Reply via email to