-
Notifications
You must be signed in to change notification settings - Fork 601
Need a way to capture a Title and Description for each resource in the Distribution array #248
Comments
👍 |
Yes. DCAT has these fields in its Distribution type, so it should be a simple matter to take notice of them if present. |
Thanks for this-- looks good. We've added it to the list of things to consider with the next schema update. |
Please!!! Here's an example of why: http://catalog.data.gov/dataset/general-schedule-and-locality-pay |
There seems to be a lot of support from this (I literally just heard someone say 'yes, yes, yes please'). What seems to be at issue is not necc. adding new fields but providing guidance for how these could be used within the distribution when an agency has the complexity and feels strongly about it. +1 |
classic example! @gbinal are you arguing against adding link properties for the accessURLs? |
I think the idea would be to use existing |
So the idea would be to extent the current https://project-open-data.github.io/schema/ distribution that has an accessURL and format to include dcat:title and dcat:description? from the current POD distribution documentation: |
That would certainly make sense for CKAN and DKAN! Agree they should both be optional. |
Except, when implementing as RDFa it would be |
There's been pretty good agreement on allowing for this, though not requiring it. Also,
|
Here's an example of adding the One question is what good examples of This is an excerpt, but see the gist for the full data.json
|
Changes that still need to be addressed are changes in structure and should we add usage notes additions here or no?: * Adds optional describedByType field at the dataset and distribution level (#291, #332) * Changes contactPoint field to an object that contains the name (fn) and email address (hasEmail) (#358) * Adds fn field as part of contactPoint replacing earlier use of contactPoint (#358) * Changes publisher field to an object that allows multiple levels of organizations (#296) * Changes accessURL field to represent indirect access and to exist only within distribution (#217, #335) * Changes format field to a human readable description and to exist only within distribution (#272, #293) * Adds optional description field for use within distribution (#248) * Adds optional title field for use within distribution (#248) * Changes accrualPeriodicity field to use ISO 8601 date syntax (#292) * Changes distribution field to become required-if-applicable and to always contain the accessURL or downloadURL fields (#217) * Changes license field to be a URL (#196)
Thank you for driving the conversation around this issue and helping to assemble the v1.1 metadata update. There appears to be strong consensus around this issue, which has been accepted in the v1.1 update and merged into Project Open Data. Project Open Data is a living project though. Please continue any conversations around how the schema can be improved with new issues and pull requests! It's important for government staff as well as the public to continue to collaborate to make the Open Data Policy ever better. Though the v1.1 update is a substantial update, future iterations do not have to be, so whatever your ideas - big or small - please continue to work with this community to improve how government manages and opens its data. |
The required fields for the
distribution
type areaccessURL
andformat
i.e. MIME-type. I think we should consider adding two additional fields (which could be optional) to thedistribution
type, which would beresourceTitle
andresourceDescription
.Right now, if data managers create a data record using CKAN (i.e. using inventory.data.gov), the data manager is prompted to provide a Title and Description in addition to the accessURL/webService and File Format. When a user browses the inventory within that CKAN instance, they see this title and description as a part of the record. See this screenshot for an example:
However, since the schema doesn't have a field for these Title and Description elements, this data is lost when the data.json file is generated from the inventory. As a result, users of catalog.data.gov don't see a title or description for each resource, even if it was originally provided by a data manager in inventory.data.gov:
I propose that we add some optional fields to the schema that would allow each object in a
distribution
include aresourceTitle
andresourceDescription
text field, which, if present, could be used by catalog.data.gov and other catalogs to provide users of the catalog more information about each resource in the distribution.The text was updated successfully, but these errors were encountered: