Re: A single reifier can reify more than one triple term

On Mar 25, 2024, at 9:12 AM, Franconi Enrico <franconi@inf.unibz.it> wrote:
> 
> Greg, you are right.
> I overlooked the case with literals.
> My example should still work if the database involves IRIs.
> 
> WEDDING-CERTIFICATE
> +-----+---------+----------+------+
> | ID  |  name   | location | date |
> +-----+---------+----------+------+
> | :b1 | :enrico | :rome    | 1962 |
> | :b2 | :mary   | :rome    | 1962 |
> | :b3 | :enrico | :rome    | 1980 |
> | :b4 | :mary   | :rome    | 1980 |
> +-----+---------+----------+------+
>   Primary Key: ID
>   Alternate Key: name, location, date
> 
> << :b1 | :enrico :married-in :rome >> :date 1962 .
> << :b1 | :enrico :married-on 1962 >> :location :rome .
> << :b1 | :enrico :married-in :rome >> :location :rome .
> << :b1 | :enrico :married-on 1962 >> :date 1962 .

I think I’m missing something here. Has anything changed in the form of the table in your example here compared with your original email? It looks the same to me (I had assume the use of a colon prefix in the first three columns was an indication that those fields were storing IRIs). I still think all the issues I raised apply, and would appreciate your thoughts on them.

Thanks,
Greg

Received on Monday, 25 March 2024 20:33:13 UTC