Re: [Virtuoso-users] confusing in rr:joinCondition generated by virtuoso ??

2015-12-23 Thread Eng.Bassam
Mr. Kingsley another description about my confusing :) : the parent table here in my example is Patient which has ID primary Key the child table is the Diagnoses which has foreign key is Patient ID now the R2RML must make a join condition to link child table (Diagnoses) with it's parent (Patient)

Re: [Virtuoso-users] confusing in rr:joinCondition generated by virtuoso ??

2015-12-23 Thread Kingsley Idehen
On 12/23/15 9:51 AM, Eng.Bassam wrote: > Hi > I'm wonder about child parent in rr:joinCondition in R2RML generated > by virtuoso, suppose I have tow tables patient and Diagnose > > Patient (ID, name, country) -- ID is PK > Diagnose (DiagnosesID, DiseaseID, PatientID,) DiagnosesID is PK , >

[Virtuoso-users] confusing in rr:joinCondition generated by virtuoso ??

2015-12-23 Thread Eng.Bassam
Hi I'm wonder about child parent in rr:joinCondition in R2RML generated by virtuoso, suppose I have tow tables patient and Diagnose Patient (ID, name, country) -- ID is PK Diagnose (DiagnosesID, DiseaseID, PatientID,) DiagnosesID is PK , PatientID is FK to patient table I have imported th