- From: Andy Seaborne <andy@apache.org>
- Date: Thu, 14 Mar 2024 13:47:27 +0000
- To: public-rdf-star-wg@w3.org
- Message-ID: <31fcd457-bf59-4729-bb9a-5be38b6bafa6@apache.org>
Enrico,
tripleReification is the same as the "tripleTerm" in
https://github.com/w3c/rdf-star-wg/wiki/RDF%E2%80%90star-semantics:-option-3#abstract-syntax?
If the suggestion is keeping triple terms and the Turtle syntax forms,
then well-formedness arises in the account of named occurrences and
using rdf:refies as a macro.
The general semantics remains the same.
https://github.com/w3c/rdf-star-wg/wiki/RDF%E2%80%90star-semantics:-option-3#semantics
is that correct?
Andy
https://github.com/afs/rdf-star-notes/blob/main/reif-atoms-interpret.md
On 13/03/2024 11:37, Franconi Enrico wrote:
> *All the problems and discussions* about well-formedness, forbidden
> simple entailments, unsupported RDF 1.2 graphs, etc, will vanish if we
> give up option 3 and we go back to have only triple reification terms
> in RDF 1.2:
>
> graph ::= (triple)*
> triple ::= subject predicate object
> subject ::= iri | BlankNode | tripleReification
> predicate ::= iri
> object ::= iri | BlankNode | literal | tripleReification
> tripleReification ::= identifier triple
> identifier ::= iri | blanknode
>
> Too radical?
> —e.
>
>
>
>
Received on Thursday, 14 March 2024 13:47:34 UTC