Open
Description
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.)