-
Notifications
You must be signed in to change notification settings - Fork 8
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
RDF/XML serializer #5
Comments
Up until now, I never needed to serialize to RDF/XML myself, so I don't have any good suggestions. I see here that there's a simple (non-streaming) RDF/XML serializer that looks like it is RDFJS-compliant: https://github.com/kaefer3000/rdf-serializer-rdfxml |
I liked the approach of allowing RDF/XML legacy data to be converted to non-XML formats, while at the same time disallowing/disincentivising the creation of new RDF/XML. |
@wouterbeek disallowing? RDF/XML (along with TriX) are important bridges to the XML ecosystem. Love it or hate it, but it includes powerful tools for both generation and consumption of RDF, notably XSLT. Admittedly the syntax is not pretty, but it gets the job done. If you don't like it, you don't have to use it.
|
@namedgraph But the phrase that you quote supports my position and invalidates yours, see:
|
Thank you for the great work.
Is there a component to serialize the parsed triples back to RDF/XML?
The text was updated successfully, but these errors were encountered: