Springer Nature · JSON-LD Context

Springer Nature Context

JSON-LD context defining the semantic vocabulary for Springer Nature from Springer Nature.

21 Classes 15 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/
springer: https://api.springernature.com/vocab/

Classes

name description url ScholarlyArticle Book Chapter Journal Person Organization title creator publisher subject description_dc identifier date rights language familyName givenName affiliation

Properties

Property Type Container
abstract
doi
issn
eissn
isbn
volume
issue
pageStart
pageEnd
publicationDate
onlineDate
openAccess
license
keyword
ORCID

JSON-LD Document

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