Skip to content

Commit

Permalink
FIXED: The user decides whether Python/R are or are not advanced usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbeek committed Nov 13, 2024
1 parent 7f9a7aa commit a80bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/triply-db-getting-started/saved-queries/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ https://api.triplydb.com/queries/DBpedia-association/timeline-cars/run
When you copy this URL in your browser or fetch the URL with curl, you will get a get request to a RESTful API and get a JSON representation of the data in your browser or command window.


### Using a saved query in Python or R notebooks (Advanced)
### Using a saved query in Python or R notebooks

SPARQL queries as a RESTful API, also means you can transport your data to your Python script, R script or Jupyter notebook. To use the result set from your SPARQL query you need to connect your script to the saved SPARQL query. To do this you will need to write a small connector. To help you out TriplyDB has added a code snippet generator for Python and R. This snippet contains the code to retrieve the data from the SPARQL query into your script or notebook. You can open the code snippet generator by clicking on the '</>' button on the right side of the screen.

Expand Down

0 comments on commit a80bb75

Please sign in to comment.