This is an API that converts an Excel file available at a given URL into RDF, following the template rules described here.
The API is available at https://xls2rdf.sparna.fr/rest/convert
https://xls2rdf.sparna.fr/rest/convert?url=http://encoded.url.of.excel.file&noPostprocessings=true
. Full list of parameters is given below :
Parameter name | Required ? | Description |
---|---|---|
url |
Required | URL of the Excel file to convert.
To convert a Google spreadsheet, you can :
|
noPostProcessings |
Optional (recommended) | Don't apply SKOS post-processings after conversion. Set this to true only if you are explicitely generating SKOS taxonomies. |
format |
Optional | Mime type of the RDF output format (e.g. "application/rdf+xml"). Turtle is returned by default |
lang |
Optional | Default language to apply to literal columns. |
skosxl |
Optional | Apply SKOS-XL post-processings to reify labels. |
broaderTransitive |
Optional | Adds skos:broaderTransitive explicit links. |
https://xls2rdf.sparna.fr/rest/convert?url=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fd%2F1S5K7cl-8-JFyqnCZP2pVhI3-E4IK0XgCPElkr657jJg%2Fexport%3Fformat%3Dxlsx&noPostProcessings=true
The RDF converter is integrated in the SKOS Play application where you will find a form to upload an Excel file.
Of course not, you fool ! Please refer to the Github repository where you will find the open-source code of the converter as well as a command-line version.