MaastrichtU-IDS / d2s-scripts-repository

📜 Transformation scripts to build Data2Services knowledge graphs (SPARQL insert queries, RML mappings, Shell commands).
2 stars 0 forks source link

In compute-hcls-stats issue if multi distributions have same accessURL #12

Closed vemonet closed 5 years ago

vemonet commented 5 years ago

In compute-hcls-stats if multiple RDF distributions (void:Dataset) have the same accessURL (graph), we will add the new stats to all of those distributions

When we add a new version we need to make sure that all triples accessURL pointing to the graph URL has been deleted

DELETE
{   ?datasetMetadata dcat:accessURL <?_inputGraph> }
WHERE
 { 
  ?datasetMetadata dcat:accessURL <?_inputGraph> .
 }
vemonet commented 5 years ago

There should be only one access URL by graph

Use this script to remove all accessURL: https://github.com/MaastrichtU-IDS/data2services-insert/blob/master/insert-biolink/delete-metadata-accessURL.rq