Skip to content

Expose all required fields in container listings for the filesystem backend #1207

Description

@RubenVerborgh

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions