issues
search
Kurrawong
/
fair-ease-matcher
Apache License 2.0
0
stars
0
forks
source link
Fix replicated results
#24
Closed
gwemon
closed
1 year ago
recalcitrantsupplant
commented
1 year ago
fixed in SPARQL query. this was due to:
some collections being in multiple graphs - fixed with a "DISTINCT" - not always a good idea in terms of query performance but this tested OK for me
multiple label properties being returned. Only one will be returned now with the COALESCE statement in SPARQL
fixed in SPARQL query. this was due to: