From 9a1a27a08bb06fef4ec06c5796567e310ed16fbd Mon Sep 17 00:00:00 2001 From: sahalali Date: Wed, 8 May 2024 14:47:42 +0400 Subject: [PATCH] UPDATED SPARQL QUERY TO GET RID OF DUPLICATES IN THE RESULT --- src/constant/recon-queries.constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constant/recon-queries.constants.ts b/src/constant/recon-queries.constants.ts index 6d3eed0..003ec0e 100644 --- a/src/constant/recon-queries.constants.ts +++ b/src/constant/recon-queries.constants.ts @@ -65,7 +65,6 @@ WHERE BIND(COALESCE(?type_label_en, ?type_label_raw, "") as ?type_label) } GROUP BY ?entity ?score ?name ?type ?typeLabel ?disambiguatingDescription - LIMIT 5 ` };