Closed jvandriel closed 1 year ago
No, you're not imagining it. The problem is that the embedded JSON-LD is parsed as HTML using RDFa, which doesn't support named graphs. If you parse the JSON-LD directly (say, using the distiller), you'll see the results, and you can lint. Forcing JSON-LD through HTML (at least using the default RDFa parser) is what limits it.
However, JSON-LD natively supports HTML embedding, so this can work, it's just not currently supported in the Linter.
Thanks for explaining that @gkellogg. It's good to know I just ran into some technical limitations as opposed to misunderstanding things (again, hehe).
I was playing around with some markup while doing some studying when I noticed the linter doesn't seem to provide any output when there are
@id
s for@graph
s.Is this an issue with the Linter or am I doing something wrong with this markup?