Skip to content

[Suggestion] Include ORCIDs for curators in OMEX metadata/RDF files #9

@jonrkarr

Description

@jonrkarr

Since the number of curators is limited, I think it would be feasible to include ORCIDs for them. (In contrast, its likely much harder to do this for the much larger number of authors.)

For example, add Ion's ORCID to this

<dc:contributor>
    <rdf:Description>
	<foaf:name>Ion Moraru</foaf:name>
	<rdfs:label>Ion Moraru</rdfs:label>
    </rdf:Description>
</dc:contributor>

yielding this

<dc:contributor>
    <rdf:Description>
	<foaf:name>Ion Moraru</foaf:name>
	<rdfs:label>Ion Moraru</rdfs:label>
        <dc:identifier rdf:resource="http://identifiers.org/orcid:0000-0002-6961-1366"/>
    </rdf:Description>
</dc:contributor>

ORCIDs for curators

  • Ion Moraru: 0000-0002-6961-1366
  • Michael Blinov: 0000-0002-9363-9705
  • Dan Vasilescu
  • Les Loew
  • James Schaff
  • ...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions