Skip to content

psiotwo/ontology-version-extractor

Repository files navigation

ontology-version-extractor Build & Test

A heuristic-based extractor of ontology version without downloading the whole ontology.

This is a simple tool to extract versions from web ontologies (assuming that whenever a new version is released, their version number is also updated).

Use-case: Checking, which ontologies need updating.

Usage

Currently configured for OBO ontologies:

gradle run output.csv will generate output.csv with list of OBO ontologies and their current versions.

Latest OBO ontology versions

Currently, no UI is available, so follow these steps:

  1. Go to respective scheduled job: https://github.com/psiotwo/ontology-version-extractor/actions/workflows/update-obo-status.yml
  2. Click on the latest "Update OBO Ontology Version" job
  3. Download the artifact "output", unzip it. THe resulting CSV file contains a map from an accessUrl, to the versionIri found at this accessUrl.