From 85902c5c988d6e9ec34dc1c5834cdf8a930b31c0 Mon Sep 17 00:00:00 2001 From: GtanSndil Date: Thu, 19 Feb 2026 12:00:05 +0100 Subject: [PATCH] perf: change in request for rubrics --- .../operations/getDocumentationRubricsByIdSimsQuery.ftlh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/request/operations/getDocumentationRubricsByIdSimsQuery.ftlh b/src/main/resources/request/operations/getDocumentationRubricsByIdSimsQuery.ftlh index 302d1882..798a9980 100644 --- a/src/main/resources/request/operations/getDocumentationRubricsByIdSimsQuery.ftlh +++ b/src/main/resources/request/operations/getDocumentationRubricsByIdSimsQuery.ftlh @@ -9,7 +9,8 @@ SELECT distinct ?uri ?id ?idParent ?titreLg1 ?titreLg2 ?type ?valeurSimple ?labe FROM NAMED WHERE { ?report rdf:type sdmx-mm:MetadataReport . - ?reporturi sdmx-mm:metadataReport ?report . + ?reporturi sdmx-mm:metadataReport ?report . + ?reporturi ?uri ?reportedValue . OPTIONAL { ?mas sdmx-mm:metadataAttributeProperty ?uri . ?mas sdmx-mm:parent ?uriParent .