MaastrichtU-IDS / d2s-sparql-operations

✨️ Execute SPARQL queries from string, URL or multiple files using the RDF4J framework.
https://maastrichtu-ids.github.io/d2s-sparql-operations/
MIT License
1 stars 1 forks source link

Pass URLs as SPARQL queries param #13

Closed vemonet closed 5 years ago

vemonet commented 5 years ago

Allow to pass URLs instead of only repository path as SPARQL queries

Iterate over subdirectory to execute all .rq files

vemonet commented 5 years ago

Implemented but we don't iterate over subdirectories (not worth the pain)