Re: Recommendation for transformation of RDF/XML to JSON-LD in a web browser?

I think you have the best choice of RDF tooling in the Java world.  The
transformation you want to do is dead easy to do with Jena,  which supports
RDF/XML and many other formats

https://jena.apache.org/documentation/io/

there all kinds of ways to write web services in Java so this is a simple
task.

Javascript in the browser has access to the XML parser in the web browser
(written in C) but this is not in Node.js,  so you need to use a library
for that.  This tool claims to read and write both formats you are
interested in:

https://github.com/rdf-ext/rdf-ext






On Thu, Sep 3, 2015 at 10:19 AM, Frans Knibbe <frans.knibbe@geodan.nl>
wrote:

> Hello,
>
> In a web application that is working with RDF data I would like to have
> all data available as JSON-LD, because I believe it is the easiest RDF
> format to process in a web application. At the moment I am particularly
> looking at processing vocabulary data. I think I can assume that such data
> will at least be available as RDF/XML. So I am looking for a way to
> transform RDF/XML to JSON-LD in a web browser.
>
> What would be the best or easiest way to do this? Attempt the
> transformation in the browser, using jsonld.js
> <https://github.com/digitalbazaar/jsonld.js> plus something else? Or use
> a server side component? And in the case of a server side component, which
> programming environment could be recommended? Python? Node.js? Any general
> or specific advice would be welcome.
>
> Greetings,
> Frans
>
> --
> Frans Knibbe
> Geodan
> President Kennedylaan 1
> 1079 MB Amsterdam (NL)
>
> T +31 (0)20 - 5711 347
> E frans.knibbe@geodan.nl
> www.geodan.nl
> disclaimer <http://www.geodan.nl/disclaimer>
>
>


-- 
Paul Houle

*Applying Schemas for Natural Language Processing, Distributed Systems,
Classification and Text Mining and Data Lakes*

(607) 539 6254    paul.houle on Skype   ontology2@gmail.com

:BaseKB -- Query Freebase Data With SPARQL
http://basekb.com/gold/

Legal Entity Identifier Lookup
https://legalentityidentifier.info/lei/lookup/
<http://legalentityidentifier.info/lei/lookup/>

Join our Data Lakes group on LinkedIn
https://www.linkedin.com/grp/home?gid=8267275

Received on Thursday, 3 September 2015 14:57:38 UTC