Very quick Omeka S question

Hi folks,

In Omeka S, you can have an Omeka item be stored as the value of a property. So for example, you can create an Omeka item which represents a musician, and then create an Omeka item which is an album which under dcterms:creator points to the musician’s Omeka item record / resource iD. Looking at the MySQL database powering Omeka S, how is the link between those two item records being stored? I looked at the value table, resource table and all of the other tables in PHPmyadmin and can’t figure it out. It obviously has to be recorded somewhere but I can’t spot it.

thanks!

Those relationships are stored in the value table, there’s a column for a value to point to another resource.

2 Likes