Metadata for Resources #11
AdamSobieski
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Yes Adam. I already handled metadata in v2 draft a few weeks ago (#9). In the new spec, it will be available. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello. Expanding upon the ideas shared in discussion #10, I would like to share a possibility that metadata could be provided for describing and interrelating those resources contained in PWEB archives.
The idea, here, would involve adding a new recommended field,
metadata, to the PWEB manifest schema. This field would, as considered, have a schema similar to that broached for the requiredentryfield.{ "spec_version": "0.1", "id": "org.example.minimal", "version": "1.0.0", "title": "Minimal Example", "entry": [ { "url": "index-en.html", "language": "en", "type": "text/html" }, { "url": "index-fr.html", "language": "fr", "type": "text/html" } ], "metadata": [ { "url": "metadata.ttl", "type": "text/turtle" }, { "url": "metadata.jsonld", "type": "application/ld+json" } ] }What do you think about these ideas? Thank you.
All reactions