Time/Place

This meeting is a hybrid teleconference and IRC chat. Anyone is welcome to join...here's the info:

  • Time: 11:00am Eastern Daylight Time US (UTC-4)
  • U.S.A/Canada toll free: 866-740-1260, participant code: 2257295
  • International toll free:  http://www.readytalk.com/intl 
    • Use the above link and input 2257295 and the country you are calling from to get your country's toll-free dial-in number
    • Once on the call, enter participant code 2257295
  • IRC:

Attendees 

Agenda

  1. Open Repositories committer meeting reflections
  2. fcr:metadata and NonRdfSource descriptions

    1. Note of JCR Node structure

      NonRdfSourceDescription[JCR_NODE]
        |
        - FedoraBinary[JCR_NODE]
            |
            - datastream[JCR_PROPERTY]
    2. Questions on the table:
      1. Dealing with fcr:metadata:
        1. Should fcr:metadata, as an LDP-RS with a URI distinct from the  LDP-NR, exist at all?
          1. If yes, should the contents of fcr:metadata be refactored  such that all triples have only one subject?
            1. If yes, what should that subject be?
          2. If yes, Should fcr:metadata support the same kinds of operations that  other repository resources support (such as DELETE or POST), or do only  a subset of these pertain?
          3. If no, then should the binary contents of an NonRDFSource  as well as its RDF description be available from the same URI, via  content negotation?  Is this consistent with letter and spirit of LDP?
      2. Dealing with Fedora resources, created by a user, to describe  NonRDFSources:
        1. Should Fedora allow users to modify  iana:describes/iana:isDescribedBy properties on Fedora objects?  Right  now, these are server-managed.  If a user wishes to express the  relationship between a given NonRDFSource and an object that describes  it, using the iana:describes/iana:isDescribedBy predicates, they cannot  do so.  They would need to use terms from another vocabulary or  ontology
        2. Should Fedora, in its core codebase, as a value-add service, add  additional "Link rel=describedBy" headers on NonRDFSources, based on the  existence of resources in the repository that claim to describe it?
          1. If yes, what is the mechanism by which the repository  determines when a resource is describing a NonRDFSource?  
            1. Is it the  presence of specific "special" properties such as iana:describes or  iana:isDescribedBy?  
              1. If so, where must these specific properties be  asserted (i.e. in the properties of the NonRDFSource, or by the  describing object)?
    3. Requirements
      1. Option 1
        1. F4 shall continue to auto-create the <resource>/fcr:metadata NonRDFSource description.
        2. F4 clients may create other NonRDFSource descriptions, called client-descriptions.
        3. Client-descriptions shall indicate the NonRDFSource which they describe by including the following triple:
          <client-description> some-fedora-ns:describesNonRDFSource <:B>
          ...where B is a NonRDFSource
        4. F4 shall include a Link header in response to HTTP GET /client-description of the form:
          Link: <:B>; rel="describes"
          ...where B is a NonRDFSource
        5. F4 shall include Link header(s) in responses to HTTP GET /NonRDFSource of the form:
          Link: <server-created-description>; rel="describedby"
          Link: <client-description0>; rel="describedby"
          Link: <client-description1>; rel="describedby"
          Link: <client-descriptionN>; rel="describedby"
          ...where <server-created-description> is currently <resource>/fcr:metadata, but could change in the future. See: http://www.w3.org/TR/ldp/#ldpc-post-createbinlinkmetahdr
          ...where <client-descriptionX> is any NonRDFSource description that contains a triple as detailed above with predicate, some-fedora-ns:describesNonRDFSource, and object of this NonRDFSource.
        6. Server-created-descriptions shall be non-container LDP Resources, http://www.w3.org/TR/ldp/#ldpr-gen-linktypehdr .
      2. Option 2
        1. F4 shall auto-create a NonRDFSource description as an LDP Basic Container (currently <resource>/fcr:metadata), called server-created-description
        2. Triples in the server-created-descriptions shall all have the same subject, the NonRDFSource being described
        3. F4 clients may create additional NonRDFSource descriptions by POSTing to the server-created-description container
  3. 4.2.1 Release manager?

  4. Tickets resolved this week:

    key summary type created updated due assignee reporter priority status resolution

    Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  5. Tickets created this week:

    key summary type created updated due assignee reporter priority status resolution

    Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  6. ...

Minutes

  1. Open Repositories committer meeting reflections
    1. fcr:metadata and NonRDFSource descriptions
    2. API extension framework to provide a Fedora 4 equivalent to disseminators or other kinds of functionality, independent of the core Fedora 4 codebase
    3. How do we align our REST API with standards, partitioning the API, adding test compatibility kits, etc.
    4. Improving codebase by taking advantage of Java 8, reducing dependency sprawl, OSGI-ifying Fedora
      1. Some dependency conflicts with the Servlet API version that complicate supporting Karaf and Tomcat 7
      2. High-level benefits of OSGI are being able to add and remove modules at runtime, and not need the webapp-plus project to pre-compose different options
  2. fcr:metadata and NonRdfSource descriptions

    1. There are limitations to the NonRDFSource descriptions (fcr:metadata): can't use blank nodes or hash URIs, child nodes or child NonRDFSources
    2. We can add some of that functionality to fcr:metadata, e.g. blank nodes and hash URI support – this seems uncontroversial and we can probably just file a ticket
    3. The other use case is NonRDFSources that describe other NonRDFSources (e.g., FITS that describes a TIFF)
      1. This could be accomplished by creating child NonRDFSources, or making fcr:metadata a container, or allowing linking to a separate container
    4. Option 2 is to make fcr:metadata a container, which would allow changes
    5. General agreement that NonRDFSource descriptions should have a single subject and it should be the binary
      1. Some uneasiness about the subject, but having it be a single-subject description will make it easier to change if we look at how other LDP implementations handle this.
    6. A different approach would be to allow creating different kinds of deletion policies:
      1. Delete the link
      2. Delete the linked resource
      3. Return an error
    7. Supporting these different kinds of policies would be a Fedora-ism, but in support of LDP – maybe an extension.
    8. Action: Esme will create two tickets:

      1. fcr:metadata should be a container
      2. fcr:metadata should have a single subject (the NonRDFSource URI) – this may exist
  3. 4.2.1 Release manager?

    1. Good to have periodic releases, and even better to get more people involved in the release process
    2. Nick volunteered to be the release manager for 4.2.1.

1 Comment

  1. Unknown User (escowles@ucsd.edu)

    A ticket for making all of the triples in fcr:metadata have the binary as the subject already existed:

    Unable to locate Jira server for this macro. It may be due to Application Link configuration.

    I created a new ticket for making fcr:metadata a container:

    Unable to locate Jira server for this macro. It may be due to Application Link configuration.