Skip to content

Commit

Permalink
add ontology helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Oct 24, 2023
1 parent 3688a73 commit 0ab0e50
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 0ab0e50

Please sign in to comment.