Ticket #90 (closed enhancement: fixed)
Link to RDF versions of CKAN data
Reported by: | rgrp | Owned by: | nickstenning |
---|---|---|---|
Priority: | blocker | Milestone: | v0.11 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by dread) (diff)
We should link to representations on semantic.ckan.net
- Each package page could link to its RDF representation
- "Alternative formats" near star rating. Has logo for RDF (link to RDF) and JSON (link via CKAN REST i/f).
- Some instances of ckan won't need this, so have option in ini file for this. rdf_store_url=xyz
- Include machine-readable link to the RDF:
<meta http-equiv=... />
- 303 redirect to RDF when content negotiation requires RDF. Test:
curl -I -H "Accept: application/rdf+xml" http://localhost:5000/package/warandpeace
Cost: 3h
Future
- Search page to link to SPARQL interface: http://semantic.ckan.net/sparql
- License/dump page could link to full RDF dump.
Change History
comment:2 Changed 5 years ago by dread
- Owner changed from rgrp to dread
- Priority changed from awaiting triage to critical
comment:3 Changed 4 years ago by rgrp
- Priority changed from critical to major
All pre-requisites done. However unsure about how we integrate into WUI so downgrading for the moment.
comment:7 Changed 4 years ago by wwaites
- Owner changed from dread to wwaites
- Status changed from new to assigned
see http://semantic.ckan.net/
data can be loaded into the store easily enough (cron job for now?)
http://semantic.ckan.net/data/package-name the RDF equivalent of http://ckan.net/package/package-name
has sparql interface at http://semantic.ckan.net/sparql
not so sure about the assertions Talis has made about the ckan namespace...
comment:8 Changed 4 years ago by rgrp
- Owner changed from wwaites to dread
- Priority changed from major to blocker
- Status changed from assigned to new
- Description modified (diff)
comment:9 Changed 4 years ago by rgrp
- Summary changed from Link to RDF versions of CKAN data provided by Talis to Link to RDF versions of CKAN data
comment:10 Changed 4 years ago by dread
- Description modified (diff)
Machine-readable link added in cset:9a7726fec351 but not 303 redirect yet. Cost so far: 1.5h
comment:11 Changed 4 years ago by dread
- Owner changed from dread to nickstenning
303 redirect done in cset:ee207cfe617d. Cost: 1h.
rgrp said leave "Alternative formats" part to Nick.
comment:12 Changed 4 years ago by rgrp
- Status changed from new to closed
- Resolution set to fixed
Closing as main part done and alternative formats part is now ticket:247