File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import pysparql_anything as cli
2626
2727If the SPARQL Anything jar isn't installed in the API's folder it will now be downloaded there automatically.
2828
29- 4 ) Initialise a PySpyrqlAnything object:
29+ 4 ) Initialise a ``` pysparql_anything.sparql_anything.SparqlAnything ``` object:
3030```
3131engine = cli.SparqlAnything()
3232```
@@ -51,7 +51,7 @@ To execute the following query from the SPARQL Anything MusicXML showcase,
5151java -jar sparql-anything-0.8.0-SNAPSHOT.jar -q queries/populateOntology.sparql -v filePath="./musicXMLFiles/AltDeu10/AltDeu10-017.musicxml" -v fileName="AltDeu10-017" -f TTL
5252```
5353
54- in PySPARQL Anything, do
54+ with PySPARQL Anything, do
5555```
5656engine.run(
5757 q='queries/populateOntology.sparql',
@@ -65,7 +65,7 @@ engine.run(
6565
6666## API
6767
68- All of PySPARQL Anything functionalities can be accessed via the following four methods in the class
68+ All of PySPARQL Anything functionalities can be accessed via the following four methods of the class
6969``` pysparql_anything.sparql_anything.SparqlAnything ``` .
7070
7171All keyword arguments to be set are the same as those of the regular Sparql Anything CLI, minus the hyphen.
You can’t perform that action at this time.
0 commit comments