blake-regalia / graphy.js

A collection of RDF libraries for JavaScript
https://graphy.link/
ISC License
163 stars 4 forks source link

feature: parsing RDF-XML #27

Closed happybeing closed 4 years ago

happybeing commented 4 years ago

Hi Blake,

Any plans to parse XML? I'm thinking it is essential for handling many SPARQL endpoints so wondering if it's likely to be part of graphy at some point.

Thanks

blake-regalia commented 4 years ago

This was discussed in #15 a bit. Have you looked into rdfxml-streaming-parser? I don't want to duplicate the effort unless it turns out that RDF/XML reading can be significantly outperformed and that there's high enough demand for it. You can even pass graphy DataFactory to that library's constructor to get graphy terms & quads while reading.

blake-regalia commented 4 years ago

BTW, I just posted a roadmap for planned features in future releases here.

happybeing commented 4 years ago

Thanks for the tip Blake. Quick try of rdfxml-streaming-parser is very promising (it just worked!).