@Smag0 wrote:
Here is the tool to transform an xls spreadsheet to rdf https://scenaristeur.github.io/spoggy-simple/js-xlsx/
to test, load the robots3.xls file and take a look at the console (output: rdf and without WebWorker (for local test)).
Prepare the xls file as follows:
- column name starting with “!” -> infos are not taken into account
- column name starting with “O_” -> ObjectProperty -> a link to another URI
- column name starting with “D_” -> DataTypeProperty -> a link to text (== “Literal”)
The rest -> Subject of the triplet -> implies that there is only one column with nothing in front: all the others must start with “!” or “O_” or “D_”. possibility of having several columns with the same name -> the subject will have two links of the same type.