Skip to content

Commit 74121c9

Browse files
committed
add sparqlfun (SPARQL template library by @cmungall) to overview doc
1 parent 6a4510a commit 74121c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,16 @@ by Natanael Arndt, Patrick Naumann, Norman Radtke, Michael Martin, and Edgard Ma
230230
- serving local RDF files using the command line interface
231231
- [serd](https://gitlab.com/drobilla/python-serd) – Python serd module, providing bindings for Serd, a lightweight C library for working with RDF data
232232
- docs: https://drobilla.gitlab.io/python-serd/singlehtml/
233+
- [ sparqlfun](https://github.com/linkml/sparqlfun)
234+
- LinkML based SPARQL template library and execution engine
235+
- modularized core library of SPARQL templates
236+
- Fully FAIR description of templates
237+
- Rich expressive language for moedeling templates
238+
- uses [LinkML](https://linkml.io/linkml/) as base language
239+
- optional python bindings / [object model](https://github.com/linkml/sparqlfun/blob/main/sparqlfun/model.py) using LinkML
240+
- supports both SELECT and CONSTRUCT
241+
- optional export to TSV, JSON, YAML, RDF
242+
- extensive [endpoint metadata](https://github.com/linkml/sparqlfun/tree/main/sparqlfun/config)
233243
- [SPARQL kernel](https://github.com/paulovn/sparql-kernel) for Jupyter
234244
- features:
235245
- sending queries to an SPARQL endpoint

0 commit comments

Comments
 (0)