This tool converts Microsoft Excel files, created using a template, to SKOS vocabularies in the "turtle" RDF format. It can also perform reverse conversions: placing the content from an RDF file back into an Excel template.
RDF data produced by this tool meets the requirements of the VocPub Profile of SKOS which mandates certain vocabulary elements, such as metadata about the vocabulary's publisher, definitions for terms and so on.
Excel workbooks filled from RDF files via reverse conversions must meet the VocPub requirements. The tool automatically tests for these but RDF files can also be validated agains VocPub separately, by using the SHACL Validator tool.
NOTE: RDF files reverse converted to Excel won't retain information other than basic VocPub information, so special properties for concepts will be lost.
Under-the-hood, this tool uses the VocExcel Python library that can convert Excel/RDF within scripts and applications, the code for which and further documentation can be accessed via the links at the top right of this page.