Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frmichel committed Jul 30, 2024
1 parent 9f48f92 commit 57a29d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/virtuoso/import-taxrefld.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ graph="http://taxref.mnhn.fr/lod/graph/webpages/$DATASET_VERSION"
./virtuoso-import.sh --cleargraph --path $DATA_DIR --graph $graph externalIds_webpages.ttl

graph="http://taxref.mnhn.fr/lod/graph/links-worms"
./virtuoso-import.sh --cleargraph --path $DATA_DIR --graph $graph externalIds_worms.ttl
./virtuoso-import.sh --cleargraph --path $DATA_DIR --graph $graph links_worms.ttl


# After the taxonomy is loaded, use add_dwc_ranks.py to generate files dwc_*.ttl
Expand Down
2 changes: 1 addition & 1 deletion src/xr2rml/run_xr2rml_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ datatype=biblio
datatype=externalIds_webpages
./run_xr2rml.sh $datatype xr2rml_${datatype}.ttl $ODIR/${datatype}.ttl

datatype=externalIds_worms
datatype=links_worms
./run_xr2rml.sh $datatype xr2rml_${datatype}.ttl $ODIR/${datatype}.ttl

datatype=habitats
Expand Down

0 comments on commit 57a29d4

Please sign in to comment.