Hello

I would like to retrieve explicitly stated triples for this simple query

SELECT DISTINCT ?class {
?instance rdf:type ?class.
FILTER (?instance = <http://dbpedia.org/resource/Lovedean>)
}

but Virtuoso includes inferred triples as well in the results.

Then, instead to get only

http://dbpedia.org/ontology/Settlement

I get also

http://dbpedia.org/ontology/Place
http://dbpedia.org/ontology/PopulatedPlace

How can I disable this feature in run time using OPTION.

Thanks

Adam

------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to