Skip to content

Commit

Permalink
UPDATED SPARQL QUERY TO GET RID OF DUPLICATES IN THE RESULT
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed May 8, 2024
1 parent bb8f8bd commit 9a1a27a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constant/recon-queries.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
`

};

0 comments on commit 9a1a27a

Please sign in to comment.