{ "id": "https://doi.org/10.5281/zenodo.12623345", "resources": [ { "name": "reference-data", "path": "LBBG_JUVENILE-reference-data.csv", "profile": "tabular-data-resource", "format": "csv", "mediatype": "text/csv", "encoding": "UTF-8", "schema": { "fields": [ { "name": "tag-id", "title": "tag ID", "description": "A unique identifier for the tag, provided by the data owner. If the data owner does not provide a tag ID, an internal Movebank tag identifier may sometimes be shown. Example: '2342'; Units: none; Entity described: tag", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000181/2/" }, { "name": "animal-id", "title": "animal ID", "description": "An individual identifier for the animal, provided by the data owner. Values are unique within the study. If the data owner does not provide an Animal ID, an internal Movebank animal identifier is sometimes shown. Example: 'TUSC_CV5'; Units: none; Entity described: individual", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000016/3/" }, { "name": "animal-taxon", "title": "animal taxon", "description": "The scientific name of the taxon on which the tag was deployed, as defined by the Integrated Taxonomic Information System www.itis.gov. If the species name can not be provided, this should be the lowest level taxonomic rank that can be determined and that is used in the ITIS taxonomy. Additional information can be provided using the term 'taxon detail'. The values 'test' and 'calibration' identify events relevant to animal tracking studies that should not be associated with a taxon. Format: controlled list; Entity described: individual", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000024/4/" }, { "name": "deploy-on-date", "title": "deploy on timestamp", "description": "The timestamp when the tag deployment started. Data records recorded before this day and time are not associated with the animal related to the deployment. Values are typically defined by the data owner, and in some cases are created automatically during data import. Example: '2008-08-30 18:00:00.000'; Format: yyyy-MM-dd HH:mm:ss.SSS; Units: UTC or GPS time; Entity described: deployment", "type": "datetime", "format": "%Y-%m-%d %H:%M:%S.%f", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000081/3/" }, { "name": "deploy-off-date", "title": "deploy off timestamp", "description": "The timestamp when the tag deployment ended. Data records recorded after this day and time are not associated with the animal related to the deployment. Values are typically defined by the data owner, and in some cases are created automatically during data import. Further information can be provided in 'deployment end type' and 'deployment end comments'. Example: '2009-10-01 12:00:00.000'; Format: yyyy-MM-dd HH:mm:ss.SSS; Units: UTC or GPS time; Entity described: deployment", "type": "datetime", "format": "%Y-%m-%d %H:%M:%S.%f", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000077/4/" }, { "name": "alt-project-id", "title": "alt project ID", "description": "A name or unique identifier for a project associated with the deployment, for example a monitoring program or another data platform. Best practice is to include the name of the related database or organization followed by the project identifier. Example: 'MOTUS145'; Units: none; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000244/2/" }, { "name": "animal-life-stage", "title": "animal life stage", "description": "The age class or life stage of the animal at the beginning of the deployment. Can be years or months of age or terms such as 'adult', 'subadult' and 'juvenile'. Best practice is to define units in the values if needed (e.g. '2 years'). Example: 'juvenile, adult'; Units: none; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000018/3/" }, { "name": "animal-mass", "title": "animal mass", "description": "The mass of the animal, typically at the beginning of the deployment. Example: '500'; Units: grams; Entity described: deployment", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000019/2/" }, { "name": "animal-nickname", "title": "animal nickname", "description": "An alternate identifier for the animal. Used as the display name for animals shown in the Animal Tracker App. Example: 'Ali'; Units: none; Entity described: individual", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000020/2/" }, { "name": "animal-ring-id", "title": "animal ring ID", "description": "A number or color scheme for a band or ring attached to the animal. Color bands and other markings can be stored in 'animal marker ID'. Example: '26225'; Units: none; Entity described: individual", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000022/3/" }, { "name": "animal-sex", "title": "animal sex", "description": "The sex of the animal. Allowed values are m = male; f = female; u = unknown. Format: controlled list; Entity described: individual", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000023/3/" }, { "name": "attachment-type", "title": "attachment type", "description": "The way a tag is attached to an animal. Details can be provided in 'attachment comments'. Values are chosen from a controlled list: backpack-harness = The tag is attached to the animal using a backpack-style harness; collar = The tag is attached by a collar around the animal's neck; ear-tag = The tag is attached to the animal's ear; fin mount = The tag is attached to the animal's fin; glue = The tag is attached to the animal using glue; harness = The tag is attached to the animal using a harness; implant = The tag is placed under the skin of the animal; leg-band = The tag is attached as a leg band or ring; leg-loop-harness = The tag is attached to the animal using a leg-loop-style harness; none = No tag was attached, e.g., for observations using natural markings; other = The tag is attached using another method; subcutaneous-anchor = The tag is attached using one or more anchors attached underneath the animal's skin; suction-cup = The tag is attached using one or more suction cups; sutures = The tag is attached by one or more sutures; tape = The tag is attached to the animal using tape. Format: controlled list; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000052/5/" }, { "name": "deploy-on-measurements", "title": "deploy on measurements", "description": "A list of additional measurements taken during capture of the animal at the start of the deployment. Recommended best practice is to define units and use a key:value encoding schema for a data interchange format such as JSON. Example: \"{\"tarsusLengthInMillimeters\":17.3, \"wingChordInMillimeters\":125}\"; Units: not defined; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000356/3/" }, { "name": "deployment-comments", "title": "deployment comments", "description": "Additional information about the tag deployment that is not described by other reference data terms. Example: 'body length 154 cm; condition good'; Units: none; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000082/2/" }, { "name": "deployment-end-type", "title": "deployment end type", "description": "A categorical classification describing the end of the tag deployment on the animal. Best practice is to clarify how the 'deploy-off timestamp', if present, was chosen. Values are chosen from a controlled list: analysis-end = the end time represents the end of the period of interest; captured = The tag remained on the animal but the animal was captured or confined; dead = The deployment ended with the death of the animal that was carrying the tag; dead/fall-off = The tag stopped moving, and it is not possible to determine whether it is due to death of the animal or unscheduled tag detachment; equipment-failure = The tag stopped working; fall-off = The attachment of the tag to the animal failed, and it fell of accidentally; other = other; released = The tag remained on the animal but the animal was released from captivity or confinement; removal = The tag was purposefully removed from the animal; scheduled-detachment = The tag was programmed to detach from the animal; transmission-end = The tag stopped transmitting usable data; unknown = The cause of the end of data availability or transmission is unknown. Format: controlled list; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000084/5/" }, { "name": "manipulation-type", "title": "manipulation type", "description": "The way in which the animal was manipulated during the deployment. Additional information can be provided using 'manipulation comments'. Changes in manipulation status during deployment can be identified using 'manipulation status'. Values are chosen from a controlled list: confined = The animal's movement was restricted to within a defined area; domesticated = The animal is domesticated, for example, is a house pet or part of a managed herd; manipulated-other = The animal was manipulated in some other way, such as a physiological manipulation; none = The animal received no treatment other than tag attachment and related measurements and sampling (if applicable); reintroduction = The animal has been reintroduced as part of wildlife conservation or management efforts; relocated = The animal was released from a site other than the one at which it was captured. Format: controlled list; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000155/6/" }, { "name": "study-site", "title": "study site", "description": "A location such as the deployment site, study site, or colony name. Example: 'Pickerel Island North'; Units: none; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000175/3/" }, { "name": "tag-manufacturer-name", "title": "tag manufacturer name", "description": "The company or person that produced the tag. Example: 'Holohil'; Units: none; Entity described: tag", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000183/3/" }, { "name": "tag-mass", "title": "tag mass", "description": "The mass of the tag. Can be used with 'tag mass total' to define the mass of the tag separately from that of the tag with additional hardware. Example: '24'; Units: grams; Entity described: tag", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000184/4/" }, { "name": "tag-readout-method", "title": "tag readout method", "description": "The way the data are received from the tag. Values are chosen from a controlled list: ISS = Data are transferred via the International Space Station; LPWAN = Data are transferred through a low-power wide-area network, such as LoRa or Sigfox; multiple = Data are acquired using multiple methods; none = Data are obtained without use of an animal-borne tag, such as by observing a unique marking; other-wireless = Data are transferred via another form of wireless data transfer, such as a VHF transmitter/receiver; phone-network = Data are transferred via a phone network, such as GSM or AMPS; satellite = Data are transferred via satellite; tag-retrieval = The tag must be physically retrieved in order to obtain the data; telemetry-network = Data are obtained through a radio or acoustic telemetry network; Wi-Fi/Bluetooth = Data are transferred via a local Wi-Fi or Bluetooth system. Format: controlled list; Entity described: deployment", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000188/4/" }, { "name": "tag-serial-no", "title": "tag serial no", "description": "The serial number of the tag. Example: 'MN93-33243'; Units: none; Entity described: tag", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000189/3/" } ], "primaryKey": ["animal-id", "tag-id"] } }, { "name": "gps", "path": ["LBBG_JUVENILE-gps-2020.csv.gz", "LBBG_JUVENILE-gps-2021.csv.gz", "LBBG_JUVENILE-gps-2022.csv.gz", "LBBG_JUVENILE-gps-2023.csv.gz"], "profile": "tabular-data-resource", "format": "csv", "mediatype": "text/csv", "encoding": "UTF-8", "schema": { "fields": [ { "name": "event-id", "title": "event ID", "description": "An identifier for the set of values associated with each event, i.e. sensor measurement. A unique event ID is assigned to every time-location or other time-measurement record in Movebank. If multiple measurements are included within a single row of a data file, they will share an event ID. If users import the same sensor measurement to Movebank multiple times, a separate event ID will be assigned to each. Example: '14328243575'; Units: none; Entity described: event", "type": "integer", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000103/3/" }, { "name": "visible", "title": "visible", "description": "Determines whether an event is visible on the Movebank map. Allowed values are TRUE or FALSE. Values are calculated automatically, with TRUE indicating the event has not been flagged as an outlier by 'algorithm marked outlier', 'import marked outlier' or 'manually marked outlier', or that the user has overridden the results of these outlier attributes using 'manually marked valid' = TRUE. Units: none; Entity described: event", "type": "boolean", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000209/3/" }, { "name": "timestamp", "title": "timestamp", "description": "The date and time corresponding to a sensor measurement or an estimate derived from sensor measurements. Example: '2008-08-14 18:31:00.000'; Format: yyyy-MM-dd HH:mm:ss.SSS; Units: UTC or GPS time; Entity described: event", "type": "datetime", "format": "%Y-%m-%d %H:%M:%S.%f", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000200/2/" }, { "name": "location-long", "title": "location long", "description": "The geographic longitude of the location as estimated by the sensor. Positive values are east of the Greenwich Meridian, negative values are west of it. Example: '-121.1761111'; Units: decimal degrees, WGS84 reference system; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000146/2/" }, { "name": "location-lat", "title": "location lat", "description": "The geographic latitude of the location as estimated by the sensor. Example: '-41.0982423'; Units: decimal degrees, WGS84 reference system; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000145/4/" }, { "name": "acceleration-raw-x", "title": "acceleration raw x", "description": "Raw acceleration values provided by the tag for the X axis. Range and units may vary by provider, tag, and orientation of the sensor on the animal. Example: '0.556641'; Units: not defined; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000002/2/" }, { "name": "acceleration-raw-y", "title": "acceleration raw y", "description": "Raw acceleration values provided by the tag for the Y axis. Range and units may vary by provider, tag, and orientation of the sensor on the animal. Example: '0.09375'; Units: not defined; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000003/2/" }, { "name": "acceleration-raw-z", "title": "acceleration raw z", "description": "Raw acceleration values provided by the tag for the Z axis. Range and units may vary by provider, tag, and orientation of the sensor on the animal. Example: '-0.84375'; Units: not defined; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000004/2/" }, { "name": "bar:barometric-height", "title": "barometric height", "description": "Altitude estimated by a barometric pressure sensor on the tag. Example: '179'; Units: meters; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000054/3/" }, { "name": "battery-charge-percent", "title": "battery charge percent", "description": "The battery charge as a percentage of full charge. Example: '25'; Units: none (percent); Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000063/2/" }, { "name": "battery-charging-current", "title": "battery charging current", "description": "The battery charging current reported by the tag. Example: '0'; Units: milliamperes (mA); Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000064/2/" }, { "name": "external-temperature", "title": "external temperature", "description": "The temperature measured by the tag (different from ambient temperature or internal body temperature of the animal). Example: '32.1'; Units: degrees Celsius; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000104/2/" }, { "name": "gps:hdop", "title": "GPS HDOP", "description": "Horizontal dilution of precision provided by the GPS. Example: '1.2'; Units: unitless; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000118/2/" }, { "name": "gps:satellite-count", "title": "GPS satellite count", "description": "The number of GPS satellites used to estimate the location. Example: '8'; Units: count; Entity described: event", "type": "integer", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000120/3/" }, { "name": "gps-time-to-fix", "title": "GPS time to fix", "description": "The time required to obtain the GPS location fix. Example: '36'; Units: seconds; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000121/3/" }, { "name": "ground-speed", "title": "ground speed", "description": "The estimated ground speed provided by the sensor or calculated between consecutive locations. Example: '7.22'; Units: m/s; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000124/2/" }, { "name": "heading", "title": "heading", "description": "The direction in which the tag is moving, in decimal degrees clockwise from north, as provided by the sensor or calculated between consecutive locations. Values range from 0-360: 0 = north, 90 = east, 180 = south, 270 = west. Example: '315.88'; Units: degrees clockwise from north; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000129/2/" }, { "name": "height-above-msl", "title": "height above mean sea level", "description": "The estimated height of the tag above mean sea level, typically estimated by the tag. If altitudes are calculated as height above an ellipsoid, use 'height above ellipsoid'. Example: '34'; Units: meters; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000131/3/" }, { "name": "import-marked-outlier", "title": "import marked outlier", "description": "Identifies events as outliers. Outliers have the value TRUE. Typically used to import a record of outliers that were identified by the data provider or owner with automated methods outside of Movebank. Information about how outliers were defined can be provided in 'outlier comments'. Units: none; Entity described: event", "type": "boolean", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000133/3/" }, { "name": "gls:light-level", "title": "light level", "description": "Light-level values measured by a solar geolocator. Range and units may vary by provider and tag settings. Best practice is to define values in the reference data. Example: '28'; Units: not defined; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000139/3/" }, { "name": "mag:magnetic-field-raw-x", "title": "magnetic field raw x", "description": "Raw magnetic field values provided by the tag for the X axis. May include an unknown offset. Range and units may vary by provider, tag, and orientation of the sensor on the animal. Example: '-0.5197'; Units: not defined; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000151/3/" }, { "name": "mag:magnetic-field-raw-y", "title": "magnetic field raw y", "description": "Raw magnetic field values provided by the tag for the Y axis. May include an unknown offset. Range and units may vary by provider, tag, and orientation of the sensor on the animal. Example: '-0.993'; Units: not defined; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000152/3/" }, { "name": "mag:magnetic-field-raw-z", "title": "magnetic field raw z", "description": "Raw magnetic field values provided by the tag for the Z axis. May include an unknown offset. Range and units may vary by provider, tag, and orientation of the sensor on the animal. Example: '-0.8857'; Units: not defined; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000153/3/" }, { "name": "orn:transmission-protocol", "title": "Ornitela transmission protocol", "description": "The way in which the data from Ornitela tags were transmitted. Allowed values are SMS or GPRS. Format: controlled list; Entity described: event", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000163/4/" }, { "name": "tag-voltage", "title": "tag voltage", "description": "The voltage as reported by the tag. Example: '2895'; Units: mV; Entity described: event", "type": "number", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000191/2/" }, { "name": "sensor-type", "title": "sensor type", "description": "The type of sensor with which data were collected. All sensors are associated with a tag id, and tags can contain multiple sensor types. Each event record in Movebank is assigned one sensor type. If values from multiple sensors are reported in a single event, the primary sensor is used. Values are chosen from a controlled list: acceleration = The sensor collects acceleration data; accessory-measurements = The sensor collects accessory measurements, such as battery voltage; acoustic-telemetry = The sensor transmits an acoustic signal that is detected by receivers to determine location; argos-doppler-shift = The sensor location is estimated by Argos using Doppler shift; barometer = The sensor records air or water pressure; bird-ring = The animal is identified by a band or ring that has a unique identifier; derived = Information is derived from other sensor data; geolocation-api = The location is determined based on detection by nearby cell towers or other wireless network connectors using the World Wide Web Consortium Geolocation API Recommendation; gnss = The sensor uses one or more global navigation satellite systems to determine location; gps = The sensor uses GPS to determine location; gyroscope = The sensor records angular velocity; heart-rate = The sensor records or is used to calculate heart rate; magnetometer = The sensor records the magnetic field; natural-mark = The animal is identified by a unique natural marking; orientation = Quaternion components describing the orientation of the tag are derived from accelerometer and gyroscope measurements; proximity = The sensor identifies proximity to other tags; radio-transmitter = The sensor transmits a radio signal that is detected by receivers to determine location; sigfox-geolocation = The sensor location is determined by Sigfox using the received signal strength indicator; solar-geolocator = The sensor collects light levels, which are used to determine position (for processed locations); solar-geolocator-raw = The sensor collects light levels, which are used to determine position (for raw light-level measurements); solar-geolocator-twilight = The sensor collects light levels, which are used to determine position (for twilights calculated from light-level measurements). Format: controlled list; Entity described: event", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000170/7/" }, { "name": "individual-taxon-canonical-name", "title": "individual taxon canonical name", "description": "This attribute has been merged with 'animal taxon'. The scientific name of the species on which the tag was deployed, as defined by the Integrated Taxonomic Information System (ITIS, www.itis.gov). If the species name can not be provided, this should be the lowest level taxonomic rank that can be determined and that is used in the ITIS taxonomy. Additional information can be provided using the term 'taxon detail'. Format: controlled list; Entity described: individual", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000135/5/" }, { "name": "tag-local-identifier", "title": "tag local identifier", "description": "This attribute has been merged with 'tag ID'. An identifier for the tag, provided by the data owner. Values are unique within the study. If the data owner does not provide a tag ID, an internal Movebank tag identifier may sometimes be shown. Example: '2342'; Units: none; Entity described: tag", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000182/5/" }, { "name": "individual-local-identifier", "title": "individual local identifier", "description": "This attribute has been merged with 'animal ID'. An individual identifier for the animal, provided by the data owner. Values are unique within the study. If the data owner does not provide an Animal ID, an internal Movebank animal identifier is sometimes shown. Example: '91876A, Gary'; Units: none; Entity described: individual", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000134/4/" }, { "name": "study-name", "title": "study name", "description": "The name of the study in Movebank. Example: 'Coyotes, Kays and Bogan, Albany NY'; Units: none; Entity described: study", "type": "string", "format": "default", "skos:exactMatch": "http://vocab.nerc.ac.uk/collection/MVB/current/MVB000173/3/" } ], "primaryKey": "event-id", "foreignKeys": [ { "fields": ["individual-local-identifier", "tag-local-identifier"], "reference": { "resource": "reference-data", "fields": ["animal-id", "tag-id"] } } ] } } ] }