{
"@context": "https://schema.org",
"@id": "https://doi.org/10.5555/12345678",
"@type": "ScholarlyArticle",
"name": "A Study of Things",
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-5000-0007",
"givenName": "Ada",
"familyName": "Lovelace",
"affiliation": {
"@id": "https://ror.org/05dxps055",
"name": "Example University"
}
}
],
"publisher": {
"@type": "Organization",
"name": "Example Publisher"
},
"datePublished": "2024-03-15",
"description": "An abstract about things.",
"inLanguage": "en",
"license": "https://creativecommons.org/licenses/by/4.0/legalcode",
"url": "https://example.org/article/1",
"version": "1.0",
"keywords": "science, research"
}