https://github.com/amogorkon/triplestore
Three dictionaries in one to handle any Subject-Predicate-Object situation.
https://github.com/amogorkon/triplestore
Last synced: about 2 months ago
JSON representation
Three dictionaries in one to handle any Subject-Predicate-Object situation.
- Host: GitHub
- URL: https://github.com/amogorkon/triplestore
- Owner: amogorkon
- License: mit
- Created: 2017-03-10T22:54:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T00:13:56.000Z (4 months ago)
- Last Synced: 2025-03-24T15:02:41.670Z (2 months ago)
- Language: Python
- Homepage:
- Size: 81.9 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TripleStore
This triplestore strives to provide simple yet powerful arbitrary Subject-Predicate-Object relationship data storage and retrieval purely written in python.# The Story
First inspired by a master's thesis but completely reworked and refined. Then I got re-inspired by https://tentris.dice-research.org/iswc2020/ but realized that requiring data to be kept in memory is not viable for most people, so I turned it around and asked myself how to realize a triplestore based on hdf5 and sparse matrices..This version is not ready for production.
Please feel free to contribute :)- Anselm Kiefner