Open
Description
I create blank nodes with unique identifiers (e.g. BNode(f"A{counter}")
, but when the graph is serialized, those collapse into [...] notation. Because these nodes have a lot of information, it becomes hard to read.
For example, I would like to get the output like:
<W> ontolex:otherForm _:A1, _A2, _A3 .
_:A1 a ontolex:Form ;
# other information about _:A1
_:A2 a ontolex:Form ;
# other information about _:A2
etc.
yet I'm getting
<W> ontolex:otherForm [...], [...], [...] .
any way around this, beside building custom serializer?
Metadata
Metadata
Assignees
Labels
No labels