arXiv · JSON-LD Context

Arxiv Context

JSON-LD context defining the semantic vocabulary for Arxiv from arXiv.

15 Classes 3 Properties 5 Namespaces
View Context View on GitHub

Namespaces

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/

Classes

Article Author id arxiv_id title summary name affiliation categories primary_category comment journal_ref doi license links

Properties

Property Type Container
published schema:Date
updated schema:Date
authors list

JSON-LD Document

Raw ↑
{
  "@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"
  }
}