-
Notifications
You must be signed in to change notification settings - Fork 5
Description
https://github.com/solid/specification-tests#annotations
The intention is that this will be done as RDFa annotations in the specification documents, but it is understood that this will take some time. As a workaround, the same data may be provided in Turtle format separate to the specification.
I understand that Turtle is already supported as separate documents. Turtle spec recommends embedding it in HTML using <script> tags: https://www.w3.org/TR/turtle/#in-html
A similar approach exists for JSON-LD: https://www.w3.org/TR/json-ld11/#embedding-json-ld-in-html-documents
Will it be straightforward to support including annotations in the spec this way? At least Turtle first and JSON-LD later on.
I created the first example in solid/notifications#56 we should merge it soon and it could be used to test this approach with embedded Turtle.