Skip to content

Commit

Permalink
Minor fix in tutorial (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis authored May 28, 2024
1 parent 6dcfb24 commit 8919a74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Tripper is a Python library providing a common interface to a range of pre-defin
This is done via a plugin system for different triplestore `backends`.
See the README file for a [list of currently supported backends].

To interface a triplestore, you create an instance of [Triplestore] providing the name of the triplestore as the `backend` argument.

The API provided by Tripper is modelled after [rdflib], so if you know that library, you will find Tripper rather familiar.
But there are some differences that you should be aware of.
Most recognisable:
Expand All @@ -31,6 +29,7 @@ Most recognisable:

Getting started
---------------
To interface a triplestore, you create an instance of [Triplestore] providing the name of the triplestore as the `backend` argument.

For example, to create an interface to an in-memory [rdflib] triplestore, you can use the `rdflib` backend:

Expand Down

0 comments on commit 8919a74

Please # to comment.