Hi,

I have a question about using DELETE in a SPARQL query.  I have a test class 
ZTest:C1, which has an instance ZTest:C1_1, whose rdfs:label = "C1 1".  I 
entered the following query in the SPARQL query window to test deleting the 
triple: ZTest:C1_1 rdfs:label "C1 1" :

DELETE {
    ?I rdfs:label ?label .
}
WHERE {
   ?I a ZTest:C1 .
}

The query passed syntax checking, and executed, but it did not delete the 
rdfs:label triple for ZTest:C1_1 .

Am I doing something wrong?  I am using TopBraid ME 3.3.2.

Thanks for your help.
Naicong





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

Reply via email to