Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fuseki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dalia
Backend
Fuseki
Commits
febe6041
Commit
febe6041
authored
1 year ago
by
Frank Lange
Browse files
Options
Downloads
Patches
Plain Diff
add MoDalia to the "ontologies" dataset
parent
3973be10
No related branches found
No related tags found
No related merge requests found
Pipeline
#1310558
failed
1 year ago
Stage: download-modalia
Stage: container
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+18
-3
18 additions, 3 deletions
.gitlab-ci.yml
Dockerfile
+6
-1
6 additions, 1 deletion
Dockerfile
with
25 additions
and
4 deletions
.gitignore
0 → 100644
+
1
−
0
View file @
febe6041
MoDalia.ttl
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
18
−
3
View file @
febe6041
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}"
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
6
−
1
View file @
febe6041
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Frank Lange
@flange
mentioned in issue
#1
·
1 year ago
mentioned in issue
#1
mentioned in issue #1
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment