Skip to content

Commit 0021e1e

Browse files
committed
Add information about pyjelly
1 parent efab445 commit 0021e1e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,13 @@ Furthermore, this repository might serve as a **cristallization point for a comm
180180
- easy cross-platform installation
181181
- [PyFuseki](https://github.com/yubinCloud/pyfuseki) – Library that interact with Jena Fuseki (SPARQL server):
182182
- docs: https://yubincloud.github.io/pyfuseki/
183-
183+
- [pyjelly](https://github.com/Jelly-RDF/pyjelly) – Library for working with the fast & compressed Jelly-RDF serialization format
184+
- docs: https://w3id.org/jelly/pyjelly/
185+
- features:
186+
- read and write Jelly-RDF files, faster than other RDF formats
187+
- stream processing support for large datasets or streams of RDF graphs
188+
- full integration with RDFLib as a format on par with Turtle, RDF/XML, N-Triples, etc.
189+
- lightweight "no-RDFLib" version is also available for minimal dependencies
184190
- [PyKEEN](https://github.com/pykeen/pykeen) (**Py**thon **K**nowl**E**dge **E**mbeddi**N**gs) – Python package to train and evaluate knowledge graph embedding models
185191
- features:
186192
- 44 Models

0 commit comments

Comments
 (0)