Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1210 - 1212 of 2152)

Ticket Resolution Summary Owner Reporter
#2208 fixed Export strings from ckan and ckanext-ecportal to combined pot file seanh seanh

Reported by seanh, 2 years ago.

Description

All strings from the ckanext-ecportal extension (and from CKAN core) need to be exported to a pot file to send to tenforce.

#2209 fixed Object->RDF mapping ross ross

Reported by ross, 2 years ago.

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:

  1. ordf.org's Object Description Mapper (which uses OWL)
  1. RDFAlchemy, although this looks like it may result in fixed mappings
  1. A custom scheme with a simple json file
  1. 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.

See http://ckan.okfnpad.org/rdfmapping for further analysis.

#2210 fixed Add method to group for adding members ross ross

Reported by ross, 2 years ago.

Description

It is necessary to add a helper method to Group for adding members to that group so that

  • nobody needs to work with the Member model
  • It handles existing membership and existing membership with a different capacity
Note: See TracQuery for help on using queries.