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)
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 ,
>
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