Custom Query (2152 matches)
Results (367 - 369 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2391 | wontfix | Fix cz.ckan.org theme and customisations | seanh | seanh |
#2410 | wontfix | New RDF serialization required VOID vocab for related datasets | ross | ross |
Description |
Taken from http://lists.okfn.org/pipermail/ckan-dev/2012-May/002218.html A few months ago, the RDF provided when dereferencing a dataset's URI was very useful. It described the datasets using many of the "right" RDF vocabularies (dcterms, void, etc). The RDF that is returned now no longer has these nice descriptions. Instead, it seems to be a mindless transcription of the CKAN record. For example, the older descriptions gave: <http://thedatahub.org/dataset/farmers-markets-geographic-data-united-states>
but now it's simply: <http://thedatahub.org/dataset/farmers-markets-geographic-data-united-states>
My old copies of the dataset descriptions mentioned a "GoLD CKAN 1.0" that was credited for the nicer modeling. Where did that go? Can we get it back? Thanks, Tim Lebo <http://semantic.ckan.net/record/91d2c0de-75a4-4bb6-b260-bc2946e1be8b>
… |
|||
#2476 | wontfix | Check that translating lists of strings is being tested in multilingual tests | seanh | johnglover |
Description |
Check that lists of strings are being correctly translated. See https://github.com/okfn/ckan/commit/f1d68c3d2d4d25a0c0f8a89a68940643fc19b156 |