Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
libraries
Mapper Service Configuration
Commits
110a3b0b
Commit
110a3b0b
authored
Apr 15, 2021
by
Jonas Waeber
Browse files
Update dependencies
parent
4d3df1d4
Pipeline
#24704
failed with stage
in 1 minute and 20 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
110a3b0b
...
...
@@ -30,7 +30,7 @@ sourceCompatibility = 1.8
targetCompatibility
=
1.8
repositories
{
jcenter
()
mavenCentral
()
maven
{
url
"https://gitlab.switch.ch/api/v4/projects/1324/packages/maven"
}
...
...
@@ -46,14 +46,12 @@ dependencies {
//compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: '7.1.0'
implementation
"org.apache.logging.log4j:log4j-api:${log4jV}"
implementation
'org.memobase:memobase-service-utilities:
2
.0.1
6
'
implementation
'org.memobase:memobase-service-utilities:
3
.0.1'
// YAML Parser
implementation
'org.snakeyaml:snakeyaml-engine:2.1'
// RDF
implementation
'org.apache.jena:apache-jena:3.14.0'
// JSON Parser
implementation
'com.beust:klaxon:5.4'
// KOTLIN IMPORTS
implementation
'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
...
...
src/test/resources/turtleOutput/agent-mapper-with-name-only.ttl
View file @
110a3b0b
...
...
@@ -5,6 +5,15 @@
@prefix
ebucore:
<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#>
.
@prefix
skos:
<http://www.w3.org/2004/02/skos/core#>
.
_:
b0
a
rico:
CreationRelation
;
rico:
creationRelationHasSource
<https://memobase.ch/record/rs1-1>
;
rico:
creationRelationHasTarget
[
a
rico:
Person
;
rico:
agentIsTargetOfCreationRelation
_:
b0
;
rico:
name
"Hans Zimmer"
]
;
rico:
type
"creator"
.
<https://memobase.ch/record/rs1-1>
a
rico:
Record
;
rdau:
P60451
<https://memobase.ch/institution/mrv>
;
...
...
@@ -19,12 +28,3 @@
rico:
recordResourceOrInstantiationIsSourceOfCreationRelation
_:
b0
;
rico:
type
"Foto"
.
_:
b0
a
rico:
CreationRelation
;
rico:
creationRelationHasSource
<https://memobase.ch/record/rs1-1>
;
rico:
creationRelationHasTarget
[
a
rico:
Person
;
rico:
agentIsTargetOfCreationRelation
_:
b0
;
rico:
name
"Hans Zimmer"
]
;
rico:
type
"creator"
.
src/test/resources/turtleOutput/missing-relation-name-value-in-list.ttl
View file @
110a3b0b
...
...
@@ -5,6 +5,16 @@
@prefix
ebucore:
<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#>
.
@prefix
skos:
<http://www.w3.org/2004/02/skos/core#>
.
_:
b0
a
rico:
CreationRelation
;
rico:
creationRelationHasSource
<https://memobase.ch/record/rs1-1>
;
rico:
creationRelationHasTarget
[
a
rico:
Person
;
rico:
agentIsTargetOfCreationRelation
_:
b0
;
rico:
name
"First Person"
]
;
rico:
name
"Relation 1"
;
rico:
type
"creator"
.
<https://memobase.ch/record/rs1-1>
a
rico:
Record
;
rdau:
P60451
<https://memobase.ch/institution/mrv>
;
...
...
@@ -17,26 +27,16 @@
]
;
rico:
isPartOf
<https://memobase.ch/recordSet/rs1>
;
rico:
recordResourceOrInstantiationIsSourceOfCreationRelation
_:
b0
,
_:
b1
,
_:
b2
;
_:
b1
,
_:
b2
,
_:
b0
;
rico:
type
"Foto"
.
_:
b0
a
rico:
CreationRelation
;
rico:
creationRelationHasSource
<https://memobase.ch/record/rs1-1>
;
rico:
creationRelationHasTarget
[
a
rico:
Person
;
rico:
agentIsTargetOfCreationRelation
_:
b0
;
rico:
name
"Second Person"
]
;
rico:
type
"creator"
.
_:
b1
a
rico:
CreationRelation
;
rico:
creationRelationHasSource
<https://memobase.ch/record/rs1-1>
;
rico:
creationRelationHasTarget
[
a
rico:
Person
;
rico:
agentIsTargetOfCreationRelation
_:
b1
;
rico:
name
"
First
Person"
rico:
name
"
Second
Person"
]
;
rico:
name
"Relation 1"
;
rico:
type
"creator"
.
_:
b2
a
rico:
CreationRelation
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment