- From: Andy Seaborne <andy@apache.org>
- Date: Thu, 14 Dec 2023 18:21:07 +0000
- To: Thomas Lörtsch <tl@rat.io>
- Cc: RDF-star Working Group <public-rdf-star-wg@w3.org>
On 14/12/2023 16:46, Thomas Lörtsch wrote:
> ## Unasserted vs Asserted
>
Just on this part:
> Why not define a property that not only references a token, but also creates the triple, e.g.:
>
> :liz :spouse :dick [id:1]{| :start 1964; :end 1974 |} .
>
> mapping to
>
> id:1 rdfx:assertionOf << :liz :spouse :dick >>
> :start 1964; :end 1974 .
>
> instead of
>
> id:1 rdfx:occurrenceOf << :liz :spouse :dick >>
> :start 1964; :end 1974 .
> :liz :spouse :dick .
Yes - that is the meaning of {| |}
Starting at:
>> which would map to
>> id:1 rdfx:occurrenceOf << :liz :spouse :dick >> ;
>> :start 1964; :end 1974 .
>>
>> id:2 rdfx:occurrenceOf << :liz :spouse :dick >> ;
>> :start 1975; :end 1976 .
>
I added the
> and asserting:
>
> :liz :spouse :dick .
because it wasn't in the description that started this:
https://lists.w3.org/Archives/Public/public-rdf-star-wg/2023Dec/0024.html
As the original CG annotation syntax did assert, I assumed it was
implied to happen as well.
Andy
Received on Thursday, 14 December 2023 18:21:15 UTC