0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 14, 2025 — Jul 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
let the eclipse reformatter loose on the project More... over 14 years ago
tests were not running property. fixed bugs presented when tests ran correctly. removed some tab indents More... over 14 years ago
was using .getLocalName when i should have been using .getId More... over 14 years ago
fixed the jena serializer to handle blank nodes More... over 14 years ago
added a feature to tell the processor to ignore certain keys. More... over 14 years ago
Merge pull request #5 from ansell/sesameserialiser More... over 14 years ago
add individual statement handling More... over 14 years ago
Merge branch 'master' of github.com:tristan/jsonld-java More... over 14 years ago
fixed up the serializer and implemented compact (amending missed file) More... over 14 years ago
fixed up the serializer and implemented compact More... over 14 years ago
Merge pull request #4 from ansell/appassembler More... over 14 years ago
changed to triples callback functions to match the specification (by returning void), fixed up the test suite, and some small bugs More... over 14 years ago
add .gitignore file for eclipse files More... over 14 years ago
Merge pull request #3 from ansell/addsesamecallback More... over 14 years ago
add JSONLDSerialiser.fromSesameGraph implementation More... over 14 years ago
add appassembler plugin to provide an alternative way of generating the rdf2jsonld program More... over 14 years ago
some more javadoc on JSONLDTripleCallback More... over 14 years ago
use a ValueFactory derived from the given Graph for possible efficiency More... over 14 years ago
add example with SesameTripleCallback to README More... over 14 years ago
Merge pull request #2 from ansell/removemavenparent More... over 14 years ago
Merge pull request #1 from ansell/master More... over 14 years ago
store the triples internally, as it doesn't seem like they are accessible otherwise, even though they are returned by the callback More... over 14 years ago
add SesameTripleCallback More... over 14 years ago
add sesame-model to pom.xml file More... over 14 years ago
switch from https to http to avoid the untrusted certificate issue More... over 14 years ago
remove the reference to the maven parent as it is hosted on an https server that is not trusted by my computers certificates, which causes issues with maven cycles More... over 14 years ago
change junit scope to test to avoid exporting it on the runtime classpath More... over 14 years ago
updated processor to handle changes up till 12 Jan 2012, and changed the way the triple callback is handled, essentially rolling out the json-ld specific stuff from the implementation of the callback so the writer of a callback doesn't need to know anything about json-ld More... over 14 years ago
modified groupId to match other public dfki artifacts More... over 14 years ago
fixed up JenaTripleCallback implementation More... over 14 years ago