FAIRDataPoint
FAIRDataPoint copied to clipboard
Q: How to get the list of entries from an FDP running as an index
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?
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...
(I may be misinterpreting what I'm seeing, though... If I am, my apologies!)
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.
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...
?