'FILTER NOT EXISTS ' operator is not working with apache jena?
问题 Here my sparql query code is to find Least Common Subsumer and output of query must be 'A'. I am getting blank result here. I think my query is right but seems to be Apache Jena's "filter not exists" is not working. I have also checked with other example. Is there any alternative solution of "filter not exists" or shall i need to modify my java code for that? OWL file structure Thing: | A |_P(p1,p2) |_M(m1,m2) | B Here A,P,M and B are the concepts. p1,p2,m1 and m2 are the instances. M is