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
services
postprocessing
rico-edm-transformer
Commits
94934207
Commit
94934207
authored
Mar 16, 2021
by
Günter Hipler
Browse files
fixed character encoding problem in namespaces
disable debugging in sbt build
parent
83b2748b
Pipeline
#23260
passed with stages
in 6 minutes and 59 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
build.sbt
View file @
94934207
...
@@ -55,4 +55,4 @@ lazy val root = (project in file("."))
...
@@ -55,4 +55,4 @@ lazy val root = (project in file("."))
)
)
)
)
logLevel
:=
Level
.
Debug
//logLevel := Level.Debug
\ No newline at end of file
\ No newline at end of file
src/main/scala/ch/memobase/rico2edm/edm/EDMRdf4jModel.scala
View file @
94934207
...
@@ -76,7 +76,7 @@ class EDMRdf4jModel {
...
@@ -76,7 +76,7 @@ class EDMRdf4jModel {
.
setNamespace
(
"rdf"
,
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
)
.
setNamespace
(
"rdf"
,
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
)
.
setNamespace
(
"foaf"
,
"http://xmlns.com/foaf/0.1/"
)
.
setNamespace
(
"foaf"
,
"http://xmlns.com/foaf/0.1/"
)
.
setNamespace
(
"wgs84_pos"
,
"http://www.w3.org/2004/02/skos/core#"
)
.
setNamespace
(
"wgs84_pos"
,
"http://www.w3.org/2004/02/skos/core#"
)
.
setNamespace
(
"crm"
,
"http://www.cidoc
‐
crm.org/cidoc
‐
crm/"
)
.
setNamespace
(
"crm"
,
"http://www.cidoc
-
crm.org/cidoc
-
crm/"
)
.
setNamespace
(
"cc"
,
"http://creativecommons.org/ns#"
)
.
setNamespace
(
"cc"
,
"http://creativecommons.org/ns#"
)
.
build
()
.
build
()
...
...
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