Hi,

I have a dataset (from Europeana) containing links to Geonames resources 
where some links produce a 404 error.
I remove such links when run into by SPARQL through ISQL [1], followed 
by a describe command through the webinterface to check if that worked. 
The describe turns out empty so I conclude the faulty link is removed 
from the dataset. But when I run my program, using JENA to query the 
graph, I still get the faulty link in my result set producing a 404 
error, again ... Am I missing something here; Why isn't the resource 
removed even though a describe of the resource is empty?

Thanks,
Roland

[1]
SPARQL
DELETE FROM  <http://data.cubiss.nl/bnb/> {
   ?s ?p <http://sws.geonames.org/2751315/>
} WHERE { GRAPH <http://data.cubiss.nl/bnb/> {
   ?s ?p <http://sws.geonames.org/2751315/>
}}


------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to