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

Reconcile data against Norwegian BIBSYS Name Authorities #65

Open frodeseverin opened 12 years ago

frodeseverin commented 12 years ago

BIBSYS is the main provider of library systems to Norwegian colleges and universities. http://bibsys.no/english/pages/about_us/index.php

I am having trouble using the SPARQL endpoint for Rådata Nå! dataset, http://data.bibsys.no/data/authority as reconciliation service in grefine-rdf-extension v. 0.8.0. The endpoint and related services are described at http://www.bibsys.no/files/out/linked_data/autreg/index.html http://data.bibsys.no/data/query_authority.html

Situation:

  1. Define reconciliation service based on SPARQL endpoint
  2. Select 'Reconcile => Start reconciling...' on a column in GRefine
    • Select the newly created reconciliation service

The program stalls on a white AJAX dialogue with a spinning wheel in it. http://imm.io/zPGi

I have been in touch with the publishers of the dataset, but I do not quite know what to ask them. They have, however, given me an example of a valid SPARQL query, as seen below

Can you please tell me how to use this SPARQL endpoint with rdf-extension?

Sample of valid SPARQL query:

http://data.bibsys.no/data/authority?query=PREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E+%0D%0APREFIX+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E+%0D%0APREFIX+radatana%3A+%3Chttp%3A%2F%2Fdef.bibsys.no%2Fxmlns%2Fradatana%2F1.0%23%3E%0D%0APREFIX+whois%3A+%3Chttp%3A%2F%2Fwww.kanzaki.com%2Fns%2Fwhois%23%3E%0D%0APREFIX+skos%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2004%2F02%2Fskos%2Fcore%23%3E%0D%0APREFIX+%3A+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2F%3E%0D%0APREFIX+owl%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23%3E%0D%0APREFIX+dc%3A+%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0D%0A%0D%0ADESCRIBE+*+WHERE+{%0D%0A++%3Fproperty+foaf%3Aname+%22Olav+Aukrust%22.%0D%0A+++++++}