@simonw @eaton @hondanhon @doriantaylor Don't be afraid to write triples naively into SQLite in a table ala (subject, predicate, object, object_literal), all strings, first three indexed, then explore with Datasette, and use recursive common table expressions to walk a graph. You can turn n3 into SQL with...sed.