active_fedora
active_fedora copied to clipboard
NonRDF versions cannot be resolved if the LDP Impl's describedBy links aren't to ./fcr:metadata
https://github.com/projecthydra/active_fedora/blob/6491ffb01c02028ef3c642458f1331f60b9fac0e/lib/active_fedora/versions_graph.rb#L38
@barmintor so, do a GET on the NonRDF resource and parse the object in the describedBy triple?
The information should also be a Link: header in the HEAD response.
You can use File#described_by to get that uri.