-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from phyloref/cleaned-up-taxonomic-units
This PR cleans up taxonomic units in several ways: - Taxonomic units have clear types (stored in the `@type` property), indicating whether they are taxon concepts (with or without a citation) or specimens, allowing us to more easily add taxonomic units for apomorphies and phylorefs later on. (closes #20). - RDF properties used by taxon concepts and names have been rewritten to bring them more into line with the TDWG ontologies TaxonConcept and TaxonName, including the use of `TaxonName:nameComplete` instead of `dwc:scientificName` (closes #8). - External references are stored in the `@id` element rather than in a separate property. - Added support for nomenclatural codes in scientific names (as per phyloref/klados#143). Note that this PR includes an earlier version of the nomenclature code system; this is updated and improved in #26. This PR also introduces a new `TaxonConceptWrapper` as an analogue to `SpecimenWrapper` and renames the `ScientificNameWrapper` to the shorter `TaxonNameWrapper`.
- Loading branch information
Showing
16 changed files
with
951 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.