I have a long list of ids which link to those items in my graph, I would like to show the names alongside the ids.
For example in the list of ‘has_container’ is alspacdcs:e0c7fe30-0254-4ca1-b16e-3de94005efad it would be nice to display the name ‘imputed’ next to this.
Is there a simple way to do this be adding code to my config_enabled folder? I see there is : cliopatria:list_resource//2 which sounds promising but I am unsure how to use it? Is there an example somewhere?
There is a hook rdf_label:display_label_hook(+Resource, ?Lang, -Label) that you can use to define how resources are displayed. If I get the docs right, list_resource//2 creates the entire local view page for a resource.
Which does the job at the moment Just need to make it display a little nice, I want to really have the default display for most things and in just some cases change that.