Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://doi.org/10.5281/zenodo.8277925
19 March 2025, 10:06:30 UTC
  • Code
  • Branches (0)
  • Releases (7)
  • Visits
    • Branches
    • Releases
      • 7
      • 7
      • 6
      • 5
      • 4
      • 3
      • 2
      • 1
    • c19241d
    • /
    • nfdi4cat-voc4cat-tool-8cf1fde
    • /
    • README.md
    Raw File Download
    Permalinks

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    origin badgecontent badge Iframe embedding
    swh:1:cnt:6074b608a2a71e994f129b8d0b27b61f68db8d36
    origin badgedirectory badge Iframe embedding
    swh:1:dir:bff31c9abef8ac0f0f5b8ad1fd201009f3d6529c
    origin badgesnapshot badge
    swh:1:snp:f74baa1136b7b1b4945ba60db7f8045dea4463d7
    origin badgerelease badge
    swh:1:rel:e8bc433a64a296992f211f09c4910b0225ad1f90
    Citations

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    README.md
    [![DOI](https://zenodo.org/badge/598213054.svg)](https://zenodo.org/badge/latestdoi/598213054)
    [![](https://github.com/nfdi4cat/voc4cat-tool/workflows/CI/badge.svg)](https://github.com/nfdi4cat/voc4cat-tool/actions)
    [![PyPI - Version](https://img.shields.io/pypi/v/voc4cat)](https://pypi.org/project/voc4cat)
    
    # SKOS vocabulary management with GitHub & Excel
    
    ## Overview
    
    For **[voc4cat](https://github.com/nfdi4cat/voc4cat)**, a term collection for catalysis created in [NFDI4Cat](https://www.nfdi4cat.org), we developed a **toolbox for collaboratively maintaining SKOS vocabularies on GitHub using Excel** (xlsx-files) as user-friendly interface. It consists of several parts:
    
    - **voc4cat-tool** (this package)
      - A command-line tool to convert vocabularies from Excel to SKOS (turtle/rdf) and validate the vocabulary. Validation includes formal validation with SHACL-profiles but also additional checks. The `voc4cat` tool can be run locally but is also well suited for integration in CI-pipelines. It was inspired by [RDFlib/VocExcel](https://github.com/nfdi4cat/VocExcel). Parts of the vocexcel code base were merged into this repository (see git history).
    - **[voc4cat-template](https://github.com/nfdi4cat/voc4cat-template)**
      - A github project template for managing SKOS-vocabularies using a GitHub-based workflows including automation by gh-actions.
    - **[voc4cat](https://github.com/nfdi4cat/voc4cat)**
      - A SKOS vocabulary for the catalysis disciplines that uses the voc4cat workflow for real work.
    
    ## Command-line tool voc4cat
    
    voc4cat was mainly developed to be used in gh-actions but it is also useful as a locally installed command line tool. It has the following features.
    
    - Convert between SKOS-vocabularies in Excel/xlsx format and rdf-format (turtle) in both directions.
    - Check/validate SKOS-vocabularies in rdf/turtle format with the [vocpub](https://w3id.org/profile/vocpub) SHACL-profile.
    - Use a vocabulary-configuration file to specify for example ID ranges for each contributor.
    - Check xlsx vocabulary files for errors or incorrect use of IDs (voc4cat uses pydantic for this validation)
    - Generate documentation from SKOS/turtle vocabulary file using [pyLODE](https://github.com/RDFLib/pyLODE) (or [ontospy](http://lambdamusic.github.io/Ontospy/))
    - Express concept-hierarchies in xlsx by indentation.
    - Consistently update all IRIs in the xlsx vocabulary (e.g. with new namespace or IDs)
    
    voc4cat works on files or folders. If a folder is given all matching files are processed at once.
    
    ### Installation requirements
    
    To start you need:
    
    - Python (3.10 or newer)
    
    voc4cat is platform independent and should work at least on windows, linux and mac.
    
    ### Installation steps
    
    If you just want to use the command line interface it is strongly suggested to use [pipx](https://pypa.github.io/pipx/) for the installation. `pipx` makes installing and managing python command line application very easy.
    
    `pipx install voc4cat`
    
    Alternatively you can `pip`-install voc4cat like any other Python package.
    To install including all development tools use `pip install .[dev]` for just the test tools `pip install .[tests]`. For tests we use [pytest](https://docs.pytest.org).
    
    ### Typical use
    
    The available commands and options can be explored via the help system:
    
    `voc4cat --help` (or simply `voc4cat`)
    
    which lists all available sub commands. These have their own help, for example:
    
    `voc4cat transform --help`
    
    To create a new vocabulary use the voc4cat-adjusted template from the `templates` subfolder.
    For starting you can use simple temporary IRIs like (`ex:my_term`) for your concepts.
    With voc4cat you can later replace these later by different namespaces and/or different numeric IDs.
    
    The files used below to demonstrate some commands can be found in the example folder of the [repository](https://github.com/nfdi4cat/voc4cat-tool/).
    
    For expressing hierarchies in SKOS ("broader"/"narrower") voc4cat offers two options. One way is to enter a list of children IRIs  (in sheet "Concepts"). However, filling the Children URI columns with lists of IRIs can be tedious. Therefore, voc4cat offers a second easier way to express hierarchies between concepts and that is by indentation. voc4Cat understands Excel-indentation (the default) but can also work with other indentation formats (e.g. 3 spaces per level). To switch between the two representations, use the `transform` sub-command. For example, use
    
    `voc4cat transform --from-indent --outdir outbox example/photocatalysis_example_indented_prelim-IDs.xlsx`
    
    or if you were using 3 spaces per level (This file does not yet exist.)
    
    `voc4cat transform --from-indent --indent "   " --inplace outbox outbox\photocatalysis_example_prelim-IDs.xlsx`
    
    to convert to ChildrenURI-hierarchy. To create such a file convert for example from ChildrenURI-hierarchy to indentation by
    
    `voc4cat transform --to-indent --indent "   " --outdir outbox example/photocatalysis_example_prelim-IDs.xlsx`
    
    As mentioned above, you can replace all IDs belonging to a given prefix (here `temp`) by numeric IDs e.g. starting from 1001:
    
    `voc4cat transform --make-ids temp 1001 --outdir outbox example/photocatalysis_example_prelim-IDs.xlsx`
    
    This will consistently update all IRIs matching the `temp:`-prefix in the sheets "Concepts", "Additional Concept Features" and "Collections".
    
    Finally, the vocabulary file can be converted from xlsx to SKOS/turtle format.
    
    `voc4cat convert example/photocatalysis_example.xlsx`
    
    A turtle file `photocatalysis_example.ttl` is created in the same directory where the xlsx-file is located.
    
    The reverse is also possible. You can create an xlsx file from a turtle vocabulary file.
    Optionally a custom XLSX-template-file can be specified for this conversion:
    
    `voc4cat convert -O outbox --template templates/voc4cat_template_043.xlsx example/photocatalysis_example.ttl`
    
    In addition to `transform` and `convert` voc4cat offers checking and validation under the sub-command `check` and documentation generation under `docs`.
    See the command line help for details.
    
    ## Feedback and code contributions
    
    We highly appreciate your feedback. Please create an [issue on GitHub](https://github.com/nfdi4cat/voc4cat-tool/issues).
    
    If you plan to contribute code, we suggest to also create an issue first to get early feedback on your ideas before you spend too much time.
    
    By contributing you agree that your contributions fall under the project´s BSD-3-Clause [license](LICENSE).
    
    ## Acknowledgement
    
    This work was funded by the German Research Foundation (DFG) through the project "[NFDI4Cat](https://www.nfdi4cat.org) - NFDI for Catalysis-Related Sciences" (DFG project no. [441926934](https://gepris.dfg.de/gepris/projekt/441926934)), within the National Research Data Infrastructure ([NFDI](https://www.nfdi.de)) programme of the Joint Science Conference (GWK).
    
    This project uses the [vocpub](https://w3id.org/profile/vocpub) SHACL profile, which is licensed under the Creative Commons Attribution 4.0 International License (CC-BY 4.0).
    The original work was created by [Nicholas J. Car](https://github.com/nicholascar).
    A copy of the license can be found at: https://creativecommons.org/licenses/by/4.0/.
    Changes were made to the original work for this project.
    

    Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Contact— JavaScript license information— Web API

    back to top