Page MenuHomeSoftware Heritage
Paste P623

json-ld person affiliations
ActivePublic

Authored by vlorentz on Mar 21 2020, 12:06 PM.
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Foo Software",
"author": [
{
"givenName": "Roberto",
"familyName": "di Cosmo",
"affiliation": [
{
"@type": "Organization",
"name": "CNRS",
},
{
"@type": "Organization",
"name": "Inria",
},
{
"@type": "Organization",
"name": "Université de Paris",
}
]
}
]
}

Event Timeline

vlorentz updated the paste's language from autodetect to json.
vlorentz edited the content of this paste. (Show Details)