Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Missing triples in data when long list of values for a property #29

Open
tfrancart opened this issue Jul 21, 2014 · 1 comment
Open

Comments

@tfrancart
Copy link

(Using the latest code from Git)
When a property has too many values it is displayed this way in the HTML :

ore:aggregates [57 values]

However I would expect all the values (57 in this case) to be present in the RDF returned from the RDF view. But they are not. How is an application consuming this RDF supposed to know that these 57 values are to be fetched at some other URL ?

Is there a way to desactivate this behavior that hides the list of values when it is too long ? if yes would it make them appear in the RDF ?

Cheers

@cygri
Copy link
Owner

cygri commented Aug 12, 2014

This is currently broken in various ways. As a workaround, you can increase HIGH_DEGREE_CUTOFF to something really large in ResourceDescription.java and recompile. This effectively turns the feature off.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants