Skip to content

TTL serializer and blank nodes with identifiers #3120

Open
@feophan

Description

@feophan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions