citation-file-format/cffconvert

Look into using Role for schemaorg and codemeta exports

jspaaks opened this issue · 0 comments

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"
}