w3c / rdf-turtle

https://w3c.github.io/rdf-turtle/
Other
4 stars 4 forks source link

Support multiple annotations on the same triple. #57

Open pchampin opened 2 months ago

pchampin commented 2 months ago

Now that annotations introduce an intermediate reifier node, it would make sense to allow multiple annotation "blocks" on a given asserted triple. E.g.

:liz :spouse :richard {| :w1 | :in 1964 |}
                      {| :w2 | :in 1975 |}.
afs commented 2 months ago

There has been a discussion to encourage blank nodes - this syntax addition doesn't have use explicitly named intermediate nodes:

:liz :spouse :richard {| :in 1964 |}
                      {| :in 1975 |}.