bioRxiv · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from bioRxiv.

24 Classes 26 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
biorxiv: https://api.biorxiv.org/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PreprintMetadata PublishedPreprintMetadata SummaryStatistics UsageStatistics title abstract author_corresponding version type category server preprint_title preprint_authors preprint_author_corresponding preprint_author_corresponding_institution preprint_category preprint_platform messages collection status interval cursor count total

Properties

Property Type Container
doi reference
authors string
author_corresponding_institution schema:Organization
date date
license reference
jatsxml reference
published reference
biorxiv_doi reference
published_doi reference
preprint_date date
preprint_doi reference
published_date date
published_citation_count integer
month string
new_papers integer
revised_papers integer
all_papers integer
new_papers_cumulative integer
revised_papers_cumulative integer
all_papers_cumulative integer
abstract_views integer
full_text_views integer
pdf_downloads integer
abstract_views_cumulative integer
full_text_views_cumulative integer
pdf_downloads_cumulative integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "biorxiv": "https://api.biorxiv.org/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "PreprintMetadata": "biorxiv:PreprintMetadata",
    "PublishedPreprintMetadata": "biorxiv:PublishedPreprintMetadata",
    "SummaryStatistics": "biorxiv:SummaryStatistics",
    "UsageStatistics": "biorxiv:UsageStatistics",

    "doi": {
      "@id": "schema:identifier",
      "@type": "@id"
    },
    "title": "schema:name",
    "abstract": "schema:abstract",
    "authors": {
      "@id": "schema:author",
      "@type": "xsd:string"
    },
    "author_corresponding": "biorxiv:correspondingAuthor",
    "author_corresponding_institution": {
      "@id": "schema:affiliation",
      "@type": "schema:Organization"
    },
    "date": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "version": "schema:version",
    "type": "schema:additionalType",
    "license": {
      "@id": "schema:license",
      "@type": "@id"
    },
    "category": "schema:about",
    "jatsxml": {
      "@id": "schema:encoding",
      "@type": "@id"
    },
    "published": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },
    "server": "biorxiv:server",

    "biorxiv_doi": {
      "@id": "schema:identifier",
      "@type": "@id"
    },
    "published_doi": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },
    "preprint_title": "schema:name",
    "preprint_authors": "schema:author",
    "preprint_author_corresponding": "biorxiv:correspondingAuthor",
    "preprint_author_corresponding_institution": "schema:affiliation",
    "preprint_category": "schema:about",
    "preprint_date": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "preprint_doi": {
      "@id": "schema:identifier",
      "@type": "@id"
    },
    "published_date": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "published_citation_count": {
      "@id": "schema:citation",
      "@type": "xsd:integer"
    },
    "preprint_platform": "biorxiv:platform",

    "month": {
      "@id": "schema:temporalCoverage",
      "@type": "xsd:string"
    },
    "new_papers": {
      "@id": "biorxiv:newPapers",
      "@type": "xsd:integer"
    },
    "revised_papers": {
      "@id": "biorxiv:revisedPapers",
      "@type": "xsd:integer"
    },
    "all_papers": {
      "@id": "biorxiv:totalPapers",
      "@type": "xsd:integer"
    },
    "new_papers_cumulative": {
      "@id": "biorxiv:newPapersCumulative",
      "@type": "xsd:integer"
    },
    "revised_papers_cumulative": {
      "@id": "biorxiv:revisedPapersCumulative",
      "@type": "xsd:integer"
    },
    "all_papers_cumulative": {
      "@id": "biorxiv:totalPapersCumulative",
      "@type": "xsd:integer"
    },

    "abstract_views": {
      "@id": "biorxiv:abstractViews",
      "@type": "xsd:integer"
    },
    "full_text_views": {
      "@id": "biorxiv:fullTextViews",
      "@type": "xsd:integer"
    },
    "pdf_downloads": {
      "@id": "biorxiv:pdfDownloads",
      "@type": "xsd:integer"
    },
    "abstract_views_cumulative": {
      "@id": "biorxiv:abstractViewsCumulative",
      "@type": "xsd:integer"
    },
    "full_text_views_cumulative": {
      "@id": "biorxiv:fullTextViewsCumulative",
      "@type": "xsd:integer"
    },
    "pdf_downloads_cumulative": {
      "@id": "biorxiv:pdfDownloadsCumulative",
      "@type": "xsd:integer"
    },

    "messages": "biorxiv:messages",
    "collection": "biorxiv:collection",
    "status": "schema:status",
    "interval": "biorxiv:interval",
    "cursor": "biorxiv:cursor",
    "count": "schema:numberOfItems",
    "total": "biorxiv:totalResults"
  }
}