{ "@context": { "schema": "https://schema.org/", "bibo": "http://purl.org/ontology/bibo/", "dc": "http://purl.org/dc/terms/", "foaf": "http://xmlns.com/foaf/0.1/", "arxiv": "https://arxiv.org/schema/", "Article": "schema:ScholarlyArticle", "Author": "schema:Person", "id": "@id", "arxiv_id": "arxiv:id", "title": "schema:headline", "summary": "schema:abstract", "published": { "@id": "schema:datePublished", "@type": "schema:Date" }, "updated": { "@id": "schema:dateModified", "@type": "schema:Date" }, "authors": { "@id": "schema:author", "@container": "@list" }, "name": "schema:name", "affiliation": "schema:affiliation", "categories": "schema:about", "primary_category": "arxiv:primaryCategory", "comment": "schema:comment", "journal_ref": "bibo:reproducedIn", "doi": "bibo:doi", "license": "schema:license", "links": "schema:url" } }