tdwg / camtrap-dp

Camera Trap Data Package (Camtrap DP)
https://camtrap-dp.tdwg.org
MIT License
44 stars 5 forks source link

Are Camtrap DP terms narrower or same as referenced terms from other standards? #288

Closed peterdesmet closed 1 year ago

peterdesmet commented 1 year ago

@baskaufs @tucotuco

Issue

Camtrap DP terms link to terms described in other standards (DwC, DC, AC, ...) to help users crosswalk. The relation can be described as:

Since Camtrap DP has a limited scope (it's about camera trap datasets), should we always indicate the links as broadMatch to Camtrap DP term? Or is it fair to use exactMatch sometimes?

Examples

bibliographicCitation

scientificName

eventID / deploymentID

decimalLatitude / latitude

All current relations

Package

Deployments

Media

Observations

tucotuco commented 1 year ago

I would say that exactMatch mappings should be used wherever warranted. I would replace a few of your mappings with the following: http://rs.tdwg.org/dwc/terms/decimalLatitude skos:broadMatch of latitude https://tdwg.github.io/camtrap-dp/data/#latitude http://rs.tdwg.org/dwc/terms/decimalLongitude skos:broadMatch of longitude https://tdwg.github.io/camtrap-dp/data/#longitude http://rs.tdwg.org/dwc/terms/eventDate skos:broadMatch of start https://tdwg.github.io/camtrap-dp/data/#start http://rs.tdwg.org/dwc/terms/eventDate skos:broadMatch of end https://tdwg.github.io/camtrap-dp/data/#end http://rs.tdwg.org/dwc/terms/occurrenceID skos:broadMatch of observationID https://tdwg.github.io/camtrap-dp/data/#observationID http://rs.tdwg.org/dwc/terms/dateIdentified skos:broadMatch of classificationTimestamp https://tdwg.github.io/camtrap-dp/data/#classificationTimestamp

On Fri, Feb 10, 2023 at 11:27 AM Peter Desmet @.***> wrote:

@baskaufs https://github.com/baskaufs @tucotuco https://github.com/tucotuco Issue

Camtrap DP terms link to terms described in other standards (DwC, DC, AC, ...) to help users crosswalk. The relation can be described as:

  • Term in standard is a broadMatch of Camtrap DP term
  • Term in standard is an exactMatch of Camtrap DP term
  • Term in standard is a narrowMatch of Camtrap DP term

Since Camtrap DP has a limited scope (it's about camera trap datasets), should we always indicate the links as broadMatch to Camtrap DP term? Or is it fair to use exactMatch sometimes? Examples bibliographicCitation

  • DC: A bibliographic reference for the resource.
  • Camtrap DP: Bibliographic/recommended citation for the package.

scientificName

  • DwC: The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.
  • Camtrap DP: Scientific name of the observed individual(s).

eventID / deploymentID

  • DwC: An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.
  • Camtrap DP: Unique identifier of the deployment.

decimalLatitude / latitude

  • DwC: The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.
  • Camtrap DP: Latitude of the deployment location in decimal degrees, using the WGS84 datum.

All current relations Package

Deployments

Media

Observations

— Reply to this email directly, view it on GitHub https://github.com/tdwg/camtrap-dp/issues/288, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADQ72YZ3HFVENNS7LGEBCTWWZF6ZANCNFSM6AAAAAAUX3SW54 . You are receiving this because you were mentioned.Message ID: @.***>

peterdesmet commented 1 year ago

Thanks John, I've updated those 6 relations in 5da2692.

peterdesmet commented 1 year ago

Addressed in Camtrap DP 0.6 #297.