From 655204077e4139ddf5fbdf98e21491d60edbb48a Mon Sep 17 00:00:00 2001 From: G TanSndil <72496065+GtanSndil@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:28:32 +0100 Subject: [PATCH] fix: update for GET concepts/toValidate (#871) --- .../resources/request/concepts/getConceptsToValidateQuery.ftlh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/request/concepts/getConceptsToValidateQuery.ftlh b/src/main/resources/request/concepts/getConceptsToValidateQuery.ftlh index 0c94ad87d..d4a233114 100644 --- a/src/main/resources/request/concepts/getConceptsToValidateQuery.ftlh +++ b/src/main/resources/request/concepts/getConceptsToValidateQuery.ftlh @@ -1,6 +1,6 @@ SELECT DISTINCT ?id ?label ?creator ?valid WHERE { - GRAPH <${CONCEPTS_GRAPH> { + GRAPH <${CONCEPTS_GRAPH}> { ?concept rdf:type skos:Concept . BIND(STRAFTER(STR(?concept),'/concepts/definition/') AS ?id) . ?concept skos:prefLabel ?label .