Hello

I have loaded DBpedia and Linkedmdb in Virtuoso and I have update the indexes by running the commands:

DB.DBA.RDF_OBJ_FT_RULE_ADD (null, null, 'All');
DB.DBA.VT_INC_INDEX_DB_DBA_RDF_OBJ ();

First, for DBpedia, and it works perfectly. Then for Linkedmdb, but it does not seem to work very well. For instance, the query

SELECT DISTINCT ?s ?o FROM <http://data.linkedmdb.org> WHERE {{?s rdfs:label
 ?o .FILTER( bif:contains(?o, "angelina and jolie" ) )}}

gives many irrelevant results such as:

http://data.linkedmdb.org/resource/interlink/31891      31891 (Interlink)
http://data.linkedmdb.org/resource/interlink/63541      63541 (Interlink)
http://data.linkedmdb.org/resource/interlink/85222      85222 (Interlink)
http://data.linkedmdb.org/resource/interlink/141754     141754 (Interlink)
http://data.linkedmdb.org/resource/film_cut/24724       Film Cut #24724
http://data.linkedmdb.org/resource/film_cut/43547       Film Cut #43547
http://data.linkedmdb.org/resource/performance/12687    performance #12687
http://data.linkedmdb.org/resource/performance/58295    performance #58295
http://data.linkedmdb.org/resource/performance/74109    performance #74109
http://data.linkedmdb.org/resource/performance/85637    performance #85637
http://data.linkedmdb.org/resource/performance/85648    performance #85648
http://data.linkedmdb.org/resource/performance/96099    performance #96099
http://data.linkedmdb.org/resource/performance/150805 performance #150805 http://data.linkedmdb.org/resource/performance/166626 performance #166626 http://data.linkedmdb.org/resource/performance/181498 performance #181498 http://data.linkedmdb.org/resource/film_job/3798 Costumer: Angelina Jolie (Film Job) http://data.linkedmdb.org/resource/film_job/3807 Makeup Artist: Angelina Jolie (Film Job) http://data.linkedmdb.org/resource/film_job/3814 Prosthetic Dental Appliances: Angelina Jolie (Film Job) http://data.linkedmdb.org/resource/film_job/3816 Prosthetic Makeup Designer: Angelina Jolie (Film Job) http://data.linkedmdb.org/resource/film_job/3819 Special Makeup Effects Artist: Angelina Jolie (Film Job) http://data.linkedmdb.org/resource/producer/4580 Gary Kurfirst (Producer) http://data.linkedmdb.org/resource/producer/10829 Richard Hawley (Producer) http://data.linkedmdb.org/resource/producer/12742 Angelina Jolie (Producer)
http://data.linkedmdb.org/resource/actor/32115  Jean Stapleton (Actor)
http://data.linkedmdb.org/resource/actor/46871  Angelina Jolie (Actor)

Any idea why? Is there anything else I should do? I run the commands to create the indexes more than once (as the process was interrupted first time I tried to create the indexes for linkedmdb), but it stills the same.

Thanks!
Vanessa :)

--
The Open University is incorporated by Royal Charter (RC 000391), an exempt charity 
in England & Wales and a charity registered in Scotland (SC 038302).

Reply via email to