org.latha.zenodo.defs

nandi.latha.org

Documentation

ads token

Astrophysics Data System identifier scheme.

Referenceorg.latha.zenodo.defs#ads

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Astrophysics Data System identifier scheme."
}
arxiv token

arXiv identifier scheme.

Referenceorg.latha.zenodo.defs#arxiv

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "arXiv identifier scheme."
}
cites token

This record cites the referenced resource.

Referenceorg.latha.zenodo.defs#cites

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "This record cites the referenced resource."
}
creator object

A person who created the research artifact.

Properties

affiliation string Optional

Institutional affiliation.

maxGraphemes: 200 graphemes
name string Required

Full name of the creator.

maxGraphemes: 200 graphemes
orcid string Optional

ORCID identifier (e.g. '0000-0002-1825-0097').

View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Full name of the creator.",
      "maxGraphemes": 200
    },
    "orcid": {
      "type": "string",
      "description": "ORCID identifier (e.g. '0000-0002-1825-0097')."
    },
    "affiliation": {
      "type": "string",
      "description": "Institutional affiliation.",
      "maxGraphemes": 200
    }
  },
  "description": "A person who created the research artifact."
}
doi token

Digital Object Identifier scheme.

Referenceorg.latha.zenodo.defs#doi

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Digital Object Identifier scheme."
}
fileRef object

Reference to a file associated with the research artifact.

Properties

checksum string Optional

MD5 or SHA256 checksum of the file.

mimeType string Optional

MIME type of the file.

name string Required

Filename.

size integer Optional

File size in bytes.

View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Filename."
    },
    "size": {
      "type": "integer",
      "description": "File size in bytes."
    },
    "checksum": {
      "type": "string",
      "description": "MD5 or SHA256 checksum of the file."
    },
    "mimeType": {
      "type": "string",
      "description": "MIME type of the file."
    }
  },
  "description": "Reference to a file associated with the research artifact."
}
handle token

Handle system identifier scheme.

Referenceorg.latha.zenodo.defs#handle

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Handle system identifier scheme."
}
hasPart token

The referenced resource is part of this record.

Referenceorg.latha.zenodo.defs#hasPart

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "The referenced resource is part of this record."
}
isAlternateIdentifier token

The identifier is an alternate for the same resource.

Referenceorg.latha.zenodo.defs#isAlternateIdentifier

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "The identifier is an alternate for the same resource."
}
isCitedBy token

The cited resource cites this record.

Referenceorg.latha.zenodo.defs#isCitedBy

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "The cited resource cites this record."
}
isIdenticalTo token

This record is identical to the referenced resource.

Referenceorg.latha.zenodo.defs#isIdenticalTo

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "This record is identical to the referenced resource."
}
isNewVersionOf token

This record is a new version of the referenced resource.

Referenceorg.latha.zenodo.defs#isNewVersionOf

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "This record is a new version of the referenced resource."
}
isPartOf token

This record is part of the referenced resource.

Referenceorg.latha.zenodo.defs#isPartOf

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "This record is part of the referenced resource."
}
isPreviousVersionOf token

This record is a previous version of the referenced resource.

Referenceorg.latha.zenodo.defs#isPreviousVersionOf

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "This record is a previous version of the referenced resource."
}
isReferencedBy token

The identified resource references this record.

Referenceorg.latha.zenodo.defs#isReferencedBy

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "The identified resource references this record."
}
isSupplementTo token

This record is a supplement to the referenced resource.

Referenceorg.latha.zenodo.defs#isSupplementTo

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "This record is a supplement to the referenced resource."
}
isSupplementedBy token

The referenced resource is a supplement to this record.

Referenceorg.latha.zenodo.defs#isSupplementedBy

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "The referenced resource is a supplement to this record."
}
isbn token

International Standard Book Number scheme.

Referenceorg.latha.zenodo.defs#isbn

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "International Standard Book Number scheme."
}
lsid token

Life Science Identifier scheme.

Referenceorg.latha.zenodo.defs#lsid

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Life Science Identifier scheme."
}
other token

Other identifier scheme.

Referenceorg.latha.zenodo.defs#other

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Other identifier scheme."
}
pmid token

PubMed identifier scheme.

Referenceorg.latha.zenodo.defs#pmid

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "PubMed identifier scheme."
}
references token

This record references the identified resource.

Referenceorg.latha.zenodo.defs#references

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "This record references the identified resource."
}
relatedIdentifier object

A related resource identifier with its relation type and scheme.

Properties

identifier string Required

The identifier value (e.g. a DOI, URL, ISBN).

relation string Required

Relationship type between this record and the identified resource.

Known values: org.latha.zenodo.defs#isCitedBy, org.latha.zenodo.defs#cites, org.latha.zenodo.defs#isSupplementTo, org.latha.zenodo.defs#isSupplementedBy, org.latha.zenodo.defs#isNewVersionOf, org.latha.zenodo.defs#isPreviousVersionOf, org.latha.zenodo.defs#isPartOf, org.latha.zenodo.defs#hasPart, org.latha.zenodo.defs#isIdenticalTo, org.latha.zenodo.defs#isAlternateIdentifier, org.latha.zenodo.defs#references, org.latha.zenodo.defs#isReferencedBy
scheme string Optional

Identifier scheme.

Known values: org.latha.zenodo.defs#doi, org.latha.zenodo.defs#url, org.latha.zenodo.defs#isbn, org.latha.zenodo.defs#arxiv, org.latha.zenodo.defs#pmid, org.latha.zenodo.defs#handle, org.latha.zenodo.defs#lsid, org.latha.zenodo.defs#ads, org.latha.zenodo.defs#other
View raw schema
{
  "type": "object",
  "required": [
    "identifier",
    "relation"
  ],
  "properties": {
    "scheme": {
      "type": "string",
      "description": "Identifier scheme.",
      "knownValues": [
        "org.latha.zenodo.defs#doi",
        "org.latha.zenodo.defs#url",
        "org.latha.zenodo.defs#isbn",
        "org.latha.zenodo.defs#arxiv",
        "org.latha.zenodo.defs#pmid",
        "org.latha.zenodo.defs#handle",
        "org.latha.zenodo.defs#lsid",
        "org.latha.zenodo.defs#ads",
        "org.latha.zenodo.defs#other"
      ]
    },
    "relation": {
      "type": "string",
      "description": "Relationship type between this record and the identified resource.",
      "knownValues": [
        "org.latha.zenodo.defs#isCitedBy",
        "org.latha.zenodo.defs#cites",
        "org.latha.zenodo.defs#isSupplementTo",
        "org.latha.zenodo.defs#isSupplementedBy",
        "org.latha.zenodo.defs#isNewVersionOf",
        "org.latha.zenodo.defs#isPreviousVersionOf",
        "org.latha.zenodo.defs#isPartOf",
        "org.latha.zenodo.defs#hasPart",
        "org.latha.zenodo.defs#isIdenticalTo",
        "org.latha.zenodo.defs#isAlternateIdentifier",
        "org.latha.zenodo.defs#references",
        "org.latha.zenodo.defs#isReferencedBy"
      ]
    },
    "identifier": {
      "type": "string",
      "description": "The identifier value (e.g. a DOI, URL, ISBN)."
    }
  },
  "description": "A related resource identifier with its relation type and scheme."
}
url token

Uniform Resource Locator scheme.

Referenceorg.latha.zenodo.defs#url

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Uniform Resource Locator scheme."
}

Lexicon Garden

@