-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use fcr:metadata to assign properties to resources #499
Comments
And, like with |
@awead Did you have a specific use case here, beyond what is already supported in the code (versions)? |
Following up on questions raised about datastream properties and versioning:
|
@jcoyne I was thinking we'd use fcr:metadata to hold all the non-content data about the bitstream, such as original_name, mime_type, and any arbitrary fields that @escowles mentioned. It could also be where you'd put rights metadata if we wanted to be able to control rights access to different datastreams. |
@awead those properties in particular already have a place in the headers:
|
This writes the properties to ./fcr:metadata relative to the files URI Fixes #499
This writes the properties to ./fcr:metadata relative to the files URI Fixes #499
This writes the properties to ./fcr:metadata relative to the files URI Fixes #499
Fixed via #582 |
Whereas
fcr:content
used to return the content of a resource, nowfcr:metadata
will allow you to define properties on a resource that also has binary content.The text was updated successfully, but these errors were encountered: