--- a/ckanext/datagovau/templates/package/read.rdf +++ b/ckanext/datagovau/templates/package/read.rdf @@ -16,7 +16,8 @@ ${c.pkg_dict['name']} ${c.pkg_dict['title']} - + Dataset ${c.pkg_dict['notes']} @@ -28,13 +29,11 @@ ${ tag_dict["name"] } - ${ tag_dict["title"] } + ${ group_dict["title"] } - ${h.get_action("user_show",{"id":c.author})["display_name"]} - ${h.get_action("user_show",{"id":c.author})["email"]} - - + ${c.pkg_dict['name']} @@ -47,8 +46,8 @@ ${rsc_dict.get('revision_timestamp')} ${rsc_dict.get('revision_timestamp')} - ${rsc_dict.get('size')} - ${rsc_dict.get('mimetype')} + ${rsc_dict.get('size')} + ${rsc_dict.get('mimetype')} ${rsc_dict.get('size')} bytes @@ -60,25 +59,83 @@ - + ${ c.pkg_dict['organization']['title'] } - + - ${ c.pkg_dict['author'] } - + ${ c.pkg_dict['organization']['title'] } - + - ${ c.pkg_dict['maintainer'] } - + ${h.get_action("user_show",{"id":username})["display_name"]} + + + ${c.pkg_dict.get('DCTERMS.Source.URI') } + + + ${c.pkg_dict.contact_point } + ${ c.pkg_dict.spatial_coverage } + ${ c.pkg_dict.get('Geospatial Coverage') } + ${ c.pkg_dict.jurisdiction } + ${ c.pkg_dict.get('AGLSTERMS.Jurisdiction') } + ${ c.pkg_dict.temporal_coverage } + ${ c.pkg_dict.get('Temporal Coverage') } + + + Data State + ${ c.pkg_dict.get('data_state') } + + + + + + Update Frequency + ${ c.pkg_dict.get('update_freq') } + + + + + Update Frequency + ${ c.pkg_dict.get('Update Frequency') } + + + + + + Agency Program + ${ c.pkg_dict.get('Agency Program') } + + + + + Agency Program + ${ c.pkg_dict.get('agency_program') } + + + + + + Data Granularity + ${ c.pkg_dict.get('Granularity') } + + + + + Data Granularity + ${ c.pkg_dict.get('granularity') } + + +