Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
libraries
Normalizer Service Configuration
Commits
d3164f65
Commit
d3164f65
authored
Apr 15, 2021
by
Jonas Waeber
Browse files
Update dependencies
parent
1f394d8d
Pipeline
#24707
passed with stages
in 3 minutes and 11 seconds
Changes
3
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
d3164f65
...
...
@@ -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"
}
...
...
@@ -43,11 +43,9 @@ ext {
}
dependencies
{
// https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-rest-high-level-client
//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
'com.fasterxml.jackson.core:jackson-databind:2.11.+'
implementation
'com.fasterxml.jackson.core:jackson-core:2.11.+'
...
...
@@ -56,8 +54,6 @@ dependencies {
implementation
'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.+'
// RDF
implementation
'org.apache.jena:apache-jena:3.14.0'
// JSON Parser
implementation
'com.beust:klaxon:5.4'
// CSV Reader
implementation
(
"com.github.doyaaaaaken:kotlin-csv-jvm:0.7.3"
)
...
...
src/test/resources/single-item/output.nt
View file @
d3164f65
This diff is collapsed.
Click to expand it.
src/test/resources/tmp/turtle-output-language-normalization.ttl
View file @
d3164f65
...
...
@@ -22,27 +22,27 @@
@prefix
foaf:
<http://xmlns.com/foaf/0.1/>
.
@prefix
dc:
<http://purl.org/dc/elements/1.1/>
.
_:
b0
a
rico:
Language
;
_:
b0
a
rico:
Language
;
rico:
name
"Deutsch"
;
rico:
type
"caption"
.
_:
b1
a
rico:
Language
;
schema:
sameAs
"http://www.wikidata.org/entity/Q188"
;
rico:
name
"tedesco"
@it
,
"allemand"
@fr
,
"Deutsch"
@de
;
rico:
resultsFrom
_:
b
1
;
rico:
resultsFrom
_:
b
2
;
rico:
type
"caption"
.
_:
b1
a
rico:
Activity
;
rico:
affects
_:
b2
;
rico:
beginningDate
"2021-04-19T12:04:29+0000"
^^
xsd:
dateTime
;
rico:
endDate
"2021-04-19T12:04:29+0000"
^^
xsd:
dateTime
;
[
a
rico:
Record
;
rico:
hasLanguage
_:
b1
,
_:
b0
]
.
_:
b2
a
rico:
Activity
;
rico:
affects
_:
b0
;
rico:
beginningDate
"2021-11-15T08:11:01+0000"
^^
xsd:
dateTime
;
rico:
endDate
"2021-11-15T08:11:01+0000"
^^
xsd:
dateTime
;
rico:
performedBy
[
a
rico:
Mechanism
;
rico:
name
"LanguagesNormalizer"
;
rico:
performs
_:
b
1
rico:
performs
_:
b
2
]
;
rico:
resultsIn
_:
b
0
;
rico:
resultsIn
_:
b
1
;
rico:
type
"enrichment"
.
_:
b2
a
rico:
Language
;
rico:
name
"Deutsch"
;
rico:
type
"caption"
.
[
a
rico:
Record
;
rico:
hasLanguage
_:
b0
,
_:
b2
]
.
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