Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gezever committed Aug 10, 2024
1 parent c56239c commit eb6d7d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bash/03_rdf_available.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
pushd ../main/resources/be/vlaanderen/data/id/vocabulary/ttl_accept
#html ipv ttl
for x in $(for i in `file * | grep HTML | cut -d '.' -f 1` ; do grep $i ../index ; done | sort -u) ; do
echo 'curl -H "Accept: text/turtle" -L '$x
done
popd

0 comments on commit eb6d7d0

Please sign in to comment.