Hi, compare:
PREFIX dbpedia2: <http://dbpedia.org/property/>
SELECT DISTINCT ?p WHERE
{<http://dbpedia.org/resource/Braniff_International_Airways> ?p ?o.
Filter ( ?p != dbpedia2:redirect )
}
to
PREFIX dbpedia2: <http://dbpedia.org/property/>
SELECT DISTINCT ?p WHERE
{<http://dbpedia.org/resource/Braniff_International_Airways> ?p ?o.
Filter ( ?p != dbpedia2:redirects )
}
The only difference is the s at the end of dbpedia2:redirects
It does not return any results any more.
I tried it with snorql
Regards,
Sebastian
--
Dipl. Inf. Sebastian Hellmann
Department of Computer Science, University of Leipzig
Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann
Research Group: http://aksw.org