Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).