0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 05, 2025 — Aug 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add stub support for namespaces passing through in similar way to Jena strategy More... about 13 years ago
Type value, and detail in general, may be null, so add explicit NPE in JSONLDUtils.validateTypeValue and remove System debug in JSONLDProcessingError More... about 13 years ago
allow [] as @context in frame(). thanks to @stain for the report More... about 13 years ago
removed unused code and updated readme More... about 13 years ago
updated JSONLDTripleCallback to more closely match the JSON-LD RDF API's QuadCallback More... about 13 years ago
updated playground to support --base and all processing options More... about 13 years ago
changed JSONLDSerializers to RDFParsers to better represent their purpose. Added helper utils for RDFParsers to use for generating the internal RDF format. renamed existing Serializers to RDFParsers and implemented them as per the new requirements More... about 13 years ago
all fromRDF tests passed More... about 13 years ago
fromRDF seems good as per the javascript version but not all tests pass yet More... about 13 years ago
Merge pull request #43 from stain/debug More... about 13 years ago
Include --debug as valid option More... about 13 years ago
--debug option to print stacktrace More... about 13 years ago
all normalization tests passed More... about 13 years ago
all toRDF tests passed, however, triple callback functions are temporarily broken More... about 13 years ago
all frame tests passed More... about 13 years ago
all flatten tests passed More... about 13 years ago
all compact tests passed More... about 13 years ago
all expand tests pass More... about 13 years ago
moved constants from JSONLDProcessor to JSONLDConsts, moved internal classes from JSONLDProcessor to external classes for better visibility More... about 13 years ago
seperated \(and re-added\) custom tests from json-ld.org tests to allow easier updating of json-ld.org tests More... about 13 years ago
updated to latest test files More... about 13 years ago
Turned JSONLDTripleCallback into an interface More... over 13 years ago
initial restructuring of packages More... over 13 years ago
Map from Sesame Rio WriterConfig to JSONLD Options More... over 13 years ago
Remove logging to System.out in test now that it passes More... over 13 years ago
Make datatype and language handler test pass More... over 13 years ago
Create blank nodes properly in SesameTripleCallback More... over 13 years ago
Convert unimplemented unit tests to an impl of Parser Handler test More... over 13 years ago
Fix serialisation of blank nodes and add Sesame Writer test More... over 13 years ago
Add test dependency on sesame-rio-testsuite to reuse standardised tests More... over 13 years ago