{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "bibo": "http://purl.org/ontology/bibo/", "dc": "http://purl.org/dc/terms/", "foaf": "http://xmlns.com/foaf/0.1/", "springer": "https://api.springernature.com/vocab/", "name": "schema:name", "description": "schema:description", "url": "schema:url", "ScholarlyArticle": "schema:ScholarlyArticle", "Book": "schema:Book", "Chapter": "bibo:Chapter", "Journal": "bibo:Journal", "Person": "schema:Person", "Organization": "schema:Organization", "title": "dc:title", "creator": "dc:creator", "publisher": "dc:publisher", "subject": "dc:subject", "description_dc": "dc:description", "identifier": "dc:identifier", "date": "dc:date", "rights": "dc:rights", "language": "dc:language", "abstract": { "@id": "dc:abstract" }, "doi": { "@id": "bibo:doi" }, "issn": { "@id": "bibo:issn" }, "eissn": { "@id": "springer:eissn" }, "isbn": { "@id": "bibo:isbn" }, "volume": { "@id": "bibo:volume" }, "issue": { "@id": "bibo:issue" }, "pageStart": { "@id": "schema:pageStart" }, "pageEnd": { "@id": "schema:pageEnd" }, "publicationDate": { "@id": "dc:date" }, "onlineDate": { "@id": "schema:datePublished" }, "openAccess": { "@id": "schema:isAccessibleForFree" }, "license": { "@id": "schema:license" }, "keyword": { "@id": "schema:keywords" }, "ORCID": { "@id": "https://orcid.org/" }, "familyName": "schema:familyName", "givenName": "schema:givenName", "affiliation": "schema:affiliation" } }