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

suggest-term: search for terms returns null pointer exception #70

Closed sparkica closed 11 years ago

sparkica commented 11 years ago

OpenRefine was updated to Freebase Suggest 4.0 API and now /command/rdf-extension/suggest-term returns null pointer exception, so adding properties in Edit RDF schema does not work (error: Sorry, something went wrong. Please try again later)

frodeseverin commented 11 years ago

Things still does not work properly.

In version 0.8.0, the suggestions are different for types and predicates.

Now the suggestions only provide types, whether I try to add a type or a predicate, i.e there are suggestions for rdfs:Literal but no suggestion for rdfs:label, regardless.

Side note to @sparkica : Can you please enable the 'Issues' part of your forked repos? I have some suggestions and errors to discuss.

sparkica commented 11 years ago

Hi Frode, issues on my fork enabled. I'll take a look at the problem with types/predicates ASAP.

sparkica commented 11 years ago

@frodeseverin: A pull request for fixing suggesting properties was created - see #77. It is already merged on my fork and it works now for successfully imported vocabularies.

@fadmaa do you plan to merge? :)

frodeseverin commented 11 years ago

Confirmed to work; I cloned @sparkica 's fork.

@sparkica : Thank you much

sparkica commented 11 years ago

@frodeseverin You're welcome :)