Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steve-bate/firm-ld
FIRM Linked Data (RDF) support
https://github.com/steve-bate/firm-ld
activitypub activitypub-server linked-data rdf rdflib
Last synced: 10 days ago
JSON representation
FIRM Linked Data (RDF) support
- Host: GitHub
- URL: https://github.com/steve-bate/firm-ld
- Owner: steve-bate
- License: apache-2.0
- Created: 2024-09-04T13:45:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:57:03.000Z (5 months ago)
- Last Synced: 2024-11-21T05:43:26.161Z (2 months ago)
- Topics: activitypub, activitypub-server, linked-data, rdf, rdflib
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FIRM Linked Data
Linked Data support for the FIRM platform.
## Features
* FIRM storage implement that uses a RDF graph store ([rdflib](https://rdflib.readthedocs.io/en/stable/index.html), [oxigraph](https://github.com/oxigraph/oxigraph))
* SPARQL endpoint integration (using [rdflib_endpoint](https://github.com/vemonet/rdflib-endpoint))
* Full-text search (FTS) over selected triples ([sqlite3 FTS](https://sqlite.org/fts5.html))See also [FIRM Core](https://github.com/steve-bate/firm) and [FIRM Server](https://github.com/steve-bate/firm-server).