Custom Query (2152 matches)
Results (439 - 441 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2209 | fixed | Object->RDF mapping | ross | ross |
Description |
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:
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. See http://ckan.okfnpad.org/rdfmapping for further analysis. |
|||
#2210 | fixed | Add method to group for adding members | ross | ross |
Description |
It is necessary to add a helper method to Group for adding members to that group so that
|
|||
#2211 | fixed | Logic layer access to publisher functionality | ross | ross |
Description |
Most of the get_group/add_member style calls should be handled, or at least provided via logic layer. Don't need to break existing code, but do need to provide access via logic layer |