okgreece / Alignment

Alignment, a collaborative, system aided, user driven ontology/vocabulary matching and validation platform.
https://alignment.okfn.gr
MIT License
12 stars 1 forks source link

RDF/XML parser performance hangs app #47

Closed skarampatakis closed 6 years ago

skarampatakis commented 7 years ago

Currently, every graph is converted to RDF/XML. However it seems that N-triples parser has better performance, as stated in https://github.com/njh/easyrdf/issues/267.

skarampatakis commented 6 years ago

Switched to N-triples parsing