mapping-commons / sssom-api

Apache License 2.0
7 stars 0 forks source link

Update RDF4J setup #81

Closed anitacaron closed 1 year ago

anitacaron commented 1 year ago

Related to #76

Instead of creating a memory based RDF repository, it's better to create a native repository that uses on-disk data structure.

The native repository is the recommended solution for datasets with up to 100 milion triples. (docs)