From e8eb9f7ba36c381693f683832d575601a0ed6b35 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Tue, 11 Oct 2016 13:39:34 +0200 Subject: [PATCH] Updated readme with a link to a runnable example of the tool. Use jaxb-jsonld 0.0.5. Bumped version to 0.0.5. --- README.md | 6 +++++- pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f3561f..5c40bc5 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,13 @@ To integrate the library with Jackson, register a `cz.cvut.kbss.jsonld.jackson.J and you should be good to go. See the `JsonLdSerializionTest` for examples. +See [https://github.com/kbss-cvut/jopa-examples/tree/master/jsonld](https://github.com/kbss-cvut/jopa-examples/tree/master/jsonld) for +an executable example of JAXB JSON-LD for Jackson in action. + ## Serialization -The serializer's output has been verified to be a valid JSON-LD and is parsable by Java's JSON-LD reference implementation [jsonld-java](https://github.com/jsonld-java/jsonld-java). +The serializer's output has been verified to be a valid JSON-LD and is parsable by Java's JSON-LD reference implementation +[jsonld-java](https://github.com/jsonld-java/jsonld-java). The output is basically a context-less compacted JSON-LD, which uses full IRIs for attribute names. diff --git a/pom.xml b/pom.xml index 7c4bf12..8873706 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cz.cvut.kbss jaxb-jsonld-jackson - 0.0.4 + 0.0.5 JAXB JSON-LD Jackson JAXB JSON-LD integration for Jackson. @@ -16,7 +16,7 @@ 1.8 1.8 - 0.0.4 + 0.0.5 4.12 1.10.19 1.1.6