Container listings detail all resources within a container, and add some metadata for each.
With the acceptance of solid/specification#352, we have determined that 4 pieces of metadata need to be present per item as per the 0.9 specification
rdf:type with http://www.w3.org/ns/iana/media-types/{+iana-media-type}#Resource
stat:size
dcterms:modified
stat:mtime
This functionality is currently implemented in an external module https://github.com/RubenVerborgh/solid-metadata-extender, but given that it is now part of the 0.9 spec, we need to move this to the main codebase.
Additionally, I would suggest that we write the corresponding tests for https://github.com/solid/specification-tests
Container listings detail all resources within a container, and add some metadata for each.
With the acceptance of solid/specification#352, we have determined that 4 pieces of metadata need to be present per item as per the 0.9 specification
rdf:typewithhttp://www.w3.org/ns/iana/media-types/{+iana-media-type}#Resourcestat:sizedcterms:modifiedstat:mtimeThis functionality is currently implemented in an external module https://github.com/RubenVerborgh/solid-metadata-extender, but given that it is now part of the 0.9 spec, we need to move this to the main codebase.
Additionally, I would suggest that we write the corresponding tests for https://github.com/solid/specification-tests