In order to feed that data into our SPARQL endpoint, we need to provide the data structure in `.ttl` format. The ontology is defined in https://github.com/vgteam/vg/pull/2710. Questions: - Do we want to use https://github.com/RDFLib/rdflib? We would have to add code to build an RDF store comparable to [SpOdgi](https://github.com/pangenome/spodgi) and then we could serialize it to turtle: https://github.com/pangenome/spodgi/blob/master/odgi_to_rdf.py. - We could implement a direct serialization of `components -> .ttl` @6br @jervenbolleman What would you recommend?