You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the following paper by @jasonslepicka says that Karma do not support rr:joinCondition.
I was just wondering, is there a way in Karma to deal with foreign Keys ? Mean i have two tables where Table A represent an entity and Table B represent another one, and Table A has a foreign key toward Table B.
I want to make sure that URI of the Foreign Key in A correspond to the URI of the Primary Key of B.
More generally Is there anyway to verify that when generating mappings, that the entities they generate actually link well ?
Hi,
the following paper by @jasonslepicka says that Karma do not support rr:joinCondition.
I was just wondering, is there a way in Karma to deal with foreign Keys ? Mean i have two tables where Table A represent an entity and Table B represent another one, and Table A has a foreign key toward Table B.
I want to make sure that URI of the Foreign Key in A correspond to the URI of the Primary Key of B.
More generally Is there anyway to verify that when generating mappings, that the entities they generate actually link well ?