Re: [Virtuoso-users] how to disable transitivity in sparql queries

2015-09-30 Thread Kingsley Idehen
On 9/30/15 9:11 AM, Adam Sanchez wrote: > Hello > > I would like to retrieve explicitly stated triples for this simple query > > SELECT DISTINCT ?class { > ?instance rdf:type ?class. > FILTER (?instance = ) > } > > but Virtuoso includes inferred triples as well

[Virtuoso-users] how to disable transitivity in sparql queries

2015-09-30 Thread Adam Sanchez
Hello I would like to retrieve explicitly stated triples for this simple query SELECT DISTINCT ?class { ?instance rdf:type ?class. FILTER (?instance = ) } but Virtuoso includes inferred triples as well in the results. Then, instead to get only http://dbped