On 13/06/17 05:34, Trevor Lazarus wrote:
Hi,
Sorry if this has been asked many times, but I'm in bit of a soup, I ran a
bunch of co-reference resolution scripts and knowingly or unknowingly put
all the matches(skos:[exactMatch|closeMatch]) into the default graph in
Fuseki 2 along with the other data.
I'm wondering if there's an easy way to just remove those triples, using
SOH with something like s-delete.
When I run a SPARQL query to delete these from Fuseki's front end, it times
out because there's way too many.
My only other option is to use OFFSET apparently.
One option is to use the SPARQL update but with a subselect that
includes a LIMIT. Set that limit large enough to be useful but not so
large that it times out.
Then you can just keep applying that until there's no more left.
Dave