@LunaDragofelis XML allows for references, we're pretty sure, so that can be used to make graphs in a relatively semantic way.
@violet @LunaDragofelis you can write graphs using XML but it's much easier to just use https://www.w3.org/TR/turtle/
@Lady @LunaDragofelis Oh, actually that's way nicer than we remember. Though, we suspect it would be a task to write a correct parser for it.
@violet @LunaDragofelis practically speaking, building a (directed) graph just boils down to consuming a list of triples so the fastest and easiest syntax is to just use that as your serialization form
which is actually not that difficult to express in any language; the hard part is making it readable for humans