Skip to content

Commit

Permalink
update the raptor library
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Nov 28, 2024
1 parent aa25abc commit 592f058
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y raptor-utils
sudo apt-get install -y raptor2-utils
- name: Validate ontology files
run: |
for file in *.ttl *.rdf *.owl; do
if [[ -f "$file" ]]; then
rapper -i turtle "$file" -o turtle > /dev/null
rapper -i turtle "$file" -o turtle > /dev/null || exit 1
echo "Validated: $file"
fi
done

0 comments on commit 592f058

Please sign in to comment.