Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparna-git/xls2rdf
Create RDF data from Excel spreadsheets - edit SKOS vocabularies, knowledge graph instances, SHACL constraints, OWL ontologies in Excel files. Available as HTTP service, upload form, command-line, or Java API.
https://github.com/sparna-git/xls2rdf
csv excel knowledge-graph owl rdf shacl skos skos-play spreadsheet
Last synced: about 1 month ago
JSON representation
Create RDF data from Excel spreadsheets - edit SKOS vocabularies, knowledge graph instances, SHACL constraints, OWL ontologies in Excel files. Available as HTTP service, upload form, command-line, or Java API.
- Host: GitHub
- URL: https://github.com/sparna-git/xls2rdf
- Owner: sparna-git
- License: lgpl-3.0
- Created: 2019-09-09T15:06:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T21:03:17.000Z (about 2 months ago)
- Last Synced: 2024-10-29T23:36:37.206Z (about 2 months ago)
- Topics: csv, excel, knowledge-graph, owl, rdf, shacl, skos, skos-play, spreadsheet
- Language: Java
- Homepage: https://xls2rdf.sparna.fr
- Size: 843 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kgc-tools - xls2rdf - converts Excel files containing a "magic line" into RDF. (KGC Materializers)
README
[![Build Status](https://travis-ci.org/sparna-git/xls2rdf.svg?branch=master)](https://travis-ci.org/sparna-git/xls2rdf)
# xls2rdf
Create RDF data by editing formatted Excel spreadsheets. We use this at Sparna to populate knowledge graphs with RDF instances, edit SKOS vocabularies, SHACL specifications, even OWL ontologies.
## Excel file structure
Complete documentation of the expected Excel sheets format can be found at [https://xls2rdf.sparna.fr/rest/doc.html](https://xls2rdf.sparna.fr/rest/doc.html).
## Implementations
### xls2rdf REST API
The Excel to RDF conversion service is accessible as an REST at http://xls2rdf.sparna.fr/rest/convert. It can work with online publicly accessible Google spreadsheets.
### xls2rdf upload form
An upload form where you can upload your Excel file and download the result of the conversion is accessible in the SKOS Play application (for which this converter was historically designed) at https://skos-play.sparna.fr/play/convert
### xls2rdf on the command-line
You can run the conversion from the command-line. See https://github.com/sparna-git/xls2rdf/wiki/Command-line-Excel-to-RDF-conversion
### xls2rdf Java API
This is available as a Java jar library that can be integrated in your app.
## Example Excel files
The upload form at https://skos-play.sparna.fr/play/convert contains downloable examples of Excel spreasheets.
## Generating templates from SHACL Application Profiles definition
[@EmidioStani](https://github.com/EmidioStani) has contributed [shacl2spreadsheet](https://github.com/EmidioStani/shacl2spreadsheet), an Excel template generator based on a SHACL Application Profile definition
## rdf2xls
See also https://github.com/tfrancart/rdf2xls which is the inverse tool : recreate Excel files from RDF data, based on a SHACL specification of the Excel file structure.