You need to create the name of the dataset (here, ?dataset is the URI of the dataset):
CONCAT(REPLACE(str(?dataset), '^.*(#|/)', ""), '__', SUBSTR(MD5(STR(?dataset)),1,5)) AS ?name
Then use this name to call:
soft/[name]
This will reset the parts of the cache needed to include the new dataset.
You need to create the name of the dataset (here, ?dataset is the URI of the dataset):
CONCAT(REPLACE(str(?dataset), '^.*(#|/)', ""), '__', SUBSTR(MD5(STR(?dataset)),1,5)) AS ?nameThen use this name to call:
soft/[name]This will reset the parts of the cache needed to include the new dataset.