Skip to content

Allow component reference as variable value #27

Open
@RubenVerborgh

Description

@RubenVerborgh

I'd like to be able to instantiate a variable with a component reference.

For example, I'd like to instantiate

    {
      "@id": "urn:solid-server:default:variable:store",
      "@type": "Variable"
    }

with urn:solid-server:default:RoutingResourceStore defined elsewhere in the configuration file.

We might need a special class for that, such as IriRef, that we pass as a variable value.
(Note that NamedNode wouldn't work, because then we would be unable to pass actual named nodes. It has to be a value that would never be used otherwise.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions