Citation File Format · JSON-LD Context

Citation Cff Context

JSON-LD context defining the semantic vocabulary for Citation Cff from Citation File Format.

26 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
cff: https://citation-file-format.github.io/vocab/

Classes

Software Dataset Author Organization Reference Identifier License cffVersion title version doi abstract authors preferredCitation references repositoryCode url dateReleased keywords message type givenNames familyNames orcid affiliation email

JSON-LD Document

citation-cff-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://citation-file-format.github.io/vocab/",
    "schema": "https://schema.org/",
    "cff": "https://citation-file-format.github.io/vocab/",
    "Software": "schema:SoftwareSourceCode",
    "Dataset": "schema:Dataset",
    "Author": "schema:Person",
    "Organization": "schema:Organization",
    "Reference": "schema:CreativeWork",
    "Identifier": "schema:PropertyValue",
    "License": "schema:license",
    "cffVersion": "cff:cff-version",
    "title": "schema:name",
    "version": "schema:softwareVersion",
    "doi": "cff:doi",
    "abstract": "schema:description",
    "authors": "schema:author",
    "preferredCitation": "cff:preferred-citation",
    "references": "cff:references",
    "repositoryCode": "schema:codeRepository",
    "url": "schema:url",
    "dateReleased": "schema:datePublished",
    "keywords": "schema:keywords",
    "message": "cff:message",
    "type": "schema:additionalType",
    "givenNames": "schema:givenName",
    "familyNames": "schema:familyName",
    "orcid": "cff:orcid",
    "affiliation": "schema:affiliation",
    "email": "schema:email"
  }
}