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

add MoDalia to the "ontologies" dataset

parent 3973be10
No related branches found
No related tags found
No related merge requests found
Pipeline #1310558 failed
MoDalia.ttl
stages: stages:
- build - download-modalia
- container
build-job: download-modalia-job:
stage: build stage: download-modalia
image: alpine:latest
script:
- apk add --no-cache git
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/dalia/dalia-ontology.git
- cd dalia-ontology
- git checkout df3e3d230c9ae9971c77ef66f83ae54cdb7b3176
artifacts:
paths:
- dalia-ontology/MoDalia.ttl
container-job:
stage: container
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]
dependencies:
- download-modalia-job
script: script:
- /kaniko/executor - /kaniko/executor
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
......
...@@ -35,10 +35,15 @@ RUN \ ...@@ -35,10 +35,15 @@ RUN \
mv apache-jena-fuseki-$FUSEKI_VERSION $FUSEKI_HOME mv apache-jena-fuseki-$FUSEKI_VERSION $FUSEKI_HOME
# #
# Download ontologies # Install ontologies
# #
WORKDIR $ONTOLOGIES_DIR WORKDIR $ONTOLOGIES_DIR
COPY MoDalia.ttl $ONTOLOGIES_DIR
RUN \
set -ex && \
echo "5a6376960b2f70de3cfca0ffefa94bb5773a1f8aeb5d7b4d1e2944a8cb7bfd32 MoDalia.ttl" | sha256sum --status -c
RUN \ RUN \
set -ex && \ set -ex && \
# DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology # DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment