We haven't discussed yet how @graph can be used in framing. I think we should do the following:
- if
@graph isn't used in the frame (till that point), the input (subject map) to the framing algorithm is the merge of all graphs in the input document
- the first use of
@graph without an @id will use the default graph (this has to be specified a bit better)
- all other uses of
@graph will use the specified named graph (what happens if no @id was set?)
Thoughts?