netwerk-digitaal-erfgoed / registry-demo

Demonstrator of the Dataset Register.
https://datasetregister.netwerkdigitaalerfgoed.nl/
0 stars 1 forks source link

Add facet #22

Closed coret closed 9 months ago

coret commented 9 months ago

Now, more datasets are returned in the query interface, there''s a need for facets, like organisations.

ddeboer commented 9 months ago

As an aside, I’d like to replace the demonstrator with a more fully fledged dataset browser. It may be advisable to implement the facets in a new UI app instead of the current PHP one.

coret commented 9 months ago

A client-side facet on organisations makes it easier to filter out "big contributors".

image

Example: https://datasetregister.coret.org/search.php#eyJ0IjoiYXJjaGllZiJ9

coret commented 9 months ago

Define "fully fledged dataset browser"

ddeboer commented 9 months ago

Fully-faceted (publisher, license etc.), realtime-updating, UI application.

If you already have the facet, let’s add it to production! Am I right in assuming that you calculate the distinct publishers and counts client-side? Or are you doing some smart count SPARQL query?