From eec93dfebc83f08f30b00ddb6a8311c283936616 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Sat, 10 Apr 2021 18:07:34 +0200 Subject: [PATCH] Fix indentation in items for source template (#436) --- .../sparql/query-templates/items-for-source-template.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/sparql/query-templates/items-for-source-template.hbs b/frontend/src/sparql/query-templates/items-for-source-template.hbs index da596dfe..a9ee0641 100644 --- a/frontend/src/sparql/query-templates/items-for-source-template.hbs +++ b/frontend/src/sparql/query-templates/items-for-source-template.hbs @@ -3,20 +3,20 @@ PREFIX {{label}}: <{{prefix}}> {{/each}} PREFIX schema: PREFIX oa: -CONSTRUCT { +CONSTRUCT { ?annotation ?a ?b. ?body ?c ?d. ?target ?e ?f. ?selector ?g ?h. - } + } WHERE { ?annotation oa:hasBody ?body. OPTIONAL { ?body ?c ?d }. ?annotation oa:hasTarget ?target; ?a ?b. {{#if userURI}} - ?annotation schema:creator <{{userURI}}> . - {{/if}} + ?annotation schema:creator <{{userURI}}>. + {{/if}} ?target oa:hasSource <{{sourceURI}}>; oa:hasSelector ?selector; ?e ?f.