Skip to content

Commit

Permalink
add ontology helper (#223)
Browse files Browse the repository at this point in the history
* add ontology helper

* resolve linting err

* silence mypy no-redef
  • Loading branch information
dsavchenko authored Nov 7, 2023
1 parent 3688a73 commit 8cb9e6c
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m pip install types-simplejson types-requests types-click
python -m pip install oda-knowledge-base[rdf,cwl]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
curl -o tests/oda-ontology.ttl https://raw.githubusercontent.com/oda-hub/ontology/main/ontology.ttl
- name: Lint with flake8
run: |
Expand Down
Loading

0 comments on commit 8cb9e6c

Please sign in to comment.