0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding 'lubm' module. It is not quite ready for use. More... almost 14 years ago
Added the 'mappingsail' module (previously RewriterSail in TwitLogic, which provides on-the-fly URI mapping through Sail. More... almost 14 years ago
Simplified N-Quads dependencies. More... almost 14 years ago
Moved the N-Quads utilities from Sesamize into their own module. More... almost 14 years ago
Removed IDEA config files. They were never meant to be checked in. More... almost 14 years ago
Moved the 'sesamize' command-line tool from the laboratory repo into this project. More... almost 14 years ago
Added JavaDoc acknowledgements to fkleedorfer (real name = ?) for the writer and parser factories. More... almost 14 years ago
Added a license file. More... almost 14 years ago
Merge branch 'master' of https://github.com/fkleedorfer/sesametools into fkleedorfer-master More... almost 14 years ago
Bumped Sesame dependencies from 2.2.4 to 2.3.2, for compatibility with Blueprints. The version number is now 1.1. More... about 14 years ago
enabled automatic service loading for RDF/JSON parser and writer More... about 14 years ago
Doc tweaks. More... about 14 years ago
Commented out the Jackson-based outputter and the Jackson dependency, which aren't needed at this time. More... about 14 years ago
Added perfunctory JavaDoc comments. This library is ready to use, as long as you don't mind the lack of graceful error handling. It could also use some more thorough regression tests. More... about 14 years ago
Added support for graph contexts, per the 'RDF JSON Brainstorming' materials (plus a little imagination). More... about 14 years ago
Tweaked the core code to handle blank nodes properly. More... about 14 years ago
Added an RDF/JSON writer and parser (implementing Sesame's RDFWriter, RDFParser interfaces). It includes code written by Hannes Ebner. More... about 14 years ago
Optionally group multiple transactions into a single upload. More... over 14 years ago
Added the fortytwo.net Maven repo to each POM, so you can build them independently. More... over 14 years ago
Bug fix: clear the transaction buffer on each commit. More... over 14 years ago
Added RDFTransactionSail, a tool for queuing Sail update operations and submitting them in bulk to a triple store using the x-rdftransaction format, whenever a transaction is committed. More... over 14 years ago
Tweak. More... over 14 years ago
Made RecorderSail more configurable (selectively logging read, write, and/or transaction calls). Also: now using Sesame's N-Triples (de-)serialization code so as to avoid encoding issues. More... over 14 years ago
Oops. More... over 14 years ago
Optionally disable reasoning in RepositorySail. More... over 14 years ago
. More... over 14 years ago
Added an 'autoCommit' option to RepositorySail. More... over 14 years ago
Salvaging some old Sesame-based utilities. More... over 14 years ago