Hi all. I have sent an email to the Any23 mailing list asking for help about the unmarshal operation.
And Hans Brende suggested to me, that and simple approach for this issue could be to generate a simple HTML with embbeded JSON-LD data inside. Let's say: <html> static content <script type="application/ld+json"> JSON-LD data goes here! </script> static content </html> On the other hand, I found this library on github: https://github.com/rhizomik/redefer-rdf2html An example of the HTML that it produces is here: http://rhizomik.net/redefer-services/rdf2html?rdf=http://dbpedia.org/resource/RDFa&mode=html&namespaces=true&language=en Even though it looks nicer in my opinion, I think that its licenses could be an issue. It states 'Copyright (C) 2014 Roberto GarcĂa' and it uses 'GNU General Public License 3.0'. I am a novice in those licensing aspects, so should I contact the creator of this library, or go for the suggestion of the Any23 developer. Thanks, Roberto.
