Hi,
The following will execute just fine.
SELECT ?thing ?class
WHERE {
SERVICE <http://dbpedia.org/sparql> {
?thing rdf:type ?class .
FILTER( ?class != <
http://www.w3.org/TR/2003/CR-owl-guide-20030818/wine#WineDescriptor> )
}
}
LIMIT 10
Replace the '!=' with '=' and it will give HTTP 400. I tried this with a
local sparql end point and dbpedia as well.
--
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