bbcarchdev / spindle

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

Handle inverse property relationships in the rulebase #56

Open nevali opened 9 years ago

nevali commented 9 years ago

For example, we might express membership of a dataset as dct:isPartOf, while the dataset itself might express that relationship as <parent> void:subset <child>. In order to process this properly, we need:

nevali commented 9 years ago

Reopening with TODO: cache->refs is not populated when not using the DB index (spindle_cache_source_() needs to be updated, most sensibly within spindle_cache_source_sameas_(), as this already performs the right looping in the right place).