Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement citations for phyloreferences in the Clade Ontology #64

Open
gaurav opened this issue Mar 26, 2019 · 0 comments
Open

Implement citations for phyloreferences in the Clade Ontology #64

gaurav opened this issue Mar 26, 2019 · 0 comments

Comments

@gaurav
Copy link
Member

gaurav commented Mar 26, 2019

Every phyloreference in the Clade Ontology can have three kinds of citations:

  • pre-existing citation: the citation for the scientific name, i.e. its dwc:namePublishedIn.
  • definitional citation: where the clade definition was published. For most Phylonym definitions, this will be Phylonym itself, but it's possible that some of the clades have been published elsewhere first.
  • reference phylogeny citation: a citation to the phylogeny that should be used as a reference phylogeny. One of these will be the primary reference phylogeny, but there might be secondary citations as well.

The first two should be fairly straightforward to model:

  • pre-existing citations can be recorded using dwc:namePublishedIn, e.g. :phyloref1 dwc:namePublishedIn { bibo:doi "10.1010/...." ... }.
  • definitional citation can be recorded using IAO:definition source, e.g. :phyloref1 "IAO:definition source" { bibo:doi "10.1010/..." ... }

For the last one, note that we don't currently mandate that the phylogenies in a Phyx file are explicitly marked as the primary phylogeny. phyloref/klados#133 covers updating the Curation Tool so that we can set that. Once that's working, we can use something like prov:wasQuotedFrom or prov:hadPrimarySource to link the phylogeny to its primary source.

@gaurav gaurav changed the title Model citations for phyloreferences in the Clade Ontology Implement citations for phyloreferences in the Clade Ontology Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant