Look into using Role for schemaorg and codemeta exports
jspaaks opened this issue · 0 comments
jspaaks commented
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"
}
- Seems to work when I try it in https://validator.schema.org/
- Seems to be usable with CodeMeta 3.0 as well https://github.com/codemeta/codemeta/releases/tag/3.0
- HTTP link http://blog.schema.org/2014/06/introducing-role.html