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

[Suggestion] Remove redundant isDescribed annotations from OMEX metadata/RDF files #14

Open
jonrkarr opened this issue Mar 1, 2022 · 0 comments

Comments

@jonrkarr
Copy link

jonrkarr commented Mar 1, 2022

For example, 100596964 has two annotations for alternative ids for the same paper. To a user, especially without a human-readable label for the PubMed citation, this will look like citations for two papers rather than two ids for the same paper.

We prefer DOIs over PubMed ids since DOIs have a broader scope. I suggest removing the redundant PubMed annotations.

<bqmodel:isDescribedBy>
    <rdf:Description>
        <dc:identifier rdf:resource="http://identifiers.org/pubmed:27783155"/>
        <rdfs:label>pubmed:27783155</rdfs:label>
    </rdf:Description>
</bqmodel:isDescribedBy>
<bqmodel:isDescribedBy>
    <rdf:Description>
	<dc:identifier rdf:resource="http://identifiers.org/doi:10.1007/s00424-016-1893-7"/>
	<rdfs:label>Pflugers Arch. 2016 Nov;468(11-12):2031-2040.</rdfs:label>
    </rdf:Description>
</bqmodel:isDescribedBy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants