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
26
26
27
27
If the SPARQL Anything jar isn't installed in the API's folder it will now be downloaded there automatically.
28
28
29
- 4 ) Initialise a PySpyrqlAnything object:
29
+ 4 ) Initialise a ``` pysparql_anything.sparql_anything.SparqlAnything ``` object:
30
30
```
31
31
engine = cli.SparqlAnything()
32
32
```
@@ -51,7 +51,7 @@ To execute the following query from the SPARQL Anything MusicXML showcase,
51
51
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
52
52
```
53
53
54
- in PySPARQL Anything, do
54
+ with PySPARQL Anything, do
55
55
```
56
56
engine.run(
57
57
q='queries/populateOntology.sparql',
@@ -65,7 +65,7 @@ engine.run(
65
65
66
66
## API
67
67
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
69
69
``` pysparql_anything.sparql_anything.SparqlAnything ``` .
70
70
71
71
All 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