cwrc / HuViz

LOD visualization tool for humanities datasets
8 stars 1 forks source link

replace GreenTurtle parser with N3 #281

Open smurp opened 5 years ago

smurp commented 5 years ago

The GreenTurtle TTL parser is no longer maintained and is likely slower than N3. Furthermore N3 has broader syntax support (TriG, N3) and uses interfaces which are compatible with other libraries, so converting to it (which would be a slight pain) will have dividends down the road. It even has an in-RAM datastore option. There is a compatible IndexedDB store which is compatible as well, IIRC.

smurp commented 5 years ago

This is a high priority because:

Complexities

This task might depend on modernization of our build procedures: https://github.com/cwrc/HuViz/issues/296