Skip to content

allow store to receive a collection as python list instead of rdf:first/rest triples #791

@wrobell

Description

@wrobell

At the moment rdflib provides a RDF collection as rdf:first/rest triples. A store, which really requires a collection (i.e. list), has to parse such triples again. This is inconvenient and slow.

Would it be possible to add a configuration option to the store interface, which would say that a store accepts collections as lists and then a parser would provide any RDF collection as a Python list?

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