PROPOSAL for always creating literal triples for each of the columns that is included in a foreign key

In section 2.1 we are NOT generating a literal triple for the column 
addr. So, we are only generating:
<People/ID=7> <People#addr> <Addresses/ID=18> .

I would propose that we generate two triples: one literal triple and one 
IRI triple:
<People/ID=7> <People#addr> "18"^^xsd:integer .
<People/ID=7> <People,Addresses#addr,Id> <Addresses/ID=18> .

Thanks,
- Souri.

Received on Tuesday, 9 August 2011 16:13:36 UTC