Skip to content

Commit

Permalink
Fix Makefile for nomenclature
Browse files Browse the repository at this point in the history
However, there are still issues with the conversion (see #48).
  • Loading branch information
stefandesu committed Feb 28, 2024
1 parent 5bb8a2b commit e6b8ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomenclature/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
BARTOC=http://bartoc.org/en/node/1232
include ../Makefile

$(CONCEPTS): $(SCHEME) dump.jsonld
$(CONCEPTS): dump.jsonld $(SCHEME)
jq -f nomenclature2jskos.jq -c $< > $@
jskos-validate concepts $@
$(jskos-validate) concepts $@

dump.jsonld:
wget -O $@ https://www.nomenclature.info/api/dataset/nom?format=JSONLD
Expand Down

0 comments on commit e6b8ab4

Please sign in to comment.