Hi,
I’m trying to reconciliation against the Getty vocabularies. I did this a while ago and used SPARQL queries to do so. They’re not working the way they did before and while looking for possible resolutions I saw this note:
https://github.com/OpenRefine/OpenRefine/wiki/Reconciliation
NOTE: OpenRefine Reconciliation does NOT work against a SPARQL endpoint at this time, but instead only a Reconciliation Service API.
Is this a permanent change?
Thank you!
Jennifer
Jennifer B. Young (she/her/hers)
Metadata Coordinator
Northwestern University Libraries
Northwestern University
--
You received this message because you are subscribed to the Google Groups "OpenRefine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Ryan,
I should have been clearer – I am using the Add column by fetching URLs task.
I need to reconcile against both ULAN and AAT. I would very much love a reconciliation service in OR!
I am very new to SPARQL – these are the queries I run in the Add column by fetching URLs task -
For AAT
'http://vocab.getty.edu/sparql.json?query=select+distinct*{?x+skos:inScheme+aat:;(xl:prefLabel|xl:altLabel)/gvp:term"' + escape(value, 'url') + '"@en}'
For ULAN
'http://vocab.getty.edu/sparql.json?query=select+distinct*{?x+skos:inScheme+ulan:;(xl:prefLabel|xl:altLabel)/gvp:term+"' + escape(value, 'url') + '"}
I keep getting this as the results – the “x” should be the URI.
{
"head" : {
"vars" : [ "x" ]
},
"results" : {
"bindings" : [ ]
}
}
Thank you for any help!
Jennifer
I need to reconcile against both ULAN and AAT. I would very much love a reconciliation service in OR!