Reviewed & tested by the community
Project:
RDF external vocabulary importer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2010 at 13:11 UTC
Updated:
6 Feb 2011 at 20:05 UTC
Comments
Comment #1
alex72rm commentedI've found a solution: around #190 in the evoc.module, sparql endpoint's variable ($endpoint) is defined twice. Please remove the second one (only the first assign works:
$endpoint = 'http://demo.openlinksw.com/sparql/';)Alessandro
Comment #2
vitoabrusci commentedI've found the corrected endpoint and it's http://lod.openlinksw.com/sparql. You can use instead of http://demo.openlinksw.com/sparql/ .
Comment #4
ron williams commentedI'm moving this to not fixed as it has not been updated in the latest dev release.