bbcarchdev / spindle

RES Linked Open Data aggregation engine
https://bbcarchdev.github.io/spindle/
Apache License 2.0
2 stars 1 forks source link

Quilt module: if cached data is not available, generate what we can from the index #106

Closed nevali closed 6 years ago

nevali commented 7 years ago

If there is no cached data (e.g., because a proxy has not yet been generated) for an entity, Quilt should generate summary information from the RDBMs index — which will at a minimum contain the coreference data.

This may also occur due to #105 (and hence #87).

The actual RDF-generation logic for this ought to be shared with #35.

Internal tracking: RESDATA-1110