https://github.com/amiika/turtlegit
https://github.com/amiika/turtlegit
linked-data sparql triplestore ttl turtle
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amiika/turtlegit
- Owner: amiika
- License: mit
- Created: 2018-04-22T22:20:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T20:00:12.000Z (over 7 years ago)
- Last Synced: 2025-01-19T16:50:50.120Z (9 months ago)
- Topics: linked-data, sparql, triplestore, ttl, turtle
- Language: Python
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# turtlegit
## What?
turtlegit is a Linked Data endpoint backed by local git repository that stores graphs as ordered turtle (.ttl) files.
Currently supports SPARQL Graph HTTP Protocol (GET / PUT / POST) with "text/turtle" content type.## What next?
1. Add custom otsrdflib sorters to settings
2. Support memory based SPARQL queries (Construct & Update files)
3. Support for full SPARQL using SparqlWrapper as proxy to any 'real' triplestore
4. Support for JSON-LD Framing and storing JSON-LD frames
5. PATCH api using git syntax +/- triples## Maybe then?
1. Support for creating new files using N3 forward chaining with Fuxi (or other)
2. Support for normalized json-ld (This format loses prefix mappings)
3. Support GraphQl queries (flask-graphql, rdf-graphql, etc.)