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