Unmarshal for Any23

2019-07-18 Thread Beto Flores
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: static content JSON-LD data goes he

Re: Unmarshal for Any23

2019-07-18 Thread Alex Dettinger
Hi Roberto, The list of licenses that can be included in an ASF project is listed at https://www.apache.org/legal/resolved.html. It looks that the 'GNU General Public License 3.0' is part of the X category, i.e. licenses that we can't include. You would then need to go another path. Congra

Re: Unmarshal for Any23

2019-07-18 Thread Beto Flores
Hi. BTW, I have found other libraries like this one: https://gitlab.amherst.edu/acdc/acrepo-ontology/tree/master Which uses Apache License 2.0, but it is writen in Python. However, it contains XSL transformations, which could be used in Java. Best regards Roberto El jue., 18 de jul. de 2019 a

Re: Unmarshal for Any23

2019-07-18 Thread Andrea Cosentino
I think the best way is the one suggested by any23 community member Il gio 18 lug 2019, 19:42 Beto Flores ha scritto: > Hi. > > BTW, I have found other libraries like this one: > > https://gitlab.amherst.edu/acdc/acrepo-ontology/tree/master > > Which uses Apache License 2.0, but it is writen in

Re: Unmarshal for Any23

2019-07-18 Thread Zoran Regvart
Hi Roberto, perhaps I'm reading this wrong. Are we discussing marshalling or unmarshalling of RDF data? I would consider generating serialized output from object model to be marshalling. In that case can't we just generate the RDF XML, or JSON-LD and let the user include this data in any way they

Re: Unmarshal for Any23

2019-07-18 Thread Beto Flores
Hi Zoran, Originally, I devised the marshal/unmarshal method in my proposal like this: Marshal: input: HTML as a String. output: RDF (XML, TTL, etc.) as an OutputStream. Unmarshal: input: RDF (XML, TTL, etc.) as an InputStream. output: HTML as a String. Maybe, I misunderstodd the marshal/un