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
uib-ub
Spesialsamlingene
Marcus Components
Commits
1edeffb7
Commit
1edeffb7
authored
Jun 22, 2021
by
Oyvind.Gjesdal
Browse files
fiks sparql variabel syntaks feil
parent
6dd2d069
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/instance%2Fjournal/queries/haspart.query
View file @
1edeffb7
...
...
@@ -12,7 +12,7 @@ SELECT DISTINCT ?uri ?title ?label ?description ?classLabel ?identifier (group_
OFFSET {{lodspk.args.arg1|default:0}}
}
GRAPH <urn:x-arq:UnionGraph> {
?
{ uri dct:identifier ?identifier .
{
?
uri dct:identifier ?identifier .
?uri a ?class .}
OPTIONAL { ?uri dct:title ?title . }
...
...
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