Skip to content

Replaced fixed models with a dictionary #33

Description

@nevali

Currently there are two RDF models in a "Twine graph" - the "old" model (populated by sparql-get, containing the previous state of the graph being updated), and its replacement, which most processors deal with.

By replacing these with a dictionary - i.e., a set of (name, model) pairs, we can improve workflow flexibility.

The sparql-get processor would then be transitioned to populate a specific named model (defaulting to "old").

Other processors could become configurable along similar lines, allowing for—for example—particular models to be uploaded to specific storage buckets (something spindle-generate currently has to do itself)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions