Skip to content
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

Implement data.gov.au metadata schema #32

Closed
keithmoss opened this issue Sep 24, 2015 · 11 comments
Closed

Implement data.gov.au metadata schema #32

keithmoss opened this issue Sep 24, 2015 · 11 comments
Assignees
Milestone

Comments

@keithmoss
Copy link

But via ckanext-schemeing

@keithmoss keithmoss added this to the Beta Release milestone Sep 24, 2015
@florianm
Copy link
Contributor

need some refinements around the dataset url, otherwise we're pretty much there

@florianm florianm self-assigned this Sep 24, 2015
@florianm florianm added the ready label Sep 29, 2015
@keithmoss
Copy link
Author

Schemeing depends on additions to spatial, can't be sent upstream in isolation.

@florianm
Copy link
Contributor

florianm commented Oct 1, 2015

pending rollout to instances on beta.data.wa.gov.au as soon as datacats/datapusher bug is fixed.
modified url fields as discussed.

@keithmoss
Copy link
Author

Hmm...comparing to data.gov.au we seem to be missing these fields from the data.gov.au metadata schema (http://data.gov.au/dataset/data-gov-au-metadata-and-other-schemas):

  • State: Active/Deleted
  • Language: Free text (default: English)
  • Data Status: Active/Inactive
  • Update Frequency: Daily, ...
  • Theme (aka AGIFT)
  • Jurisdiction: Default to Western Australia, but allowing for overrides by local govt, et cetera

Note to to self: Leave off for now

  • Geospatial topic?
  • Field(s) of Research

@florianm
Copy link
Contributor

florianm commented Oct 2, 2015

  • state is an auto-field: deleted = invisible. I think this is cruft and we should omit it.
  • update frequency esists
  • Theme and other controlled voc keywords like geospatial topic and fields of research can be added if we have the required controlled vocabularies
  • language was added
  • organisation will get custom fields: homepage, jurisdiction, contact name and email, phone number

requiring named vocabularies

like tags, require a web service endpoint for autocomplete

  • theme
  • geospatial topic
  • fields of research
  • spatial extent

@florianm
Copy link
Contributor

florianm commented Oct 6, 2015

custom groups in ckanext-scheming collide with customisations made by ckanext-hierarchy (nested orgs). will add discussed org metadata fields as standard extra fields as soon as available.

@keithamoss
Copy link

"Standard extra fields" in the sense of "on each datasets"?

@florianm
Copy link
Contributor

florianm commented Oct 7, 2015

Nope, as freeform extras on the default organization schema. Consistency
shouldn't be an issue since we populate them all.
On 07/10/2015 10:39 am, "Keith Moss" [email protected] wrote:

"Standard extra fields" in the sense of "on each datasets"?


Reply to this email directly or view it on GitHub
#32 (comment).

@keithamoss
Copy link

Theme

Description: The AGIFT top level government function to which the dataset relates.

These should populate the dataset's group.

Business Support and Regulation
Civic Infrastructure
Communications
Community Services
Cultural Affairs
Defence
Education and Training
Employment
Environment
Finance Management
Governance
Health Care
Immigration
Indigenous Affairs
International Relations
Justice Administration
Maritime Services
Natural Resources
Primary Industries
Science
Security
Sport and Recreation
Tourism
Trade
Transport

@florianm
Copy link
Contributor

florianm commented Oct 7, 2015

That can be done via:

  • ckan group
  • custom dataset schema field with pre-populated options and select widget
  • named voc with autocomplete widget (can have multiple)
    On 07/10/2015 10:53 am, "Keith Moss" [email protected] wrote:

Theme

Description: The AGIFT http://agift.naa.gov.au/ top level government
function to which the dataset relates.

Business Support and Regulation
Civic Infrastructure
Communications
Community Services
Cultural Affairs
Defence
Education and Training
Employment
Environment
Finance Management
Governance
Health Care
Immigration
Indigenous Affairs
International Relations
Justice Administration
Maritime Services
Natural Resources
Primary Industries
Science
Security
Sport and Recreation
Tourism
Trade
Transport


Reply to this email directly or view it on GitHub
#32 (comment).

@florianm
Copy link
Contributor

florianm commented Oct 9, 2015

Theme implemented as select

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

No branches or pull requests

3 participants