- From: Souripriya Das <souripriya.das@oracle.com>
- Date: Thu, 18 Jan 2024 22:46:21 +0000
- To: RDF-star WG <public-rdf-star-wg@w3.org>
Received on Thursday, 18 January 2024 22:46:33 UTC
Regarding the point that N-Triple should stay as a line-based subset of Turtle, would it help if we change the :s :p :o | :n type of new N-Triple syntax to :n | :s :p :o as shown in the following examples?
Example 1:
=========
:e | :s :p :o .
:e :a :b .
... which should be equivalent to the following in extended Turtle:
<< :e | :s :p :o >> :a :b .
Example 2: (same as Example 1, but uses blank node _:e instead of IRI :e)
========
_:e | :s :p :o .
_:e :a :b .
... which should be equivalent to the following in extended Turtle:
<< [] | :s :p :o >> :a :b .
Thanks,
Souri.
Received on Thursday, 18 January 2024 22:46:33 UTC