citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
95 stars 28 forks source link

Look into using Role for schemaorg and codemeta exports #366

Open jspaaks opened 12 months ago

jspaaks commented 12 months ago

https://schema.org/Role

Works a bit weird, sort of a decorator for keys? At least it seems to add a level of nesting to a key

Perhaps something like:

"contributor": {
    "@type": "Role",
    "contributor": {
        "@type": "Person",
        "name": "Bill Murray"
    },
    "roleName": "Conceptualization"
}