Releases: vemonet/rdflib-endpoint
Releases · vemonet/rdflib-endpoint
RDFLib endpoint 0.2.4
Changelog
- Add support for rdflib.Graph using
store="Oxigraph"
(oxrdflib
package https://github.com/oxigraph/oxrdflib), related to #4 - CLI option for defining the store has been added
Full Changelog: 0.2.3...0.2.4
RDFLib endpoint 0.2.3
RDFLib endpoint 0.2.2
RDFLib endpoint 0.2.1
RDFLib endpoint 0.2.0
Changelog
- Migrate from
setup.py
topyproject.toml
with ahatch
build backend andsrc/
layout - Added types
- Check for strict type compliance using
mypy
- Added tests for python 3.10 and 3.11
- Added
CITATION.cff
file and pre-commit hooks - Merged pull request #2 "Fix error when dealing with AND operator (&&)"
Full Changelog: 0.1.6...0.2.0
RDFLib Endpoint 0.1.6
- Fixed the inclusion of
yasgui.html
in the pip package
Full Changelog: 0.1.5...0.1.6
RDFLib Endpoint 0.1.5
- Added possibility to provide the whole
custom_evaluation
function instead of passing the SPARQL functions to be implemented
RDFLib Endpoint 0.1.4
Changelog:
rdflib-endpoint serve
CLI can now serve multiple files and supports glob patterns (e.g.*.ttl
)
RDFLib Endpoint 0.1.3
Changelog:
- Now serving YASGUI to query the SPARQL endpoint on
/
RDFLib Endpoint 0.1.2
rdflib-endpoint
, a library to quickly deploy SPARQL endpoint based on a RDFlib Graph optionally with custom functions defined in python. Support for Select, Construct, Describe, and Ask query. No support for Insert in RDFlib currently
This SPARQL endpoint can perform federated SERVICE
queries, and can be queried through a SERVICE
query on another SPARQL endpoint (tested for endpoints based on RDF4J Sail and Jena-based triplestores, such as Virtuoso)
Changelog:
- Added a CLI feature to quickly start a SPARQL endpoint based on a local RDF file:
rdflib-endpoint server your-file.nt
Full Changelog: 0.1.1...0.1.2