Commit Graph

32 Commits

Author SHA1 Message Date
Steve Baskauf f3d82ce831 replace camelCase labels with English prose labels in obsolete terms 2020-07-27 06:32:37 -04:00
Steve Baskauf 076bcb3cd2 dcterms:Location replaces dwctype:Location
Added a replaces value showing that the deprecated dwctype:Location term was replaced by dcterms:Location
2020-07-27 06:05:13 -04:00
Steve Baskauf 4ae7dd3787 Move accessRights comment from definition
The comment "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies." is found in the comments for dcterms:accessRights, not as part of the definition.
2020-07-27 05:55:07 -04:00
Steve Baskauf b10ae9cf0d Change issued dates of DCMI terms
The DCMI History page http://dublincore.org/usage/terms/history/ uses a version model that differs from what we are using in TDWG. They use the term '"issued" for what we call "current terms", whereas we only use "issued" for term versions. Thus their issued date is what we call the created date and their modified date for the current term is what we call the issued date of the version.

These dates have been changed to match the TDWG model. Also, version 003 of dcterms:modified has "Date Modified" as the label, rather than "Modified"
2020-07-27 05:34:50 -04:00
Steve Baskauf d010a42f08 change more 2018 versions to the 2018-09-06 date 2020-07-26 23:30:53 -04:00
Steve Baskauf 26d45658c8 changed issued date of 2018 versions to 2018-09-06 2020-07-26 23:13:06 -04:00
Steve Baskauf 27ca1d8325 Add historical record for deprecated term dcterms:rights
dcterms:rights was originally in Darwin Core, but was replaced by dcterms:license in Executive Decision http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-11-06_17 . It has been added as part of the historical record. It is listed as the "replaces" value for dcterms:license term and needs to be there.
2020-07-26 06:57:12 -04:00
Steve Baskauf 2d9cfd4734 Changed replaces values for some DCMI terms
In the previous term_versions.csv file, the value in the replaces column indicated what DCMI said the term replaced. However, in the complete history table, we use this column to indicate what this term version replaces with respect to previous TDWG use. For example, in an Executive Decision, dcterms:license was to be used in lieu of dcterms:rights. I've changed the table to reflect this replacement, rather than indicating how http://dublincore.org/usage/terms/history/#rightsHolder-002
 was caused by DCMI to replace http://dublincore.org/usage/terms/history/#rightsHolder-001 .  There are several other examples of replacements caused by TDWG actions and these have replaced the record of DCMI actions. If there was no TDWG-sanctioned replacement, the column was changed to empthy.
2020-07-25 22:36:43 -04:00
Steve Baskauf 8a84ffa272 Add missing legacy dwc:accordingTo property to record
Added the missing legacy superproperty dwc:accordingTo and made the status deprecated.
2020-07-25 20:50:30 -04:00
Steve Baskauf f0ea9ed560 Restory labels to English prose rather that camelCase
Note: I did not change the obsolete terms, which have always had camelCase labels. Also, the IRI terms that have non-IRI analogs have " (IRI)" appended to their labels to distinguish them.
2020-07-25 20:31:22 -04:00
Steve Baskauf a2e024f386 remove flag values from any pre-2017 terms 2020-07-25 19:47:22 -04:00
Steve Baskauf a07c1d39a3 Remove accidentally introduced blank line, alphabetize non-recommended terms 2020-07-25 15:44:48 -04:00
Steve Baskauf 9a43bdde0f Replace dcterms:type with dc:type, deprecate dcterms:type
Move dcterms:type below the recommended terms and change status to deprecated. Change its notes to indicate that dc:type should be used for strings and that the RDF guide recommends rdf:type instead of dcterms:type when providing an IRI value. Replace dcterms:type in the record-level terms with dc:type and carry over the examples that were previously in dcterms:type to it. NOTE: the terms below the recommended terms are not in alphabetical order still.
2020-07-25 13:35:57 -04:00
Steve Baskauf aa67d1ea81 Move dcterms:langage to UseWithIRI, replace with dc:language
In the record level terms section, replace dcterms:language with dc:language. Use the former dcterms: examples for string values with dc:language. Move dcterms:language to the UseWithIRI section and change its recommended value to an IRI from the LOC ISO 639-2 scheme (to maintain consistency with Audubon Core usage. NOTE: the value of organized_in for dc:language is now different from the other DCMI terms in the record-level section. Will that break the QRG build script?
2020-07-25 13:16:08 -04:00
peterdesmet 76ad0a0285 Move 160 recommended 2017-10-06 terms to the top
So they are mixed with the order recommended terms, in Darwin Core order. Ran python build.py after this and there are no changes in the quick ref guide
2020-07-25 13:40:51 +02:00
peterdesmet bd0720ac5f Revert "Sort 160 recommended 2017-10-06 terms to the top"
This reverts commit 702b49fe52.
2020-07-25 10:51:21 +02:00
peterdesmet 702b49fe52 Sort 160 recommended 2017-10-06 terms to the top 2020-07-25 10:41:47 +02:00
peterdesmet 16d209c6cd Remove unchanged 2018-09-06 terms compared to 2017-10-06 version (duplicates)
See #262:

- Remove 160 terms from 2018-09-06 that are unchanged duplicates of the 2017-10-06 version
- Reinstate "recommended" status for the 160 2017-10-06 terms 45 + 47 + 36 + 1  + 31

Not that the reinstated recommended terms are NOT YET SORTED to the top
2020-07-24 17:24:27 +02:00
Peter Desmet 889e42d754 Move Living/Preserved/FossilSpecimen and Human/MachineObservation to bottom
Fixes #208
2018-10-19 11:01:25 +02:00
Peter Desmet c288eeeac6 Add spaces to footprintSRS WKT
Ping @tucotuco: as far as I can find, spaces are allowed in wkt. Adding them allows the example to wrap to multiple lines in the quick ref, thus not breaking the design. Only updated for recommended term, not the two superseded ones
2018-10-15 15:07:40 +02:00
Peter Desmet da0eb0f2b5 Correct backticks in examples (mostly dates) 2018-10-15 13:59:37 +02:00
Peter Desmet ba183182cf Add non-recommended terms back
Correcting error in 02e2771396
2018-10-15 13:59:01 +02:00
Peter Desmet 02e2771396 Change status "new" to "recommended" 2018-10-15 12:17:19 +02:00
tucotuco 57d0a2b0cd Made explicit mention of the use of IRIs in the comments for RDF terms. 2018-09-06 16:43:58 +12:00
tucotuco d5d2292cf5 Moved all dwciri recommended terms to follow the non-dwciri recommended terms. 2018-09-06 15:02:53 +12:00
tucotuco 29598efbf8 Combined all term management into term_versions.csv. Contains normative (iri, label, definition, issued, status, replaces, rdf_type, term_iri) and non-normative (comments, examples, organized_in, abcd_equivalence, flags) columns. Added examples where missing. Updated examples that were incorrect, confusing, or out of date. 2018-09-06 14:59:04 +12:00
tucotuco 5ff63620f5 Moved term_versions.csv to new vocabulary directory. 2018-08-30 19:17:55 +12:00
Peter Desmet adb4413398 Move term_versions to standard/vocabularies/term_versions.csv 🦄
In response to #150
2017-10-02 11:49:03 -04:00
tucotuco 0976291e6a Amendments to remove recommendations for controlled vocabularies from definitions into commentaries. Finished adding references to external documentation and translations. 2017-10-01 03:10:12 -04:00
tucotuco 7c83019ed8 Added missing UseWithIri class to term_versions. Partial update of vocabulary recommendations in build/config/terms. 2017-09-30 19:30:58 -04:00
tucotuco 350decf13a Updated term_versions.csv with versions of terms from other borrowed namespaces plus dwciri. 2017-09-30 18:03:01 -04:00
Peter Desmet f278a24eb2 Add new prime/normative document 🦄
Created at the Ottawa 2017 hackathon by @tucotuco @baskaufs @peterdesmet @pzermoglio @stijnvanhoey
2017-09-30 00:22:50 -04:00