-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML/RDF serialization #3
Comments
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. |
I perhaps do not understand what this issue is about but what about using RDFlib https://github.com/RDFLib/rdflib ? |
stefina
added a commit
to stefina/ckanext-dcat
that referenced
this issue
Oct 12, 2018
…ields Add missing schemaorg fields
@amercader Isn't the issue still resolved in the meantime? The solution is ckanext-dcat now uses the rdflib, right? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: