- From: Samuel Pedro <samuelcpspam@gmail.com>
- Date: Fri, 12 Jun 2009 15:22:25 +0100
- To: public-sparql-dev@w3.org
Received on Friday, 12 June 2009 14:23:03 UTC
Im trying to do this query... SELECT ?subject ?objectWHERE { ?subject owl:equivalenteClass ?object FILTER( ?object = "Meat") } im trying to find the equivalente Class of meat, but it doesn't return what i want, what am i doing wrong? if i do this... SELECT ?subject ?objectWHERE { ?subject owl:equivalenteClass ?object FILTER( ?object != "Meat") } i get all the equivalent class that there is in the owl. why?
Received on Friday, 12 June 2009 14:23:03 UTC