Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparna-git/skos-play
SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel.
https://github.com/sparna-git/skos-play
d3js rdf semantic-web skos skos-play skos-xl sparql taxonomy thesaurus
Last synced: 3 months ago
JSON representation
SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel.
- Host: GitHub
- URL: https://github.com/sparna-git/skos-play
- Owner: sparna-git
- License: lgpl-3.0
- Created: 2018-10-12T13:20:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T15:32:48.000Z (10 months ago)
- Last Synced: 2024-08-01T13:34:05.420Z (6 months ago)
- Topics: d3js, rdf, semantic-web, skos, skos-play, skos-xl, sparql, taxonomy, thesaurus
- Language: Java
- Homepage: http://labs.sparna.fr/skos-play
- Size: 40.3 MB
- Stars: 65
- Watchers: 16
- Forks: 12
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - sparna-git/skos-play - SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel. (Java)
README
# SKOS Play!
SKOS Play is a free application to work with thesaurus or classification expressed in [SKOS](https://www.w3.org/TR/2009/REC-skos-reference-20090818/).
SKOS Play! is live at **https://labs.sparna.fr/skos-play/**
With SKOS Play you can :
1. Print / visualize thesaurus
2. Convert Excel tables to SKOS
3. Validate SKOS files### Print / visualize thesaurus
The core feature of SKOS Play is the ability to render SKOS data in various ways.
#### Generate different outputs
SKOS Play can print your thesaurus in various ways :
##### Alphabetical indexes
![SKOS Play alphabetical index output](github/images/print-alphabetical.png)
##### Hierarchical trees (static or unfoldable)
![SKOS Play hierarchical tree output](github/images/print-tree.png)
##### Translation tables
![SKOS Play translation table output](github/images/print-translations.png)
##### Permuted / KWIC indexes
![SKOS Play KWIC output](github/images/print-kwic.png)
##### Alignment tables
![SKOS Play alignments output](github/images/print-alignments.png)
#### Generate PDF files
SKOS Play can also be used to produce printable PDFs from your thesaurus, with the same kind of outputs as the ones described above. PDFs are clickable so you can navigate the content of your thesaurus within the PDF.
#### Cool dataviz with D3JS
SKOS Play leverages D3js to display the hierarchy of the SKOS structure in nice ways :
##### Tree visualization
![SKOS Play tree visualization](github/images/visualize-tree.png)
##### Square visualization
![SKOS Play square visualization](github/images/visualize-icicle.png)
##### Circle visualization
![SKOS Play circle visualization](github/images/visualize-sunburst.png)
##### Autocomplete field
SKOS Play also illustrates the generation of an autocomplete form filled with your thesaurus labels :
![SKOS Play autocomple visualization](github/images/visualize-autocomplete.png)
#### Works with OWL ontologies too !
By the way, SKOS Play also works with [OWL or RDFS ontologies](https://www.w3.org/TR/owl2-overview/) by converting them into SKOS, so you can print cool ontologies like CIDOC-CRM, schema.org, etc.
### Create SKOS classifications from Excel / Google spreadsheets
The [SKOS Play converter](https://labs.sparna.fr/skos-play/convert) is a tool to easily maintain classifications in Excel and turn them into SKOS, following a simple file template, with specific column headers.
The converter is also integrated with Google Spreadsheets, so you can even maintain your classification collaboratively, and turn it directly into SKOS !
![SKOS Play Excel converter](github/images/convert-excel.png)
### Validated SKOS data
SKOS Play includes a frontend for the qSKOS validator, hosted in a separate project : [SKOS-testing-tool](https://github.com/sparna-git/skos-testing-tool).
## Who is using SKOS Play ?
- French Ministry of Culture
- UNESCO
- Heritage Data
- Reegle thesaurus
- Service Central de Legislation du Luxembourg_(want to be listed here ? [contact us](http://www.sparna.fr/contact) !)_
## Contribution guidelines
* If you spot a problem, need a specific feature, or want to open a discussion please [file an issue](https://github.com/sparna-git/skos-play/issues).
* You can also use the [SKOS Play mailing list](https://groups.google.com/forum/#!forum/skos-play-discuss)## Who are we ?
* [SKOS Play](https://labs.sparna.fr/skos-play/) is developped by Thomas Francart in his company [Sparna](http://www.sparna.fr/contact)
* You can read more about SKOS Play on [blog.sparna.fr](http://blog.sparna.fr)