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 la(s) 11:43, Alex Dettinger ( [email protected]) escribió: > 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. > > Congrats for having raised this point on your own. Keep up the good job :) > Alex > > > > > On Thu, Jul 18, 2019 at 6:20 PM Beto Flores <[email protected]> wrote: > > > 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. > > >
