teamdigitale / dati-semantic-backend

Backend for the NDC semantic repository
GNU Affero General Public License v3.0
4 stars 4 forks source link

Purge stale repository / graph #54

Closed ioggstream closed 1 year ago

ioggstream commented 1 year ago

Comportamento atteso

Comportamento attuale

e.g.

select distinct ?g where {
GRAPH ?g 
} 

still returns a stale repository (e.g. https://github.com/ash1425/sample-ontology-repo and https://github.com/ronytw/sample-ontology-repo)

Notes

ioggstream commented 1 year ago

Removed via APIs

curl -v -XPOST  -d repo_url=https://github.com/ronytw/sample-ontology-repo ...