NCI-Semantic-Infrastructure / shared-si-issues

Umbrella repo for Shared SI Service issues
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

change default query in sparql editor web page #3

Closed fragosog closed 4 weeks ago

fragosog commented 1 year ago

Currently the default query in the sparql editor web page returns the loaded graph names. Change the default query to return the graph name and its triple count and sort by triples:

select distinct ?graph (count(?s) as ?triples) where { graph ?graph { ?s ?p ?o } } order by desc(?triples) limit 100

fragosog commented 1 year ago

Fixed in commit 02f63d1, tag 1.0.7.

fragosog commented 1 year ago

Bad idea. Reopen. Some external sites have so many triples that the count query takes a good old time. Just show the graph names. Query reverted, awaiting deployment.

gilaim07 commented 8 months ago

In prod, git tag 1.0.9. Ticket can be closed.

warzeld commented 4 weeks ago

Close per email from Gilberto 1/10/2024