Skip to content
Snippets Groups Projects
Commit d64deb1e authored by Frank Lange's avatar Frank Lange
Browse files

add SPDX License List to "ontologies" dataset

parent 9b15d2d6
No related branches found
No related tags found
No related merge requests found
Pipeline #1310575 passed
......@@ -39,6 +39,13 @@ RUN \
#
WORKDIR $ONTOLOGIES_DIR
# SPDX License List
RUN \
set -ex && \
wget --no-verbose https://raw.githubusercontent.com/spdx/license-list-data/v3.23/rdfturtle/licenses.ttl && \
echo "7f44220cf8d95b714e03bcd2bbcf215518f078de03bc41e66bcc3f9ef65e9563 licenses.ttl" | sha256sum --status -c
# MoDalia
COPY dalia-ontology/MoDalia.ttl $ONTOLOGIES_DIR
RUN \
set -ex && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment