Re: Loosely converting JSON/XML to RDF

2018-11-04 Thread Alex To
We have web services returning XML and JSON in our environment. We use https://github.com/RMLio/rmlmapper-java to map XML/JSON to RDF with satisfied results. Or course you need a valid URI for your XML or Json elements for e.g. in our XML, if we have ... then we use RML to map it to

Loosely converting JSON/XML to RDF

2018-11-04 Thread Laura Morales
I have a mixed set of datasets in XML, JSON, and RDF formats. I would like to convert all the XML/JSON ones to RDF such that I can only use one query language/library to access all the data, instead of having three different ones. I'm also not interested in using any particular ontology or

Fuseki Server vs Fuseki Embedded

2018-11-04 Thread Laura Morales
Loosely speaking, is Fuseki Embedded to Fuseki Server what SQLite is to SQL server? In other words, I can use it to create/modify/delete/query TDB files using a Java library instead of having a running server?