FAIRDataPoint icon indicating copy to clipboard operation
FAIRDataPoint copied to clipboard

Q: How to get the list of entries from an FDP running as an index

Open markwilkinson opened this issue 1 year ago • 4 comments

The Question I am running an FDP index. When I ask for the TTL representation of the main page, the entries don't appear. How can I get to them?

markwilkinson avatar Jul 24 '23 12:07 markwilkinson

I watched the network calls as the page loaded and I saw the call that pulls the indexed FDP addresses, but it appears that that call is constrained by CORS, so I can't successfully call it from my tool...

markwilkinson avatar Jul 24 '23 16:07 markwilkinson

(I may be misinterpreting what I'm seeing, though... If I am, my apologies!)

markwilkinson avatar Jul 24 '23 16:07 markwilkinson

Hi @markwilkinson, there's a pending issue that the index does not behave correctly as an FDP at this point. In practice this means the root metadata is there, but the links to the child resource down the hierarchy are not materialized. This is being discussed with Marek, and will be fixed in the near future (but I don't have a timeline at the moment). Apologies for the inconvenience.

kburger avatar Jul 27 '23 16:07 kburger

So... The answer is that it's impossible? I can't get it from scraping the page because it's injected late, so not accessible to HTTP code clients...

I guess it must be in the GraphDB, though? In which case, I can just create my own front-end over the index...

?

markwilkinson avatar Jul 28 '23 03:07 markwilkinson