ali1k / ld-r

Linked Data Reactor (LD-R)
http://ld-r.org
Other
128 stars 30 forks source link

Label rendering behavior #92

Open omare13 opened 3 years ago

omare13 commented 3 years ago

Hello,

In first place, thanks for your incredible project.

We are trying to visualize a large RDF dataset about poetry (POSTDATA Knowledge Graph) using this tool. We have several properties for several resource types that we want to set as the label properties. For example, use ex:name for People, ex:title for Poetic Works, rdfs:label for Places, etc.

One approach we followed is to include this information in the reactor.js configuration by including those label properties at dataset level using the list resourceLabelProperty but we are not able to visualize the right labels for all the resources so we can see the shortened URLs instead.

I was wondering which is the expected behavior for label rendering, because I also tried to include property resourceLabelProperty at resource level but it still shows URLs instead of the labels indicated by our custom label property.

My questions are: Is it possible to define several resourceLabelProperty? Can we define the property label at resource level (or dataset -> resource)? Is this behavior the same for resourceImageProperty attribute?

We are using the last release 1.3.10.

Thanks for your time. Regards.