fadmaa / grefine-rdf-extension

An extension to Google Refine that enables graphical mapping of Google Refine project data to an RDF skeleton and then exporting it in RDF format
http://refine.deri.ie
Other
94 stars 55 forks source link

Search for match not working properly using Sparql based reconciliation #82

Open ghirardinicola opened 10 years ago

ghirardinicola commented 10 years ago

I set up a new sparql based reconciliation service (based on virtuoso) After the automatic reconciliation i want to manually search for match. The search works but when i select the option all i have is a message with "rdf" in it and then the previous screen return and i can only click match (the search is done again), new topic (not what i want) and "don't reconcile) This is a message example: {"id":"http://rdf.freebase.com/ns/m.0gwwcnl","name":"Castle in the Sky: Creating 'Castle in the Sky'","type":{"id":"http://rdf.freebase.com/ns/m.0gwwcnl","name":"http://rdf.freebase.com/ns/m.0gwwcnl"}}

This the log:

20:12:21.624 [ rdf_extension] receiving request for services/freebase-cinema-lab-x/suggest/entity (151512ms) 20:12:21.625 [ rdf_extension] command is suggest-entity (1ms) 20:12:21.625 [ rdf_extension] command is suggest-entity, while service name is freebase-cinema-lab-x (0ms) 20:12:22.689 [ rdf_extension] receiving request for services/freebase-cinema-lab-x/suggest/entity/preview (1064ms) 20:12:22.690 [ rdf_extension] command is flyout-entity (1ms) 20:12:22.690 [ rdf_extension] command is flyout-entity, while service name is freebase-cinema-lab-x (0ms) 20:12:24.751 [ rdf_extension] jQuery17203098807805027658_1384881232663({"code":"/api/status/ok","status":"200 OK","prefix":"Castle in the S","result":[]}); (2061ms)

ghirardinicola commented 10 years ago

I can develop, is there someone that can help me solving this?