Tennis_shoe redirects to Athletic_shoe.
Now, I want to find all the dbpedia resources that redirects to
"Athletic_shoe". How could I achieve this through FieldQuery?
Note given below sample field query doesn't result in anything
{
"selected": [
"rdfs:label" ],
"offset": "0",
"limit": "5",
"constraints": [{
"type": "reference",
"field": "http://dbpedia.org/ontology/wikiPageRedirects",
"value": "http://dbpedia.org/resource/Athletic_shoe"
}]
}
Thanks in advance.
Regards,
Manish
P.S. I have already created dbpedia.solrindex file
with dbpedia-owl:wikiPageRedirects mapping.