Open nevali opened 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).
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:void:subset spindle:inverseProperty [ ... ]
)?other ?p ?source
(where?source
is one of the subject URIs for the entity being cached) are available as part of the in-memory source data?s ?inverseProperty ?o
should mark?o
as needing an update.