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
digibib
ls.ext
Commits
a48ec92c
Commit
a48ec92c
authored
Nov 02, 2018
by
Petter Goksøyr Åsen
Browse files
fix falling asleep on the keyboard
parent
f1e9b307
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
redef/services/src/main/java/no/deichman/services/entity/repository/SPARQLQueryBuilder.java
View file @
a48ec92c
...
...
@@ -108,7 +108,7 @@ public final class SPARQLQueryBuilder {
+
" UNION { <__WORKURI__> deichman:language ?language }\n"
+
" UNION { <__WORKURI__> deichman:nationality ?country }\n"
+
" UNION { <__WORKURI__> deichman:fictionNonfiction ?fictionNonfiction }\n"
+
" UNION { <__WORKURI__> deichman:hasContentAdaptation ?
-
}\n"
+
" UNION { <__WORKURI__> deichman:hasContentAdaptation ?
contentAdaptation
}\n"
+
" UNION { <__WORKURI__> deichman:isPartOfWorkSeries ?workSeriesPart . \n"
+
" ?workSeriesPart a deichman:WorkSeriesPart ;\n"
+
" deichman:workSeries ?workSeries .\n"
...
...
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