Ticket #250 (assigned enhancement)

Opened 4 years ago

Last modified 23 months ago

RDF link in Atom feed

Reported by: dread Owned by: icmurray
Priority: awaiting triage Milestone: ckan-v1.9
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

Add link to RDF representation of a package in our Atom feed.

Change History

comment:1 Changed 23 months ago by icmurray

  • Owner changed from rgrp to icmurray
  • Repository set to ckan
  • Theme set to none
  • Status changed from new to assigned
  • Milestone set to ckan-v1.9

Package entries already include an enclosure for the json representation of the package:

  <link length="1645" href="http://thedatahub.org/api/2/rest/package/microdados-enem-2010" type="application/json" rel="enclosure"/>

so it should be easy enough to include something like the rdf link that already exists on a dataset-view page:

  <link rel="alternate" type="application/rdf+xml" title="RDF/XML" href="http://semantic.ckan.net/record//4c23a2fd-4349-4525-8de4-3364ce87016e.rdf" />
Note: See TracTickets for help on using tickets.