You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, sorry about that! I haven't had a need for anything but parsing rdf/xml, so I totally forgot to implement the encoding part.
I'm not likely to work on it anytime soon, so by all means go ahead if you want. As long as it's working and not expanding the public API I will most likely merge it. One challenge is that a RDF graph can be expressed in so many different ways in rdf/xml. If there is a canonical form we can use that would be best, otherwise we may need some knobs to allow to specify how one want to encode a given node.
I'm running into the TODO-panic message in https://github.com/knakk/rdf/blob/master/encoder.go#L114-L116 , when trying to encode triples into RDF/XML, and was wondering if there are any plans to implement it? :)
(I might have a go at it at some point, but not sure how well that will go)
The text was updated successfully, but these errors were encountered: