Skip to content

Releases: vemonet/rdflib-endpoint

RDFLib endpoint 0.2.4

19 Dec 15:45
Compare
Choose a tag to compare

Changelog

Full Changelog: 0.2.3...0.2.4

RDFLib endpoint 0.2.3

19 Dec 12:41
Compare
Choose a tag to compare

Changelog

  • Fix publish workflow (finally...)

Full Changelog: 0.2.2...0.2.3

RDFLib endpoint 0.2.2

19 Dec 12:33
Compare
Choose a tag to compare

Changelog

  • Fix publish workflow (finally)

Full Changelog: 0.2.1...0.2.2

RDFLib endpoint 0.2.1

19 Dec 12:26
Compare
Choose a tag to compare

Changelog

  • Fix publish workflow

Full Changelog: 0.2.0...0.2.1

RDFLib endpoint 0.2.0

19 Dec 12:20
Compare
Choose a tag to compare

Changelog

  • Migrate from setup.py to pyproject.toml with a hatch build backend and src/ 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

14 Feb 11:04
Compare
Choose a tag to compare
  • Fixed the inclusion of yasgui.html in the pip package

Full Changelog: 0.1.5...0.1.6

RDFLib Endpoint 0.1.5

10 Jan 13:54
Compare
Choose a tag to compare
  • Added possibility to provide the whole custom_evaluation function instead of passing the SPARQL functions to be implemented

RDFLib Endpoint 0.1.4

15 Dec 09:46
Compare
Choose a tag to compare

Changelog:

  • rdflib-endpoint serve CLI can now serve multiple files and supports glob patterns (e.g. *.ttl)

RDFLib Endpoint 0.1.3

14 Dec 21:26
Compare
Choose a tag to compare

Changelog:

  • Now serving YASGUI to query the SPARQL endpoint on /

RDFLib Endpoint 0.1.2

14 Dec 15:42
Compare
Choose a tag to compare

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