Semantic Scholar · JSON-LD Context

Semantic Scholar Context

JSON-LD context defining the semantic vocabulary for Semantic Scholar from Semantic Scholar.

0 Classes 40 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
s2: https://api.semanticscholar.org/graph/v1/

Properties

Property Type Container
Paper
paperId
corpusId schema:Integer
title
abstract
year schema:Integer
venue
publicationVenue
authors list
Author
authorId
name
hIndex schema:Integer
citationCount schema:Integer
influentialCitationCount schema:Integer
referenceCount schema:Integer
citations list
references list
externalIds
doi
openAccessPdf
fieldsOfStudy list
tldr
embedding
Embedding
model
vector list
Citation
citingPaper
citedPaper
isInfluential schema:Boolean
contexts list
intents list
Dataset
Release
releaseId
datasets list
Snippet
snippet
score schema:Number

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "s2": "https://api.semanticscholar.org/graph/v1/",

    "Paper": {
      "@id": "schema:ScholarlyArticle"
    },
    "paperId": {
      "@id": "schema:identifier"
    },
    "corpusId": {
      "@id": "s2:corpusId",
      "@type": "schema:Integer"
    },
    "title": {
      "@id": "schema:name"
    },
    "abstract": {
      "@id": "schema:abstract"
    },
    "year": {
      "@id": "schema:datePublished",
      "@type": "schema:Integer"
    },
    "venue": {
      "@id": "schema:isPartOf"
    },
    "publicationVenue": {
      "@id": "schema:Periodical"
    },
    "authors": {
      "@id": "schema:author",
      "@container": "@list"
    },
    "Author": {
      "@id": "schema:Person"
    },
    "authorId": {
      "@id": "schema:identifier"
    },
    "name": {
      "@id": "schema:name"
    },
    "hIndex": {
      "@id": "s2:hIndex",
      "@type": "schema:Integer"
    },
    "citationCount": {
      "@id": "s2:citationCount",
      "@type": "schema:Integer"
    },
    "influentialCitationCount": {
      "@id": "s2:influentialCitationCount",
      "@type": "schema:Integer"
    },
    "referenceCount": {
      "@id": "s2:referenceCount",
      "@type": "schema:Integer"
    },
    "citations": {
      "@id": "schema:citation",
      "@container": "@list"
    },
    "references": {
      "@id": "s2:references",
      "@container": "@list"
    },
    "externalIds": {
      "@id": "schema:sameAs"
    },
    "doi": {
      "@id": "schema:identifier"
    },
    "openAccessPdf": {
      "@id": "schema:url"
    },
    "fieldsOfStudy": {
      "@id": "schema:about",
      "@container": "@list"
    },
    "tldr": {
      "@id": "s2:tldr"
    },
    "embedding": {
      "@id": "s2:embedding"
    },
    "Embedding": {
      "@id": "s2:Embedding"
    },
    "model": {
      "@id": "s2:embeddingModel"
    },
    "vector": {
      "@id": "s2:embeddingVector",
      "@container": "@list"
    },
    "Citation": {
      "@id": "schema:citation"
    },
    "citingPaper": {
      "@id": "s2:citingPaper"
    },
    "citedPaper": {
      "@id": "s2:citedPaper"
    },
    "isInfluential": {
      "@id": "s2:isInfluential",
      "@type": "schema:Boolean"
    },
    "contexts": {
      "@id": "s2:citationContext",
      "@container": "@list"
    },
    "intents": {
      "@id": "s2:citationIntent",
      "@container": "@list"
    },
    "Dataset": {
      "@id": "schema:Dataset"
    },
    "Release": {
      "@id": "s2:Release"
    },
    "releaseId": {
      "@id": "schema:identifier"
    },
    "datasets": {
      "@id": "schema:hasPart",
      "@container": "@list"
    },
    "Snippet": {
      "@id": "s2:Snippet"
    },
    "snippet": {
      "@id": "s2:snippetText"
    },
    "score": {
      "@id": "s2:relevanceScore",
      "@type": "schema:Number"
    }
  }
}