tdwg / rs.tdwg.org

Metadata and files necessary to generate representations of TDWG standards components
12 stars 13 forks source link

DwC term list document does not display all attributes #66

Closed tucotuco closed 3 years ago

tucotuco commented 3 years ago

Perhaps related to https://github.com/tdwg/rs.tdwg.org/issues/65, if not in cause, at least in nature.

Details of terms in the HTML rendering of the Darwin Core term list document do not show the ABCD mapping (tdwgutility:abcdEquivalence) while the turtle document does.

Example: https://dwc.tdwg.org/list/#dwc_georeferenceSources http://rs.tdwg.org/dwc/terms/version/georeferenceSources-2020-10-28.ttl

baskaufs commented 3 years ago

The list of terms document started as a generic script that included the standard properties but not all of the idiosyncratic DwC properties. But it is customizable. We just need to add some more blocks of code like this and add the relevant column headers to the list here.

In contrast, the Turtle document includes all of the metadata that exists. Make a note of what's missing in this issue and I will fix the script to make it show up.

baskaufs commented 3 years ago

I also forgot to generate a new version of the list of terms document to document that some of the terms changed. There are a number of these document metadata-related housekeeping chores that aren't included in the build scripts, but should be in the future.

baskaufs commented 3 years ago

Resolved in https://github.com/tdwg/dwc/pull/317