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
f7a0b081
Commit
f7a0b081
authored
Nov 05, 2018
by
Petter Goksøyr Åsen
Browse files
make it possible to merge resources without relations
parent
32e99bd8
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
redef/services/src/main/java/no/deichman/services/entity/repository/SPARQLQueryBuilder.java
View file @
f7a0b081
...
@@ -898,7 +898,7 @@ public final class SPARQLQueryBuilder {
...
@@ -898,7 +898,7 @@ public final class SPARQLQueryBuilder {
+
" ?c ?d <%1$s> .\n"
+
" ?c ?d <%1$s> .\n"
+
"} WHERE {\n"
+
"} WHERE {\n"
+
" <%1$s> ?a ?b .\n"
+
" <%1$s> ?a ?b .\n"
+
" ?c ?d <%1$s>
.
\n"
+
"
OPTIONAL {
?c ?d <%1$s>
}
\n"
+
"}\n"
+
"}\n"
+
"\n"
,
replaceeURI
,
xuri
.
getUri
(),
DEFAULT_GRAPH
);
+
"\n"
,
replaceeURI
,
xuri
.
getUri
(),
DEFAULT_GRAPH
);
return
queryString
;
return
queryString
;
...
...
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