We need to index the last modified date for a RDF resource. For Trellis resources, this information is part of the audit triples that can be retrieved when setting the HTTP Prefer header to "return=representation; include=\"http://www.trellisldp.org/ns/trellis#PreferAudit\""}
As part of the RDF that is returned are blank-nodes like
We need to index the last modified date for a RDF resource. For Trellis resources, this information is part of the audit triples that can be retrieved when setting the HTTP Prefer header to
"return=representation; include=\"http://www.trellisldp.org/ns/trellis#PreferAudit\""}
As part of the RDF that is returned are blank-nodes like
If the
rdf:type
isas:Update
, theprov:atTime
's object value should be indexed.If there is not any
as:Update
blank-nodes, we should use theas:Create
'sprov:atTime
value Blocks https://github.com/LD4P/sinopia_editor/issues/1412