bbcarchdev / spindle

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

Correlate: Generate proxy entries for all encountered URIs #107

Closed nevali closed 6 years ago

nevali commented 7 years ago

Once #106 is implemented, we can safely generate a proxy entry for all URIs (including classes and predicates), assigning them a local UUID and allowing them to be queried-against.

In future, this could allow more complex reasoning to be performed.

This would mean that any referenced URI could be safely resolved by the platform, even if we have minimal data about it—doing so means that queries for related entities and media would function as expected.

Internal tracking: RESDATA-1126