Create multiple instances on my item for the same attribute

Hey Everyone,

I am trying to create an item on my omeka instance, and it should have multiple dates within it.
For instance Date1, Date2, Date3.

I have imported a Darwin Core vocabulary and I’m using the attribute EventDate, but I need to have multiple EventDate’s within my item, How can I achieve this?

You can have multiple values for any property. Clicking (for example) the “Text” button at the bottom of the property input for EventDate will add another text input for you to put another date in.

1 Like

That worked! Thank you