ckan / ckanext-dcat

CKAN ♥ DCAT
https://docs.ckan.org/projects/ckanext-dcat
165 stars 145 forks source link

XML/RDF serialization #3

Open amercader opened 10 years ago

amercader commented 10 years ago

What's the most efficient way of doing this?

There is a similar functionality on core now, based on Genshi. How do we relate both? https://github.com/okfn/ckan/blob/master/ckan/templates_legacy/package/read.rdf

rossjones commented 10 years ago

I'd suggest not doing it in a template, it's pretty fragile. ckanext-rdf (which still works with 2.x) is well worth checking out for how it builds its representations.

akuckartz commented 9 years ago

I perhaps do not understand what this issue is about but what about using RDFlib https://github.com/RDFLib/rdflib ?

seitenbau-govdata commented 5 years ago

@amercader Isn't the issue still resolved in the meantime? The solution is ckanext-dcat now uses the rdflib, right?