Skip to content

Commit a93a00b

Browse files
committed
README.md update
1 parent 33b3f3e commit a93a00b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import pysparql_anything as cli
2626

2727
If 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
```
3131
engine = cli.SparqlAnything()
3232
```
@@ -51,7 +51,7 @@ To execute the following query from the SPARQL Anything MusicXML showcase,
5151
java -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
```
5656
engine.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

7171
All keyword arguments to be set are the same as those of the regular Sparql Anything CLI, minus the hyphen.

0 commit comments

Comments
 (0)