You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: