Transform XML to RDF/XML or TriX using XSLT: https://www.w3.org/TR/xslt20/

XSLT 3.0 can also transform JSON: https://www.w3.org/TR/xslt-30/#json
On Mon, Nov 5, 2018 at 8:34 AM Laura Morales <[email protected]> wrote:
>
> 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 vocabulary 
> for the conversion, so anything will work as long as I can make the 
> conversion.
> What would be an appropriate strategy for this? Since RDF requires absolute 
> IRIs, would it be a good idea for example to convert all properties to 
> http://example.org/property-name-1, http://example.org/property-name-2, ...? 
> And maybe use UUIDs for nodes? Or is there a better way of doing this?

Reply via email to