Ticket #2209 (new enhancement) — at Version 2
Object->RDF mapping
Reported by: | ross | Owned by: | ross |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-sprint-2012-03-19 |
Component: | ckan | Keywords: | [?d][a:2.0d] |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by ross) (diff)
Super is [1649]
We need to provide customisable mappings between CKAN models and RDF. This needs to be easily configurable for different clients and should take into account objects related to the model being mapped.
Current contenders for impl are:
- ordf.org's Object Description Mapper (which uses OWL)
- RDFAlchemy, although this looks like it may result in fixed mappings
- A custom scheme with a simple json file
- A template based approach using Genshi templates?
Approach is to get a mapping complete of the attributes directly in the package class, and then provide mappings for related objects (tags/resources etc).
We'll then need to be able to publish the RDF to a triplestore.
Change History
Note: See
TracTickets for help on using
tickets.