-
Notifications
You must be signed in to change notification settings - Fork 3
Description
@jdpye we're running into a problem with separate capture and release events. In your use case you describe a release event and note:
NB: the release Event record does not represent a distinct Occurrence record from the capture event. Holding periods, movement of the animal while captured, and other confounding circumstances preclude this record from being considered a natural occurrence of the animal. See: Béguer-Pon et al. ...
So an Event without an associated occurrence. Or if one is associated, it is the capture occurrence.
I can agree with that, but how do you relate that Event to the animal in question? I think you tried to solve this with an occurrenceID
in your Event (see your table):
Defined by the capture event, Relates this record to the prior capture event of this animal
But an occurrenceID
is not one of the fields available in Event
. 😄