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

Refactor the code #18

Closed vemonet closed 4 years ago

vemonet commented 5 years ago

Create a Repository object, that create either a SPARQLRepository or HTTPRepository depending if the URL provided is from a RDF4J server or not

Then a FileUtils to execute query from github, files, YAML files

vemonet commented 4 years ago

Done with SparqlRepositoryFactory and separating SPARQL query operations to others (e.g. split)