Skip to content

Use rdflib instead of jena #7

Use rdflib instead of jena

Use rdflib instead of jena #7

Workflow file for this run

name: Validate Turtle file
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
- name: Validate Turtle file
run: |
python tests/validate_ontology.py